Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0.1
-
Fix Version/s: None
-
Component/s: Other
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
Description
In the file lib/pear/PHP/CodeSniffer/Standards/Moodle/Sniffs/NamingConventions there's a list of variables that are "ok" to not follow the standard naming practices. $OUTPUT is not on this list causing CodeSniffer to complain every time it seems the $OUTPUT variable.
I've attached a patch to resolve the problem.
Attachments
Issue Links
| This issue will help resolve: | ||||
| MDL-19247 | PHP CodeSniffer: tool for coding standard consistency |
|
|
|
Oops. Fixed the missing comma.