#5597 - Remove all "var" declarations
| Identifier | #5597 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Remove all "var" declarations |
| Status | Closed (no changes needed) |
| Tags |
Roadmap: Over the horizon (custom) Roadmap: v11 partial implementation (custom) Type: Standards compliance (custom) |
| Handling member | Deleted |
| Addon | General / Uncategorised |
| Description | PSR-12 does not allow declaring variables by using "var". Remove these, and make code quality checker pick up on these.
They should be set to private/protected or public. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
EDIT: false alarm code_editor is JavaScript. It looks like we don't have any more vars to fix in v11.