Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Replace globals with getters/setters #1014

Open
mattpass opened this issue Jun 2, 2022 · 0 comments
Open

Replace globals with getters/setters #1014

mattpass opened this issue Jun 2, 2022 · 0 comments

Comments

@mattpass
Copy link
Collaborator

mattpass commented Jun 2, 2022

There's a lot of use of global vars in the PHP, which are then used within functions via global, but this doesn't work in environments such as serverless Lambda functions.

In order to get this working and also improve code quality, review code and change globals to use get/set functions within the existing classes (File, System etc).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant