Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control no spacing in array index square brackets #190

Merged
merged 1 commit into from
Feb 25, 2022

Conversation

stronk7
Copy link
Member

@stronk7 stronk7 commented Feb 24, 2022

Note this doesn't perform any check over arrays syntax,
only array indexes. Covered with tests.

Fixes #189

Note this doesn't perform any check over arrays syntax,
only array indexes. Covered with tests.

Fixes moodlehq#189
stronk7 added a commit to stronk7/moodle-local_codechecker that referenced this pull request Feb 24, 2022
As far as all the non-relevant code (namespace, uses, declare and
defines) is also code without side effects, these files don't need
the MOODLE_INTERNAL check).

Covered with tests.

This needs to be merged after moodlehq#190.

Fixes moodlehq#188
@stronk7 stronk7 mentioned this pull request Feb 24, 2022
@stronk7 stronk7 merged commit 417e705 into moodlehq:master Feb 25, 2022
@stronk7
Copy link
Member Author

stronk7 commented Feb 25, 2022

Self-merged!

@stronk7 stronk7 deleted the array_brackets branch February 25, 2022 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CodeChecker does not detect the wrong space in $array [] = $newelement;
1 participant