Prechecker results: error


PHP lint problems

(6 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]

local/codechecker/moodle/tests/fixtures/PHPCompatibility_php_forbiddencalltimepassbyreference.php
(#6) PHP Fatal error: Call-time pass-by-reference has been removed in /local/codechecker/moodle/tests/fixtures/PHPCompatibility_php_forbiddencalltimepassbyreference.php on line 6
local/codechecker/moodle/tests/fixtures/moodle_comenting_inlinecomment.php
(#35) PHP Fatal error: Cannot redeclare commented_class::afunction() in /local/codechecker/moodle/tests/fixtures/moodle_comenting_inlinecomment.php on line 35
local/codechecker/moodle/tests/fixtures/moodle_php_forbiddenfunctions.php
(#17) PHP Parse error: syntax error, unexpected 'b' (T_STRING), expecting ',' or ';' in /local/codechecker/moodle/tests/fixtures/moodle_php_forbiddenfunctions.php on line 17
local/codechecker/moodle/tests/fixtures/moodle_php_forbiddennamesasinvokedfunctions.php
(#19) PHP Parse error: syntax error, unexpected '(', expecting class (T_CLASS) in /local/codechecker/moodle/tests/fixtures/moodle_php_forbiddennamesasinvokedfunctions.php on line 19
local/codechecker/moodle/tests/fixtures/moodle_php_forbiddentokens.php
(#6) PHP Fatal error: 'goto' to undefined label 'label' in /local/codechecker/moodle/tests/fixtures/moodle_php_forbiddentokens.php on line 6
local/codechecker/moodle/tests/fixtures/moodle_whitespace_scopeindent.php
(#4) PHP Parse error: syntax error, unexpected '=' in /local/codechecker/moodle/tests/fixtures/moodle_whitespace_scopeindent.php on line 4

PHP coding style problems

(21553 errors, 152 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

local/codechecker/PHPCompatibility/Sniffs/PHP/DefaultTimezoneRequiredSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Opening brace should be on the same line as the declaration
(#46) Variable "phpcsFile" must be all lower-case
(#46) Variable "stackPtr" must be all lower-case
(#47) Opening brace should be on the same line as the declaration
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/DeprecatedFunctionsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "forbiddenFunctions" must be all lower-case
(#252) Variable "phpcsFile" must be all lower-case
(#252) Variable "stackPtr" must be all lower-case
(#253) Opening brace should be on the same line as the declaration
(#254) Variable "phpcsFile" must be all lower-case
(#265) Variable "prevToken" must be all lower-case
(#265) Variable "phpcsFile" must be all lower-case
(#265) Variable "stackPtr" must be all lower-case
(#266) Variable "prevToken" must be all lower-case
(#271) Variable "stackPtr" must be all lower-case
(#296) Variable "phpcsFile" must be all lower-case
(#296) Variable "stackPtr" must be all lower-case
(#311) Protected method name "PHPCompatibility_Sniffs_PHP_DeprecatedFunctionsSniff::addError" must be in lower-case letters only
(#311) Variable "phpcsFile" must be all lower-case
(#311) Variable "stackPtr" must be all lower-case
(#312) Opening brace should be on the same line as the declaration
(#337) Expected 1 space after ".="; 2 found
(#350) Variable "phpcsFile" must be all lower-case
(#350) Variable "stackPtr" must be all lower-case
(#352) Variable "phpcsFile" must be all lower-case
(#352) Variable "stackPtr" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/DeprecatedIniDirectivesSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Member variable "deprecatedIniDirectives" must be all lower-case
(#111) Opening brace should be on the same line as the declaration
(#125) Variable "phpcsFile" must be all lower-case
(#125) Variable "stackPtr" must be all lower-case
(#126) Opening brace should be on the same line as the declaration
(#127) Variable "phpcsFile" must be all lower-case
(#136) Variable "prevToken" must be all lower-case
(#136) Variable "phpcsFile" must be all lower-case
(#136) Variable "stackPtr" must be all lower-case
(#137) Variable "prevToken" must be all lower-case
(#142) Variable "stackPtr" must be all lower-case
(#146) Variable "iniToken" must be all lower-case
(#146) Variable "phpcsFile" must be all lower-case
(#146) Variable "stackPtr" must be all lower-case
(#147) Variable "iniToken" must be all lower-case
(#153) Expected "foreach (...) {\n"; found "foreach (...)\n {\n"
(#153) Variable "iniToken" must be all lower-case
(#174) Variable "iniToken" must be all lower-case
(#177) Variable "phpcsFile" must be all lower-case
(#177) Variable "stackPtr" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/DeprecatedNewReferenceSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#41) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#66) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/ForbiddenBreakContinueVariableArgumentsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#41) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#66) Variable "phpcsFile" must be all lower-case
(#67) Variable "nextSemicolonToken" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#68) Variable "curToken" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#68) Variable "curToken" must be all lower-case
(#68) Variable "nextSemicolonToken" must be all lower-case
(#68) Variable "curToken" must be all lower-case
(#69) Variable "gotError" must be all lower-case
(#70) Variable "curToken" must be all lower-case
(#73) Variable "openBracket" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "emptyTokens" must be all lower-case
(#73) Variable "curToken" must be all lower-case
(#74) Variable "openBracket" must be all lower-case
(#77) Variable "gotError" must be all lower-case
(#80) Variable "curToken" must be all lower-case
(#83) Variable "gotError" must be all lower-case
(#86) Variable "gotError" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/ForbiddenCallTimePassByReferenceSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Opening brace should be on the same line as the declaration
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Opening brace should be on the same line as the declaration
(#70) Variable "phpcsFile" must be all lower-case
(#76) Variable "functionName" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#77) Variable "findTokens" must be all lower-case
(#78) Variable "emptyTokens" must be all lower-case
(#82) Variable "functionKeyword" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#83) Variable "findTokens" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#89) Variable "functionKeyword" must be all lower-case
(#90) Variable "functionKeyword" must be all lower-case
(#97) Variable "openBracket" must be all lower-case
(#97) Variable "phpcsFile" must be all lower-case
(#98) Variable "emptyTokens" must be all lower-case
(#99) Variable "functionName" must be all lower-case
(#104) Variable "openBracket" must be all lower-case
(#108) Variable "closeBracket" must be all lower-case
(#108) Variable "openBracket" must be all lower-case
(#110) Variable "nextSeparator" must be all lower-case
(#110) Variable "openBracket" must be all lower-case
(#111) Variable "nextSeparator" must be all lower-case
(#111) Variable "phpcsFile" must be all lower-case
(#111) Variable "nextSeparator" must be all lower-case
(#111) Variable "closeBracket" must be all lower-case
(#114) Variable "nextSeparator" must be all lower-case
(#115) Variable "lastBracket" must be all lower-case
(#116) Variable "lastBracket" must be all lower-case
(#116) Variable "closeBracket" must be all lower-case
(#120) This comment is 43% valid code; is this commented out code?
(#121) Variable "tokenBefore" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#122) Variable "emptyTokens" must be all lower-case
(#123) Variable "nextSeparator" must be all lower-case
(#128) Variable "tokenBefore" must be all lower-case
(#129) This comment is 45% valid code; is this commented out code?
(#130) Variable "tokenBefore" must be all lower-case
(#130) Variable "phpcsFile" must be all lower-case
(#131) Variable "emptyTokens" must be all lower-case
(#132) Variable "tokenBefore" must be all lower-case
(#141) Variable "tokenBefore" must be all lower-case
(#142) Line indented incorrectly; expected 24 spaces, found 20
(#143) Line indented incorrectly; expected 24 spaces, found 20
(#144) Line indented incorrectly; expected 24 spaces, found 20
(#145) Line indented incorrectly; expected 24 spaces, found 20
(#146) Line indented incorrectly; expected at least 28 spaces, found 24
(#147) Line indented incorrectly; expected at least 28 spaces, found 24
(#150) Line indented incorrectly; expected 24 spaces, found 20
(#151) Line indented incorrectly; expected at least 28 spaces, found 24
(#152) Line indented incorrectly; expected at least 28 spaces, found 24
(#153) Line indented incorrectly; expected at least 28 spaces, found 24
(#153) Variable "phpcsFile" must be all lower-case
(#153) Variable "tokenBefore" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/ForbiddenNamesAsInvokedFunctionsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Member variable "targetedTokens" must be all lower-case
(#66) Member variable "targetedStringTokens" must be all lower-case
(#78) Opening brace should be on the same line as the declaration
(#94) Variable "phpcsFile" must be all lower-case
(#94) Variable "stackPtr" must be all lower-case
(#95) Opening brace should be on the same line as the declaration
(#96) Variable "phpcsFile" must be all lower-case
(#97) Variable "isString" must be all lower-case
(#102) Variable "stackPtr" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#108) Variable "stackPtr" must be all lower-case
(#109) Variable "isString" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#120) Variable "phpcsFile" must be all lower-case
(#120) Variable "stackPtr" must be all lower-case
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Variable "stackPtr" must be all lower-case
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Variable "stackPtr" must be all lower-case
(#139) Variable "tokenCode" must be all lower-case
(#139) Variable "stackPtr" must be all lower-case
(#140) Variable "isString" must be all lower-case
(#143) Variable "tokenCode" must be all lower-case
(#159) Variable "stackPtr" must be all lower-case
(#161) Variable "phpcsFile" must be all lower-case
(#161) Variable "stackPtr" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/ForbiddenNamesSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Member variable "invalidNames" must be all lower-case
(#106) Member variable "targetedTokens" must be all lower-case
(#114) Opening brace should be on the same line as the declaration
(#127) Variable "phpcsFile" must be all lower-case
(#127) Variable "stackPtr" must be all lower-case
(#128) Opening brace should be on the same line as the declaration
(#129) Variable "phpcsFile" must be all lower-case
(#131) Inline doc block comments are not allowed; use "// Comment." instead
(#134) Variable "stackPtr" must be all lower-case
(#135) Variable "phpcsFile" must be all lower-case
(#135) Variable "stackPtr" must be all lower-case
(#137) Variable "phpcsFile" must be all lower-case
(#137) Variable "stackPtr" must be all lower-case
(#152) Public method name "PHPCompatibility_Sniffs_PHP_ForbiddenNamesSniff::processNonString" must be in lower-case letters only
(#152) Variable "phpcsFile" must be all lower-case
(#152) Variable "stackPtr" must be all lower-case
(#153) Opening brace should be on the same line as the declaration
(#154) Variable "stackPtr" must be all lower-case
(#164) Variable "stackPtr" must be all lower-case
(#164) Line exceeds 132 characters; contains 151 characters
(#167) Variable "stackPtr" must be all lower-case
(#167) Variable "stackPtr" must be all lower-case
(#167) Line exceeds maximum limit of 180 characters; contains 245 characters
(#168) Variable "phpcsFile" must be all lower-case
(#168) Variable "stackPtr" must be all lower-case
(#184) Public method name "PHPCompatibility_Sniffs_PHP_ForbiddenNamesSniff::processString" must be in lower-case letters only
(#184) Variable "phpcsFile" must be all lower-case
(#184) Variable "stackPtr" must be all lower-case
(#185) Opening brace should be on the same line as the declaration
(#188) Variable "stackPtr" must be all lower-case
(#189) Variable "phpcsFile" must be all lower-case
(#189) Variable "stackPtr" must be all lower-case
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Variable "stackPtr" must be all lower-case
(#193) Variable "stackPtr" must be all lower-case
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Variable "closingParenthesis" must be all lower-case
(#198) Variable "phpcsFile" must be all lower-case
(#198) Variable "stackPtr" must be all lower-case
(#199) Variable "closingParenthesis" must be all lower-case
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Variable "defineContent" must be all lower-case
(#204) Variable "phpcsFile" must be all lower-case
(#204) Variable "stackPtr" must be all lower-case
(#204) Variable "closingParenthesis" must be all lower-case
(#205) Variable "defineContent" must be all lower-case
(#210) Variable "defineContent" must be all lower-case
(#211) Line exceeds 132 characters; contains 160 characters
(#212) Variable "phpcsFile" must be all lower-case
(#212) Variable "stackPtr" must be all lower-case
(#219) A closing tag is not permitted at the end of a PHP file
local/codechecker/PHPCompatibility/Sniffs/PHP/LongArraysSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#48) Opening brace should be on the same line as the declaration
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#72) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/NewClassesSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "newClasses" must be all lower-case
(#207) Opening brace should be on the same line as the declaration
(#222) Variable "phpcsFile" must be all lower-case
(#222) Variable "stackPtr" must be all lower-case
(#223) Opening brace should be on the same line as the declaration
(#224) Variable "phpcsFile" must be all lower-case
(#226) Variable "stackPtr" must be all lower-case
(#229) Variable "stackPtr" must be all lower-case
(#232) Variable "stackPtr" must be all lower-case
(#234) Variable "stackPtr" must be all lower-case
(#238) Variable "className" must be all lower-case
(#238) Variable "stackPtr" must be all lower-case
(#239) Variable "className" must be all lower-case
(#242) Variable "phpcsFile" must be all lower-case
(#242) Variable "stackPtr" must be all lower-case
(#242) Variable "className" must be all lower-case
(#244) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#261) Protected method name "PHPCompatibility_Sniffs_PHP_NewClassesSniff::addError" must be in lower-case letters only
(#261) Variable "phpcsFile" must be all lower-case
(#261) Variable "stackPtr" must be all lower-case
(#261) Variable "className" must be all lower-case
(#262) Opening brace should be on the same line as the declaration
(#264) Variable "className" must be all lower-case
(#283) Variable "className" must be all lower-case
(#286) Variable "phpcsFile" must be all lower-case
(#286) Variable "stackPtr" must be all lower-case
(#288) Variable "phpcsFile" must be all lower-case
(#288) Variable "stackPtr" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/NewFunctionsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "forbiddenFunctions" must be all lower-case
(#1106) Variable "phpcsFile" must be all lower-case
(#1106) Variable "stackPtr" must be all lower-case
(#1107) Opening brace should be on the same line as the declaration
(#1108) Variable "phpcsFile" must be all lower-case
(#1117) Variable "prevToken" must be all lower-case
(#1117) Variable "phpcsFile" must be all lower-case
(#1117) Variable "stackPtr" must be all lower-case
(#1118) Variable "prevToken" must be all lower-case
(#1123) Variable "stackPtr" must be all lower-case
(#1148) Variable "phpcsFile" must be all lower-case
(#1148) Variable "stackPtr" must be all lower-case
(#1164) Protected method name "PHPCompatibility_Sniffs_PHP_NewFunctionsSniff::addError" must be in lower-case letters only
(#1164) Variable "phpcsFile" must be all lower-case
(#1164) Variable "stackPtr" must be all lower-case
(#1165) Opening brace should be on the same line as the declaration
(#1189) Variable "phpcsFile" must be all lower-case
(#1189) Variable "stackPtr" must be all lower-case
(#1191) Variable "phpcsFile" must be all lower-case
(#1191) Variable "stackPtr" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/NewIniDirectivesSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Member variable "newIniDirectives" must be all lower-case
(#148) Opening brace should be on the same line as the declaration
(#162) Variable "phpcsFile" must be all lower-case
(#162) Variable "stackPtr" must be all lower-case
(#163) Opening brace should be on the same line as the declaration
(#164) Variable "phpcsFile" must be all lower-case
(#173) Variable "prevToken" must be all lower-case
(#173) Variable "phpcsFile" must be all lower-case
(#173) Variable "stackPtr" must be all lower-case
(#174) Variable "prevToken" must be all lower-case
(#179) Variable "stackPtr" must be all lower-case
(#183) Variable "iniToken" must be all lower-case
(#183) Variable "phpcsFile" must be all lower-case
(#183) Variable "stackPtr" must be all lower-case
(#185) Variable "filteredToken" must be all lower-case
(#185) Variable "iniToken" must be all lower-case
(#186) Variable "filteredToken" must be all lower-case
(#192) Variable "filteredToken" must be all lower-case
(#205) Variable "filteredToken" must be all lower-case
(#207) Variable "phpcsFile" must be all lower-case
(#207) Variable "stackPtr" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/NewKeywordsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "newKeywords" must be all lower-case
(#101) Opening brace should be on the same line as the declaration
(#122) Variable "phpcsFile" must be all lower-case
(#122) Variable "stackPtr" must be all lower-case
(#123) Opening brace should be on the same line as the declaration
(#124) Variable "phpcsFile" must be all lower-case
(#125) Variable "phpcsFile" must be all lower-case
(#125) Variable "stackPtr" must be all lower-case
(#125) Variable "stackPtr" must be all lower-case
(#140) Protected method name "PHPCompatibility_Sniffs_PHP_NewKeywordsSniff::addError" must be in lower-case letters only
(#140) Variable "phpcsFile" must be all lower-case
(#140) Variable "stackPtr" must be all lower-case
(#140) Variable "keywordName" must be all lower-case
(#141) Opening brace should be on the same line as the declaration
(#143) Variable "keywordName" must be all lower-case
(#162) Variable "keywordName" must be all lower-case
(#165) Variable "phpcsFile" must be all lower-case
(#165) Variable "stackPtr" must be all lower-case
(#167) Variable "phpcsFile" must be all lower-case
(#167) Variable "stackPtr" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/NonStaticMagicMethodsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Member variable "magicMethods" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#71) Variable "phpcsFile" must be all lower-case
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Variable "classScopeCloser" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#78) Expected 1 space before "?"; newline found
(#78) Variable "stackPtr" must be all lower-case
(#79) Expected 1 space before ":"; newline found
(#79) Variable "stackPtr" must be all lower-case
(#81) Variable "functionPtr" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#83) Variable "functionToken" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#83) Variable "functionPtr" must be all lower-case
(#83) Variable "classScopeCloser" must be all lower-case
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Variable "scopeCloser" must be all lower-case
(#89) Variable "functionToken" must be all lower-case
(#90) Expected 1 space before "?"; newline found
(#90) Variable "functionToken" must be all lower-case
(#91) Expected 1 space before ":"; newline found
(#91) Variable "functionToken" must be all lower-case
(#93) Variable "scopeToken" must be all lower-case
(#94) Variable "staticToken" must be all lower-case
(#96) Variable "nameToken" must be all lower-case
(#96) Variable "phpcsFile" must be all lower-case
(#96) Variable "functionToken" must be all lower-case
(#96) Variable "classScopeCloser" must be all lower-case
(#97) Variable "nameToken" must be all lower-case
(#98) Variable "functionPtr" must be all lower-case
(#98) Variable "scopeCloser" must be all lower-case
(#103) Variable "prevToken" must be all lower-case
(#103) Variable "phpcsFile" must be all lower-case
(#103) Variable "functionToken" must be all lower-case
(#104) Variable "prevToken" must be all lower-case
(#105) Variable "scopeToken" must be all lower-case
(#105) Variable "prevToken" must be all lower-case
(#106) Usage of ELSEIF not allowed; use ELSE IF instead
(#106) Variable "prevToken" must be all lower-case
(#107) Variable "staticToken" must be all lower-case
(#107) Variable "prevToken" must be all lower-case
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Variable "functionPtr" must be all lower-case
(#110) Variable "scopeCloser" must be all lower-case
(#115) Variable "prevPrevToken" must be all lower-case
(#115) Variable "phpcsFile" must be all lower-case
(#115) Variable "prevToken" must be all lower-case
(#116) Variable "prevPrevToken" must be all lower-case
(#117) Variable "scopeToken" must be all lower-case
(#117) Variable "prevPrevToken" must be all lower-case
(#118) Usage of ELSEIF not allowed; use ELSE IF instead
(#118) Variable "prevPrevToken" must be all lower-case
(#119) Variable "staticToken" must be all lower-case
(#119) Variable "prevPrevToken" must be all lower-case
(#122) Variable "isPublic" must be all lower-case
(#122) Variable "scopeToken" must be all lower-case
(#122) Variable "scopeToken" must be all lower-case
(#123) Variable "isStatic" must be all lower-case
(#123) Variable "staticToken" must be all lower-case
(#125) Variable "isPublic" must be all lower-case
(#125) Variable "isStatic" must be all lower-case
(#126) Variable "functionPtr" must be all lower-case
(#126) Variable "scopeCloser" must be all lower-case
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Variable "isPublic" must be all lower-case
(#131) Variable "isStatic" must be all lower-case
(#134) Variable "scopeToken" must be all lower-case
(#135) Variable "nameToken" must be all lower-case
(#137) Variable "phpcsFile" must be all lower-case
(#137) Variable "functionToken" must be all lower-case
(#139) Variable "isPublic" must be all lower-case
(#142) Variable "scopeToken" must be all lower-case
(#143) Variable "nameToken" must be all lower-case
(#145) Variable "phpcsFile" must be all lower-case
(#145) Variable "functionToken" must be all lower-case
(#148) Variable "isStatic" must be all lower-case
(#151) Variable "nameToken" must be all lower-case
(#153) Variable "phpcsFile" must be all lower-case
(#153) Variable "functionToken" must be all lower-case
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Variable "functionPtr" must be all lower-case
(#158) Variable "scopeCloser" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/RemovedExtensionsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "removedExtensions" must be all lower-case
(#266) Opening brace should be on the same line as the declaration
(#280) Variable "phpcsFile" must be all lower-case
(#280) Variable "stackPtr" must be all lower-case
(#281) Opening brace should be on the same line as the declaration
(#282) Variable "phpcsFile" must be all lower-case
(#285) Variable "openBracket" must be all lower-case
(#285) Variable "phpcsFile" must be all lower-case
(#285) Variable "emptyTokens" must be all lower-case
(#285) Variable "stackPtr" must be all lower-case
(#287) Variable "openBracket" must be all lower-case
(#292) Variable "openBracket" must be all lower-case
(#298) Variable "emptyTokens" must be all lower-case
(#300) Variable "phpcsFile" must be all lower-case
(#300) Variable "stackPtr" must be all lower-case
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#316) Variable "versionList" must be all lower-case
(#317) Variable "stackPtr" must be all lower-case
(#319) Variable "versionList" must be all lower-case
(#346) Variable "versionList" must be all lower-case
(#347) Variable "versionList" must be all lower-case
(#349) Variable "phpcsFile" must be all lower-case
(#349) Variable "stackPtr" must be all lower-case
local/codechecker/PHPCompatibility/Sniffs/PHP/RemovedHashAlgorithmsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Member variable "algoFunctions" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#70) Opening brace should be on the same line as the declaration
(#80) Variable "phpcsFile" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#83) Variable "openBracket" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#83) Variable "emptyTokens" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#85) Variable "openBracket" must be all lower-case
(#89) Variable "firstParam" must be all lower-case
(#89) Variable "phpcsFile" must be all lower-case
(#89) Variable "emptyTokens" must be all lower-case
(#89) Variable "openBracket" must be all lower-case
(#91) Inline doc block comments are not allowed; use "// Comment." instead
(#94) Variable "firstParam" must be all lower-case
(#100) Variable "phpcsFile" must be all lower-case
(#100) Variable "stackPtr" must be all lower-case
(#106) Functions must not contain multiple empty lines in a row; found 2 empty lines
local/codechecker/locallib.php
(#78) Public method name "local_codechecker_codesniffer_cli::setReport" must be in lower-case letters only
(#83) Public method name "local_codechecker_codesniffer_cli::setReportFile" must be in lower-case letters only
(#88) Public method name "local_codechecker_codesniffer_cli::getCommandLineValues" must be in lower-case letters only
(#128) Public method name "PHP_CodeSniffer_Reports_local_codechecker::generateFileReport" must be in lower-case letters only
(#128) Variable "showSources" must be all lower-case
(#132) Variable "showSources" must be all lower-case
local/codechecker/moodle/Sniffs/Commenting/InlineCommentSniff.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#50) Variable "phpcsFile" must be all lower-case
(#50) Variable "stackPtr" must be all lower-case
(#51) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#57) Variable "nextToken" must be all lower-case
(#57) Variable "phpcsFile" must be all lower-case
(#58) Variable "emptyTokens" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#80) Variable "nextToken" must be all lower-case
(#83) Line indented incorrectly; expected at least 16 spaces, found 12
(#84) Variable "nextToken" must be all lower-case
(#84) Variable "nextToken" must be all lower-case
(#88) Variable "prevToken" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#89) Variable "emptyTokens" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#96) Variable "prevToken" must be all lower-case
(#101) Variable "stackPtr" must be all lower-case
(#103) Variable "phpcsFile" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#108) Variable "stackPtr" must be all lower-case
(#110) Variable "phpcsFile" must be all lower-case
(#110) Variable "stackPtr" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Variable "phpcsFile" must be all lower-case
(#130) Variable "stackPtr" must be all lower-case
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Variable "phpcsFile" must be all lower-case
(#136) Variable "stackPtr" must be all lower-case
(#139) Variable "prevToken" must be all lower-case
(#139) Variable "phpcsFile" must be all lower-case
(#140) Variable "emptyTokens" must be all lower-case
(#141) Variable "stackPtr" must be all lower-case
(#145) Variable "prevToken" must be all lower-case
(#145) Variable "prevToken" must be all lower-case
(#145) Variable "stackPtr" must be all lower-case
(#147) Variable "phpcsFile" must be all lower-case
(#147) Variable "stackPtr" must be all lower-case
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Variable "slashCount" must be all lower-case
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Variable "slashCount" must be all lower-case
(#159) Variable "slashCount" must be all lower-case
(#160) Variable "phpcsFile" must be all lower-case
(#160) Variable "stackPtr" must be all lower-case
(#163) Variable "spaceCount" must be all lower-case
(#164) Variable "slashCount" must be all lower-case
(#168) Variable "spaceCount" must be all lower-case
(#171) Variable "slashCount" must be all lower-case
(#171) Variable "spaceCount" must be all lower-case
(#174) Variable "slashCount" must be all lower-case
(#177) Variable "phpcsFile" must be all lower-case
(#177) Variable "stackPtr" must be all lower-case
(#183) Variable "nextComment" must be all lower-case
(#183) Variable "phpcsFile" must be all lower-case
(#183) Variable "stackPtr" must be all lower-case
(#185) Variable "nextComment" must be all lower-case
(#185) Variable "nextComment" must be all lower-case
(#185) Variable "stackPtr" must be all lower-case
(#189) Variable "topComment" must be all lower-case
(#189) Variable "stackPtr" must be all lower-case
(#190) Variable "lastComment" must be all lower-case
(#190) Variable "stackPtr" must be all lower-case
(#191) Variable "topComment" must be all lower-case
(#191) Variable "phpcsFile" must be all lower-case
(#191) Variable "lastComment" must be all lower-case
(#192) Variable "topComment" must be all lower-case
(#192) Variable "lastComment" must be all lower-case
(#195) Variable "lastComment" must be all lower-case
(#195) Variable "topComment" must be all lower-case
(#198) Variable "topComment" must be all lower-case
(#198) Variable "lastComment" must be all lower-case
(#199) Variable "commentText" must be all lower-case
(#201) Variable "topComment" must be all lower-case
(#201) Variable "stackPtr" must be all lower-case
(#203) Variable "commentText" must be all lower-case
(#207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Variable "commentText" must be all lower-case
(#209) Variable "commentText" must be all lower-case
(#211) Variable "commentText" must be all lower-case
(#213) Variable "phpcsFile" must be all lower-case
(#213) Variable "stackPtr" must be all lower-case
(#217) Variable "commentText" must be all lower-case
(#219) Variable "phpcsFile" must be all lower-case
(#219) Variable "topComment" must be all lower-case
(#222) Variable "commentCloser" must be all lower-case
(#222) Variable "commentText" must be all lower-case
(#222) Variable "commentText" must be all lower-case
(#223) Variable "acceptedClosers" must be all lower-case
(#229) Variable "commentCloser" must be all lower-case
(#229) Variable "acceptedClosers" must be all lower-case
(#232) Variable "acceptedClosers" must be all lower-case
(#232) Variable "closerName" must be all lower-case
(#233) Variable "closerName" must be all lower-case
(#238) Variable "phpcsFile" must be all lower-case
(#238) Variable "stackPtr" must be all lower-case
local/codechecker/moodle/Sniffs/ControlStructures/ControlSignatureSniff.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Protected method name "moodle_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns" must be in lower-case letters only
local/codechecker/moodle/Sniffs/Files/BoilerplateCommentSniff.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
local/codechecker/moodle/Sniffs/Files/LineLengthSniff.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
local/codechecker/moodle/Sniffs/NamingConventions/ValidFunctionNameSniff.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#84) Protected method name "moodle_Sniffs_NamingConventions_ValidFunctionNameSniff::processTokenWithinScope" must be in lower-case letters only
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Protected method name "moodle_Sniffs_NamingConventions_ValidFunctionNameSniff::processTokenOutsideScope" must be in lower-case letters only
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
local/codechecker/moodle/Sniffs/NamingConventions/ValidVariableNameSniff.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#48) Protected method name "moodle_Sniffs_NamingConventions_ValidVariableNameSniff::processMemberVar" must be in lower-case letters only
(#82) Protected method name "moodle_Sniffs_NamingConventions_ValidVariableNameSniff::processVariable" must be in lower-case letters only
(#96) Protected method name "moodle_Sniffs_NamingConventions_ValidVariableNameSniff::processVariableInString" must be in lower-case letters only
local/codechecker/moodle/Sniffs/PHP/CommentedOutCodeSniff.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Variable "commentTokens" must be all lower-case
(#137) Variable "emptyTokens" must be all lower-case
local/codechecker/moodle/Sniffs/PHP/ForbiddenFunctionsSniff.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/codechecker/moodle/Sniffs/PHP/ForbiddenNamesAsInvokedFunctionsSniff.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/codechecker/moodle/Sniffs/PHP/ForbiddenTokensSniff.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Commas (,) must be followed by white space.
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
local/codechecker/moodle/Sniffs/PHP/IncludingFileSniff.php
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#60) Variable "emptyTokens" must be all lower-case
(#62) Variable "assignmentTokens" must be all lower-case
local/codechecker/moodle/Sniffs/PHP/MemberVarScopeSniff.php
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Protected method name "moodle_Sniffs_PHP_MemberVarScopeSniff::processMemberVar" must be in lower-case letters only
(#50) Variable "scopeModifiers" must be all lower-case
(#68) Protected method name "moodle_Sniffs_PHP_MemberVarScopeSniff::processVariable" must be in lower-case letters only
(#80) Protected method name "moodle_Sniffs_PHP_MemberVarScopeSniff::processVariableInString" must be in lower-case letters only
local/codechecker/moodle/Sniffs/Strings/ForbiddenStringsSniff.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#46) Variable "phpcsFile" must be all lower-case
(#46) Variable "stackPtr" must be all lower-case
(#48) Variable "phpcsFile" must be all lower-case
(#48) Variable "stackPtr" must be all lower-case
(#49) Variable "phpcsFile" must be all lower-case
(#49) Variable "stackPtr" must be all lower-case
(#50) Variable "phpcsFile" must be all lower-case
(#50) Variable "stackPtr" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#97) Variable "phpcsFile" must be all lower-case
(#97) Variable "stackPtr" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#114) Variable "phpcsFile" must be all lower-case
(#115) Variable "stackPtr" must be all lower-case
(#117) The use of backticks in strings is not recommended
(#119) Variable "phpcsFile" must be all lower-case
(#119) Variable "stackPtr" must be all lower-case
local/codechecker/moodle/Sniffs/WhiteSpace/ScopeIndentSniff.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Member variable "ignoreIndentationTokens" must be all lower-case
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#70) Variable "emptyTokens" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#83) Variable "firstToken" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#86) Variable "emptyTokens" must be all lower-case
(#87) Variable "firstToken" must be all lower-case
(#98) Variable "expectedIndent" must be all lower-case
(#98) Variable "firstToken" must be all lower-case
(#104) Variable "firstToken" must be all lower-case
(#105) Variable "firstToken" must be all lower-case
(#105) Variable "expectedIndent" must be all lower-case
(#112) Variable "stackPtr" must be all lower-case
(#116) Variable "firstToken" must be all lower-case
(#116) Variable "expectedIndent" must be all lower-case
(#119) Variable "expectedIndent" must be all lower-case
(#120) Variable "firstToken" must be all lower-case
(#122) Variable "phpcsFile" must be all lower-case
(#122) Variable "stackPtr" must be all lower-case
(#126) Variable "scopeOpener" must be all lower-case
(#126) Variable "stackPtr" must be all lower-case
(#127) Variable "scopeCloser" must be all lower-case
(#127) Variable "stackPtr" must be all lower-case
(#130) Variable "firstToken" must be all lower-case
(#131) Variable "expectedIndent" must be all lower-case
(#133) Variable "expectedIndent" must be all lower-case
(#137) Variable "commentOpen" must be all lower-case
(#138) Variable "inHereDoc" must be all lower-case
(#142) Variable "scopeOpener" must be all lower-case
(#142) Variable "scopeCloser" must be all lower-case
(#146) Variable "scopeOpeners" must be all lower-case
(#154) Variable "nextToken" must be all lower-case
(#154) Variable "phpcsFile" must be all lower-case
(#154) Variable "emptyTokens" must be all lower-case
(#155) Variable "nextToken" must be all lower-case
(#156) Variable "nextToken" must be all lower-case
(#163) Variable "nextToken" must be all lower-case
(#163) Variable "phpcsFile" must be all lower-case
(#163) Variable "scopeCloser" must be all lower-case
(#164) Variable "nextToken" must be all lower-case
(#165) Variable "nextToken" must be all lower-case
(#178) Variable "inHereDoc" must be all lower-case
(#180) Variable "inHereDoc" must be all lower-case
(#184) Variable "inHereDoc" must be all lower-case
(#200) Variable "firstToken" must be all lower-case
(#202) Variable "firstToken" must be all lower-case
(#206) Variable "firstToken" must be all lower-case
(#211) Variable "firstToken" must be all lower-case
(#212) Variable "trimmedContentLength" must be all lower-case
(#213) Variable "firstToken" must be all lower-case
(#214) Variable "trimmedContentLength" must be all lower-case
(#218) Variable "contentLength" must be all lower-case
(#218) Variable "firstToken" must be all lower-case
(#219) Variable "contentLength" must be all lower-case
(#219) Variable "trimmedContentLength" must be all lower-case
(#225) Variable "firstToken" must be all lower-case
(#225) Variable "stringTokens" must be all lower-case
(#226) Variable "firstToken" must be all lower-case
(#226) Variable "stringTokens" must be all lower-case
(#236) Variable "firstToken" must be all lower-case
(#236) Variable "commentTokens" must be all lower-case
(#237) Variable "firstToken" must be all lower-case
(#246) Variable "commentOpen" must be all lower-case
(#248) Variable "commentOpen" must be all lower-case
(#255) Variable "contentLength" must be all lower-case
(#255) Variable "firstToken" must be all lower-case
(#256) Variable "trimmedContentLength" must be all lower-case
(#257) Variable "firstToken" must be all lower-case
(#259) Variable "contentLength" must be all lower-case
(#259) Variable "trimmedContentLength" must be all lower-case
(#261) Variable "commentOpen" must be all lower-case
(#291) Variable "phpcsFile" must be all lower-case
(#291) Variable "firstToken" must be all lower-case
local/codechecker/moodle/Sniffs/WhiteSpace/SpaceAfterCommaSniff.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
local/codechecker/moodle/Sniffs/WhiteSpace/WhiteSpaceInStringsSniff.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Line indented incorrectly; expected at least 12 spaces, found 8
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
local/codechecker/moodle/tests/fixtures/PHPCompatibility_php_deprecatedfunctions.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#5) The use of function ereg_replace is discouraged from PHP version 5.3; use preg_replace instead
(#5) Function ereg_replace() has been deprecated
(#5) The use of function call_user_method is discouraged from PHP version 5.3; use call_user_func instead
(#5) Function call_user_method() has been deprecated
(#5) The use of function mysql_escape_string is discouraged from PHP version 5.3; use mysql_real_escape_string instead
(#5) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
local/codechecker/moodle/tests/fixtures/PHPCompatibility_php_forbiddencalltimepassbyreference.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Call-time pass-by-reference calls are prohibited
(#6) Using a call-time pass-by-reference is prohibited since php 5.4
(#7) Call-time pass-by-reference calls are prohibited
(#7) Using a call-time pass-by-reference is prohibited since php 5.4
local/codechecker/moodle/tests/fixtures/moodle_comenting_inlinecomment.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#6) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 4 slashes comments are not allowed; use "// Comment." instead
(#8) No space found before comment text; expected "// And no-space, uhm, bad, bad!" but found "//And no-space, uhm, bad, bad!"
(#13) Closing brace must be on a line by itself
(#19) Class constants must be uppercase; expected COMMENTED but found commented
(#27) Scope modifier not specified for member variable "$astatic"
(#28) Inline doc block comments are not allowed; use "// Comment." instead
(#29) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#29) Scope modifier not specified for member variable "$avar"
(#32) Visibility must be declared on method "afunction"
(#32) Closing brace must be on a line by itself
(#35) Visibility must be declared on method "afunction"
(#35) Closing brace must be on a line by itself
(#38) Visibility must be declared on method "afunction"
(#38) Closing brace must be on a line by itself
(#44) Inline doc block comments are not allowed; use "// Comment." instead
(#55) Comment separators length must contain 20-120 chars, 19 found
(#57) Comment separators length must contain 20-120 chars, 121 found
(#59) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (no)
(#61) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (.)
(#63) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (.)
(#65) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (.)
(#67) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (.)
(#69) Comment separators must be the unique text in the line, code found before
(#71) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (A.)
(#71) Comment separators length must contain 20-120 chars, 16 found
(#71) Comment separators must be the unique text in the line, code found before
local/codechecker/moodle/tests/fixtures/moodle_controlstructures_controlsignature.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) Expected "if (...) {\n"; found "if(...) {\n"
(#6) Expected "} else {\n"; found "}else{\n"
local/codechecker/moodle/tests/fixtures/moodle_namingconventions_variablename.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) Variable "bad_variable_1" must not contain underscores.
(#5) Variable "badVariable2" must be all lower-case
(#6) Variable "_badvariable3" must not contain underscores.
(#7) Variable "REALLY_badvar4" must be all lower-case
(#7) Variable "REALLY_badvar4" must not contain underscores.
(#12) Member variable "bad_variable" must not contain underscores.
(#13) Member variable "badVariable" must be all lower-case
(#14) Member variable "REALLY_badvar" must be all lower-case
(#14) Member variable "REALLY_badvar" must not contain underscores.
(#17) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#17) Scope modifier not specified for member variable "$badvarusage"
(#20) Variable "badPlaceholder1" must be all lower-case
(#21) Variable "bad_placeholder2" must not contain underscores.
(#22) Variable "REALLY_badplaceholder3" must be all lower-case
(#22) Variable "REALLY_badplaceholder3" must not contain underscores.
local/codechecker/moodle/tests/fixtures/moodle_php_forbiddenfunctions.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#5) The use of function sizeof() is forbidden; use count() instead
(#6) The use of function delete() is forbidden; use unset() instead
(#8) The use of function error_log() is forbidden
(#9) The use of function print_r() is forbidden
(#10) The use of function print_object() is forbidden
(#12) Inline comments must end in full-stops, exclamation marks, or question marks
(#13) The use of function extract() is forbidden
(#14) The use of function eval() is forbidden
(#15) The use of operator goto is forbidden
(#16) The use of goto labels is forbidden
(#17) The use of goto labels is forbidden
local/codechecker/moodle/tests/fixtures/moodle_php_forbiddennamesasinvokedfunctions.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#7) File is being unconditionally included; use "require" instead
(#8) File is being unconditionally included; use "require_once" instead
(#12) "require" must be immediately followed by an open parenthesis
(#13) "require_once" must be immediately followed by an open parenthesis
(#14) "include" must be immediately followed by an open parenthesis
(#14) File is being unconditionally included; use "require" instead
(#15) "include_once" must be immediately followed by an open parenthesis
(#15) File is being unconditionally included; use "require_once" instead
(#19) 'abstract' is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_ABSTRACT)
(#20) 'callable' is a reserved keyword introduced in PHP version 5.4 and cannot be invoked as a function (T_CALLABLE)
(#21) 'catch' is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_CATCH)
(#22) 'final' is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_FINAL)
(#23) 'instanceof' is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_INSTANCEOF)
(#24) 'private' is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_PRIVATE)
(#25) 'throw' is a reserved keyword introduced in PHP version 5.0 and cannot be invoked as a function (T_THROW)
(#26) 'trait' is a reserved keyword introduced in PHP version 5.4 and cannot be invoked as a function (T_TRAIT)
local/codechecker/moodle/tests/fixtures/moodle_php_forbiddentokens.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#5) The use of function eval() is forbidden
(#6) The use of operator goto is forbidden
(#8) The use of goto labels is forbidden
(#11) The use of goto labels is forbidden
(#13) The use of backticks for shell execution is forbidden
(#13) The use of backticks for shell execution is forbidden
local/codechecker/moodle/tests/fixtures/moodle_strings_forbiddenstrings.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#8) The use of the AS keyword to alias tables is bad for cross-db
(#10) The use of the AS keyword to alias tables is bad for cross-db
(#11) The use of the AS keyword to alias tables is bad for cross-db
(#15) The use of the /e modifier in regular expressions is forbidden
(#16) preg_replace() - /e modifier is deprecated in PHP 5.5
(#16) The use of the /e modifier in regular expressions is forbidden
(#19) The use of backticks in strings is not recommended
(#20) The use of backticks in strings is not recommended
(#23) The use of backticks in strings is not recommended
(#23) The use of the AS keyword to alias tables is bad for cross-db
(#23) The use of the /e modifier in regular expressions is forbidden
(#27) preg_replace() - /e modifier is deprecated in PHP 5.5
local/codechecker/moodle/tests/fixtures/moodle_whitespace_scopeindent.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#4) Expected 1 space before "="; 0 found
(#4) Expected 1 space after "="; 0 found
(#6) Line indented incorrectly; expected at least 4 spaces, found 2
local/codechecker/moodle/tests/fixtures/squiz_whitespace_operatorspacing.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Expected 1 space before "=>"; 0 found
(#7) Expected 1 space after "=>"; 0 found
(#8) Expected 1 space before "=>"; 0 found
(#8) Expected 1 space after "=>"; 0 found
(#10) Expected 1 space after "=>"; 3 found
(#13) Expected 1 space before "="; 0 found
(#14) Expected 1 space after "="; 0 found
(#15) Expected 1 space before "="; 0 found
(#15) Expected 1 space after "="; 0 found
(#17) Expected 1 space after "="; 2 found
(#21) Expected 1 space before "+"; 0 found
(#22) Expected 1 space after "+"; 0 found
(#23) Expected 1 space before "+"; 0 found
(#23) Expected 1 space after "+"; 0 found
(#25) Expected 1 space after "+"; 2 found
(#26) Expected 1 space before "+"; 2 found
(#28) Expected 1 space before "-"; 0 found
(#29) Expected 1 space after "-"; 0 found
(#30) Expected 1 space before "-"; 0 found
(#30) Expected 1 space after "-"; 0 found
(#32) Expected 1 space after "-"; 2 found
(#33) Expected 1 space before "-"; 2 found
(#35) Expected 1 space before "*"; 0 found
(#36) Expected 1 space after "*"; 0 found
(#37) Expected 1 space before "*"; 0 found
(#37) Expected 1 space after "*"; 0 found
(#39) Expected 1 space after "*"; 2 found
(#40) Expected 1 space before "*"; 2 found
(#42) Expected 1 space before "/"; 0 found
(#43) Expected 1 space after "/"; 0 found
(#44) Expected 1 space before "/"; 0 found
(#44) Expected 1 space after "/"; 0 found
(#46) Expected 1 space after "/"; 2 found
(#47) Expected 1 space before "/"; 2 found
local/codechecker/moodle/tests/moodlestandard_test.php
(#48) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#49) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#50) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#82) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#83) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#84) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#104) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#105) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#106) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#124) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#125) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#126) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#153) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#154) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#155) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#189) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#190) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#191) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#212) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#213) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#214) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#237) Public method name "moodlestandard_testcase::test_PHPCompatibility_php_deprecatedfunctions" must be in lower-case letters only
(#245) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#246) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#247) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#259) Public method name "moodlestandard_testcase::test_PHPCompatibility_php_forbiddencalltimepassbyreference" must be in lower-case letters only
(#267) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#268) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#269) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#290) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#291) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#292) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#327) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#328) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#329) Expected 1 space before comment text but found 3; use block comment if you need indentation
local/codechecker/pear/PHP/CodeSniffer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#94) Member variable "_resolveTokenCache" must be all lower-case
(#106) Member variable "rulesetDirs" must be all lower-case
(#141) Member variable "_tokenListeners" must be all lower-case
(#158) Member variable "ignorePatterns" must be all lower-case
(#165) Member variable "allowedFileExtensions" must be all lower-case
(#177) Member variable "allowedTypes" must be all lower-case
(#211) Variable "tabWidth" must be all lower-case
(#220) Variable "tabWidth" must be all lower-case
(#258) Variable "className" must be all lower-case
(#259) Opening brace should be on the same line as the declaration
(#260) Variable "className" must be all lower-case
(#261) Variable "newClassName" must be all lower-case
(#261) Variable "className" must be all lower-case
(#263) Variable "newClassName" must be all lower-case
(#263) Variable "className" must be all lower-case
(#266) Variable "newClassName" must be all lower-case
(#270) "include" must be immediately followed by an open parenthesis
(#273) "include" must be immediately followed by an open parenthesis
(#276) Variable "rulesetDirs" must be all lower-case
(#276) Variable "rulesetDir" must be all lower-case
(#277) Variable "rulesetDir" must be all lower-case
(#278) "include_once" must be immediately followed by an open parenthesis
(#278) Variable "rulesetDir" must be all lower-case
(#284) "include" must be immediately followed by an open parenthesis
(#301) Public method name "PHP_CodeSniffer::setAllowedFileExtensions" must be in lower-case letters only
(#302) Opening brace should be on the same line as the declaration
(#303) Variable "newExtensions" must be all lower-case
(#306) Variable "newExtensions" must be all lower-case
(#308) Variable "newExtensions" must be all lower-case
(#312) Variable "newExtensions" must be all lower-case
(#329) Public method name "PHP_CodeSniffer::setIgnorePatterns" must be in lower-case letters only
(#330) Opening brace should be on the same line as the declaration
(#347) Public method name "PHP_CodeSniffer::getIgnorePatterns" must be in lower-case letters only
(#348) Opening brace should be on the same line as the declaration
(#369) Public method name "PHP_CodeSniffer::setCli" must be in lower-case letters only
(#370) Opening brace should be on the same line as the declaration
(#392) Opening brace should be on the same line as the declaration
(#406) Variable "rulesetDirs" must be all lower-case
(#426) Variable "standardName" must be all lower-case
(#429) Variable "standardName" must be all lower-case
(#438) Variable "sniffRestrictions" must be all lower-case
(#439) Variable "sniffCode" must be all lower-case
(#440) Variable "sniffCode" must be all lower-case
(#441) Variable "sniffRestrictions" must be all lower-case
(#444) Variable "sniffRestrictions" must be all lower-case
(#448) Variable "numSniffs" must be all lower-case
(#449) Variable "numSniffs" must be all lower-case
(#459) Variable "cliValues" must be all lower-case
(#460) Variable "showProgress" must be all lower-case
(#460) Variable "cliValues" must be all lower-case
(#467) Variable "numFiles" must be all lower-case
(#470) Variable "numFiles" must be all lower-case
(#473) Variable "numProcessed" must be all lower-case
(#475) Variable "maxLength" must be all lower-case
(#475) Variable "numFiles" must be all lower-case
(#476) Variable "lastDir" must be all lower-case
(#479) Variable "currDir" must be all lower-case
(#480) Variable "lastDir" must be all lower-case
(#480) Variable "currDir" must be all lower-case
(#482) Variable "currDir" must be all lower-case
(#485) Variable "lastDir" must be all lower-case
(#485) Variable "currDir" must be all lower-case
(#488) Variable "phpcsFile" must be all lower-case
(#489) Variable "numProcessed" must be all lower-case
(#493) Variable "showProgress" must be all lower-case
(#499) Variable "phpcsFile" must be all lower-case
(#502) Variable "phpcsFile" must be all lower-case
(#503) Variable "phpcsFile" must be all lower-case
(#515) Variable "maxLength" must be all lower-case
(#515) Variable "numProcessed" must be all lower-case
(#517) Variable "numProcessed" must be all lower-case
(#517) Variable "numFiles" must be all lower-case
(#518) Variable "numProcessed" must be all lower-case
(#525) Variable "showProgress" must be all lower-case
(#546) Public method name "PHP_CodeSniffer::processRuleset" must be in lower-case letters only
(#546) Variable "rulesetPath" must be all lower-case
(#547) Opening brace should be on the same line as the declaration
(#548) Variable "rulesetPath" must be all lower-case
(#548) Variable "rulesetPath" must be all lower-case
(#551) Variable "rulesetPath" must be all lower-case
(#554) Variable "rulesetPath" must be all lower-case
(#556) Variable "rulesetPath" must be all lower-case
(#559) Variable "ownSniffs" must be all lower-case
(#560) Variable "includedSniffs" must be all lower-case
(#561) Variable "excludedSniffs" must be all lower-case
(#563) Variable "rulesetDir" must be all lower-case
(#563) Variable "rulesetPath" must be all lower-case
(#564) Variable "rulesetDirs" must be all lower-case
(#564) Variable "rulesetDir" must be all lower-case
(#566) Variable "rulesetDir" must be all lower-case
(#569) Variable "rulesetDir" must be all lower-case
(#572) Variable "ownSniffs" must be all lower-case
(#572) Variable "rulesetDir" must be all lower-case
(#585) Variable "includedSniffs" must be all lower-case
(#586) Variable "includedSniffs" must be all lower-case
(#587) Variable "rulesetDir" must be all lower-case
(#607) Variable "excludedSniffs" must be all lower-case
(#608) Variable "excludedSniffs" must be all lower-case
(#609) Variable "rulesetDir" must be all lower-case
(#640) Variable "includedSniffs" must be all lower-case
(#640) Variable "ownSniffs" must be all lower-case
(#640) Variable "includedSniffs" must be all lower-case
(#641) Variable "excludedSniffs" must be all lower-case
(#641) Variable "excludedSniffs" must be all lower-case
(#644) Variable "includedSniffs" must be all lower-case
(#645) Variable "excludedSniffs" must be all lower-case
(#653) Variable "includedSniffs" must be all lower-case
(#654) Variable "excludedSniffs" must be all lower-case
(#675) Private method name "PHP_CodeSniffer::_expandSniffDirectory" must be in lower-case letters only
(#676) Opening brace should be on the same line as the declaration
(#688) Variable "fileName" must be all lower-case
(#691) Variable "fileName" must be all lower-case
(#696) Variable "fileParts" must be all lower-case
(#696) Variable "fileName" must be all lower-case
(#697) Variable "fileParts" must be all lower-case
(#701) Variable "fileName" must be all lower-case
(#732) Private method name "PHP_CodeSniffer::_expandRulesetReference" must be in lower-case letters only
(#732) Variable "rulesetDir" must be all lower-case
(#733) Opening brace should be on the same line as the declaration
(#750) Variable "rulesetDir" must be all lower-case
(#771) Variable "sepPos" must be all lower-case
(#772) Variable "sepPos" must be all lower-case
(#773) Variable "stdName" must be all lower-case
(#773) Variable "sepPos" must be all lower-case
(#774) Variable "sepPos" must be all lower-case
(#777) Variable "stdName" must be all lower-case
(#790) Variable "newRef" must be all lower-case
(#791) Variable "stdPath" must be all lower-case
(#791) Variable "stdName" must be all lower-case
(#792) Variable "stdPath" must be all lower-case
(#793) Variable "newRef" must be all lower-case
(#793) Variable "stdPath" must be all lower-case
(#796) Variable "newRef" must be all lower-case
(#802) Variable "rulesetDirs" must be all lower-case
(#803) Variable "stdName" must be all lower-case
(#807) Variable "newRef" must be all lower-case
(#808) Whitespace found at end of line
(#809) Variable "newRef" must be all lower-case
(#810) Variable "newRef" must be all lower-case
(#814) Variable "newRef" must be all lower-case
(#876) Private method name "PHP_CodeSniffer::_processRule" must be in lower-case letters only
(#877) Opening brace should be on the same line as the declaration
(#979) Public method name "PHP_CodeSniffer::registerSniffs" must be in lower-case letters only
(#980) Opening brace should be on the same line as the declaration
(#986) Variable "sniffPos" must be all lower-case
(#987) Variable "sniffPos" must be all lower-case
(#991) Variable "slashPos" must be all lower-case
(#991) Variable "sniffPos" must be all lower-case
(#992) Variable "slashPos" must be all lower-case
(#996) Variable "className" must be all lower-case
(#996) Variable "slashPos" must be all lower-case
(#997) Variable "className" must be all lower-case
(#997) Variable "className" must be all lower-case
(#998) Variable "className" must be all lower-case
(#998) Variable "className" must be all lower-case
(#1003) Variable "className" must be all lower-case
(#1008) "include_once" must be immediately followed by an open parenthesis
(#1013) Variable "classNameNS" must be all lower-case
(#1013) Variable "className" must be all lower-case
(#1014) Variable "classNameNS" must be all lower-case
(#1015) Variable "className" must be all lower-case
(#1015) Variable "classNameNS" must be all lower-case
(#1018) Variable "className" must be all lower-case
(#1018) Variable "className" must be all lower-case
(#1021) Variable "className" must be all lower-case
(#1036) Public method name "PHP_CodeSniffer::populateTokenListeners" must be in lower-case letters only
(#1037) Opening brace should be on the same line as the declaration
(#1041) Variable "listenerClass" must be all lower-case
(#1044) Variable "listenerClass" must be all lower-case
(#1045) Variable "listenerClass" must be all lower-case
(#1047) Variable "listenerClass" must be all lower-case
(#1053) Variable "listenerClass" must be all lower-case
(#1053) Variable "listenerClass" must be all lower-case
(#1058) Variable "listenerClass" must be all lower-case
(#1063) Variable "listenerClass" must be all lower-case
(#1068) Variable "listenerClass" must be all lower-case
(#1070) Variable "listenerClass" must be all lower-case
(#1079) Variable "listenerClass" must be all lower-case
(#1081) Variable "listenerClass" must be all lower-case
(#1082) Variable "listenerClass" must be all lower-case
(#1101) Public method name "PHP_CodeSniffer::setSniffProperty" must be in lower-case letters only
(#1101) Variable "listenerClass" must be all lower-case
(#1102) Opening brace should be on the same line as the declaration
(#1104) Variable "listenerClass" must be all lower-case
(#1120) Variable "listenerClass" must be all lower-case
(#1138) Public method name "PHP_CodeSniffer::getFilesToProcess" must be in lower-case letters only
(#1139) Opening brace should be on the same line as the declaration
(#1156) Variable "filePath" must be all lower-case
(#1157) Variable "filePath" must be all lower-case
(#1161) Variable "filePath" must be all lower-case
(#1195) Public method name "PHP_CodeSniffer::shouldProcessFile" must be in lower-case letters only
(#1196) Opening brace should be on the same line as the declaration
(#1200) Variable "fileName" must be all lower-case
(#1201) Variable "fileParts" must be all lower-case
(#1201) Variable "fileName" must be all lower-case
(#1202) Variable "fileParts" must be all lower-case
(#1202) Variable "fileName" must be all lower-case
(#1202) Variable "fileParts" must be all lower-case
(#1209) Variable "fileParts" must be all lower-case
(#1210) Variable "fileParts" must be all lower-case
(#1211) Variable "fileParts" must be all lower-case
(#1212) Variable "fileParts" must be all lower-case
(#1238) Public method name "PHP_CodeSniffer::shouldIgnoreFile" must be in lower-case letters only
(#1239) Opening brace should be on the same line as the declaration
(#1240) Variable "relativePath" must be all lower-case
(#1243) Variable "relativePath" must be all lower-case
(#1274) Variable "testPath" must be all lower-case
(#1274) Variable "relativePath" must be all lower-case
(#1276) Variable "testPath" must be all lower-case
(#1279) Variable "testPath" must be all lower-case
(#1306) Public method name "PHP_CodeSniffer::processFile" must be in lower-case letters only
(#1307) Opening brace should be on the same line as the declaration
(#1312) Variable "filePath" must be all lower-case
(#1313) Variable "filePath" must be all lower-case
(#1314) Variable "filePath" must be all lower-case
(#1320) Variable "firstContent" must be all lower-case
(#1321) Variable "filePath" must be all lower-case
(#1322) Variable "filePath" must be all lower-case
(#1324) Variable "firstContent" must be all lower-case
(#1325) Variable "firstContent" must be all lower-case
(#1328) Variable "firstContent" must be all lower-case
(#1331) Variable "filePath" must be all lower-case
(#1340) Variable "phpcsFile" must be all lower-case
(#1364) Variable "phpcsFile" must be all lower-case
(#1373) Variable "phpcsFile" must be all lower-case
(#1376) Variable "cliValues" must be all lower-case
(#1380) Variable "phpcsFile" must be all lower-case
(#1380) Variable "cliValues" must be all lower-case
(#1381) Variable "phpcsFile" must be all lower-case
(#1391) Variable "numErrors" must be all lower-case
(#1392) Variable "numErrors" must be all lower-case
(#1393) Variable "numErrors" must be all lower-case
(#1393) Variable "phpcsFile" must be all lower-case
(#1393) Variable "phpcsFile" must be all lower-case
(#1394) Variable "numErrors" must be all lower-case
(#1398) Variable "reportClass" must be all lower-case
(#1399) Variable "reportData" must be all lower-case
(#1399) Variable "phpcsFile" must be all lower-case
(#1400) Variable "reportClass" must be all lower-case
(#1400) Variable "reportData" must be all lower-case
(#1400) Variable "cliValues" must be all lower-case
(#1400) Variable "cliValues" must be all lower-case
(#1407) Line indented incorrectly; expected 16 spaces, found 12
(#1409) Line indented incorrectly; expected 16 spaces, found 12
(#1412) Line indented incorrectly; expected 16 spaces, found 12
(#1413) Line indented incorrectly; expected at least 20 spaces, found 16
(#1414) Line indented incorrectly; expected at least 20 spaces, found 16
(#1415) Line indented incorrectly; expected at least 20 spaces, found 16
(#1416) Line indented incorrectly; expected at least 20 spaces, found 16
(#1417) Line indented incorrectly; expected at least 20 spaces, found 16
(#1417) Variable "phpcsFile" must be all lower-case
(#1422) Variable "phpcsFile" must be all lower-case
(#1441) Private method name "PHP_CodeSniffer::_processFile" must be in lower-case letters only
(#1442) Opening brace should be on the same line as the declaration
(#1444) Variable "startTime" must be all lower-case
(#1451) Variable "phpcsFile" must be all lower-case
(#1460) Variable "phpcsFile" must be all lower-case
(#1461) Variable "phpcsFile" must be all lower-case
(#1464) Variable "timeTaken" must be all lower-case
(#1464) Variable "startTime" must be all lower-case
(#1465) Variable "timeTaken" must be all lower-case
(#1467) Variable "timeTaken" must be all lower-case
(#1470) Variable "timeTaken" must be all lower-case
(#1473) Variable "phpcsFile" must be all lower-case
(#1474) Variable "phpcsFile" must be all lower-case
(#1478) Variable "phpcsFile" must be all lower-case
(#1492) Public method name "PHP_CodeSniffer::generateDocs" must be in lower-case letters only
(#1493) Opening brace should be on the same line as the declaration
(#1511) Public method name "PHP_CodeSniffer::getSniffs" must be in lower-case letters only
(#1512) Opening brace should be on the same line as the declaration
(#1523) Public method name "PHP_CodeSniffer::getTokenSniffs" must be in lower-case letters only
(#1524) Opening brace should be on the same line as the declaration
(#1541) Public method name "PHP_CodeSniffer::standardiseToken" must be in lower-case letters only
(#1542) Opening brace should be on the same line as the declaration
(#1544) Variable "_resolveTokenCache" must be all lower-case
(#1544) Variable "_resolveTokenCache" must not contain underscores.
(#1545) Variable "newToken" must be all lower-case
(#1545) Variable "_resolveTokenCache" must be all lower-case
(#1545) Variable "_resolveTokenCache" must not contain underscores.
(#1547) Variable "newToken" must be all lower-case
(#1551) Line indented incorrectly; expected 16 spaces, found 12
(#1552) Line indented incorrectly; expected at least 20 spaces, found 16
(#1553) Line indented incorrectly; expected at least 20 spaces, found 16
(#1553) Variable "tokenType" must be all lower-case
(#1554) Line indented incorrectly; expected 20 spaces, found 16
(#1554) Variable "_resolveTokenCache" must be all lower-case
(#1554) Variable "_resolveTokenCache" must not contain underscores.
(#1554) Variable "tokenType" must be all lower-case
(#1555) Line indented incorrectly; expected at least 24 spaces, found 20
(#1555) Variable "newToken" must be all lower-case
(#1555) Variable "_resolveTokenCache" must be all lower-case
(#1555) Variable "_resolveTokenCache" must not contain underscores.
(#1555) Variable "tokenType" must be all lower-case
(#1556) Line indented incorrectly; expected 20 spaces, found 16
(#1557) Line indented incorrectly; expected at least 24 spaces, found 20
(#1557) Variable "newToken" must be all lower-case
(#1557) Variable "tokenType" must be all lower-case
(#1558) Line indented incorrectly; expected 20 spaces, found 16
(#1561) Line indented incorrectly; expected 16 spaces, found 12
(#1562) Line indented incorrectly; expected at least 20 spaces, found 16
(#1562) Variable "newToken" must be all lower-case
(#1567) Line indented incorrectly; expected 16 spaces, found 12
(#1568) Line indented incorrectly; expected at least 20 spaces, found 16
(#1568) Variable "newToken" must be all lower-case
(#1575) Variable "newToken" must be all lower-case
(#1578) Variable "newToken" must be all lower-case
(#1594) Public method name "PHP_CodeSniffer::resolveTstringToken" must be in lower-case letters only
(#1595) Opening brace should be on the same line as the declaration
(#1596) Variable "newToken" must be all lower-case
(#1598) Line indented incorrectly; expected 12 spaces, found 8
(#1599) Line indented incorrectly; expected at least 16 spaces, found 12
(#1599) Variable "newToken" must be all lower-case
(#1601) Line indented incorrectly; expected 12 spaces, found 8
(#1602) Line indented incorrectly; expected at least 16 spaces, found 12
(#1602) Variable "newToken" must be all lower-case
(#1604) Line indented incorrectly; expected 12 spaces, found 8
(#1605) Line indented incorrectly; expected at least 16 spaces, found 12
(#1605) Variable "newToken" must be all lower-case
(#1607) Line indented incorrectly; expected 12 spaces, found 8
(#1608) Line indented incorrectly; expected at least 16 spaces, found 12
(#1608) Variable "newToken" must be all lower-case
(#1610) Line indented incorrectly; expected 12 spaces, found 8
(#1611) Line indented incorrectly; expected at least 16 spaces, found 12
(#1611) Variable "newToken" must be all lower-case
(#1613) Line indented incorrectly; expected 12 spaces, found 8
(#1614) Line indented incorrectly; expected at least 16 spaces, found 12
(#1614) Variable "newToken" must be all lower-case
(#1618) Variable "newToken" must be all lower-case
(#1618) Variable "newToken" must be all lower-case
(#1620) Variable "_resolveTokenCache" must be all lower-case
(#1620) Variable "_resolveTokenCache" must not contain underscores.
(#1620) Variable "newToken" must be all lower-case
(#1621) Variable "newToken" must be all lower-case
(#1637) Public method name "PHP_CodeSniffer::resolveSimpleToken" must be in lower-case letters only
(#1638) Opening brace should be on the same line as the declaration
(#1639) Variable "newToken" must be all lower-case
(#1642) Line indented incorrectly; expected 12 spaces, found 8
(#1643) Line indented incorrectly; expected at least 16 spaces, found 12
(#1643) Variable "newToken" must be all lower-case
(#1645) Line indented incorrectly; expected 12 spaces, found 8
(#1646) Line indented incorrectly; expected at least 16 spaces, found 12
(#1646) Variable "newToken" must be all lower-case
(#1648) Line indented incorrectly; expected 12 spaces, found 8
(#1649) Line indented incorrectly; expected at least 16 spaces, found 12
(#1649) Variable "newToken" must be all lower-case
(#1651) Line indented incorrectly; expected 12 spaces, found 8
(#1652) Line indented incorrectly; expected at least 16 spaces, found 12
(#1652) Variable "newToken" must be all lower-case
(#1654) Line indented incorrectly; expected 12 spaces, found 8
(#1655) Line indented incorrectly; expected at least 16 spaces, found 12
(#1655) Variable "newToken" must be all lower-case
(#1657) Line indented incorrectly; expected 12 spaces, found 8
(#1658) Line indented incorrectly; expected at least 16 spaces, found 12
(#1658) Variable "newToken" must be all lower-case
(#1660) Line indented incorrectly; expected 12 spaces, found 8
(#1661) Line indented incorrectly; expected at least 16 spaces, found 12
(#1661) Variable "newToken" must be all lower-case
(#1663) Line indented incorrectly; expected 12 spaces, found 8
(#1664) Line indented incorrectly; expected at least 16 spaces, found 12
(#1664) Variable "newToken" must be all lower-case
(#1666) Line indented incorrectly; expected 12 spaces, found 8
(#1667) Line indented incorrectly; expected at least 16 spaces, found 12
(#1667) Variable "newToken" must be all lower-case
(#1669) Line indented incorrectly; expected 12 spaces, found 8
(#1670) Line indented incorrectly; expected at least 16 spaces, found 12
(#1670) Variable "newToken" must be all lower-case
(#1672) Line indented incorrectly; expected 12 spaces, found 8
(#1673) Line indented incorrectly; expected at least 16 spaces, found 12
(#1673) Variable "newToken" must be all lower-case
(#1675) Line indented incorrectly; expected 12 spaces, found 8
(#1676) Line indented incorrectly; expected at least 16 spaces, found 12
(#1676) Variable "newToken" must be all lower-case
(#1678) Line indented incorrectly; expected 12 spaces, found 8
(#1679) Line indented incorrectly; expected at least 16 spaces, found 12
(#1679) Variable "newToken" must be all lower-case
(#1681) Line indented incorrectly; expected 12 spaces, found 8
(#1682) Line indented incorrectly; expected at least 16 spaces, found 12
(#1682) Variable "newToken" must be all lower-case
(#1684) Line indented incorrectly; expected 12 spaces, found 8
(#1685) Line indented incorrectly; expected at least 16 spaces, found 12
(#1685) Variable "newToken" must be all lower-case
(#1687) Line indented incorrectly; expected 12 spaces, found 8
(#1688) Line indented incorrectly; expected at least 16 spaces, found 12
(#1688) Variable "newToken" must be all lower-case
(#1690) Line indented incorrectly; expected 12 spaces, found 8
(#1691) Line indented incorrectly; expected at least 16 spaces, found 12
(#1691) Variable "newToken" must be all lower-case
(#1693) Line indented incorrectly; expected 12 spaces, found 8
(#1694) Line indented incorrectly; expected at least 16 spaces, found 12
(#1694) Variable "newToken" must be all lower-case
(#1696) Line indented incorrectly; expected 12 spaces, found 8
(#1697) Line indented incorrectly; expected at least 16 spaces, found 12
(#1697) Variable "newToken" must be all lower-case
(#1699) Line indented incorrectly; expected 12 spaces, found 8
(#1700) Line indented incorrectly; expected at least 16 spaces, found 12
(#1700) Variable "newToken" must be all lower-case
(#1702) Line indented incorrectly; expected 12 spaces, found 8
(#1703) Line indented incorrectly; expected at least 16 spaces, found 12
(#1703) Variable "newToken" must be all lower-case
(#1705) Line indented incorrectly; expected 12 spaces, found 8
(#1706) Line indented incorrectly; expected at least 16 spaces, found 12
(#1706) Variable "newToken" must be all lower-case
(#1708) Line indented incorrectly; expected 12 spaces, found 8
(#1709) Line indented incorrectly; expected at least 16 spaces, found 12
(#1709) Variable "newToken" must be all lower-case
(#1711) Line indented incorrectly; expected 12 spaces, found 8
(#1712) Line indented incorrectly; expected at least 16 spaces, found 12
(#1712) Variable "newToken" must be all lower-case
(#1714) Line indented incorrectly; expected 12 spaces, found 8
(#1715) Line indented incorrectly; expected at least 16 spaces, found 12
(#1715) Variable "newToken" must be all lower-case
(#1717) Line indented incorrectly; expected 12 spaces, found 8
(#1717) The use of backticks in strings is not recommended
(#1718) Line indented incorrectly; expected at least 16 spaces, found 12
(#1718) Variable "newToken" must be all lower-case
(#1720) Line indented incorrectly; expected 12 spaces, found 8
(#1721) Line indented incorrectly; expected at least 16 spaces, found 12
(#1721) Variable "newToken" must be all lower-case
(#1725) Variable "newToken" must be all lower-case
(#1725) Variable "newToken" must be all lower-case
(#1726) Variable "newToken" must be all lower-case
(#1728) Variable "_resolveTokenCache" must be all lower-case
(#1728) Variable "_resolveTokenCache" must not contain underscores.
(#1728) Variable "newToken" must be all lower-case
(#1729) Variable "newToken" must be all lower-case
(#1754) Public method name "PHP_CodeSniffer::isCamelCaps" must be in lower-case letters only
(#1756) Variable "classFormat" must be all lower-case
(#1761) Variable "classFormat" must be all lower-case
(#1762) Variable "legalFirstChar" must be all lower-case
(#1764) Variable "legalFirstChar" must be all lower-case
(#1770) Variable "legalFirstChar" must be all lower-case
(#1772) Variable "legalFirstChar" must be all lower-case
(#1775) Variable "legalFirstChar" must be all lower-case
(#1778) Variable "legalFirstChar" must be all lower-case
(#1783) Variable "legalChars" must be all lower-case
(#1784) Variable "legalChars" must be all lower-case
(#1791) Variable "lastCharWasCaps" must be all lower-case
(#1791) Variable "classFormat" must be all lower-case
(#1797) Variable "isCaps" must be all lower-case
(#1800) Variable "isCaps" must be all lower-case
(#1802) Variable "isCaps" must be all lower-case
(#1806) Variable "isCaps" must be all lower-case
(#1806) Variable "lastCharWasCaps" must be all lower-case
(#1810) Variable "lastCharWasCaps" must be all lower-case
(#1810) Variable "isCaps" must be all lower-case
(#1826) Public method name "PHP_CodeSniffer::isUnderscoreName" must be in lower-case letters only
(#1827) Opening brace should be on the same line as the declaration
(#1833) Variable "validName" must be all lower-case
(#1834) Variable "nameBits" must be all lower-case
(#1838) Variable "validName" must be all lower-case
(#1840) Variable "nameBits" must be all lower-case
(#1846) Variable "validName" must be all lower-case
(#1852) Variable "validName" must be all lower-case
(#1867) Public method name "PHP_CodeSniffer::suggestType" must be in lower-case letters only
(#1867) Variable "varType" must be all lower-case
(#1868) Opening brace should be on the same line as the declaration
(#1869) Variable "varType" must be all lower-case
(#1873) Variable "varType" must be all lower-case
(#1873) Variable "allowedTypes" must be all lower-case
(#1874) Variable "varType" must be all lower-case
(#1876) Variable "lowerVarType" must be all lower-case
(#1876) Variable "varType" must be all lower-case
(#1877) Variable "lowerVarType" must be all lower-case
(#1878) Line indented incorrectly; expected 16 spaces, found 12
(#1880) Line indented incorrectly; expected 16 spaces, found 12
(#1881) Line indented incorrectly; expected 16 spaces, found 12
(#1883) Line indented incorrectly; expected 16 spaces, found 12
(#1885) Line indented incorrectly; expected 16 spaces, found 12
(#1889) Variable "lowerVarType" must be all lower-case
(#1891) This comment is 53% valid code; is this commented out code?
(#1894) Variable "varType" must be all lower-case
(#1915) Variable "lowerVarType" must be all lower-case
(#1915) Variable "allowedTypes" must be all lower-case
(#1917) Variable "lowerVarType" must be all lower-case
(#1920) Variable "varType" must be all lower-case
(#1944) Public method name "PHP_CodeSniffer::getInstalledStandards" must be in lower-case letters only
(#1945) Variable "includeGeneric" must be all lower-case
(#1946) Variable "standardsDir" must be all lower-case
(#1948) Variable "installedStandards" must be all lower-case
(#1950) Variable "standardsDir" must be all lower-case
(#1951) Variable "installedPaths" must be all lower-case
(#1952) Variable "configPaths" must be all lower-case
(#1952) Must use "self::" for local static member reference
(#1953) Variable "configPaths" must be all lower-case
(#1954) Variable "installedPaths" must be all lower-case
(#1954) Variable "installedPaths" must be all lower-case
(#1954) Variable "configPaths" must be all lower-case
(#1957) Variable "installedPaths" must be all lower-case
(#1957) Variable "standardsDir" must be all lower-case
(#1960) Variable "installedPaths" must be all lower-case
(#1960) Variable "standardsDir" must be all lower-case
(#1961) Variable "standardsDir" must be all lower-case
(#1967) Variable "includeGeneric" must be all lower-case
(#1972) Variable "csFile" must be all lower-case
(#1973) Variable "csFile" must be all lower-case
(#1975) Variable "installedStandards" must be all lower-case
(#1981) Variable "installedStandards" must be all lower-case
(#1998) Public method name "PHP_CodeSniffer::isInstalledStandard" must be in lower-case letters only
(#1999) Opening brace should be on the same line as the declaration
(#2036) Public method name "PHP_CodeSniffer::getInstalledStandardPath" must be in lower-case letters only
(#2037) Opening brace should be on the same line as the declaration
(#2038) Variable "installedPaths" must be all lower-case
(#2039) Variable "configPaths" must be all lower-case
(#2039) Must use "self::" for local static member reference
(#2040) Variable "configPaths" must be all lower-case
(#2041) Variable "installedPaths" must be all lower-case
(#2041) Variable "installedPaths" must be all lower-case
(#2041) Variable "configPaths" must be all lower-case
(#2044) Variable "installedPaths" must be all lower-case
(#2044) Variable "installedPath" must be all lower-case
(#2045) Variable "installedPath" must be all lower-case
(#2068) Public method name "PHP_CodeSniffer::getConfigData" must be in lower-case letters only
(#2069) Opening brace should be on the same line as the declaration
(#2070) Variable "phpCodeSnifferConfig" must be all lower-case
(#2072) Variable "phpCodeSnifferConfig" must be all lower-case
(#2076) Variable "phpCodeSnifferConfig" must be all lower-case
(#2080) Variable "phpCodeSnifferConfig" must be all lower-case
(#2103) Public method name "PHP_CodeSniffer::setConfigData" must be in lower-case letters only
(#2104) Opening brace should be on the same line as the declaration
(#2106) Variable "configFile" must be all lower-case
(#2107) Variable "configFile" must be all lower-case
(#2112) Variable "configFile" must be all lower-case
(#2115) Variable "configFile" must be all lower-case
(#2116) Variable "configFile" must be all lower-case
(#2118) Variable "configFile" must be all lower-case
(#2123) Variable "phpCodeSnifferConfig" must be all lower-case
(#2126) Variable "phpCodeSnifferConfig" must be all lower-case
(#2127) Variable "phpCodeSnifferConfig" must be all lower-case
(#2130) Variable "phpCodeSnifferConfig" must be all lower-case
(#2135) Variable "phpCodeSnifferConfig" must be all lower-case
(#2138) Variable "configFile" must be all lower-case
(#2143) Variable "GLOBALS" must be all lower-case
(#2143) Variable "phpCodeSnifferConfig" must be all lower-case
(#2156) Public method name "PHP_CodeSniffer::getAllConfigData" must be in lower-case letters only
(#2157) Opening brace should be on the same line as the declaration
(#2158) Variable "GLOBALS" must be all lower-case
(#2159) Variable "GLOBALS" must be all lower-case
(#2162) Variable "configFile" must be all lower-case
(#2163) Variable "configFile" must be all lower-case
(#2164) Variable "configFile" must be all lower-case
(#2167) Variable "configFile" must be all lower-case
(#2171) "include" must be immediately followed by an open parenthesis
(#2171) Variable "configFile" must be all lower-case
(#2172) Variable "GLOBALS" must be all lower-case
(#2172) Variable "phpCodeSnifferConfig" must be all lower-case
(#2173) Variable "GLOBALS" must be all lower-case
(#2180) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/CLI.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#16) "include_once" must be immediately followed by an open parenthesis
(#18) "include_once" must be immediately followed by an open parenthesis
(#47) Member variable "errorSeverity" must be all lower-case
(#54) Member variable "warningSeverity" must be all lower-case
(#64) Member variable "dieOnUnknownArg" must be all lower-case
(#72) Public method name "PHP_CodeSniffer_CLI::checkRequirements" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#93) Public method name "PHP_CodeSniffer_CLI::getDefaults" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#112) Variable "reportFormat" must be all lower-case
(#113) Variable "reportFormat" must be all lower-case
(#114) Variable "reportFormat" must be all lower-case
(#117) Variable "tabWidth" must be all lower-case
(#118) Variable "tabWidth" must be all lower-case
(#121) Variable "tabWidth" must be all lower-case
(#147) Variable "showWarnings" must be all lower-case
(#148) Variable "showWarnings" must be all lower-case
(#149) Variable "showWarnings" must be all lower-case
(#149) Variable "showWarnings" must be all lower-case
(#150) Variable "showWarnings" must be all lower-case
(#155) Variable "reportWidth" must be all lower-case
(#156) Variable "reportWidth" must be all lower-case
(#159) Variable "reportWidth" must be all lower-case
(#162) Variable "showProgress" must be all lower-case
(#163) Variable "showProgress" must be all lower-case
(#166) Variable "showProgress" must be all lower-case
(#179) Public method name "PHP_CodeSniffer_CLI::getCommandLineValues" must be in lower-case letters only
(#180) Opening brace should be on the same line as the declaration
(#237) Public method name "PHP_CodeSniffer_CLI::processShortArgument" must be in lower-case letters only
(#238) Opening brace should be on the same line as the declaration
(#240) Line indented incorrectly; expected 12 spaces, found 8
(#241) Line indented incorrectly; expected 12 spaces, found 8
(#242) Line indented incorrectly; expected at least 16 spaces, found 12
(#245) Line indented incorrectly; expected 12 spaces, found 8
(#246) Line indented incorrectly; expected at least 16 spaces, found 12
(#249) Line indented incorrectly; expected 12 spaces, found 8
(#250) Line indented incorrectly; expected at least 16 spaces, found 12
(#252) Line indented incorrectly; expected 12 spaces, found 8
(#253) Line indented incorrectly; expected at least 16 spaces, found 12
(#255) Line indented incorrectly; expected 12 spaces, found 8
(#256) Line indented incorrectly; expected at least 16 spaces, found 12
(#258) Line indented incorrectly; expected 12 spaces, found 8
(#259) Line indented incorrectly; expected at least 16 spaces, found 12
(#261) Line indented incorrectly; expected 12 spaces, found 8
(#262) Line indented incorrectly; expected at least 16 spaces, found 12
(#264) Line indented incorrectly; expected 12 spaces, found 8
(#265) Line indented incorrectly; expected at least 16 spaces, found 12
(#267) Line indented incorrectly; expected 12 spaces, found 8
(#268) Line indented incorrectly; expected at least 16 spaces, found 12
(#269) Line indented incorrectly; expected at least 16 spaces, found 12
(#270) Line indented incorrectly; expected 16 spaces, found 12
(#271) Line indented incorrectly; expected at least 20 spaces, found 16
(#272) Line indented incorrectly; expected 16 spaces, found 12
(#273) Line indented incorrectly; expected at least 20 spaces, found 16
(#274) Line indented incorrectly; expected 16 spaces, found 12
(#277) Line indented incorrectly; expected 12 spaces, found 8
(#278) Line indented incorrectly; expected at least 16 spaces, found 12
(#280) Line indented incorrectly; expected 12 spaces, found 8
(#281) Line indented incorrectly; expected at least 16 spaces, found 12
(#283) Line indented incorrectly; expected 12 spaces, found 8
(#284) Line indented incorrectly; expected at least 16 spaces, found 12
(#302) Public method name "PHP_CodeSniffer_CLI::processLongArgument" must be in lower-case letters only
(#303) Opening brace should be on the same line as the declaration
(#305) Line indented incorrectly; expected 12 spaces, found 8
(#306) Line indented incorrectly; expected at least 16 spaces, found 12
(#308) Line indented incorrectly; expected 12 spaces, found 8
(#309) Line indented incorrectly; expected at least 16 spaces, found 12
(#310) Line indented incorrectly; expected at least 16 spaces, found 12
(#312) Line indented incorrectly; expected 12 spaces, found 8
(#313) Line indented incorrectly; expected at least 16 spaces, found 12
(#314) Line indented incorrectly; expected at least 16 spaces, found 12
(#315) Line indented incorrectly; expected at least 16 spaces, found 12
(#317) Line indented incorrectly; expected 12 spaces, found 8
(#318) Line indented incorrectly; expected at least 16 spaces, found 12
(#319) Line indented incorrectly; expected at least 16 spaces, found 12
(#321) Line indented incorrectly; expected 12 spaces, found 8
(#322) Line indented incorrectly; expected at least 16 spaces, found 12
(#323) Line indented incorrectly; expected at least 16 spaces, found 12
(#323) The use of function print_r() is forbidden
(#325) Line indented incorrectly; expected 12 spaces, found 8
(#326) Line indented incorrectly; expected at least 16 spaces, found 12
(#327) Line indented incorrectly; expected at least 16 spaces, found 12
(#328) Line indented incorrectly; expected at least 16 spaces, found 12
(#329) Line indented incorrectly; expected at least 16 spaces, found 12
(#330) Line indented incorrectly; expected at least 16 spaces, found 12
(#332) Line indented incorrectly; expected 12 spaces, found 8
(#333) Line indented incorrectly; expected 16 spaces, found 12
(#334) Line indented incorrectly; expected at least 20 spaces, found 16
(#335) Line indented incorrectly; expected at least 20 spaces, found 16
(#336) Line indented incorrectly; expected 16 spaces, found 12
(#337) Line indented incorrectly; expected at least 20 spaces, found 16
(#339) Line indented incorrectly; expected at least 20 spaces, found 16
(#340) Line indented incorrectly; expected 20 spaces, found 16
(#341) Line indented incorrectly; expected at least 24 spaces, found 20
(#342) Line indented incorrectly; expected 20 spaces, found 16
(#344) Line indented incorrectly; expected 20 spaces, found 16
(#345) Line indented incorrectly; expected at least 24 spaces, found 20
(#346) Line indented incorrectly; expected at least 24 spaces, found 20
(#347) Line indented incorrectly; expected at least 24 spaces, found 20
(#348) Line indented incorrectly; expected 20 spaces, found 16
(#350) Line indented incorrectly; expected at least 20 spaces, found 16
(#351) Line indented incorrectly; expected 20 spaces, found 16
(#352) Line indented incorrectly; expected at least 24 spaces, found 20
(#352) Line exceeds 132 characters; contains 145 characters
(#353) Line indented incorrectly; expected at least 24 spaces, found 20
(#354) Line indented incorrectly; expected at least 24 spaces, found 20
(#355) Line indented incorrectly; expected 20 spaces, found 16
(#357) Line indented incorrectly; expected 20 spaces, found 16
(#358) Line indented incorrectly; expected at least 24 spaces, found 20
(#359) Line indented incorrectly; expected at least 24 spaces, found 20
(#360) Line indented incorrectly; expected 20 spaces, found 16
(#361) Line indented incorrectly; expected at least 24 spaces, found 20
(#362) Line indented incorrectly; expected 24 spaces, found 20
(#363) Line indented incorrectly; expected at least 28 spaces, found 24
(#364) Line indented incorrectly; expected at least 28 spaces, found 24
(#365) Line indented incorrectly; expected 24 spaces, found 20
(#366) Line indented incorrectly; expected 20 spaces, found 16
(#367) Line indented incorrectly; expected 16 spaces, found 12
(#368) Line indented incorrectly; expected at least 20 spaces, found 16
(#369) Line indented incorrectly; expected 16 spaces, found 12
(#371) Line indented incorrectly; expected at least 20 spaces, found 12
(#372) Line indented incorrectly; expected 24 spaces, found 16
(#373) Line indented incorrectly; expected at least 28 spaces, found 20
(#374) Line indented incorrectly; expected at least 28 spaces, found 20
(#375) Line indented incorrectly; expected 28 spaces, found 20
(#376) Line indented incorrectly; expected at least 32 spaces, found 24
(#377) Line indented incorrectly; expected at least 32 spaces, found 24
(#378) Line indented incorrectly; expected 28 spaces, found 20
(#379) Line indented incorrectly; expected at least 32 spaces, found 24
(#380) Line indented incorrectly; expected at least 32 spaces, found 24
(#381) Line indented incorrectly; expected 32 spaces, found 24
(#382) Line indented incorrectly; expected at least 36 spaces, found 28
(#383) Line indented incorrectly; expected 32 spaces, found 24
(#384) Line indented incorrectly; expected at least 36 spaces, found 28
(#385) Line indented incorrectly; expected 36 spaces, found 28
(#386) Line indented incorrectly; expected at least 40 spaces, found 32
(#387) Line indented incorrectly; expected at least 40 spaces, found 32
(#388) Line indented incorrectly; expected 36 spaces, found 28
(#389) Line indented incorrectly; expected at least 40 spaces, found 32
(#390) Line indented incorrectly; expected 40 spaces, found 32
(#391) Line indented incorrectly; expected at least 44 spaces, found 36
(#392) Line indented incorrectly; expected at least 44 spaces, found 36
(#393) Line indented incorrectly; expected 40 spaces, found 32
(#394) Line indented incorrectly; expected 36 spaces, found 28
(#395) Line indented incorrectly; expected 32 spaces, found 24
(#396) Line indented incorrectly; expected 28 spaces, found 20
(#397) Line indented incorrectly; expected 24 spaces, found 16
(#398) Line indented incorrectly; expected at least 28 spaces, found 20
(#399) Line indented incorrectly; expected at least 28 spaces, found 20
(#400) Line indented incorrectly; expected at least 28 spaces, found 20
(#401) Line indented incorrectly; expected 24 spaces, found 16
(#403) Line indented incorrectly; expected at least 24 spaces, found 16
(#403) Variable "validReports" must be all lower-case
(#419) Line indented incorrectly; expected 24 spaces, found 16
(#419) Variable "validReports" must be all lower-case
(#420) Line indented incorrectly; expected at least 28 spaces, found 20
(#421) Line indented incorrectly; expected at least 28 spaces, found 20
(#422) Line indented incorrectly; expected 24 spaces, found 16
(#424) Line indented incorrectly; expected at least 24 spaces, found 16
(#425) Line indented incorrectly; expected 16 spaces, found 12
(#426) Line indented incorrectly; expected at least 20 spaces, found 16
(#427) Line indented incorrectly; expected 16 spaces, found 12
(#428) Line indented incorrectly; expected at least 20 spaces, found 16
(#429) Line indented incorrectly; expected 16 spaces, found 12
(#430) Line indented incorrectly; expected at least 20 spaces, found 16
(#431) Line indented incorrectly; expected at least 20 spaces, found 16
(#432) Line indented incorrectly; expected 16 spaces, found 12
(#433) Line indented incorrectly; expected at least 20 spaces, found 16
(#434) Line indented incorrectly; expected 16 spaces, found 12
(#435) Line indented incorrectly; expected at least 20 spaces, found 16
(#436) Line indented incorrectly; expected 16 spaces, found 12
(#437) Line indented incorrectly; expected at least 20 spaces, found 16
(#438) This comment is 53% valid code; is this commented out code?
(#438) Line indented incorrectly; expected at least 20 spaces, found 16
(#439) Line indented incorrectly; expected at least 20 spaces, found 16
(#442) Line indented incorrectly; expected at least 20 spaces, found 16
(#443) Line indented incorrectly; expected 20 spaces, found 16
(#444) Line indented incorrectly; expected at least 24 spaces, found 20
(#445) Line indented incorrectly; expected 20 spaces, found 16
(#446) Line indented incorrectly; expected 16 spaces, found 12
(#447) Line indented incorrectly; expected at least 20 spaces, found 16
(#448) Line indented incorrectly; expected 16 spaces, found 12
(#449) Line indented incorrectly; expected at least 20 spaces, found 16
(#450) Line indented incorrectly; expected 16 spaces, found 12
(#451) Line indented incorrectly; expected at least 20 spaces, found 16
(#452) Line indented incorrectly; expected 16 spaces, found 12
(#453) Line indented incorrectly; expected at least 20 spaces, found 16
(#454) Line indented incorrectly; expected 16 spaces, found 12
(#476) Public method name "PHP_CodeSniffer_CLI::processUnknownArgument" must be in lower-case letters only
(#477) Opening brace should be on the same line as the declaration
(#516) Opening brace should be on the same line as the declaration
(#557) Variable "fileContents" must be all lower-case
(#561) Variable "fileContents" must be all lower-case
(#564) Variable "fileContents" must be all lower-case
(#616) Variable "fileContents" must be all lower-case
(#617) Variable "fileContents" must be all lower-case
(#654) Public method name "PHP_CodeSniffer_CLI::printErrorReport" must be in lower-case letters only
(#657) Variable "showSources" must be all lower-case
(#658) Variable "reportFile" must be all lower-case
(#659) Variable "reportWidth" must be all lower-case
(#662) Variable "reportFile" must be all lower-case
(#666) Variable "toScreen" must be all lower-case
(#670) Variable "reportFile" must be all lower-case
(#673) Variable "reportFile" must be all lower-case
(#674) Variable "toScreen" must be all lower-case
(#682) Variable "showSources" must be all lower-case
(#684) Variable "reportWidth" must be all lower-case
(#693) Variable "toScreen" must be all lower-case
(#716) Public method name "PHP_CodeSniffer_CLI::validateStandard" must be in lower-case letters only
(#717) Opening brace should be on the same line as the declaration
(#733) Variable "installedStandards" must be all lower-case
(#735) Variable "installedStandards" must be all lower-case
(#735) Variable "validStandard" must be all lower-case
(#736) Variable "validStandard" must be all lower-case
(#737) Variable "validStandard" must be all lower-case
(#757) Public method name "PHP_CodeSniffer_CLI::explainStandard" must be in lower-case letters only
(#758) Opening brace should be on the same line as the declaration
(#767) Variable "lastStandard" must be all lower-case
(#768) Variable "lastCount" must be all lower-case
(#769) Variable "sniffCount" must be all lower-case
(#778) Variable "lastStandard" must be all lower-case
(#779) Variable "lastStandard" must be all lower-case
(#782) Variable "lastStandard" must be all lower-case
(#783) Variable "sniffList" must be all lower-case
(#786) Variable "lastStandard" must be all lower-case
(#786) Variable "lastCount" must be all lower-case
(#787) Variable "lastStandard" must be all lower-case
(#787) Variable "lastCount" must be all lower-case
(#789) Variable "sniffList" must be all lower-case
(#791) Variable "lastStandard" must be all lower-case
(#792) Variable "lastCount" must be all lower-case
(#798) Variable "lastCount" must be all lower-case
(#811) Public method name "PHP_CodeSniffer_CLI::printUsage" must be in lower-case letters only
(#812) Opening brace should be on the same line as the declaration
(#860) Public method name "PHP_CodeSniffer_CLI::printInstalledStandards" must be in lower-case letters only
(#861) Opening brace should be on the same line as the declaration
(#862) Variable "installedStandards" must be all lower-case
(#863) Variable "numStandards" must be all lower-case
(#863) Variable "installedStandards" must be all lower-case
(#865) Variable "numStandards" must be all lower-case
(#868) Variable "lastStandard" must be all lower-case
(#868) Variable "installedStandards" must be all lower-case
(#869) Variable "numStandards" must be all lower-case
(#870) Variable "lastStandard" must be all lower-case
(#872) Variable "standardList" must be all lower-case
(#872) Variable "installedStandards" must be all lower-case
(#873) Variable "standardList" must be all lower-case
(#873) Variable "lastStandard" must be all lower-case
(#874) Variable "standardList" must be all lower-case
(#883) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/CommentParser/AbstractDocElement.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#72) Member variable "previousElement" must be all lower-case
(#79) Member variable "nextElement" must be all lower-case
(#86) Member variable "afterWhitespace" must be all lower-case
(#100) Member variable "phpcsFile" must be all lower-case
(#130) Variable "previousElement" must be all lower-case
(#133) Variable "phpcsFile" must be all lower-case
(#135) Variable "previousElement" must be all lower-case
(#136) Variable "previousElement" must be all lower-case
(#142) Variable "phpcsFile" must be all lower-case
(#144) Variable "previousElement" must be all lower-case
(#145) Variable "previousElement" must be all lower-case
(#152) Variable "subElements" must be all lower-case
(#154) Variable "subElements" must be all lower-case
(#159) Variable "currElem" must be all lower-case
(#160) Variable "lastElement" must be all lower-case
(#161) Variable "lastElementWhitespace" must be all lower-case
(#162) Variable "numSubElements" must be all lower-case
(#162) Variable "subElements" must be all lower-case
(#168) Variable "currElem" must be all lower-case
(#168) Variable "numSubElements" must be all lower-case
(#169) Variable "subElements" must be all lower-case
(#169) Variable "currElem" must be all lower-case
(#172) Variable "currElem" must be all lower-case
(#174) Variable "lastElementWhitespace" must be all lower-case
(#175) Variable "lastElementWhitespace" must be all lower-case
(#178) Variable "lastElement" must be all lower-case
(#184) Variable "lastElement" must be all lower-case
(#184) Variable "lastElement" must be all lower-case
(#185) Variable "lastElementName" must be all lower-case
(#185) Variable "subElements" must be all lower-case
(#185) Variable "numSubElements" must be all lower-case
(#189) Variable "lastElementName" must be all lower-case
(#190) Variable "lastElement" must be all lower-case
(#191) Variable "lastElementWhitespace" must be all lower-case
(#204) Public method name "PHP_CodeSniffer_CommentParser_AbstractDocElement::getPreviousElement" must be in lower-case letters only
(#205) Opening brace should be on the same line as the declaration
(#216) Public method name "PHP_CodeSniffer_CommentParser_AbstractDocElement::getNextElement" must be in lower-case letters only
(#217) Opening brace should be on the same line as the declaration
(#228) Public method name "PHP_CodeSniffer_CommentParser_AbstractDocElement::getWhitespaceBefore" must be in lower-case letters only
(#229) Opening brace should be on the same line as the declaration
(#244) Public method name "PHP_CodeSniffer_CommentParser_AbstractDocElement::getWhitespaceAfter" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
(#256) Public method name "PHP_CodeSniffer_CommentParser_AbstractDocElement::getOrder" must be in lower-case letters only
(#257) Opening brace should be on the same line as the declaration
(#272) Public method name "PHP_CodeSniffer_CommentParser_AbstractDocElement::getTag" must be in lower-case letters only
(#273) Opening brace should be on the same line as the declaration
(#284) Public method name "PHP_CodeSniffer_CommentParser_AbstractDocElement::getRawContent" must be in lower-case letters only
(#285) Opening brace should be on the same line as the declaration
(#296) Public method name "PHP_CodeSniffer_CommentParser_AbstractDocElement::getTokens" must be in lower-case letters only
(#297) Opening brace should be on the same line as the declaration
(#308) Public method name "PHP_CodeSniffer_CommentParser_AbstractDocElement::getLine" must be in lower-case letters only
(#309) Opening brace should be on the same line as the declaration
(#314) Variable "previousContent" must be all lower-case
(#315) Variable "previousLine" must be all lower-case
(#317) Variable "previousLine" must be all lower-case
(#317) Variable "previousContent" must be all lower-case
(#330) Protected method name "PHP_CodeSniffer_CommentParser_AbstractDocElement::getSubElements" must be in lower-case letters only
(#344) Protected method name "PHP_CodeSniffer_CommentParser_AbstractDocElement::processSubElement" must be in lower-case letters only
(#347) Variable "whitespaceBefore" must be all lower-case
(#353) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/CommentParser/AbstractParser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#84) Member variable "commentString" must be all lower-case
(#91) Member variable "phpcsFile" must be all lower-case
(#108) Member variable "foundTags" must be all lower-case
(#118) Member variable "previousElement" must be all lower-case
(#153) Member variable "_hasParsed" must be all lower-case
(#188) Variable "phpcsFile" must be all lower-case
(#189) Opening brace should be on the same line as the declaration
(#191) Variable "phpcsFile" must be all lower-case
(#205) Opening brace should be on the same line as the declaration
(#222) Opening brace should be on the same line as the declaration
(#266) Private method name "PHP_CodeSniffer_CommentParser_AbstractParser::_parseWords" must be in lower-case letters only
(#267) Opening brace should be on the same line as the declaration
(#268) Variable "allowedTags" must be all lower-case
(#268) Variable "_tags" must not contain underscores.
(#269) Variable "allowedTagNames" must be all lower-case
(#269) Variable "allowedTags" must be all lower-case
(#270) Variable "prevTagPos" must be all lower-case
(#271) Variable "wordWasEmpty" must be all lower-case
(#273) Variable "wordPos" must be all lower-case
(#275) Variable "wordWasEmpty" must be all lower-case
(#283) Variable "wordPos" must be all lower-case
(#284) Variable "wordPos" must be all lower-case
(#289) Variable "wordPos" must be all lower-case
(#290) Variable "wordPos" must be all lower-case
(#297) Variable "wordPos" must be all lower-case
(#298) Variable "wordPos" must be all lower-case
(#301) Variable "prevTagPos" must be all lower-case
(#303) Variable "prevTag" must be all lower-case
(#303) Variable "prevTagPos" must be all lower-case
(#304) Variable "prevTag" must be all lower-case
(#304) Variable "prevTagPos" must be all lower-case
(#304) Variable "wordPos" must be all lower-case
(#308) Variable "wordPos" must be all lower-case
(#311) Variable "prevTagPos" must be all lower-case
(#311) Variable "wordPos" must be all lower-case
(#313) Variable "allowedTagNames" must be all lower-case
(#317) Variable "knownTags" must be all lower-case
(#334) Variable "knownTags" must be all lower-case
(#337) Variable "wordPos" must be all lower-case
(#338) Variable "wordPos" must be all lower-case
(#346) Variable "wordWasEmpty" must be all lower-case
(#347) Variable "prevTagPos" must be all lower-case
(#352) Variable "prevTag" must be all lower-case
(#352) Variable "prevTagPos" must be all lower-case
(#353) Variable "numWords" must be all lower-case
(#354) Variable "endPos" must be all lower-case
(#354) Variable "numWords" must be all lower-case
(#356) Variable "prevTag" must be all lower-case
(#356) Variable "prevTag" must be all lower-case
(#359) Variable "endPos" must be all lower-case
(#359) Variable "prevTagPos" must be all lower-case
(#359) Variable "endPos" must be all lower-case
(#359) Variable "numWords" must be all lower-case
(#359) Variable "endPos" must be all lower-case
(#360) Variable "endPos" must be all lower-case
(#366) Variable "prevTag" must be all lower-case
(#366) Variable "prevTagPos" must be all lower-case
(#366) Variable "endPos" must be all lower-case
(#368) Variable "endPos" must be all lower-case
(#368) Variable "numWords" must be all lower-case
(#370) Variable "endPos" must be all lower-case
(#370) Variable "numWords" must be all lower-case
(#373) Variable "endPos" must be all lower-case
(#373) Variable "numWords" must be all lower-case
(#390) Protected method name "PHP_CodeSniffer_CommentParser_AbstractParser::getLine" must be in lower-case letters only
(#390) Variable "tokenPos" must be all lower-case
(#391) Opening brace should be on the same line as the declaration
(#393) Variable "tokenPos" must be all lower-case
(#409) Protected method name "PHP_CodeSniffer_CommentParser_AbstractParser::parseSee" must be in lower-case letters only
(#410) Opening brace should be on the same line as the declaration
(#431) Protected method name "PHP_CodeSniffer_CommentParser_AbstractParser::parseComment" must be in lower-case letters only
(#432) Opening brace should be on the same line as the declaration
(#451) Protected method name "PHP_CodeSniffer_CommentParser_AbstractParser::parseDeprecated" must be in lower-case letters only
(#452) Opening brace should be on the same line as the declaration
(#472) Protected method name "PHP_CodeSniffer_CommentParser_AbstractParser::parseSince" must be in lower-case letters only
(#473) Opening brace should be on the same line as the declaration
(#493) Protected method name "PHP_CodeSniffer_CommentParser_AbstractParser::parseLink" must be in lower-case letters only
(#494) Opening brace should be on the same line as the declaration
(#513) Public method name "PHP_CodeSniffer_CommentParser_AbstractParser::getSees" must be in lower-case letters only
(#514) Opening brace should be on the same line as the declaration
(#525) Public method name "PHP_CodeSniffer_CommentParser_AbstractParser::getComment" must be in lower-case letters only
(#526) Opening brace should be on the same line as the declaration
(#537) Public method name "PHP_CodeSniffer_CommentParser_AbstractParser::getWords" must be in lower-case letters only
(#538) Opening brace should be on the same line as the declaration
(#549) Public method name "PHP_CodeSniffer_CommentParser_AbstractParser::getTags" must be in lower-case letters only
(#550) Opening brace should be on the same line as the declaration
(#563) Public method name "PHP_CodeSniffer_CommentParser_AbstractParser::getLinks" must be in lower-case letters only
(#564) Opening brace should be on the same line as the declaration
(#577) Public method name "PHP_CodeSniffer_CommentParser_AbstractParser::getDeprecated" must be in lower-case letters only
(#578) Opening brace should be on the same line as the declaration
(#591) Public method name "PHP_CodeSniffer_CommentParser_AbstractParser::getSince" must be in lower-case letters only
(#592) Opening brace should be on the same line as the declaration
(#611) Protected method name "PHP_CodeSniffer_CommentParser_AbstractParser::parseTag" must be in lower-case letters only
(#612) Opening brace should be on the same line as the declaration
(#615) Variable "allowedTags" must be all lower-case
(#615) Variable "_tags" must not contain underscores.
(#616) Variable "allowedTagNames" must be all lower-case
(#616) Variable "allowedTags" must be all lower-case
(#617) Variable "allowedTagNames" must be all lower-case
(#655) Protected method name "PHP_CodeSniffer_CommentParser_AbstractParser::getAllowedTags" must be in lower-case letters only
(#663) Public method name "PHP_CodeSniffer_CommentParser_AbstractParser::getTagOrders" must be in lower-case letters only
(#664) Opening brace should be on the same line as the declaration
(#675) Public method name "PHP_CodeSniffer_CommentParser_AbstractParser::getUnknown" must be in lower-case letters only
(#676) Opening brace should be on the same line as the declaration
(#684) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/CommentParser/ClassCommentParser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#91) Protected method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::getAllowedTags" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#113) Protected method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::parseLicense" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
(#134) Protected method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::parseCopyright" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
(#156) Protected method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::parseCategory" must be in lower-case letters only
(#157) Opening brace should be on the same line as the declaration
(#177) Protected method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::parseAuthor" must be in lower-case letters only
(#178) Opening brace should be on the same line as the declaration
(#199) Protected method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::parseVersion" must be in lower-case letters only
(#200) Opening brace should be on the same line as the declaration
(#220) Protected method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::parsePackage" must be in lower-case letters only
(#221) Opening brace should be on the same line as the declaration
(#241) Protected method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::parseSubpackage" must be in lower-case letters only
(#242) Opening brace should be on the same line as the declaration
(#260) Public method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::getAuthors" must be in lower-case letters only
(#261) Opening brace should be on the same line as the declaration
(#272) Public method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::getVersion" must be in lower-case letters only
(#273) Opening brace should be on the same line as the declaration
(#284) Public method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::getLicense" must be in lower-case letters only
(#285) Opening brace should be on the same line as the declaration
(#296) Public method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::getCopyrights" must be in lower-case letters only
(#297) Opening brace should be on the same line as the declaration
(#308) Public method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::getCategory" must be in lower-case letters only
(#309) Opening brace should be on the same line as the declaration
(#320) Public method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::getPackage" must be in lower-case letters only
(#321) Opening brace should be on the same line as the declaration
(#332) Public method name "PHP_CodeSniffer_CommentParser_ClassCommentParser::getSubpackage" must be in lower-case letters only
(#333) Opening brace should be on the same line as the declaration
(#341) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/CommentParser/CommentElement.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#69) Variable "previousElement" must be all lower-case
(#71) Variable "phpcsFile" must be all lower-case
(#73) Variable "previousElement" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#84) Public method name "PHP_CodeSniffer_CommentParser_CommentElement::getShortComment" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#102) Private method name "PHP_CodeSniffer_CommentParser_CommentElement::_getShortCommentEndPos" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#105) Variable "whiteSpace" must be all lower-case
(#111) Variable "whiteSpace" must be all lower-case
(#141) Public method name "PHP_CodeSniffer_CommentParser_CommentElement::getLongComment" must be in lower-case letters only
(#142) Opening brace should be on the same line as the declaration
(#161) Private method name "PHP_CodeSniffer_CommentParser_CommentElement::_getLongCommentStartPos" must be in lower-case letters only
(#162) Opening brace should be on the same line as the declaration
(#191) Public method name "PHP_CodeSniffer_CommentParser_CommentElement::getWhiteSpaceBetween" must be in lower-case letters only
(#192) Opening brace should be on the same line as the declaration
(#193) Variable "endShort" must be all lower-case
(#194) Variable "startLong" must be all lower-case
(#195) Variable "startLong" must be all lower-case
(#201) Variable "endShort" must be all lower-case
(#201) Variable "startLong" must be all lower-case
(#201) Variable "endShort" must be all lower-case
(#212) Public method name "PHP_CodeSniffer_CommentParser_CommentElement::getNewlineAfter" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#220) Variable "endShort" must be all lower-case
(#221) Variable "endShort" must be all lower-case
(#236) Public method name "PHP_CodeSniffer_CommentParser_CommentElement::isEmpty" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#245) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/CommentParser/DocElement.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Public method name "PHP_CodeSniffer_CommentParser_DocElement::getTag" must be in lower-case letters only
(#46) Public method name "PHP_CodeSniffer_CommentParser_DocElement::getWhitespaceBefore" must be in lower-case letters only
(#55) Public method name "PHP_CodeSniffer_CommentParser_DocElement::getWhitespaceAfter" must be in lower-case letters only
(#65) Public method name "PHP_CodeSniffer_CommentParser_DocElement::getOrder" must be in lower-case letters only
(#74) Public method name "PHP_CodeSniffer_CommentParser_DocElement::getPreviousElement" must be in lower-case letters only
(#83) Public method name "PHP_CodeSniffer_CommentParser_DocElement::getNextElement" must be in lower-case letters only
(#91) Public method name "PHP_CodeSniffer_CommentParser_DocElement::getLine" must be in lower-case letters only
(#99) Public method name "PHP_CodeSniffer_CommentParser_DocElement::getRawContent" must be in lower-case letters only
(#104) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/CommentParser/FunctionCommentParser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#79) Possible useless method overriding detected
(#79) Variable "phpcsFile" must be all lower-case
(#80) Opening brace should be on the same line as the declaration
(#81) Variable "phpcsFile" must be all lower-case
(#93) Protected method name "PHP_CodeSniffer_CommentParser_FunctionCommentParser::parseParam" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#114) Protected method name "PHP_CodeSniffer_CommentParser_FunctionCommentParser::parseReturn" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#136) Protected method name "PHP_CodeSniffer_CommentParser_FunctionCommentParser::parseThrows" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#159) Public method name "PHP_CodeSniffer_CommentParser_FunctionCommentParser::getParams" must be in lower-case letters only
(#160) Opening brace should be on the same line as the declaration
(#173) Public method name "PHP_CodeSniffer_CommentParser_FunctionCommentParser::getReturn" must be in lower-case letters only
(#174) Opening brace should be on the same line as the declaration
(#187) Public method name "PHP_CodeSniffer_CommentParser_FunctionCommentParser::getThrows" must be in lower-case letters only
(#188) Opening brace should be on the same line as the declaration
(#199) Protected method name "PHP_CodeSniffer_CommentParser_FunctionCommentParser::getAllowedTags" must be in lower-case letters only
(#200) Opening brace should be on the same line as the declaration
(#212) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/CommentParser/MemberCommentParser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#51) Protected method name "PHP_CodeSniffer_CommentParser_MemberCommentParser::parseVar" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#70) Public method name "PHP_CodeSniffer_CommentParser_MemberCommentParser::getVar" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#82) Protected method name "PHP_CodeSniffer_CommentParser_MemberCommentParser::getAllowedTags" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#91) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/CommentParser/PairElement.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#58) Member variable "_valueWhitespace" must be all lower-case
(#65) Member variable "_commentWhitespace" must be all lower-case
(#84) Possible useless method overriding detected
(#85) Variable "previousElement" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#90) Variable "previousElement" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#102) Protected method name "PHP_CodeSniffer_CommentParser_PairElement::getSubElements" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#123) Protected method name "PHP_CodeSniffer_CommentParser_PairElement::processSubElement" must be in lower-case letters only
(#123) Variable "whitespaceBefore" must be all lower-case
(#124) Opening brace should be on the same line as the declaration
(#128) Variable "whitespaceBefore" must be all lower-case
(#138) Public method name "PHP_CodeSniffer_CommentParser_PairElement::getValue" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#150) Public method name "PHP_CodeSniffer_CommentParser_PairElement::getComment" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#162) Public method name "PHP_CodeSniffer_CommentParser_PairElement::getWhitespaceBeforeValue" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#171) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/CommentParser/ParameterElement.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Member variable "_varName" must be all lower-case
(#62) Member variable "_varNameWhitespace" must be all lower-case
(#69) Member variable "_commentWhitespace" must be all lower-case
(#76) Member variable "_typeWhitespace" must be all lower-case
(#93) Variable "previousElement" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#97) Variable "previousElement" must be all lower-case
(#97) Variable "phpcsFile" must be all lower-case
(#102) Variable "rawContent" must be all lower-case
(#105) Variable "rawContent" must be all lower-case
(#125) Protected method name "PHP_CodeSniffer_CommentParser_ParameterElement::getSubElements" must be in lower-case letters only
(#126) Opening brace should be on the same line as the declaration
(#147) Protected method name "PHP_CodeSniffer_CommentParser_ParameterElement::processSubElement" must be in lower-case letters only
(#147) Variable "beforeWhitespace" must be all lower-case
(#148) Opening brace should be on the same line as the declaration
(#152) Variable "beforeWhitespace" must be all lower-case
(#162) Public method name "PHP_CodeSniffer_CommentParser_ParameterElement::getVarName" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#174) Public method name "PHP_CodeSniffer_CommentParser_ParameterElement::getType" must be in lower-case letters only
(#175) Opening brace should be on the same line as the declaration
(#186) Public method name "PHP_CodeSniffer_CommentParser_ParameterElement::getComment" must be in lower-case letters only
(#187) Opening brace should be on the same line as the declaration
(#200) Public method name "PHP_CodeSniffer_CommentParser_ParameterElement::getWhiteSpaceBeforeType" must be in lower-case letters only
(#201) Opening brace should be on the same line as the declaration
(#214) Public method name "PHP_CodeSniffer_CommentParser_ParameterElement::getWhiteSpaceBeforeVarName" must be in lower-case letters only
(#215) Opening brace should be on the same line as the declaration
(#228) Public method name "PHP_CodeSniffer_CommentParser_ParameterElement::getWhiteSpaceBeforeComment" must be in lower-case letters only
(#229) Opening brace should be on the same line as the declaration
(#243) Public method name "PHP_CodeSniffer_CommentParser_ParameterElement::getPosition" must be in lower-case letters only
(#244) Opening brace should be on the same line as the declaration
(#263) Public method name "PHP_CodeSniffer_CommentParser_ParameterElement::alignsVariableWith" must be in lower-case letters only
(#270) Variable "otherVar" must be all lower-case
(#271) Variable "thisVar" must be all lower-case
(#272) Variable "otherVar" must be all lower-case
(#272) Variable "thisVar" must be all lower-case
(#290) Public method name "PHP_CodeSniffer_CommentParser_ParameterElement::alignsCommentWith" must be in lower-case letters only
(#298) Variable "otherComment" must be all lower-case
(#300) Variable "thisComment" must be all lower-case
(#303) Variable "otherComment" must be all lower-case
(#303) Variable "thisComment" must be all lower-case
(#321) Public method name "PHP_CodeSniffer_CommentParser_ParameterElement::alignsWith" must be in lower-case letters only
(#322) Opening brace should be on the same line as the declaration
(#338) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/CommentParser/ParserException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#50) Opening brace should be on the same line as the declaration
(#62) Public method name "PHP_CodeSniffer_CommentParser_ParserException::getLineWithinComment" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#71) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/CommentParser/SingleElement.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#53) Member variable "contentWhitespace" must be all lower-case
(#72) Possible useless method overriding detected
(#73) Variable "previousElement" must be all lower-case
(#76) Variable "phpcsFile" must be all lower-case
(#78) Variable "previousElement" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#90) Protected method name "PHP_CodeSniffer_CommentParser_SingleElement::getSubElements" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#108) Protected method name "PHP_CodeSniffer_CommentParser_SingleElement::processSubElement" must be in lower-case letters only
(#108) Variable "whitespaceBefore" must be all lower-case
(#109) Opening brace should be on the same line as the declaration
(#111) Variable "whitespaceBefore" must be all lower-case
(#121) Public method name "PHP_CodeSniffer_CommentParser_SingleElement::getContent" must be in lower-case letters only
(#122) Opening brace should be on the same line as the declaration
(#133) Public method name "PHP_CodeSniffer_CommentParser_SingleElement::getWhitespaceBeforeContent" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#152) Variable "phpcsFile" must be all lower-case
(#153) Variable "commentStart" must be all lower-case
(#154) Variable "docBlock" must be all lower-case
(#157) Variable "errorPos" must be all lower-case
(#157) Variable "commentStart" must be all lower-case
(#161) Variable "docBlock" must be all lower-case
(#163) Variable "phpcsFile" must be all lower-case
(#163) Variable "errorPos" must be all lower-case
(#171) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/DocGenerators/Generator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#63) Opening brace should be on the same line as the declaration
(#79) Protected method name "PHP_CodeSniffer_DocGenerators_Generator::getTitle" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#91) Protected method name "PHP_CodeSniffer_DocGenerators_Generator::getStandard" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#109) Opening brace should be on the same line as the declaration
(#110) Variable "standardFiles" must be all lower-case
(#112) Variable "standardFiles" must be all lower-case
(#132) Protected method name "PHP_CodeSniffer_DocGenerators_Generator::getStandardFiles" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
(#138) Variable "standardFiles" must be all lower-case
(#139) Variable "className" must be all lower-case
(#139) Variable "sniffClass" must be all lower-case
(#140) Variable "sniffClass" must be all lower-case
(#145) Variable "className" must be all lower-case
(#146) Variable "sniffName" must be all lower-case
(#147) Variable "sniffName" must be all lower-case
(#152) Variable "standardFile" must be all lower-case
(#157) Variable "standardFile" must be all lower-case
(#157) Variable "standardFile" must be all lower-case
(#159) Variable "standardFile" must be all lower-case
(#160) Variable "standardFiles" must be all lower-case
(#160) Variable "standardFile" must be all lower-case
(#164) Variable "standardFiles" must be all lower-case
(#181) Protected method name "PHP_CodeSniffer_DocGenerators_Generator::processSniff" must be in lower-case letters only
(#182) Opening brace should be on the same line as the declaration
(#189) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/DocGenerators/HTML.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Opening brace should be on the same line as the declaration
(#51) Variable "standardFiles" must be all lower-case
(#52) Variable "standardFiles" must be all lower-case
(#54) Variable "standardFiles" must be all lower-case
(#76) Protected method name "PHP_CodeSniffer_DocGenerators_HTML::printHeader" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#164) Protected method name "PHP_CodeSniffer_DocGenerators_HTML::printToc" must be in lower-case letters only
(#164) Variable "standardFiles" must be all lower-case
(#165) Opening brace should be on the same line as the declaration
(#169) Variable "standardFiles" must be all lower-case
(#187) Protected method name "PHP_CodeSniffer_DocGenerators_HTML::printFooter" must be in lower-case letters only
(#188) Opening brace should be on the same line as the declaration
(#213) Public method name "PHP_CodeSniffer_DocGenerators_HTML::processSniff" must be in lower-case letters only
(#214) Opening brace should be on the same line as the declaration
(#237) Protected method name "PHP_CodeSniffer_DocGenerators_HTML::printTextBlock" must be in lower-case letters only
(#238) Opening brace should be on the same line as the declaration
(#258) Protected method name "PHP_CodeSniffer_DocGenerators_HTML::printCodeComparisonBlock" must be in lower-case letters only
(#259) Opening brace should be on the same line as the declaration
(#260) Variable "codeBlocks" must be all lower-case
(#262) Variable "firstTitle" must be all lower-case
(#262) Variable "codeBlocks" must be all lower-case
(#263) Variable "codeBlocks" must be all lower-case
(#270) Variable "secondTitle" must be all lower-case
(#270) Variable "codeBlocks" must be all lower-case
(#271) Variable "codeBlocks" must be all lower-case
(#280) Variable "firstTitle" must be all lower-case
(#281) Variable "secondTitle" must be all lower-case
(#294) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/DocGenerators/Text.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Public method name "PHP_CodeSniffer_DocGenerators_Text::processSniff" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#71) Protected method name "PHP_CodeSniffer_DocGenerators_Text::printTitle" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#92) Protected method name "PHP_CodeSniffer_DocGenerators_Text::printTextBlock" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#99) Variable "tempLine" must be all lower-case
(#103) Variable "tempLine" must be all lower-case
(#104) Variable "tempLine" must be all lower-case
(#107) Variable "tempLine" must be all lower-case
(#108) Variable "tempLine" must be all lower-case
(#109) Variable "tempLine" must be all lower-case
(#111) Variable "tempLine" must be all lower-case
(#112) Variable "tempLine" must be all lower-case
(#114) Variable "tempLine" must be all lower-case
(#115) Variable "tempLine" must be all lower-case
(#118) Variable "tempLine" must be all lower-case
(#122) Variable "tempLine" must be all lower-case
(#123) Variable "tempLine" must be all lower-case
(#138) Protected method name "PHP_CodeSniffer_DocGenerators_Text::printCodeComparisonBlock" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#140) Variable "codeBlocks" must be all lower-case
(#141) Variable "codeBlocks" must be all lower-case
(#142) Variable "firstTitle" must be all lower-case
(#142) Variable "codeBlocks" must be all lower-case
(#144) Variable "firstTitleLines" must be all lower-case
(#145) Variable "tempTitle" must be all lower-case
(#146) Variable "firstTitle" must be all lower-case
(#149) Variable "tempTitle" must be all lower-case
(#150) Variable "tempTitle" must be all lower-case
(#153) Variable "firstTitleLines" must be all lower-case
(#153) Variable "tempTitle" must be all lower-case
(#154) Variable "tempTitle" must be all lower-case
(#155) Variable "tempTitle" must be all lower-case
(#157) Variable "firstTitleLines" must be all lower-case
(#157) Variable "tempTitle" must be all lower-case
(#158) Variable "tempTitle" must be all lower-case
(#160) Variable "firstTitleLines" must be all lower-case
(#160) Variable "tempTitle" must be all lower-case
(#161) Variable "tempTitle" must be all lower-case
(#164) Variable "tempTitle" must be all lower-case
(#168) Variable "tempTitle" must be all lower-case
(#169) Variable "firstTitleLines" must be all lower-case
(#169) Variable "tempTitle" must be all lower-case
(#174) Variable "firstLines" must be all lower-case
(#176) Variable "codeBlocks" must be all lower-case
(#177) Variable "secondTitle" must be all lower-case
(#177) Variable "codeBlocks" must be all lower-case
(#179) Variable "secondTitleLines" must be all lower-case
(#180) Variable "tempTitle" must be all lower-case
(#181) Variable "secondTitle" must be all lower-case
(#184) Variable "tempTitle" must be all lower-case
(#185) Variable "tempTitle" must be all lower-case
(#188) Variable "secondTitleLines" must be all lower-case
(#188) Variable "tempTitle" must be all lower-case
(#189) Variable "tempTitle" must be all lower-case
(#190) Variable "tempTitle" must be all lower-case
(#192) Variable "secondTitleLines" must be all lower-case
(#192) Variable "tempTitle" must be all lower-case
(#193) Variable "tempTitle" must be all lower-case
(#195) Variable "secondTitleLines" must be all lower-case
(#195) Variable "tempTitle" must be all lower-case
(#196) Variable "tempTitle" must be all lower-case
(#199) Variable "tempTitle" must be all lower-case
(#203) Variable "tempTitle" must be all lower-case
(#204) Variable "secondTitleLines" must be all lower-case
(#204) Variable "tempTitle" must be all lower-case
(#209) Variable "secondLines" must be all lower-case
(#211) Variable "maxCodeLines" must be all lower-case
(#211) Variable "firstLines" must be all lower-case
(#211) Variable "secondLines" must be all lower-case
(#212) Variable "maxTitleLines" must be all lower-case
(#212) Variable "firstTitleLines" must be all lower-case
(#212) Variable "secondTitleLines" must be all lower-case
(#218) Variable "maxTitleLines" must be all lower-case
(#219) Variable "firstTitleLines" must be all lower-case
(#220) Variable "firstLineText" must be all lower-case
(#220) Variable "firstTitleLines" must be all lower-case
(#222) Variable "firstLineText" must be all lower-case
(#225) Variable "secondTitleLines" must be all lower-case
(#226) Variable "secondLineText" must be all lower-case
(#226) Variable "secondTitleLines" must be all lower-case
(#228) Variable "secondLineText" must be all lower-case
(#232) Variable "firstLineText" must be all lower-case
(#232) Variable "firstLineText" must be all lower-case
(#234) Variable "secondLineText" must be all lower-case
(#234) Variable "secondLineText" must be all lower-case
(#240) Variable "maxCodeLines" must be all lower-case
(#241) Variable "firstLines" must be all lower-case
(#242) Variable "firstLineText" must be all lower-case
(#242) Variable "firstLines" must be all lower-case
(#244) Variable "firstLineText" must be all lower-case
(#247) Variable "secondLines" must be all lower-case
(#248) Variable "secondLineText" must be all lower-case
(#248) Variable "secondLines" must be all lower-case
(#250) Variable "secondLineText" must be all lower-case
(#254) Variable "firstLineText" must be all lower-case
(#254) Variable "firstLineText" must be all lower-case
(#256) Variable "secondLineText" must be all lower-case
(#256) Variable "secondLineText" must be all lower-case
(#267) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Exception.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/File.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#117) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#132) Member variable "eolChar" must be all lower-case
(#153) Member variable "tokenizerType" must be all lower-case
(#162) Member variable "numTokens" must be all lower-case
(#197) Member variable "_recordErrors" must be all lower-case
(#204) Member variable "_ignoredLines" must be all lower-case
(#211) Member variable "_errorCount" must be all lower-case
(#218) Member variable "_warningCount" must be all lower-case
(#232) Member variable "_activeListener" must be all lower-case
(#239) Member variable "_listenerTimes" must be all lower-case
(#305) Variable "cliValues" must be all lower-case
(#306) Variable "cliValues" must be all lower-case
(#307) Variable "cliValues" must be all lower-case
(#308) Variable "cliValues" must be all lower-case
(#309) Variable "cliValues" must be all lower-case
(#324) Public method name "PHP_CodeSniffer_File::setActiveListener" must be in lower-case letters only
(#324) Variable "activeListener" must be all lower-case
(#325) Opening brace should be on the same line as the declaration
(#326) Variable "activeListener" must be all lower-case
(#344) Public method name "PHP_CodeSniffer_File::addTokenListener" must be in lower-case letters only
(#345) Opening brace should be on the same line as the declaration
(#369) Public method name "PHP_CodeSniffer_File::removeTokenListener" must be in lower-case letters only
(#395) Public method name "PHP_CodeSniffer_File::getTokens" must be in lower-case letters only
(#396) Opening brace should be on the same line as the declaration
(#411) Opening brace should be on the same line as the declaration
(#418) Variable "foundCode" must be all lower-case
(#423) Variable "stackPtr" must be all lower-case
(#443) Variable "sniffParts" must be all lower-case
(#444) Variable "listenerClass" must be all lower-case
(#444) Variable "sniffParts" must be all lower-case
(#444) Variable "sniffParts" must be all lower-case
(#444) Variable "sniffParts" must be all lower-case
(#445) Variable "listenerClass" must be all lower-case
(#457) Variable "stackPtr" must be all lower-case
(#460) Variable "tokenType" must be all lower-case
(#461) Variable "tokenType" must be all lower-case
(#462) Variable "foundCode" must be all lower-case
(#465) Variable "tokenType" must be all lower-case
(#469) Variable "tokenType" must be all lower-case
(#469) Variable "listenerData" must be all lower-case
(#472) Variable "listenerData" must be all lower-case
(#473) Variable "listenerData" must be all lower-case
(#475) Variable "listenerData" must be all lower-case
(#502) Variable "startTime" must be all lower-case
(#506) Variable "stackPtr" must be all lower-case
(#509) Variable "timeTaken" must be all lower-case
(#509) Variable "startTime" must be all lower-case
(#514) Variable "timeTaken" must be all lower-case
(#516) Variable "timeTaken" must be all lower-case
(#516) Variable "timeTaken" must be all lower-case
(#517) Variable "timeTaken" must be all lower-case
(#559) Variable "foundCode" must be all lower-case
(#560) Variable "shortTags" must be all lower-case
(#561) Variable "shortTags" must be all lower-case
(#562) Line exceeds maximum limit of 180 characters; contains 190 characters
(#576) Variable "timeTaken" must be all lower-case
(#577) Variable "timeTaken" must be all lower-case
(#591) Public method name "PHP_CodeSniffer_File::cleanUp" must be in lower-case letters only
(#592) Opening brace should be on the same line as the declaration
(#608) Opening brace should be on the same line as the declaration
(#617) Variable "fileParts" must be all lower-case
(#618) Variable "fileParts" must be all lower-case
(#620) Variable "tokenizerClass" must be all lower-case
(#624) Variable "tokenizerClass" must be all lower-case
(#627) Variable "tokenizerClass" must be all lower-case
(#653) Variable "numLines" must be all lower-case
(#655) Variable "numLines" must be all lower-case
(#677) Public method name "PHP_CodeSniffer_File::detectLineEndings" must be in lower-case letters only
(#678) Opening brace should be on the same line as the declaration
(#693) Variable "firstLine" must be all lower-case
(#696) Variable "eolChar" must be all lower-case
(#696) Variable "firstLine" must be all lower-case
(#697) Variable "eolChar" must be all lower-case
(#698) Variable "secondLastChar" must be all lower-case
(#698) Variable "firstLine" must be all lower-case
(#699) Variable "secondLastChar" must be all lower-case
(#700) Variable "eolChar" must be all lower-case
(#702) Variable "eolChar" must be all lower-case
(#706) Variable "eolChar" must be all lower-case
(#711) Variable "eolChar" must be all lower-case
(#713) Variable "eolChar" must be all lower-case
(#717) Variable "eolChar" must be all lower-case
(#734) Public method name "PHP_CodeSniffer_File::addError" must be in lower-case letters only
(#734) Variable "stackPtr" must be all lower-case
(#735) Opening brace should be on the same line as the declaration
(#746) Variable "sniffCode" must be all lower-case
(#758) Variable "sniffCode" must be all lower-case
(#760) Variable "sniffCode" must be all lower-case
(#767) Variable "sniffCode" must be all lower-case
(#774) Variable "sniffCode" must be all lower-case
(#775) Variable "sniffCode" must be all lower-case
(#778) Variable "stackPtr" must be all lower-case
(#783) Variable "sniffCode" must be all lower-case
(#784) Variable "sniffCode" must be all lower-case
(#794) Variable "sniffCode" must be all lower-case
(#809) Variable "stackPtr" must be all lower-case
(#810) Variable "lineNum" must be all lower-case
(#813) Variable "lineNum" must be all lower-case
(#813) Variable "stackPtr" must be all lower-case
(#814) Variable "stackPtr" must be all lower-case
(#819) Variable "lineNum" must be all lower-case
(#820) Variable "lineNum" must be all lower-case
(#822) Variable "lineNum" must be all lower-case
(#827) Variable "sniffCode" must be all lower-case
(#828) Variable "sniffCode" must be all lower-case
(#837) Variable "lineNum" must be all lower-case
(#838) Variable "lineNum" must be all lower-case
(#841) Variable "lineNum" must be all lower-case
(#842) Variable "lineNum" must be all lower-case
(#845) Variable "lineNum" must be all lower-case
(#847) Variable "sniffCode" must be all lower-case
(#866) Public method name "PHP_CodeSniffer_File::addWarning" must be in lower-case letters only
(#866) Variable "stackPtr" must be all lower-case
(#867) Opening brace should be on the same line as the declaration
(#878) Variable "sniffCode" must be all lower-case
(#890) Variable "sniffCode" must be all lower-case
(#892) Variable "sniffCode" must be all lower-case
(#899) Variable "sniffCode" must be all lower-case
(#906) Variable "sniffCode" must be all lower-case
(#907) Variable "sniffCode" must be all lower-case
(#910) Variable "stackPtr" must be all lower-case
(#915) Variable "sniffCode" must be all lower-case
(#916) Variable "sniffCode" must be all lower-case
(#926) Variable "sniffCode" must be all lower-case
(#941) Variable "stackPtr" must be all lower-case
(#942) Variable "lineNum" must be all lower-case
(#945) Variable "lineNum" must be all lower-case
(#945) Variable "stackPtr" must be all lower-case
(#946) Variable "stackPtr" must be all lower-case
(#951) Variable "lineNum" must be all lower-case
(#952) Variable "lineNum" must be all lower-case
(#954) Variable "lineNum" must be all lower-case
(#959) Variable "sniffCode" must be all lower-case
(#960) Variable "sniffCode" must be all lower-case
(#969) Variable "lineNum" must be all lower-case
(#970) Variable "lineNum" must be all lower-case
(#973) Variable "lineNum" must be all lower-case
(#974) Variable "lineNum" must be all lower-case
(#977) Variable "lineNum" must be all lower-case
(#979) Variable "sniffCode" must be all lower-case
(#991) Public method name "PHP_CodeSniffer_File::getErrorCount" must be in lower-case letters only
(#992) Opening brace should be on the same line as the declaration
(#1003) Public method name "PHP_CodeSniffer_File::getWarningCount" must be in lower-case letters only
(#1004) Opening brace should be on the same line as the declaration
(#1015) Public method name "PHP_CodeSniffer_File::getIgnoredLines" must be in lower-case letters only
(#1016) Opening brace should be on the same line as the declaration
(#1027) Public method name "PHP_CodeSniffer_File::getErrors" must be in lower-case letters only
(#1028) Opening brace should be on the same line as the declaration
(#1039) Public method name "PHP_CodeSniffer_File::getWarnings" must be in lower-case letters only
(#1040) Opening brace should be on the same line as the declaration
(#1051) Public method name "PHP_CodeSniffer_File::getFilename" must be in lower-case letters only
(#1052) Opening brace should be on the same line as the declaration
(#1070) Public method name "PHP_CodeSniffer_File::tokenizeString" must be in lower-case letters only
(#1070) Variable "eolChar" must be all lower-case
(#1071) Opening brace should be on the same line as the declaration
(#1072) Variable "eolChar" must be all lower-case
(#1074) Variable "eolChar" must be all lower-case
(#1075) Variable "eolChar" must be all lower-case
(#1076) Variable "eolChar" must be all lower-case
(#1077) Variable "eolChar" must be all lower-case
(#1078) Variable "eolChar" must be all lower-case
(#1083) Variable "eolChar" must be all lower-case
(#1087) Variable "eolChar" must be all lower-case
(#1088) Variable "eolChar" must be all lower-case
(#1091) Variable "eolChar" must be all lower-case
(#1107) Private method name "PHP_CodeSniffer_File::_createLineMap" must be in lower-case letters only
(#1107) Variable "eolChar" must be all lower-case
(#1108) Opening brace should be on the same line as the declaration
(#1109) Variable "lineNumber" must be all lower-case
(#1113) Variable "lineNumber" must be all lower-case
(#1118) Variable "lineNumber" must be all lower-case
(#1118) Variable "eolChar" must be all lower-case
(#1136) Private method name "PHP_CodeSniffer_File::_convertTabs" must be in lower-case letters only
(#1136) Variable "eolChar" must be all lower-case
(#1137) Opening brace should be on the same line as the declaration
(#1138) Variable "currColumn" must be all lower-case
(#1142) Variable "tokenContent" must be all lower-case
(#1144) Variable "tokenContent" must be all lower-case
(#1146) Variable "currColumn" must be all lower-case
(#1146) Variable "tokenContent" must be all lower-case
(#1151) Variable "tokenContent" must be all lower-case
(#1156) Variable "tabNum" must be all lower-case
(#1157) Variable "tabsToSpaces" must be all lower-case
(#1158) Variable "newContent" must be all lower-case
(#1167) Variable "currColumn" must be all lower-case
(#1168) Variable "newContent" must be all lower-case
(#1170) Variable "lastCurrColumn" must be all lower-case
(#1170) Variable "currColumn" must be all lower-case
(#1171) Variable "tabNum" must be all lower-case
(#1174) Variable "currColumn" must be all lower-case
(#1177) Variable "currColumn" must be all lower-case
(#1179) Variable "currColumn" must be all lower-case
(#1180) Variable "currColumn" must be all lower-case
(#1181) Variable "currColumn" must be all lower-case
(#1184) Variable "currColumn" must be all lower-case
(#1187) Variable "currColumn" must be all lower-case
(#1187) Variable "lastCurrColumn" must be all lower-case
(#1188) Variable "newContent" must be all lower-case
(#1192) Variable "newContent" must be all lower-case
(#1198) Variable "currColumn" must be all lower-case
(#1217) Private method name "PHP_CodeSniffer_File::_createColumnMap" must be in lower-case letters only
(#1217) Variable "eolChar" must be all lower-case
(#1218) Opening brace should be on the same line as the declaration
(#1219) Variable "currColumn" must be all lower-case
(#1223) Variable "currColumn" must be all lower-case
(#1227) Variable "currColumn" must be all lower-case
(#1229) Variable "currColumn" must be all lower-case
(#1249) Private method name "PHP_CodeSniffer_File::_createBracketMap" must be in lower-case letters only
(#1249) Variable "eolChar" must be all lower-case
(#1250) Opening brace should be on the same line as the declaration
(#1255) Variable "squareOpeners" must be all lower-case
(#1256) Variable "curlyOpeners" must be all lower-case
(#1257) Variable "numTokens" must be all lower-case
(#1259) Variable "numTokens" must be all lower-case
(#1261) Line indented incorrectly; expected 16 spaces, found 12
(#1262) Line indented incorrectly; expected at least 20 spaces, found 16
(#1262) Variable "squareOpeners" must be all lower-case
(#1264) Line indented incorrectly; expected 20 spaces, found 16
(#1265) Line indented incorrectly; expected at least 24 spaces, found 20
(#1265) Variable "squareOpeners" must be all lower-case
(#1266) Line indented incorrectly; expected at least 24 spaces, found 20
(#1266) Variable "curlyOpeners" must be all lower-case
(#1267) Line indented incorrectly; expected at least 24 spaces, found 20
(#1268) Line indented incorrectly; expected 20 spaces, found 16
(#1271) Line indented incorrectly; expected 16 spaces, found 12
(#1272) Line indented incorrectly; expected 20 spaces, found 16
(#1273) Line indented incorrectly; expected at least 24 spaces, found 20
(#1273) Variable "curlyOpeners" must be all lower-case
(#1275) Line indented incorrectly; expected 24 spaces, found 20
(#1276) Line indented incorrectly; expected at least 28 spaces, found 24
(#1276) Variable "squareOpeners" must be all lower-case
(#1277) Line indented incorrectly; expected at least 28 spaces, found 24
(#1277) Variable "curlyOpeners" must be all lower-case
(#1278) Line indented incorrectly; expected at least 28 spaces, found 24
(#1279) Line indented incorrectly; expected 24 spaces, found 20
(#1280) Line indented incorrectly; expected 20 spaces, found 16
(#1282) Line indented incorrectly; expected 16 spaces, found 12
(#1283) Line indented incorrectly; expected 20 spaces, found 16
(#1283) Variable "squareOpeners" must be all lower-case
(#1284) Line indented incorrectly; expected at least 24 spaces, found 20
(#1284) Variable "squareOpeners" must be all lower-case
(#1285) Line indented incorrectly; expected at least 24 spaces, found 20
(#1286) Line indented incorrectly; expected at least 24 spaces, found 20
(#1287) Line indented incorrectly; expected at least 24 spaces, found 20
(#1288) Line indented incorrectly; expected at least 24 spaces, found 20
(#1290) Line indented incorrectly; expected 24 spaces, found 20
(#1291) Line indented incorrectly; expected at least 28 spaces, found 24
(#1291) Variable "squareOpeners" must be all lower-case
(#1292) Line indented incorrectly; expected at least 28 spaces, found 24
(#1292) Variable "curlyOpeners" must be all lower-case
(#1293) Line indented incorrectly; expected at least 28 spaces, found 24
(#1294) Line indented incorrectly; expected 24 spaces, found 20
(#1295) Line indented incorrectly; expected 20 spaces, found 16
(#1297) Line indented incorrectly; expected 16 spaces, found 12
(#1298) Line indented incorrectly; expected 20 spaces, found 16
(#1298) Variable "curlyOpeners" must be all lower-case
(#1300) Line indented incorrectly; expected at least 24 spaces, found 16
(#1301) Line indented incorrectly; expected at least 28 spaces, found 20
(#1301) Variable "curlyOpeners" must be all lower-case
(#1302) Line indented incorrectly; expected at least 28 spaces, found 20
(#1303) Line indented incorrectly; expected at least 28 spaces, found 20
(#1304) Line indented incorrectly; expected at least 28 spaces, found 20
(#1305) Line indented incorrectly; expected at least 28 spaces, found 20
(#1307) Line indented incorrectly; expected 28 spaces, found 20
(#1308) Line indented incorrectly; expected at least 32 spaces, found 24
(#1308) Variable "squareOpeners" must be all lower-case
(#1309) Line indented incorrectly; expected at least 32 spaces, found 24
(#1309) Variable "curlyOpeners" must be all lower-case
(#1310) Line indented incorrectly; expected at least 32 spaces, found 24
(#1311) Line indented incorrectly; expected 28 spaces, found 20
(#1312) Line indented incorrectly; expected 20 spaces, found 16
(#1314) Line indented incorrectly; expected 16 spaces, found 12
(#1339) Private method name "PHP_CodeSniffer_File::_createParenthesisMap" must be in lower-case letters only
(#1339) Variable "eolChar" must be all lower-case
(#1340) Opening brace should be on the same line as the declaration
(#1342) Variable "numTokens" must be all lower-case
(#1343) Variable "openOwner" must be all lower-case
(#1345) Variable "numTokens" must be all lower-case
(#1346) Variable "parenthesisOpeners" must be all lower-case
(#1350) Variable "openOwner" must be all lower-case
(#1354) Variable "openOwner" must be all lower-case
(#1355) Variable "openOwner" must be all lower-case
(#1356) Variable "openOwner" must be all lower-case
(#1357) Variable "openOwner" must be all lower-case
(#1361) Variable "numOpeners" must be all lower-case
(#1362) Variable "numOpeners" must be all lower-case
(#1390) Private method name "PHP_CodeSniffer_File::_createParenthesisNestingMap" must be in lower-case letters only
(#1393) Variable "eolChar" must be all lower-case
(#1395) Variable "numTokens" must be all lower-case
(#1397) Variable "numTokens" must be all lower-case
(#1436) Private method name "PHP_CodeSniffer_File::_createScopeMap" must be in lower-case letters only
(#1436) Variable "eolChar" must be all lower-case
(#1437) Opening brace should be on the same line as the declaration
(#1442) Variable "numTokens" must be all lower-case
(#1443) Variable "numTokens" must be all lower-case
(#1448) Variable "eolChar" must be all lower-case
(#1454) Variable "numTokens" must be all lower-case
(#1456) Variable "eolChar" must be all lower-case
(#1483) Private method name "PHP_CodeSniffer_File::_recurseScopeMap" must be in lower-case letters only
(#1485) Variable "numTokens" must be all lower-case
(#1487) Variable "eolChar" must be all lower-case
(#1488) Variable "stackPtr" must be all lower-case
(#1493) Variable "currType" must be all lower-case
(#1493) Variable "stackPtr" must be all lower-case
(#1494) Variable "startLine" must be all lower-case
(#1494) Variable "stackPtr" must be all lower-case
(#1499) Variable "originalIgnore" must be all lower-case
(#1503) Variable "currType" must be all lower-case
(#1503) Variable "currType" must be all lower-case
(#1504) Variable "stackPtr" must be all lower-case
(#1507) Variable "stackPtr" must be all lower-case
(#1507) Variable "numTokens" must be all lower-case
(#1508) Variable "tokenType" must be all lower-case
(#1512) Variable "eolChar" must be all lower-case
(#1529) Inline comments must end in full-stops, exclamation marks, or question marks
(#1529) This comment is 53% valid code; is this commented out code?
(#1530) Variable "currType" must be all lower-case
(#1530) Variable "currType" must be all lower-case
(#1532) Variable "stackPtr" must be all lower-case
(#1534) Variable "stackPtr" must be all lower-case
(#1542) Variable "stackPtr" must be all lower-case
(#1543) Variable "tokenType" must be all lower-case
(#1543) Variable "currType" must be all lower-case
(#1545) Variable "tokenType" must be all lower-case
(#1556) Variable "tokenType" must be all lower-case
(#1562) Variable "stackPtr" must be all lower-case
(#1564) Variable "stackPtr" must be all lower-case
(#1568) Variable "stackPtr" must be all lower-case
(#1569) Variable "closerType" must be all lower-case
(#1574) Variable "stackPtr" must be all lower-case
(#1575) Variable "stackPtr" must be all lower-case
(#1580) Variable "stackPtr" must be all lower-case
(#1583) Variable "originalIgnore" must be all lower-case
(#1585) Variable "tokenType" must be all lower-case
(#1601) Variable "tokenType" must be all lower-case
(#1606) Variable "stackPtr" must be all lower-case
(#1608) Variable "stackPtr" must be all lower-case
(#1611) Variable "stackPtr" must be all lower-case
(#1619) Variable "isShared" must be all lower-case
(#1619) Variable "tokenType" must be all lower-case
(#1628) Variable "isShared" must be all lower-case
(#1635) Variable "currType" must be all lower-case
(#1635) Variable "tokenType" must be all lower-case
(#1636) Variable "isShared" must be all lower-case
(#1647) Variable "stackPtr" must be all lower-case
(#1654) Variable "tokenType" must be all lower-case
(#1655) Variable "oldIgnore" must be all lower-case
(#1661) Variable "numTokens" must be all lower-case
(#1663) Variable "eolChar" must be all lower-case
(#1669) Variable "tokenType" must be all lower-case
(#1670) Variable "oldIgnore" must be all lower-case
(#1675) Variable "tokenType" must be all lower-case
(#1675) Variable "currType" must be all lower-case
(#1678) Variable "tokenType" must be all lower-case
(#1682) Variable "emptyTokens" must be all lower-case
(#1707) Variable "stackPtr" must be all lower-case
(#1709) Variable "stackPtr" must be all lower-case
(#1714) Variable "tokenType" must be all lower-case
(#1717) Variable "scopeOpeners" must be all lower-case
(#1728) Variable "startLine" must be all lower-case
(#1737) Variable "tokenType" must be all lower-case
(#1749) Variable "currType" must be all lower-case
(#1756) Variable "startLine" must be all lower-case
(#1757) Variable "emptyTokens" must be all lower-case
(#1759) Variable "currType" must be all lower-case
(#1761) Variable "stackPtr" must be all lower-case
(#1762) Variable "startLine" must be all lower-case
(#1764) Variable "stackPtr" must be all lower-case
(#1768) Variable "stackPtr" must be all lower-case
(#1770) Variable "stackPtr" must be all lower-case
(#1773) Variable "stackPtr" must be all lower-case
(#1777) Variable "tokenType" must be all lower-case
(#1778) Variable "tokenType" must be all lower-case
(#1795) Variable "stackPtr" must be all lower-case
(#1797) Variable "stackPtr" must be all lower-case
(#1800) Variable "stackPtr" must be all lower-case
(#1801) Variable "stackPtr" must be all lower-case
(#1812) Variable "stackPtr" must be all lower-case
(#1831) Private method name "PHP_CodeSniffer_File::_createLevelMap" must be in lower-case letters only
(#1831) Variable "eolChar" must be all lower-case
(#1832) Opening brace should be on the same line as the declaration
(#1837) Variable "numTokens" must be all lower-case
(#1840) Variable "lastOpener" must be all lower-case
(#1843) Variable "numTokens" must be all lower-case
(#1847) Variable "eolChar" must be all lower-case
(#1851) Variable "condString" must be all lower-case
(#1853) Variable "condString" must be all lower-case
(#1856) Variable "condString" must be all lower-case
(#1868) Variable "stackPtr" must be all lower-case
(#1870) Variable "stackPtr" must be all lower-case
(#1872) Variable "stackPtr" must be all lower-case
(#1875) Variable "stackPtr" must be all lower-case
(#1882) Variable "lastOpener" must be all lower-case
(#1882) Variable "lastOpener" must be all lower-case
(#1888) Variable "thisType" must be all lower-case
(#1889) Variable "lastOpener" must be all lower-case
(#1891) Variable "isShared" must be all lower-case
(#1893) Variable "thisType" must be all lower-case
(#1896) Variable "sameEnd" must be all lower-case
(#1896) Variable "thisType" must be all lower-case
(#1896) Line exceeds 132 characters; contains 148 characters
(#1897) Variable "isShared" must be all lower-case
(#1897) Variable "sameEnd" must be all lower-case
(#1898) Variable "badToken" must be all lower-case
(#1900) Variable "badToken" must be all lower-case
(#1902) Variable "badToken" must be all lower-case
(#1906) Variable "oldConditions" must be all lower-case
(#1907) Variable "oldLevel" must be all lower-case
(#1909) Variable "badToken" must be all lower-case
(#1912) Variable "oldConds" must be all lower-case
(#1913) Variable "oldConditions" must be all lower-case
(#1914) Variable "oldConds" must be all lower-case
(#1917) Variable "oldConds" must be all lower-case
(#1917) Variable "oldConds" must be all lower-case
(#1919) Variable "newConds" must be all lower-case
(#1921) Variable "newConds" must be all lower-case
(#1924) Variable "newConds" must be all lower-case
(#1924) Variable "newConds" must be all lower-case
(#1926) Variable "newLevel" must be all lower-case
(#1930) Variable "oldLevel" must be all lower-case
(#1932) Variable "oldConds" must be all lower-case
(#1936) Variable "badToken" must be all lower-case
(#1938) Variable "badToken" must be all lower-case
(#1940) Variable "badToken" must be all lower-case
(#1943) Variable "lastOpener" must be all lower-case
(#1959) Variable "stackPtr" must be all lower-case
(#1959) Variable "stackPtr" must be all lower-case
(#1961) Variable "stackPtr" must be all lower-case
(#1963) Variable "stackPtr" must be all lower-case
(#1966) Variable "lastOpener" must be all lower-case
(#1967) Variable "lastOpener" must be all lower-case
(#1968) Variable "lastOpener" must be all lower-case
(#1968) Variable "lastOpener" must be all lower-case
(#1970) Variable "lastOpener" must be all lower-case
(#1970) Variable "lastOpener" must be all lower-case
(#1973) Variable "oldOpener" must be all lower-case
(#1975) Variable "lastOpener" must be all lower-case
(#1976) Variable "lastOpener" must be all lower-case
(#1976) Variable "lastOpener" must be all lower-case
(#1978) Variable "lastOpener" must be all lower-case
(#1982) Variable "oldOpener" must be all lower-case
(#1984) Variable "oldOpener" must be all lower-case
(#1987) Variable "oldCondition" must be all lower-case
(#1990) Variable "oldCondition" must be all lower-case
(#1998) Variable "oldCondition" must be all lower-case
(#1999) Variable "oldCondition" must be all lower-case
(#2000) Variable "badToken" must be all lower-case
(#2000) Variable "oldOpener" must be all lower-case
(#2003) Variable "oldCondition" must be all lower-case
(#2005) Variable "badToken" must be all lower-case
(#2008) Variable "oldOpener" must be all lower-case
(#2009) Variable "oldConditions" must be all lower-case
(#2010) Variable "oldLevel" must be all lower-case
(#2012) Variable "badToken" must be all lower-case
(#2015) Variable "oldConds" must be all lower-case
(#2016) Variable "oldConditions" must be all lower-case
(#2017) Variable "oldConds" must be all lower-case
(#2020) Variable "oldConds" must be all lower-case
(#2020) Variable "oldConds" must be all lower-case
(#2022) Variable "newConds" must be all lower-case
(#2024) Variable "newConds" must be all lower-case
(#2027) Variable "newConds" must be all lower-case
(#2027) Variable "newConds" must be all lower-case
(#2029) Variable "newLevel" must be all lower-case
(#2033) Variable "oldLevel" must be all lower-case
(#2035) Variable "oldConds" must be all lower-case
(#2073) Public method name "PHP_CodeSniffer_File::getDeclarationName" must be in lower-case letters only
(#2073) Variable "stackPtr" must be all lower-case
(#2074) Opening brace should be on the same line as the declaration
(#2075) Variable "tokenCode" must be all lower-case
(#2075) Variable "stackPtr" must be all lower-case
(#2076) Variable "tokenCode" must be all lower-case
(#2077) Variable "tokenCode" must be all lower-case
(#2078) Variable "tokenCode" must be all lower-case
(#2079) Variable "tokenCode" must be all lower-case
(#2084) Variable "tokenCode" must be all lower-case
(#2085) Variable "stackPtr" must be all lower-case
(#2090) Variable "stackPtr" must be all lower-case
(#2106) Public method name "PHP_CodeSniffer_File::isAnonymousFunction" must be in lower-case letters only
(#2106) Variable "stackPtr" must be all lower-case
(#2107) Opening brace should be on the same line as the declaration
(#2108) Variable "tokenCode" must be all lower-case
(#2108) Variable "stackPtr" must be all lower-case
(#2109) Variable "tokenCode" must be all lower-case
(#2113) Variable "stackPtr" must be all lower-case
(#2118) Variable "stackPtr" must be all lower-case
(#2124) Variable "stackPtr" must be all lower-case
(#2157) Public method name "PHP_CodeSniffer_File::getMethodParameters" must be in lower-case letters only
(#2157) Variable "stackPtr" must be all lower-case
(#2158) Opening brace should be on the same line as the declaration
(#2159) Variable "stackPtr" must be all lower-case
(#2163) Variable "stackPtr" must be all lower-case
(#2164) Variable "stackPtr" must be all lower-case
(#2167) Variable "currVar" must be all lower-case
(#2168) Variable "defaultStart" must be all lower-case
(#2169) Variable "paramCount" must be all lower-case
(#2170) Variable "passByReference" must be all lower-case
(#2171) Variable "typeHint" must be all lower-case
(#2186) Line indented incorrectly; expected 16 spaces, found 12
(#2187) Line indented incorrectly; expected at least 20 spaces, found 16
(#2187) Variable "passByReference" must be all lower-case
(#2189) Line indented incorrectly; expected 16 spaces, found 12
(#2190) Line indented incorrectly; expected at least 20 spaces, found 16
(#2190) Variable "currVar" must be all lower-case
(#2192) Line indented incorrectly; expected 16 spaces, found 12
(#2193) Line indented incorrectly; expected 16 spaces, found 12
(#2194) Line indented incorrectly; expected at least 20 spaces, found 16
(#2194) Variable "typeHint" must be all lower-case
(#2196) Line indented incorrectly; expected 16 spaces, found 12
(#2197) Line indented incorrectly; expected at least 20 spaces, found 16
(#2198) Line indented incorrectly; expected at least 20 spaces, found 16
(#2199) Line indented incorrectly; expected at least 20 spaces, found 16
(#2199) Variable "prevComma" must be all lower-case
(#2200) Line indented incorrectly; expected 20 spaces, found 16
(#2200) Variable "prevComma" must be all lower-case
(#2201) Line indented incorrectly; expected at least 24 spaces, found 20
(#2201) Variable "nextEquals" must be all lower-case
(#2201) Variable "prevComma" must be all lower-case
(#2202) Line indented incorrectly; expected 24 spaces, found 20
(#2202) Variable "nextEquals" must be all lower-case
(#2203) Line indented incorrectly; expected at least 28 spaces, found 24
(#2204) Line indented incorrectly; expected 24 spaces, found 20
(#2205) Line indented incorrectly; expected 20 spaces, found 16
(#2207) Line indented incorrectly; expected 20 spaces, found 16
(#2207) Variable "defaultStart" must be all lower-case
(#2208) Line indented incorrectly; expected at least 24 spaces, found 20
(#2208) Variable "typeHint" must be all lower-case
(#2209) Line indented incorrectly; expected 20 spaces, found 16
(#2212) Line indented incorrectly; expected 16 spaces, found 12
(#2213) Line indented incorrectly; expected at least 20 spaces, found 16
(#2214) Line indented incorrectly; expected 20 spaces, found 16
(#2214) Variable "defaultStart" must be all lower-case
(#2215) Line indented incorrectly; expected at least 24 spaces, found 20
(#2215) Variable "typeHint" must be all lower-case
(#2216) Line indented incorrectly; expected 20 spaces, found 16
(#2219) Line indented incorrectly; expected 16 spaces, found 12
(#2220) Line indented incorrectly; expected 16 spaces, found 12
(#2221) Line indented incorrectly; expected at least 20 spaces, found 16
(#2222) Line indented incorrectly; expected at least 20 spaces, found 16
(#2223) Line indented incorrectly; expected 20 spaces, found 16
(#2223) Variable "currVar" must be all lower-case
(#2224) Line indented incorrectly; expected at least 24 spaces, found 20
(#2225) Line indented incorrectly; expected 20 spaces, found 16
(#2227) Line indented incorrectly; expected at least 20 spaces, found 16
(#2227) Variable "paramCount" must be all lower-case
(#2228) Line indented incorrectly; expected at least 20 spaces, found 16
(#2228) Variable "paramCount" must be all lower-case
(#2228) Variable "currVar" must be all lower-case
(#2230) Line indented incorrectly; expected 20 spaces, found 16
(#2230) Variable "defaultStart" must be all lower-case
(#2231) Line indented incorrectly; expected at least 24 spaces, found 20
(#2231) Variable "paramCount" must be all lower-case
(#2233) Variable "defaultStart" must be all lower-case
(#2234) Variable "defaultStart" must be all lower-case
(#2235) Line indented incorrectly; expected at least 28 spaces, found 24
(#2236) Line indented incorrectly; expected 20 spaces, found 16
(#2238) Line indented incorrectly; expected at least 20 spaces, found 16
(#2238) Variable "paramCount" must be all lower-case
(#2238) Variable "passByReference" must be all lower-case
(#2239) Line indented incorrectly; expected at least 20 spaces, found 16
(#2239) Variable "paramCount" must be all lower-case
(#2239) Variable "typeHint" must be all lower-case
(#2241) Line indented incorrectly; expected at least 20 spaces, found 16
(#2242) Line indented incorrectly; expected at least 20 spaces, found 16
(#2242) Variable "defaultStart" must be all lower-case
(#2243) Line indented incorrectly; expected at least 20 spaces, found 16
(#2243) Variable "passByReference" must be all lower-case
(#2244) Line indented incorrectly; expected at least 20 spaces, found 16
(#2244) Variable "typeHint" must be all lower-case
(#2246) Line indented incorrectly; expected at least 20 spaces, found 16
(#2246) Variable "paramCount" must be all lower-case
(#2248) Line indented incorrectly; expected 16 spaces, found 12
(#2249) Line indented incorrectly; expected at least 20 spaces, found 16
(#2249) Variable "defaultStart" must be all lower-case
(#2281) Public method name "PHP_CodeSniffer_File::getMethodProperties" must be in lower-case letters only
(#2281) Variable "stackPtr" must be all lower-case
(#2282) Opening brace should be on the same line as the declaration
(#2283) Variable "stackPtr" must be all lower-case
(#2300) Variable "scopeSpecified" must be all lower-case
(#2301) Variable "isAbstract" must be all lower-case
(#2302) Variable "isFinal" must be all lower-case
(#2303) Variable "isStatic" must be all lower-case
(#2304) Variable "isClosure" must be all lower-case
(#2304) Variable "stackPtr" must be all lower-case
(#2306) Variable "stackPtr" must be all lower-case
(#2312) Line indented incorrectly; expected 16 spaces, found 12
(#2313) Line indented incorrectly; expected at least 20 spaces, found 16
(#2314) Line indented incorrectly; expected at least 20 spaces, found 16
(#2314) Variable "scopeSpecified" must be all lower-case
(#2316) Line indented incorrectly; expected 16 spaces, found 12
(#2317) Line indented incorrectly; expected at least 20 spaces, found 16
(#2318) Line indented incorrectly; expected at least 20 spaces, found 16
(#2318) Variable "scopeSpecified" must be all lower-case
(#2320) Line indented incorrectly; expected 16 spaces, found 12
(#2321) Line indented incorrectly; expected at least 20 spaces, found 16
(#2322) Line indented incorrectly; expected at least 20 spaces, found 16
(#2322) Variable "scopeSpecified" must be all lower-case
(#2324) Line indented incorrectly; expected 16 spaces, found 12
(#2325) Line indented incorrectly; expected at least 20 spaces, found 16
(#2325) Variable "isAbstract" must be all lower-case
(#2327) Line indented incorrectly; expected 16 spaces, found 12
(#2328) Line indented incorrectly; expected at least 20 spaces, found 16
(#2328) Variable "isFinal" must be all lower-case
(#2330) Line indented incorrectly; expected 16 spaces, found 12
(#2331) Line indented incorrectly; expected at least 20 spaces, found 16
(#2331) Variable "isStatic" must be all lower-case
(#2338) Variable "scopeSpecified" must be all lower-case
(#2339) Variable "isAbstract" must be all lower-case
(#2340) Variable "isFinal" must be all lower-case
(#2341) Variable "isStatic" must be all lower-case
(#2342) Variable "isClosure" must be all lower-case
(#2369) Public method name "PHP_CodeSniffer_File::getMemberProperties" must be in lower-case letters only
(#2369) Variable "stackPtr" must be all lower-case
(#2370) Opening brace should be on the same line as the declaration
(#2371) Variable "stackPtr" must be all lower-case
(#2375) Variable "stackPtr" must be all lower-case
(#2387) Variable "stackPtr" must be all lower-case
(#2388) Variable "stackPtr" must be all lower-case
(#2391) Variable "stackPtr" must be all lower-case
(#2412) Variable "scopeSpecified" must be all lower-case
(#2413) Variable "isStatic" must be all lower-case
(#2415) Variable "stackPtr" must be all lower-case
(#2421) Line indented incorrectly; expected 16 spaces, found 12
(#2422) Line indented incorrectly; expected at least 20 spaces, found 16
(#2423) Line indented incorrectly; expected at least 20 spaces, found 16
(#2423) Variable "scopeSpecified" must be all lower-case
(#2425) Line indented incorrectly; expected 16 spaces, found 12
(#2426) Line indented incorrectly; expected at least 20 spaces, found 16
(#2427) Line indented incorrectly; expected at least 20 spaces, found 16
(#2427) Variable "scopeSpecified" must be all lower-case
(#2429) Line indented incorrectly; expected 16 spaces, found 12
(#2430) Line indented incorrectly; expected at least 20 spaces, found 16
(#2431) Line indented incorrectly; expected at least 20 spaces, found 16
(#2431) Variable "scopeSpecified" must be all lower-case
(#2433) Line indented incorrectly; expected 16 spaces, found 12
(#2434) Line indented incorrectly; expected at least 20 spaces, found 16
(#2434) Variable "isStatic" must be all lower-case
(#2441) Variable "scopeSpecified" must be all lower-case
(#2442) Variable "isStatic" must be all lower-case
(#2466) Public method name "PHP_CodeSniffer_File::getClassProperties" must be in lower-case letters only
(#2466) Variable "stackPtr" must be all lower-case
(#2467) Opening brace should be on the same line as the declaration
(#2468) Variable "stackPtr" must be all lower-case
(#2480) Variable "isAbstract" must be all lower-case
(#2481) Variable "isFinal" must be all lower-case
(#2483) Variable "stackPtr" must be all lower-case
(#2489) Line indented incorrectly; expected 16 spaces, found 12
(#2490) Line indented incorrectly; expected at least 20 spaces, found 16
(#2490) Variable "isAbstract" must be all lower-case
(#2493) Line indented incorrectly; expected 16 spaces, found 12
(#2494) Line indented incorrectly; expected at least 20 spaces, found 16
(#2494) Variable "isFinal" must be all lower-case
(#2500) Variable "isAbstract" must be all lower-case
(#2501) Variable "isFinal" must be all lower-case
(#2517) Public method name "PHP_CodeSniffer_File::isReference" must be in lower-case letters only
(#2517) Variable "stackPtr" must be all lower-case
(#2518) Opening brace should be on the same line as the declaration
(#2519) Variable "stackPtr" must be all lower-case
(#2523) Variable "tokenBefore" must be all lower-case
(#2524) Variable "emptyTokens" must be all lower-case
(#2525) Variable "stackPtr" must be all lower-case
(#2530) Variable "tokenBefore" must be all lower-case
(#2535) Variable "tokenBefore" must be all lower-case
(#2540) Variable "tokenBefore" must be all lower-case
(#2545) Variable "tokenBefore" must be all lower-case
(#2545) Variable "assignmentTokens" must be all lower-case
(#2551) Variable "stackPtr" must be all lower-case
(#2552) Variable "stackPtr" must be all lower-case
(#2553) Variable "lastBracket" must be all lower-case
(#2554) Variable "lastBracket" must be all lower-case
(#2555) Variable "lastBracket" must be all lower-case
(#2566) Variable "lastBracket" must be all lower-case
(#2577) Variable "tokenAfter" must be all lower-case
(#2578) Variable "emptyTokens" must be all lower-case
(#2579) Variable "stackPtr" must be all lower-case
(#2584) Variable "tokenAfter" must be all lower-case
(#2585) Variable "tokenBefore" must be all lower-case
(#2586) Variable "tokenBefore" must be all lower-case
(#2605) Public method name "PHP_CodeSniffer_File::getTokensAsString" must be in lower-case letters only
(#2606) Opening brace should be on the same line as the declaration
(#2648) Public method name "PHP_CodeSniffer_File::findPrevious" must be in lower-case letters only
(#2715) Public method name "PHP_CodeSniffer_File::findNext" must be in lower-case letters only
(#2773) Public method name "PHP_CodeSniffer_File::findFirstOnLine" must be in lower-case letters only
(#2774) Opening brace should be on the same line as the declaration
(#2779) Variable "foundToken" must be all lower-case
(#2803) Variable "foundToken" must be all lower-case
(#2805) Variable "foundToken" must be all lower-case
(#2810) Variable "foundToken" must be all lower-case
(#2823) Public method name "PHP_CodeSniffer_File::hasCondition" must be in lower-case letters only
(#2823) Variable "stackPtr" must be all lower-case
(#2824) Opening brace should be on the same line as the declaration
(#2826) Variable "stackPtr" must be all lower-case
(#2831) Variable "stackPtr" must be all lower-case
(#2836) Variable "stackPtr" must be all lower-case
(#2860) Public method name "PHP_CodeSniffer_File::getCondition" must be in lower-case letters only
(#2860) Variable "stackPtr" must be all lower-case
(#2861) Opening brace should be on the same line as the declaration
(#2863) Variable "stackPtr" must be all lower-case
(#2868) Variable "stackPtr" must be all lower-case
(#2872) Variable "stackPtr" must be all lower-case
(#2893) Public method name "PHP_CodeSniffer_File::findExtendedClassName" must be in lower-case letters only
(#2893) Variable "stackPtr" must be all lower-case
(#2894) Opening brace should be on the same line as the declaration
(#2896) Variable "stackPtr" must be all lower-case
(#2900) Variable "stackPtr" must be all lower-case
(#2904) Variable "stackPtr" must be all lower-case
(#2908) Variable "classCloserIndex" must be all lower-case
(#2908) Variable "stackPtr" must be all lower-case
(#2909) Variable "extendsIndex" must be all lower-case
(#2909) Variable "stackPtr" must be all lower-case
(#2909) Variable "classCloserIndex" must be all lower-case
(#2910) Variable "extendsIndex" must be all lower-case
(#2920) Variable "extendsIndex" must be all lower-case
(#2920) Variable "classCloserIndex" must be all lower-case
(#2921) Variable "extendsIndex" must be all lower-case
(#2921) Variable "extendsIndex" must be all lower-case
(#2935) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Report.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Whitespace found at end of line
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Public method name "PHP_CodeSniffer_Report::generateFileReport" must be in lower-case letters only
(#49) Variable "showSources" must be all lower-case
(#56) Whitespace found at end of line
(#69) Variable "cachedData" must be all lower-case
(#70) Variable "totalFiles" must be all lower-case
(#71) Variable "totalErrors" must be all lower-case
(#72) Variable "totalWarnings" must be all lower-case
(#73) Variable "showSources" must be all lower-case
(#75) Variable "toScreen" must be all lower-case
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reporting.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#18) "include_once" must be immediately followed by an open parenthesis
(#20) "include_once" must be immediately followed by an open parenthesis
(#44) Member variable "totalFiles" must be all lower-case
(#51) Member variable "totalErrors" must be all lower-case
(#58) Member variable "totalWarnings" must be all lower-case
(#65) Member variable "_cachedReports" must be all lower-case
(#84) Opening brace should be on the same line as the declaration
(#91) Variable "reportClassName" must be all lower-case
(#92) Variable "reportClassName" must be all lower-case
(#96) Variable "reportClass" must be all lower-case
(#96) Variable "reportClassName" must be all lower-case
(#97) Variable "reportClass" must be all lower-case
(#98) Variable "reportClassName" must be all lower-case
(#98) Line exceeds 132 characters; contains 135 characters
(#101) Variable "reportClass" must be all lower-case
(#109) Whitespace found at end of line
(#112) Whitespace found at end of line
(#115) Public method name "PHP_CodeSniffer_Reporting::cacheFileReport" must be in lower-case letters only
(#115) Variable "phpcsFile" must be all lower-case
(#115) Variable "cliValues" must be all lower-case
(#116) Opening brace should be on the same line as the declaration
(#117) Variable "cliValues" must be all lower-case
(#123) Variable "reportData" must be all lower-case
(#123) Variable "phpcsFile" must be all lower-case
(#124) Variable "errorsShown" must be all lower-case
(#126) Variable "cliValues" must be all lower-case
(#127) Variable "reportClass" must be all lower-case
(#130) Variable "reportClass" must be all lower-case
(#130) Variable "reportData" must be all lower-case
(#130) Variable "cliValues" must be all lower-case
(#130) Variable "cliValues" must be all lower-case
(#132) Variable "errorsShown" must be all lower-case
(#135) Variable "generatedReport" must be all lower-case
(#138) Variable "generatedReport" must be all lower-case
(#146) Variable "cliValues" must be all lower-case
(#147) Variable "cliValues" must be all lower-case
(#153) Variable "generatedReport" must be all lower-case
(#157) Variable "errorsShown" must be all lower-case
(#159) Variable "reportData" must be all lower-case
(#160) Variable "reportData" must be all lower-case
(#168) Whitespace found at end of line
(#173) Whitespace found at end of line
(#176) Public method name "PHP_CodeSniffer_Reporting::printReport" must be in lower-case letters only
(#178) Variable "showSources" must be all lower-case
(#179) Variable "reportFile" must be all lower-case
(#180) Variable "reportWidth" must be all lower-case
(#182) Variable "reportClass" must be all lower-case
(#184) Variable "reportFile" must be all lower-case
(#185) Variable "reportFile" must be all lower-case
(#186) Variable "toScreen" must be all lower-case
(#190) Variable "toScreen" must be all lower-case
(#194) Variable "reportCache" must be all lower-case
(#196) Variable "reportCache" must be all lower-case
(#199) Variable "reportClass" must be all lower-case
(#200) Variable "reportCache" must be all lower-case
(#204) Variable "showSources" must be all lower-case
(#205) Variable "reportWidth" must be all lower-case
(#206) Variable "toScreen" must be all lower-case
(#209) Variable "reportFile" must be all lower-case
(#210) Variable "generatedReport" must be all lower-case
(#214) Variable "generatedReport" must be all lower-case
(#217) Variable "generatedReport" must be all lower-case
(#217) Variable "generatedReport" must be all lower-case
(#218) Variable "reportFile" must be all lower-case
(#218) Variable "generatedReport" must be all lower-case
(#237) Public method name "PHP_CodeSniffer_Reporting::prepareFileReport" must be in lower-case letters only
(#237) Variable "phpcsFile" must be all lower-case
(#238) Opening brace should be on the same line as the declaration
(#240) Variable "phpcsFile" must be all lower-case
(#241) Variable "phpcsFile" must be all lower-case
(#242) Variable "phpcsFile" must be all lower-case
(#254) Variable "phpcsFile" must be all lower-case
(#254) Variable "lineErrors" must be all lower-case
(#255) Variable "lineErrors" must be all lower-case
(#259) Variable "lineErrors" must be all lower-case
(#259) Variable "colErrors" must be all lower-case
(#260) Variable "newErrors" must be all lower-case
(#261) Variable "colErrors" must be all lower-case
(#262) Variable "newErrors" must be all lower-case
(#270) Variable "newErrors" must be all lower-case
(#276) Variable "phpcsFile" must be all lower-case
(#276) Variable "lineWarnings" must be all lower-case
(#277) Variable "lineWarnings" must be all lower-case
(#281) Variable "lineWarnings" must be all lower-case
(#281) Variable "colWarnings" must be all lower-case
(#282) Variable "newWarnings" must be all lower-case
(#283) Variable "colWarnings" must be all lower-case
(#284) Variable "newWarnings" must be all lower-case
(#298) Variable "newWarnings" must be all lower-case
(#302) Variable "newWarnings" must be all lower-case
(#318) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Checkstyle.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#49) Public method name "PHP_CodeSniffer_Reports_Checkstyle::generateFileReport" must be in lower-case letters only
(#51) Variable "showSources" must be all lower-case
(#66) Variable "lineErrors" must be all lower-case
(#67) Variable "lineErrors" must be all lower-case
(#67) Variable "colErrors" must be all lower-case
(#68) Variable "colErrors" must be all lower-case
(#108) Variable "cachedData" must be all lower-case
(#109) Variable "totalFiles" must be all lower-case
(#110) Variable "totalErrors" must be all lower-case
(#111) Variable "totalWarnings" must be all lower-case
(#112) Variable "showSources" must be all lower-case
(#114) Variable "toScreen" must be all lower-case
(#118) Variable "cachedData" must be all lower-case
(#126) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Csv.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#49) Public method name "PHP_CodeSniffer_Reports_Csv::generateFileReport" must be in lower-case letters only
(#51) Variable "showSources" must be all lower-case
(#59) Variable "lineErrors" must be all lower-case
(#60) Variable "lineErrors" must be all lower-case
(#60) Variable "colErrors" must be all lower-case
(#61) Variable "colErrors" must be all lower-case
(#79) Whitespace found at end of line
(#92) Variable "cachedData" must be all lower-case
(#93) Variable "totalFiles" must be all lower-case
(#94) Variable "totalErrors" must be all lower-case
(#95) Variable "totalWarnings" must be all lower-case
(#96) Variable "showSources" must be all lower-case
(#98) Variable "toScreen" must be all lower-case
(#101) Variable "cachedData" must be all lower-case
(#108) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Emacs.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#49) Public method name "PHP_CodeSniffer_Reports_Emacs::generateFileReport" must be in lower-case letters only
(#51) Variable "showSources" must be all lower-case
(#59) Variable "lineErrors" must be all lower-case
(#60) Variable "lineErrors" must be all lower-case
(#60) Variable "colErrors" must be all lower-case
(#61) Variable "colErrors" must be all lower-case
(#63) Variable "showSources" must be all lower-case
(#93) Variable "cachedData" must be all lower-case
(#94) Variable "totalFiles" must be all lower-case
(#95) Variable "totalErrors" must be all lower-case
(#96) Variable "totalWarnings" must be all lower-case
(#97) Variable "showSources" must be all lower-case
(#99) Variable "toScreen" must be all lower-case
(#101) Variable "cachedData" must be all lower-case
(#108) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Full.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#49) Public method name "PHP_CodeSniffer_Reports_Full::generateFileReport" must be in lower-case letters only
(#51) Variable "showSources" must be all lower-case
(#81) Variable "maxLineLength" must be all lower-case
(#85) Variable "typeLength" must be all lower-case
(#87) Variable "typeLength" must be all lower-case
(#92) Variable "paddingLine2" must be all lower-case
(#92) Variable "maxLineLength" must be all lower-case
(#93) Variable "paddingLine2" must be all lower-case
(#94) Variable "paddingLine2" must be all lower-case
(#94) Variable "typeLength" must be all lower-case
(#95) Variable "paddingLine2" must be all lower-case
(#98) Variable "maxErrorSpace" must be all lower-case
(#98) Variable "paddingLine2" must be all lower-case
(#100) Variable "lineErrors" must be all lower-case
(#101) Variable "lineErrors" must be all lower-case
(#101) Variable "colErrors" must be all lower-case
(#102) Variable "colErrors" must be all lower-case
(#104) Variable "showSources" must be all lower-case
(#109) Variable "maxLineLength" must be all lower-case
(#110) Variable "errorMsg" must be all lower-case
(#112) Variable "maxErrorSpace" must be all lower-case
(#113) Variable "paddingLine2" must be all lower-case
(#123) Variable "errorMsg" must be all lower-case
(#149) Variable "cachedData" must be all lower-case
(#150) Variable "totalFiles" must be all lower-case
(#151) Variable "totalErrors" must be all lower-case
(#152) Variable "totalWarnings" must be all lower-case
(#153) Variable "showSources" must be all lower-case
(#155) Variable "toScreen" must be all lower-case
(#157) Variable "cachedData" must be all lower-case
(#161) Variable "cachedData" must be all lower-case
(#163) Variable "toScreen" must be all lower-case
(#175) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Gitblame.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "reportName" must be all lower-case
(#48) Protected method name "PHP_CodeSniffer_Reports_Gitblame::getAuthor" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#50) Variable "blameParts" must be all lower-case
(#55) Variable "blameParts" must be all lower-case
(#58) Variable "blameParts" must be all lower-case
(#62) Variable "blameParts" must be all lower-case
(#82) Protected method name "PHP_CodeSniffer_Reports_Gitblame::getBlameContent" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#90) Variable "fileParts" must be all lower-case
(#93) Variable "fileParts" must be all lower-case
(#94) Variable "fileParts" must be all lower-case
(#95) Variable "fileParts" must be all lower-case
(#116) Variable "rawContent" must be all lower-case
(#123) Variable "rawContent" must be all lower-case
(#133) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Hgblame.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "reportName" must be all lower-case
(#48) Protected method name "PHP_CodeSniffer_Reports_Hgblame::getAuthor" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#50) Variable "blameParts" must be all lower-case
(#56) Variable "blameParts" must be all lower-case
(#59) Variable "blameParts" must be all lower-case
(#63) Variable "blameParts" must be all lower-case
(#83) Protected method name "PHP_CodeSniffer_Reports_Hgblame::getBlameContent" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#91) Variable "fileParts" must be all lower-case
(#94) Variable "fileParts" must be all lower-case
(#95) Variable "fileParts" must be all lower-case
(#96) Variable "fileParts" must be all lower-case
(#117) Variable "rawContent" must be all lower-case
(#124) Variable "rawContent" must be all lower-case
(#134) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Json.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Public method name "PHP_CodeSniffer_Reports_Json::generateFileReport" must be in lower-case letters only
(#49) Variable "showSources" must be all lower-case
(#59) Variable "lineErrors" must be all lower-case
(#60) Variable "lineErrors" must be all lower-case
(#60) Variable "colErrors" must be all lower-case
(#61) Variable "colErrors" must be all lower-case
(#98) Variable "cachedData" must be all lower-case
(#99) Variable "totalFiles" must be all lower-case
(#100) Variable "totalErrors" must be all lower-case
(#101) Variable "totalWarnings" must be all lower-case
(#102) Variable "showSources" must be all lower-case
(#104) Variable "toScreen" must be all lower-case
(#106) Variable "totalErrors" must be all lower-case
(#106) Variable "totalWarnings" must be all lower-case
(#107) Variable "cachedData" must be all lower-case
(#115) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Junit.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#54) Public method name "PHP_CodeSniffer_Reports_Junit::generateFileReport" must be in lower-case letters only
(#56) Variable "showSources" must be all lower-case
(#84) Variable "lineErrors" must be all lower-case
(#85) Variable "lineErrors" must be all lower-case
(#85) Variable "colErrors" must be all lower-case
(#86) Variable "colErrors" must be all lower-case
(#128) Variable "cachedData" must be all lower-case
(#129) Variable "totalFiles" must be all lower-case
(#130) Variable "totalErrors" must be all lower-case
(#131) Variable "totalWarnings" must be all lower-case
(#132) Variable "showSources" must be all lower-case
(#134) Variable "toScreen" must be all lower-case
(#136) Variable "totalErrors" must be all lower-case
(#136) Variable "totalWarnings" must be all lower-case
(#138) Line exceeds 132 characters; contains 139 characters
(#139) Variable "cachedData" must be all lower-case
(#147) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Notifysend.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#57) Member variable "showOk" must be all lower-case
(#75) Member variable "_lastCheckedFile" must be all lower-case
(#84) Opening brace should be on the same line as the declaration
(#95) Variable "showOk" must be all lower-case
(#96) Variable "showOk" must be all lower-case
(#97) Variable "showOk" must be all lower-case
(#122) Public method name "PHP_CodeSniffer_Reports_Notifysend::generateFileReport" must be in lower-case letters only
(#124) Variable "showSources" must be all lower-case
(#150) Variable "cachedData" must be all lower-case
(#151) Variable "totalFiles" must be all lower-case
(#152) Variable "totalErrors" must be all lower-case
(#153) Variable "totalWarnings" must be all lower-case
(#154) Variable "showSources" must be all lower-case
(#156) Variable "toScreen" must be all lower-case
(#158) Variable "totalFiles" must be all lower-case
(#158) Variable "totalErrors" must be all lower-case
(#158) Variable "totalWarnings" must be all lower-case
(#179) Protected method name "PHP_CodeSniffer_Reports_Notifysend::generateMessage" must be in lower-case letters only
(#179) Variable "totalFiles" must be all lower-case
(#179) Variable "totalErrors" must be all lower-case
(#179) Variable "totalWarnings" must be all lower-case
(#180) Opening brace should be on the same line as the declaration
(#181) Variable "totalErrors" must be all lower-case
(#181) Variable "totalWarnings" must be all lower-case
(#187) Variable "totalFiles" must be all lower-case
(#188) Variable "totalFiles" must be all lower-case
(#193) Variable "totalWarnings" must be all lower-case
(#194) Variable "totalWarnings" must be all lower-case
(#197) Variable "totalErrors" must be all lower-case
(#198) Variable "totalErrors" must be all lower-case
(#211) Protected method name "PHP_CodeSniffer_Reports_Notifysend::notifyAllFine" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
(#229) Protected method name "PHP_CodeSniffer_Reports_Notifysend::notifyErrors" must be in lower-case letters only
(#230) Opening brace should be on the same line as the declaration
(#245) Protected method name "PHP_CodeSniffer_Reports_Notifysend::getBasicCommand" must be in lower-case letters only
(#246) Opening brace should be on the same line as the declaration
(#262) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Source.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Member variable "_sourceCache" must be all lower-case
(#56) Public method name "PHP_CodeSniffer_Reports_Source::generateFileReport" must be in lower-case letters only
(#58) Variable "showSources" must be all lower-case
(#66) Variable "lineErrors" must be all lower-case
(#67) Variable "lineErrors" must be all lower-case
(#67) Variable "colErrors" must be all lower-case
(#68) Variable "colErrors" must be all lower-case
(#99) Variable "cachedData" must be all lower-case
(#100) Variable "totalFiles" must be all lower-case
(#101) Variable "totalErrors" must be all lower-case
(#102) Variable "totalWarnings" must be all lower-case
(#103) Variable "showSources" must be all lower-case
(#105) Variable "toScreen" must be all lower-case
(#119) Variable "showSources" must be all lower-case
(#128) Variable "showSources" must be all lower-case
(#164) Variable "totalErrors" must be all lower-case
(#164) Variable "totalWarnings" must be all lower-case
(#168) Variable "toScreen" must be all lower-case
(#185) Public method name "PHP_CodeSniffer_Reports_Source::makeFriendlyName" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
(#187) Variable "friendlyName" must be all lower-case
(#190) Variable "lastWasUpper" must be all lower-case
(#191) Variable "lastWasNumeric" must be all lower-case
(#194) Variable "lastWasNumeric" must be all lower-case
(#195) Variable "friendlyName" must be all lower-case
(#198) Variable "lastWasUpper" must be all lower-case
(#199) Variable "lastWasNumeric" must be all lower-case
(#201) Variable "lastWasNumeric" must be all lower-case
(#206) Variable "lastWasUpper" must be all lower-case
(#209) Variable "lastWasUpper" must be all lower-case
(#210) Variable "friendlyName" must be all lower-case
(#218) Variable "lastWasUpper" must be all lower-case
(#222) Variable "friendlyName" must be all lower-case
(#225) Variable "friendlyName" must be all lower-case
(#225) Variable "friendlyName" must be all lower-case
(#226) Variable "friendlyName" must be all lower-case
(#226) Variable "friendlyName" must be all lower-case
(#228) Variable "friendlyName" must be all lower-case
(#235) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Summary.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#49) Public method name "PHP_CodeSniffer_Reports_Summary::generateFileReport" must be in lower-case letters only
(#51) Variable "showSources" must be all lower-case
(#84) Whitespace found at end of line
(#97) Variable "cachedData" must be all lower-case
(#98) Variable "totalFiles" must be all lower-case
(#99) Variable "totalErrors" must be all lower-case
(#100) Variable "totalWarnings" must be all lower-case
(#101) Variable "showSources" must be all lower-case
(#103) Variable "toScreen" must be all lower-case
(#105) Variable "cachedData" must be all lower-case
(#114) Variable "cachedData" must be all lower-case
(#117) Variable "totalErrors" must be all lower-case
(#118) Variable "totalWarnings" must be all lower-case
(#120) Variable "totalFiles" must be all lower-case
(#123) Variable "toScreen" must be all lower-case
(#135) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Svnblame.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Member variable "reportName" must be all lower-case
(#50) Protected method name "PHP_CodeSniffer_Reports_Svnblame::getAuthor" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#52) Variable "blameParts" must be all lower-case
(#53) Variable "blameParts" must be all lower-case
(#55) Variable "blameParts" must be all lower-case
(#59) Variable "blameParts" must be all lower-case
(#71) Protected method name "PHP_CodeSniffer_Reports_Svnblame::getBlameContent" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#84) Variable "rawContent" must be all lower-case
(#91) Variable "rawContent" must be all lower-case
(#100) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/VersionControl.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "reportName" must be all lower-case
(#45) Member variable "_authorCache" must be all lower-case
(#52) Member variable "_praiseCache" must be all lower-case
(#59) Member variable "_sourceCache" must be all lower-case
(#75) Public method name "PHP_CodeSniffer_Reports_VersionControl::generateFileReport" must be in lower-case letters only
(#77) Variable "showSources" must be all lower-case
(#82) Variable "lineErrors" must be all lower-case
(#85) Variable "blameAuthor" must be all lower-case
(#86) Variable "blameAuthor" must be all lower-case
(#87) Variable "blameAuthor" must be all lower-case
(#101) Variable "lineErrors" must be all lower-case
(#101) Variable "colErrors" must be all lower-case
(#102) Variable "colErrors" must be all lower-case
(#105) Variable "showSources" must be all lower-case
(#163) Variable "cachedData" must be all lower-case
(#164) Variable "totalFiles" must be all lower-case
(#165) Variable "totalErrors" must be all lower-case
(#166) Variable "totalWarnings" must be all lower-case
(#167) Variable "showSources" must be all lower-case
(#169) Variable "toScreen" must be all lower-case
(#171) Variable "errorsShown" must be all lower-case
(#171) Variable "totalErrors" must be all lower-case
(#171) Variable "totalWarnings" must be all lower-case
(#172) Variable "errorsShown" must be all lower-case
(#182) Variable "showSources" must be all lower-case
(#198) Variable "overallPercent" must be all lower-case
(#198) Variable "errorsShown" must be all lower-case
(#199) Variable "authorPercent" must be all lower-case
(#201) Variable "overallPercent" must be all lower-case
(#201) Variable "overallPercent" must be all lower-case
(#202) Variable "authorPercent" must be all lower-case
(#202) Variable "authorPercent" must be all lower-case
(#207) Variable "showSources" must be all lower-case
(#224) Variable "errorsShown" must be all lower-case
(#228) Variable "toScreen" must be all lower-case
(#245) Protected method name "PHP_CodeSniffer_Reports_VersionControl::getAuthor" must be in lower-case letters only
(#255) Protected method name "PHP_CodeSniffer_Reports_VersionControl::getBlameContent" must be in lower-case letters only
(#260) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Reports/Xml.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#49) Public method name "PHP_CodeSniffer_Reports_Xml::generateFileReport" must be in lower-case letters only
(#51) Variable "showSources" must be all lower-case
(#68) Variable "lineErrors" must be all lower-case
(#69) Variable "lineErrors" must be all lower-case
(#69) Variable "colErrors" must be all lower-case
(#70) Variable "colErrors" must be all lower-case
(#110) Variable "cachedData" must be all lower-case
(#111) Variable "totalFiles" must be all lower-case
(#112) Variable "totalErrors" must be all lower-case
(#113) Variable "totalWarnings" must be all lower-case
(#114) Variable "showSources" must be all lower-case
(#116) Variable "toScreen" must be all lower-case
(#120) Variable "cachedData" must be all lower-case
(#128) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Sniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#33) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#93) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/AbstractPatternSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Member variable "ignoreComments" must be all lower-case
(#50) Member variable "currFile" must be all lower-case
(#57) Member variable "_parsedPatterns" must be all lower-case
(#66) Member variable "_supplementaryTokens" must be all lower-case
(#73) Member variable "_errorPos" must be all lower-case
(#81) Variable "ignoreComments" must be all lower-case
(#82) Opening brace should be on the same line as the declaration
(#84) Variable "ignoreComments" must be all lower-case
(#85) Variable "ignoreComments" must be all lower-case
(#103) Opening brace should be on the same line as the declaration
(#104) Variable "listenTypes" must be all lower-case
(#108) Variable "parsedPattern" must be all lower-case
(#112) Variable "parsedPattern" must be all lower-case
(#113) Variable "tokenType" must be all lower-case
(#113) Variable "parsedPattern" must be all lower-case
(#114) Variable "listenTypes" must be all lower-case
(#114) Variable "tokenType" must be all lower-case
(#116) Variable "patternArray" must be all lower-case
(#118) Variable "parsedPattern" must be all lower-case
(#122) Variable "tokenType" must be all lower-case
(#123) Variable "tokenType" must be all lower-case
(#126) Variable "tokenType" must be all lower-case
(#126) Variable "patternArray" must be all lower-case
(#130) Variable "listenTypes" must be all lower-case
(#151) Private method name "PHP_CodeSniffer_Standards_AbstractPatternSniff::_getPatternTokenTypes" must be in lower-case letters only
(#152) Opening brace should be on the same line as the declaration
(#153) Variable "tokenTypes" must be all lower-case
(#154) Variable "patternInfo" must be all lower-case
(#155) Variable "patternInfo" must be all lower-case
(#156) Variable "tokenTypes" must be all lower-case
(#156) Variable "patternInfo" must be all lower-case
(#157) Variable "tokenTypes" must be all lower-case
(#157) Variable "patternInfo" must be all lower-case
(#162) Variable "tokenTypes" must be all lower-case
(#178) Private method name "PHP_CodeSniffer_Standards_AbstractPatternSniff::_getListenerTokenPos" must be in lower-case letters only
(#179) Opening brace should be on the same line as the declaration
(#180) Variable "tokenTypes" must be all lower-case
(#181) Variable "tokenCodes" must be all lower-case
(#181) Variable "tokenTypes" must be all lower-case
(#182) Variable "tokenCodes" must be all lower-case
(#190) Variable "tokenTypes" must be all lower-case
(#207) Variable "phpcsFile" must be all lower-case
(#207) Variable "stackPtr" must be all lower-case
(#208) Opening brace should be on the same line as the declaration
(#209) Variable "phpcsFile" must be all lower-case
(#216) Variable "phpcsFile" must be all lower-case
(#218) Variable "stackPtr" must be all lower-case
(#219) Variable "phpcsFile" must be all lower-case
(#219) Variable "stackPtr" must be all lower-case
(#222) Variable "stackPtr" must be all lower-case
(#230) Variable "allErrors" must be all lower-case
(#234) Variable "patternInfo" must be all lower-case
(#237) Variable "patternInfo" must be all lower-case
(#237) Variable "phpcsFile" must be all lower-case
(#237) Variable "stackPtr" must be all lower-case
(#246) Variable "stackPtr" must be all lower-case
(#247) Variable "stackPtr" must be all lower-case
(#248) Variable "stackPtr" must be all lower-case
(#249) Variable "allErrors" must be all lower-case
(#249) Variable "stackPtr" must be all lower-case
(#254) Variable "allErrors" must be all lower-case
(#254) Variable "stackPtr" must be all lower-case
(#255) Variable "phpcsFile" must be all lower-case
(#255) Variable "stackPtr" must be all lower-case
(#275) Protected method name "PHP_CodeSniffer_Standards_AbstractPatternSniff::processPattern" must be in lower-case letters only
(#276) Variable "patternInfo" must be all lower-case
(#277) Variable "phpcsFile" must be all lower-case
(#278) Variable "stackPtr" must be all lower-case
(#280) Variable "phpcsFile" must be all lower-case
(#281) Variable "patternInfo" must be all lower-case
(#282) Variable "patternCode" must be all lower-case
(#282) Variable "patternInfo" must be all lower-case
(#286) Variable "ignoreTokens" must be all lower-case
(#288) Variable "ignoreTokens" must be all lower-case
(#289) Variable "ignoreTokens" must be all lower-case
(#289) Variable "commentTokens" must be all lower-case
(#292) Variable "origStackPtr" must be all lower-case
(#292) Variable "stackPtr" must be all lower-case
(#293) Variable "hasError" must be all lower-case
(#295) Variable "patternInfo" must be all lower-case
(#296) Variable "stackPtr" must be all lower-case
(#298) Variable "patternInfo" must be all lower-case
(#301) Variable "stackPtr" must be all lower-case
(#302) Variable "stackPtr" must be all lower-case
(#309) Variable "stackPtr" must be all lower-case
(#310) Variable "hasError" must be all lower-case
(#317) Variable "phpcsFile" must be all lower-case
(#318) Variable "ignoreTokens" must be all lower-case
(#319) Variable "stackPtr" must be all lower-case
(#332) Variable "tokenContent" must be all lower-case
(#332) Variable "phpcsFile" must be all lower-case
(#334) Variable "stackPtr" must be all lower-case
(#337) Variable "tokenContent" must be all lower-case
(#342) Variable "stackPtr" must be all lower-case
(#344) Variable "stackPtr" must be all lower-case
(#356) Variable "phpcsFile" must be all lower-case
(#357) Variable "ignoreTokens" must be all lower-case
(#358) Variable "stackPtr" must be all lower-case
(#378) Variable "stackPtr" must be all lower-case
(#383) Variable "stackPtr" must be all lower-case
(#383) Variable "commentTokens" must be all lower-case
(#385) Variable "startComment" must be all lower-case
(#385) Variable "phpcsFile" must be all lower-case
(#386) Variable "commentTokens" must be all lower-case
(#387) Variable "stackPtr" must be all lower-case
(#392) Variable "startComment" must be all lower-case
(#392) Variable "startComment" must be all lower-case
(#393) Variable "startComment" must be all lower-case
(#396) Variable "tokenContent" must be all lower-case
(#396) Variable "phpcsFile" must be all lower-case
(#397) Variable "startComment" must be all lower-case
(#398) Variable "stackPtr" must be all lower-case
(#398) Variable "startComment" must be all lower-case
(#401) Variable "tokenContent" must be all lower-case
(#402) Variable "stackPtr" must be all lower-case
(#402) Variable "startComment" must be all lower-case
(#405) Variable "stackPtr" must be all lower-case
(#406) Variable "stackPtr" must be all lower-case
(#406) Variable "phpcsFile" must be all lower-case
(#407) Variable "stackPtr" must be all lower-case
(#412) Variable "stackPtr" must be all lower-case
(#412) Variable "phpcsFile" must be all lower-case
(#413) Variable "stackPtr" must be all lower-case
(#413) Variable "commentTokens" must be all lower-case
(#413) Line exceeds 132 characters; contains 163 characters
(#415) Variable "hasError" must be all lower-case
(#417) Variable "stackPtr" must be all lower-case
(#423) Variable "stackPtr" must be all lower-case
(#424) Variable "hasError" must be all lower-case
(#427) Variable "hasError" must be all lower-case
(#429) Variable "phpcsFile" must be all lower-case
(#429) Variable "ignoreTokens" must be all lower-case
(#429) Variable "stackPtr" must be all lower-case
(#430) Variable "stackPtr" must be all lower-case
(#431) Variable "hasError" must be all lower-case
(#438) Variable "stackPtr" must be all lower-case
(#438) Variable "origStackPtr" must be all lower-case
(#439) Variable "lastAddedStackPtr" must be all lower-case
(#440) Variable "patternLen" must be all lower-case
(#442) Variable "patternInfo" must be all lower-case
(#442) Variable "patternLen" must be all lower-case
(#448) Variable "stackPtr" must be all lower-case
(#448) Variable "commentTokens" must be all lower-case
(#455) Variable "stackPtr" must be all lower-case
(#455) Variable "commentTokens" must be all lower-case
(#460) Variable "tokenContent" must be all lower-case
(#461) Variable "stackPtr" must be all lower-case
(#465) Variable "tokenContent" must be all lower-case
(#465) Variable "stackPtr" must be all lower-case
(#468) Variable "phpcsFile" must be all lower-case
(#469) Variable "emptyTokens" must be all lower-case
(#470) Variable "stackPtr" must be all lower-case
(#475) Variable "tokenContent" must be all lower-case
(#475) Variable "phpcsFile" must be all lower-case
(#476) Variable "stackPtr" must be all lower-case
(#477) Variable "stackPtr" must be all lower-case
(#480) Variable "lastAddedStackPtr" must be all lower-case
(#480) Variable "stackPtr" must be all lower-case
(#481) Variable "stackPtr" must be all lower-case
(#484) Variable "stackPtr" must be all lower-case
(#484) Variable "lastAddedStackPtr" must be all lower-case
(#485) Variable "tokenContent" must be all lower-case
(#488) Variable "stackPtr" must be all lower-case
(#488) Variable "lastAddedStackPtr" must be all lower-case
(#489) Variable "stackPtr" must be all lower-case
(#490) Variable "lastAddedStackPtr" must be all lower-case
(#490) Variable "stackPtr" must be all lower-case
(#500) Variable "tokenContent" must be all lower-case
(#501) Variable "hasError" must be all lower-case
(#504) Variable "tokenContent" must be all lower-case
(#505) Variable "hasError" must be all lower-case
(#512) Variable "phpcsFile" must be all lower-case
(#513) Variable "ignoreTokens" must be all lower-case
(#514) Variable "stackPtr" must be all lower-case
(#526) Variable "lastAddedStackPtr" must be all lower-case
(#530) Variable "lastAddedStackPtr" must be all lower-case
(#541) Variable "lastAddedStackPtr" must be all lower-case
(#552) Variable "stackPtr" must be all lower-case
(#553) Variable "hasComment" must be all lower-case
(#554) Variable "stackPtr" must be all lower-case
(#556) Variable "commentTokens" must be all lower-case
(#557) Variable "hasComment" must be all lower-case
(#567) Variable "hasComment" must be all lower-case
(#569) Variable "hasError" must be all lower-case
(#575) Variable "stackPtr" must be all lower-case
(#576) Variable "hasError" must be all lower-case
(#580) Variable "lastAddedStackPtr" must be all lower-case
(#582) Variable "lastAddedStackPtr" must be all lower-case
(#588) Variable "stackPtr" must be all lower-case
(#590) Variable "stackPtr" must be all lower-case
(#595) Variable "phpcsFile" must be all lower-case
(#597) Variable "stackPtr" must be all lower-case
(#607) Variable "stackPtr" must be all lower-case
(#610) Variable "phpcsFile" must be all lower-case
(#611) Variable "blockOpeners" must be all lower-case
(#612) Variable "stackPtr" must be all lower-case
(#631) Variable "stackPtr" must be all lower-case
(#634) Variable "stackPtr" must be all lower-case
(#635) Variable "hasError" must be all lower-case
(#638) Variable "stackPtr" must be all lower-case
(#638) Variable "lastAddedStackPtr" must be all lower-case
(#640) Variable "lastAddedStackPtr" must be all lower-case
(#640) Variable "stackPtr" must be all lower-case
(#643) Variable "stackPtr" must be all lower-case
(#647) Variable "stackPtr" must be all lower-case
(#647) Variable "phpcsFile" must be all lower-case
(#648) Variable "phpcsFile" must be all lower-case
(#656) Variable "phpcsFile" must be all lower-case
(#657) Variable "hasError" must be all lower-case
(#661) Variable "commentTokens" must be all lower-case
(#662) Variable "hasError" must be all lower-case
(#666) Variable "stackPtr" must be all lower-case
(#667) Variable "stackPtr" must be all lower-case
(#671) Variable "phpcsFile" must be all lower-case
(#672) Variable "ignoreTokens" must be all lower-case
(#673) Variable "stackPtr" must be all lower-case
(#680) Variable "hasError" must be all lower-case
(#687) Variable "stackPtr" must be all lower-case
(#687) Variable "lastAddedStackPtr" must be all lower-case
(#688) Variable "phpcsFile" must be all lower-case
(#689) Variable "stackPtr" must be all lower-case
(#690) Variable "stackPtr" must be all lower-case
(#693) Variable "stackPtr" must be all lower-case
(#694) Variable "lastAddedStackPtr" must be all lower-case
(#697) Variable "stackPtr" must be all lower-case
(#701) Variable "hasError" must be all lower-case
(#702) Variable "patternCode" must be all lower-case
(#703) Variable "origStackPtr" must be all lower-case
(#719) Protected method name "PHP_CodeSniffer_Standards_AbstractPatternSniff::prepareError" must be in lower-case letters only
(#719) Variable "patternCode" must be all lower-case
(#720) Opening brace should be on the same line as the declaration
(#725) Variable "patternCode" must be all lower-case
(#739) Protected method name "PHP_CodeSniffer_Standards_AbstractPatternSniff::getPatterns" must be in lower-case letters only
(#752) Protected method name "PHP_CodeSniffer_Standards_AbstractPatternSniff::registerSupplementary" must be in lower-case letters only
(#753) Opening brace should be on the same line as the declaration
(#770) Protected method name "PHP_CodeSniffer_Standards_AbstractPatternSniff::processSupplementary" must be in lower-case letters only
(#771) Variable "phpcsFile" must be all lower-case
(#772) Variable "stackPtr" must be all lower-case
(#788) Opening brace should be on the same line as the declaration
(#791) Variable "lastToken" must be all lower-case
(#792) Variable "firstToken" must be all lower-case
(#796) Variable "specialPattern" must be all lower-case
(#797) Variable "isLastChar" must be all lower-case
(#798) Variable "oldFirstToken" must be all lower-case
(#798) Variable "firstToken" must be all lower-case
(#804) Variable "specialPattern" must be all lower-case
(#805) Variable "lastToken" must be all lower-case
(#805) Variable "firstToken" must be all lower-case
(#806) Variable "firstToken" must be all lower-case
(#809) Variable "specialPattern" must be all lower-case
(#810) Variable "firstToken" must be all lower-case
(#813) Variable "specialPattern" must be all lower-case
(#814) Variable "lastToken" must be all lower-case
(#814) Variable "firstToken" must be all lower-case
(#815) Variable "firstToken" must be all lower-case
(#818) Variable "specialPattern" must be all lower-case
(#819) Variable "lastToken" must be all lower-case
(#819) Variable "firstToken" must be all lower-case
(#820) Variable "firstToken" must be all lower-case
(#824) Variable "specialPattern" must be all lower-case
(#824) Variable "isLastChar" must be all lower-case
(#826) Variable "isLastChar" must be all lower-case
(#829) Variable "oldFirstToken" must be all lower-case
(#833) Variable "lastToken" must be all lower-case
(#839) Variable "oldFirstToken" must be all lower-case
(#839) Variable "lastToken" must be all lower-case
(#844) Variable "tokenPatterns" must be all lower-case
(#845) Variable "tokenPatterns" must be all lower-case
(#845) Variable "tokenPattern" must be all lower-case
(#846) Variable "tokenPattern" must be all lower-case
(#851) Variable "isLastChar" must be all lower-case
(#859) Variable "specialPattern" must be all lower-case
(#860) Variable "specialPattern" must be all lower-case
(#879) Private method name "PHP_CodeSniffer_Standards_AbstractPatternSniff::_createSkipPattern" must be in lower-case letters only
(#880) Opening brace should be on the same line as the declaration
(#883) Variable "nestedParenthesis" must be all lower-case
(#884) Variable "nestedBraces" must be all lower-case
(#887) Line indented incorrectly; expected 16 spaces, found 12
(#888) Line indented incorrectly; expected 20 spaces, found 16
(#888) Variable "nestedParenthesis" must be all lower-case
(#889) Line indented incorrectly; expected at least 24 spaces, found 20
(#890) Line indented incorrectly; expected 20 spaces, found 16
(#892) Line indented incorrectly; expected at least 20 spaces, found 16
(#892) Variable "nestedParenthesis" must be all lower-case
(#894) Line indented incorrectly; expected 16 spaces, found 12
(#895) Line indented incorrectly; expected 20 spaces, found 16
(#895) Variable "nestedBraces" must be all lower-case
(#896) Line indented incorrectly; expected at least 24 spaces, found 20
(#897) Line indented incorrectly; expected 20 spaces, found 16
(#899) Line indented incorrectly; expected at least 20 spaces, found 16
(#899) Variable "nestedBraces" must be all lower-case
(#901) Line indented incorrectly; expected 16 spaces, found 12
(#902) Line indented incorrectly; expected at least 20 spaces, found 16
(#902) Variable "nestedBraces" must be all lower-case
(#904) Line indented incorrectly; expected 16 spaces, found 12
(#905) Line indented incorrectly; expected at least 20 spaces, found 16
(#905) Variable "nestedParenthesis" must be all lower-case
(#932) Private method name "PHP_CodeSniffer_Standards_AbstractPatternSniff::_createTokenPattern" must be in lower-case letters only
(#933) Opening brace should be on the same line as the declaration
(#946) Variable "patternInfo" must be all lower-case
(#949) Variable "patternInfo" must be all lower-case
(#950) Variable "patternInfo" must be all lower-case
(#961) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/AbstractScopeSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#47) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#62) Member variable "_scopeTokens" must be all lower-case
(#69) Member variable "_listenOutside" must be all lower-case
(#87) Variable "scopeTokens" must be all lower-case
(#89) Variable "listenOutside" must be all lower-case
(#91) Variable "scopeTokens" must be all lower-case
(#101) Variable "invalidScopeTokens" must be all lower-case
(#101) Variable "scopeTokens" must be all lower-case
(#102) Variable "invalidScopeTokens" must be all lower-case
(#103) Variable "invalidScopeTokens" must be all lower-case
(#108) Variable "listenOutside" must be all lower-case
(#109) Variable "scopeTokens" must be all lower-case
(#126) Opening brace should be on the same line as the declaration
(#142) Variable "phpcsFile" must be all lower-case
(#142) Variable "stackPtr" must be all lower-case
(#143) Opening brace should be on the same line as the declaration
(#144) Variable "phpcsFile" must be all lower-case
(#146) Variable "foundScope" must be all lower-case
(#147) Variable "stackPtr" must be all lower-case
(#149) Variable "phpcsFile" must be all lower-case
(#149) Variable "stackPtr" must be all lower-case
(#150) Variable "foundScope" must be all lower-case
(#154) Variable "foundScope" must be all lower-case
(#155) Variable "phpcsFile" must be all lower-case
(#155) Variable "stackPtr" must be all lower-case
(#174) Protected method name "PHP_CodeSniffer_Standards_AbstractScopeSniff::processTokenWithinScope" must be in lower-case letters only
(#175) Variable "phpcsFile" must be all lower-case
(#176) Variable "stackPtr" must be all lower-case
(#177) Variable "currScope" must be all lower-case
(#191) Protected method name "PHP_CodeSniffer_Standards_AbstractScopeSniff::processTokenOutsideScope" must be in lower-case letters only
(#192) Variable "phpcsFile" must be all lower-case
(#193) Variable "stackPtr" must be all lower-case
(#201) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/AbstractVariableSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Member variable "_endFunction" must be all lower-case
(#54) Member variable "_functionOpen" must be all lower-case
(#61) Member variable "currentFile" must be all lower-case
(#68) Opening brace should be on the same line as the declaration
(#96) Protected method name "PHP_CodeSniffer_Standards_AbstractVariableSniff::processTokenWithinScope" must be in lower-case letters only
(#97) Variable "phpcsFile" must be all lower-case
(#98) Variable "stackPtr" must be all lower-case
(#99) Variable "currScope" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#102) Variable "phpcsFile" must be all lower-case
(#107) Variable "phpcsFile" must be all lower-case
(#109) Variable "stackPtr" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#118) Variable "methodProps" must be all lower-case
(#118) Variable "phpcsFile" must be all lower-case
(#118) Variable "stackPtr" must be all lower-case
(#122) Variable "methodProps" must be all lower-case
(#123) Variable "currScope" must be all lower-case
(#126) Variable "phpcsFile" must be all lower-case
(#126) Variable "stackPtr" must be all lower-case
(#128) Variable "stackPtr" must be all lower-case
(#130) Variable "phpcsFile" must be all lower-case
(#130) Variable "stackPtr" must be all lower-case
(#134) Variable "stackPtr" must be all lower-case
(#138) Variable "stackPtr" must be all lower-case
(#139) Variable "stackPtr" must be all lower-case
(#143) Variable "stackPtr" must be all lower-case
(#144) Variable "phpcsFile" must be all lower-case
(#144) Variable "stackPtr" must be all lower-case
(#151) Variable "stackPtr" must be all lower-case
(#152) Variable "phpcsFile" must be all lower-case
(#152) Variable "stackPtr" must be all lower-case
(#157) Variable "phpcsFile" must be all lower-case
(#157) Variable "stackPtr" must be all lower-case
(#172) Protected method name "PHP_CodeSniffer_Standards_AbstractVariableSniff::processTokenOutsideScope" must be in lower-case letters only
(#173) Variable "phpcsFile" must be all lower-case
(#174) Variable "stackPtr" must be all lower-case
(#176) Variable "phpcsFile" must be all lower-case
(#178) Variable "stackPtr" must be all lower-case
(#179) Variable "phpcsFile" must be all lower-case
(#179) Variable "stackPtr" must be all lower-case
(#180) Variable "stackPtr" must be all lower-case
(#181) Variable "stackPtr" must be all lower-case
(#185) Variable "stackPtr" must be all lower-case
(#186) Variable "phpcsFile" must be all lower-case
(#186) Variable "stackPtr" must be all lower-case
(#202) Protected method name "PHP_CodeSniffer_Standards_AbstractVariableSniff::processMemberVar" must be in lower-case letters only
(#203) Variable "phpcsFile" must be all lower-case
(#204) Variable "stackPtr" must be all lower-case
(#217) Protected method name "PHP_CodeSniffer_Standards_AbstractVariableSniff::processVariable" must be in lower-case letters only
(#218) Variable "phpcsFile" must be all lower-case
(#219) Variable "stackPtr" must be all lower-case
(#236) Protected method name "PHP_CodeSniffer_Standards_AbstractVariableSniff::processVariableInString" must be in lower-case letters only
(#238) Variable "phpcsFile" must be all lower-case
(#239) Variable "stackPtr" must be all lower-case
(#245) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Member variable "foundClasses" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#63) Variable "findTokens" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#70) Variable "phpcsFile" must be all lower-case
(#70) Variable "findTokens" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#80) Variable "nsEnd" must be all lower-case
(#80) Variable "phpcsFile" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#91) Variable "nsEnd" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#92) Variable "nsEnd" must be all lower-case
(#94) Variable "nameToken" must be all lower-case
(#94) Variable "phpcsFile" must be all lower-case
(#94) Variable "stackPtr" must be all lower-case
(#95) Variable "nameToken" must be all lower-case
(#100) Variable "compareName" must be all lower-case
(#101) Variable "compareName" must be all lower-case
(#102) Variable "stackPtr" must be all lower-case
(#103) Variable "compareName" must be all lower-case
(#104) Variable "compareName" must be all lower-case
(#112) Variable "phpcsFile" must be all lower-case
(#112) Variable "stackPtr" must be all lower-case
(#114) Variable "compareName" must be all lower-case
(#115) Variable "phpcsFile" must be all lower-case
(#116) Variable "stackPtr" must be all lower-case
(#121) Variable "stackPtr" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#121) Variable "findTokens" must be all lower-case
(#121) Variable "stackPtr" must be all lower-case
(#129) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/EmptyStatementSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#44) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#55) Member variable "checkedTokens" must be all lower-case
(#75) Opening brace should be on the same line as the declaration
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#91) Opening brace should be on the same line as the declaration
(#92) Variable "phpcsFile" must be all lower-case
(#93) Variable "stackPtr" must be all lower-case
(#103) Variable "emptyBody" must be all lower-case
(#105) Variable "emptyTokens" must be all lower-case
(#106) Variable "emptyBody" must be all lower-case
(#111) Variable "emptyBody" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "stackPtr" must be all lower-case
(#119) Variable "phpcsFile" must be all lower-case
(#119) Variable "stackPtr" must be all lower-case
(#128) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopShouldBeWhileLoopSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#40) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#50) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#89) Variable "emptyTokens" must be all lower-case
(#96) Variable "phpcsFile" must be all lower-case
(#96) Variable "stackPtr" must be all lower-case
(#104) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopWithTestFunctionCallSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#43) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#53) Opening brace should be on the same line as the declaration
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#69) Opening brace should be on the same line as the declaration
(#70) Variable "phpcsFile" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#99) Variable "phpcsFile" must be all lower-case
(#99) Variable "emptyTokens" must be all lower-case
(#103) Variable "phpcsFile" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#113) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/JumbledIncrementerSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#18) Whitespace found at end of line
(#47) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#57) Opening brace should be on the same line as the declaration
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#73) Opening brace should be on the same line as the declaration
(#74) Variable "phpcsFile" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#105) Variable "phpcsFile" must be all lower-case
(#105) Variable "stackPtr" must be all lower-case
(#117) Whitespace found at end of line
(#120) Protected method name "Generic_Sniffs_CodeAnalysis_JumbledIncrementerSniff::findIncrementers" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#148) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnconditionalIfStatementSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#18) Whitespace found at end of line
(#44) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#54) Opening brace should be on the same line as the declaration
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#73) Opening brace should be on the same line as the declaration
(#74) Variable "phpcsFile" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#85) Variable "goodCondition" must be all lower-case
(#89) Variable "emptyTokens" must be all lower-case
(#92) Variable "goodCondition" must be all lower-case
(#96) Variable "goodCondition" must be all lower-case
(#98) Variable "phpcsFile" must be all lower-case
(#98) Variable "stackPtr" must be all lower-case
(#106) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnnecessaryFinalModifierSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#40) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#50) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#76) Variable "phpcsFile" must be all lower-case
(#76) Variable "emptyTokens" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#89) Variable "phpcsFile" must be all lower-case
(#98) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnusedFunctionParameterSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#44) Opening brace should be on the same line as the declaration
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Opening brace should be on the same line as the declaration
(#61) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#70) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#77) Variable "foundContent" must be all lower-case
(#84) Variable "emptyTokens" must be all lower-case
(#88) Variable "foundContent" must be all lower-case
(#96) Variable "phpcsFile" must be all lower-case
(#96) Variable "emptyTokens" must be all lower-case
(#106) Variable "phpcsFile" must be all lower-case
(#106) Variable "emptyTokens" must be all lower-case
(#114) Variable "foundContent" must be all lower-case
(#119) Variable "nextToken" must be all lower-case
(#119) Variable "phpcsFile" must be all lower-case
(#120) Variable "nextToken" must be all lower-case
(#121) Variable "nextToken" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#121) Variable "nextToken" must be all lower-case
(#122) Variable "nextToken" must be all lower-case
(#123) Variable "varContent" must be all lower-case
(#123) Variable "nextToken" must be all lower-case
(#124) Variable "varContent" must be all lower-case
(#125) Variable "varContent" must be all lower-case
(#135) Variable "validTokens" must be all lower-case
(#142) Variable "validTokens" must be all lower-case
(#142) Variable "validTokens" must be all lower-case
(#142) Variable "emptyTokens" must be all lower-case
(#146) Variable "validTokens" must be all lower-case
(#154) Variable "stringTokens" must be all lower-case
(#155) Variable "stringTokens" must be all lower-case
(#155) Variable "stringPtr" must be all lower-case
(#155) Variable "stringToken" must be all lower-case
(#156) Variable "stringToken" must be all lower-case
(#160) Variable "varContent" must be all lower-case
(#161) Variable "stringToken" must be all lower-case
(#162) Variable "varContent" must be all lower-case
(#162) Variable "stringTokens" must be all lower-case
(#162) Variable "stringPtr" must be all lower-case
(#163) Variable "stringToken" must be all lower-case
(#164) Variable "varContent" must be all lower-case
(#164) Variable "stringToken" must be all lower-case
(#167) Variable "varContent" must be all lower-case
(#167) Variable "varContent" must be all lower-case
(#168) Variable "varContent" must be all lower-case
(#174) Variable "foundContent" must be all lower-case
(#175) Variable "paramName" must be all lower-case
(#177) Variable "paramName" must be all lower-case
(#178) Variable "phpcsFile" must be all lower-case
(#187) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UselessOverridingMethodSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#39) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#49) Opening brace should be on the same line as the declaration
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#66) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#75) Variable "methodName" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#89) Variable "emptyTokens" must be all lower-case
(#104) Variable "phpcsFile" must be all lower-case
(#104) Variable "emptyTokens" must be all lower-case
(#112) Variable "phpcsFile" must be all lower-case
(#112) Variable "emptyTokens" must be all lower-case
(#115) Variable "methodName" must be all lower-case
(#120) Variable "phpcsFile" must be all lower-case
(#120) Variable "emptyTokens" must be all lower-case
(#127) Variable "validParameterTypes" must be all lower-case
(#134) Variable "parenthesisCount" must be all lower-case
(#140) Variable "parenthesisCount" must be all lower-case
(#142) Variable "parenthesisCount" must be all lower-case
(#143) Variable "parenthesisCount" must be all lower-case
(#145) Variable "emptyTokens" must be all lower-case
(#149) Variable "parenthesisCount" must be all lower-case
(#154) Variable "phpcsFile" must be all lower-case
(#154) Variable "emptyTokens" must be all lower-case
(#163) Variable "emptyTokens" must be all lower-case
(#172) Variable "phpcsFile" must be all lower-case
(#172) Variable "stackPtr" must be all lower-case
(#180) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Commenting/FixmeSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#51) Variable "commentTokens" must be all lower-case
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#75) Variable "fixmeMessage" must be all lower-case
(#76) Variable "fixmeMessage" must be all lower-case
(#76) Variable "fixmeMessage" must be all lower-case
(#78) Variable "fixmeMessage" must be all lower-case
(#79) Variable "fixmeMessage" must be all lower-case
(#84) Variable "phpcsFile" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#92) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Commenting/TodoSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#48) Opening brace should be on the same line as the declaration
(#49) Variable "commentTokens" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#73) Variable "todoMessage" must be all lower-case
(#74) Variable "todoMessage" must be all lower-case
(#74) Variable "todoMessage" must be all lower-case
(#76) Variable "todoMessage" must be all lower-case
(#77) Variable "todoMessage" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#90) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/ControlStructures/InlineControlStructureSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#80) Variable "phpcsFile" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#81) Opening brace should be on the same line as the declaration
(#82) Variable "phpcsFile" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#92) Variable "lastContent" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#93) Variable "lastContent" must be all lower-case
(#94) Variable "lastContent" must be all lower-case
(#107) Variable "phpcsFile" must be all lower-case
(#107) Variable "stackPtr" must be all lower-case
(#109) Variable "phpcsFile" must be all lower-case
(#109) Variable "stackPtr" must be all lower-case
(#120) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Debug/CSSLintSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "fileName" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#64) Variable "csslintPath" must be all lower-case
(#65) Variable "csslintPath" must be all lower-case
(#69) Variable "csslintPath" must be all lower-case
(#69) Variable "fileName" must be all lower-case
(#76) Variable "phpcsFile" must be all lower-case
(#81) Variable "numMatches" must be all lower-case
(#87) Variable "numMatches" must be all lower-case
(#99) Variable "lineToken" must be all lower-case
(#102) Variable "lineToken" must be all lower-case
(#107) Variable "lineToken" must be all lower-case
(#108) Variable "phpcsFile" must be all lower-case
(#108) Variable "lineToken" must be all lower-case
(#117) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Debug/ClosureLinterSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "errorCodes" must be all lower-case
(#45) Member variable "ignoreCodes" must be all lower-case
(#52) Member variable "supportedTokenizers" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#78) Opening brace should be on the same line as the declaration
(#79) Variable "fileName" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#81) Variable "lintPath" must be all lower-case
(#82) Variable "lintPath" must be all lower-case
(#86) Variable "lintPath" must be all lower-case
(#93) Variable "phpcsFile" must be all lower-case
(#97) Variable "numMatches" must be all lower-case
(#98) Variable "numMatches" must be all lower-case
(#112) Variable "lineToken" must be all lower-case
(#115) Variable "lineToken" must be all lower-case
(#120) Variable "lineToken" must be all lower-case
(#127) Variable "phpcsFile" must be all lower-case
(#127) Variable "lineToken" must be all lower-case
(#129) Variable "phpcsFile" must be all lower-case
(#129) Variable "lineToken" must be all lower-case
(#139) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Debug/JSHintSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#47) Opening brace should be on the same line as the declaration
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#65) Variable "fileName" must be all lower-case
(#65) Variable "phpcsFile" must be all lower-case
(#67) Variable "rhinoPath" must be all lower-case
(#68) Variable "jshintPath" must be all lower-case
(#69) Variable "rhinoPath" must be all lower-case
(#69) Variable "jshintPath" must be all lower-case
(#73) Variable "rhinoPath" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#81) Variable "numMatches" must be all lower-case
(#82) Variable "numMatches" must be all lower-case
(#90) Variable "lineToken" must be all lower-case
(#93) Variable "lineToken" must be all lower-case
(#98) Variable "lineToken" must be all lower-case
(#99) Variable "phpcsFile" must be all lower-case
(#99) Variable "lineToken" must be all lower-case
(#109) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/ByteOrderMarkSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Member variable "bomDefinitions" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#69) Opening brace should be on the same line as the declaration
(#71) Variable "stackPtr" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#77) Variable "bomName" must be all lower-case
(#77) Variable "expectedBomHex" must be all lower-case
(#78) Variable "bomByteLength" must be all lower-case
(#78) Variable "expectedBomHex" must be all lower-case
(#79) Variable "htmlBomHex" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#79) Variable "bomByteLength" must be all lower-case
(#80) Variable "htmlBomHex" must be all lower-case
(#80) Variable "expectedBomHex" must be all lower-case
(#81) Variable "errorData" must be all lower-case
(#81) Variable "bomName" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#83) Variable "errorData" must be all lower-case
(#93) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/EndFileNewlineSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#67) Variable "stackPtr" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#83) Variable "eolCharLen" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#84) Variable "lastChars" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#84) Variable "eolCharLen" must be all lower-case
(#85) Variable "lastChars" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#87) Variable "stackPtr" must be all lower-case
(#95) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/EndFileNoNewlineSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#67) Variable "stackPtr" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#83) Variable "eolCharLen" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#84) Variable "lastChars" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#84) Variable "eolCharLen" must be all lower-case
(#85) Variable "lastChars" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#87) Variable "stackPtr" must be all lower-case
(#95) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/InlineHTMLSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#39) Opening brace should be on the same line as the declaration
(#54) Variable "phpcsFile" must be all lower-case
(#54) Variable "stackPtr" must be all lower-case
(#55) Opening brace should be on the same line as the declaration
(#57) Variable "previousOpenTag" must be all lower-case
(#57) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#58) Variable "previousOpenTag" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/LineEndingsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#49) Member variable "eolChar" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#74) Opening brace should be on the same line as the declaration
(#76) Variable "stackPtr" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#91) Variable "lastToken" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#92) Variable "lastToken" must be all lower-case
(#93) Variable "lastToken" must be all lower-case
(#107) Variable "phpcsFile" must be all lower-case
(#107) Variable "stackPtr" must be all lower-case
(#115) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/LineLengthSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Member variable "lineLimit" must be all lower-case
(#49) Member variable "absoluteLineLimit" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#74) Opening brace should be on the same line as the declaration
(#75) Variable "phpcsFile" must be all lower-case
(#78) Variable "previousOpenTag" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#79) Variable "previousOpenTag" must be all lower-case
(#83) Variable "tokenCount" must be all lower-case
(#84) Variable "currentLineContent" must be all lower-case
(#85) Variable "currentLine" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#88) Variable "tokenCount" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "tokenCount" must be all lower-case
(#89) Variable "tokenCount" must be all lower-case
(#89) Variable "currentLine" must be all lower-case
(#90) Variable "currentLineContent" must be all lower-case
(#90) Variable "tokenCount" must be all lower-case
(#92) Variable "currentLineContent" must be all lower-case
(#92) Variable "currentLineContent" must be all lower-case
(#93) Variable "phpcsFile" must be all lower-case
(#93) Variable "tokenCount" must be all lower-case
(#93) Variable "currentLineContent" must be all lower-case
(#94) Variable "currentLineContent" must be all lower-case
(#94) Variable "tokenCount" must be all lower-case
(#95) Variable "currentLine" must be all lower-case
(#99) Variable "currentLineContent" must be all lower-case
(#99) Variable "currentLineContent" must be all lower-case
(#100) Variable "phpcsFile" must be all lower-case
(#100) Variable "tokenCount" must be all lower-case
(#100) Variable "currentLineContent" must be all lower-case
(#114) Protected method name "Generic_Sniffs_Files_LineLengthSniff::checkLineLength" must be in lower-case letters only
(#114) Variable "phpcsFile" must be all lower-case
(#114) Variable "stackPtr" must be all lower-case
(#114) Variable "lineContent" must be all lower-case
(#115) Opening brace should be on the same line as the declaration
(#121) Variable "lineContent" must be all lower-case
(#127) Variable "lineLength" must be all lower-case
(#127) Variable "lineContent" must be all lower-case
(#128) Variable "lineLength" must be all lower-case
(#130) Variable "lineLength" must be all lower-case
(#130) Variable "lineContent" must be all lower-case
(#133) Variable "lineLength" must be all lower-case
(#133) Variable "lineContent" must be all lower-case
(#137) Variable "lineLength" must be all lower-case
(#141) Variable "lineLength" must be all lower-case
(#145) Variable "phpcsFile" must be all lower-case
(#145) Variable "stackPtr" must be all lower-case
(#146) Variable "lineLength" must be all lower-case
(#149) Variable "lineLength" must be all lower-case
(#153) Variable "phpcsFile" must be all lower-case
(#153) Variable "stackPtr" must be all lower-case
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/LowercasedFilenameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#54) Variable "stackPtr" must be all lower-case
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#60) Variable "fileName" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#61) Variable "lowercaseFileName" must be all lower-case
(#61) Variable "fileName" must be all lower-case
(#62) Variable "fileName" must be all lower-case
(#62) Variable "lowercaseFileName" must be all lower-case
(#64) Variable "fileName" must be all lower-case
(#65) Variable "lowercaseFileName" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#76) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/OneClassPerFileSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "nextClass" must be all lower-case
(#53) Variable "phpcsFile" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Variable "nextClass" must be all lower-case
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "nextClass" must be all lower-case
(#64) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/OneInterfacePerFileSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "nextInterface" must be all lower-case
(#53) Variable "phpcsFile" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Variable "nextInterface" must be all lower-case
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "nextInterface" must be all lower-case
(#64) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting/DisallowMultipleStatementsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#57) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#88) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting/MultipleStatementAlignmentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Member variable "supportedTokenizers" must be all lower-case
(#61) Member variable "maxPadding" must be all lower-case
(#68) Member variable "ignoreMultiLine" must be all lower-case
(#77) Opening brace should be on the same line as the declaration
(#78) Variable "assignmentTokens" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#93) Opening brace should be on the same line as the declaration
(#94) Variable "phpcsFile" must be all lower-case
(#97) Variable "stackPtr" must be all lower-case
(#98) Variable "stackPtr" must be all lower-case
(#113) Variable "lineEnd" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#115) Variable "nextAssign" must be all lower-case
(#115) Variable "phpcsFile" must be all lower-case
(#116) Variable "assignmentTokens" must be all lower-case
(#117) Variable "lineEnd" must be all lower-case
(#120) Variable "nextAssign" must be all lower-case
(#121) Variable "isAssign" must be all lower-case
(#122) Variable "nextAssign" must be all lower-case
(#122) Variable "lineEnd" must be all lower-case
(#125) Variable "nextAssign" must be all lower-case
(#126) Variable "nextAssign" must be all lower-case
(#129) Variable "isAssign" must be all lower-case
(#135) Variable "isAssign" must be all lower-case
(#143) Variable "stackPtr" must be all lower-case
(#144) Variable "prevAssignment" must be all lower-case
(#144) Variable "stackPtr" must be all lower-case
(#145) Variable "lastLine" must be all lower-case
(#145) Variable "stackPtr" must be all lower-case
(#147) Variable "prevAssignment" must be all lower-case
(#147) Variable "phpcsFile" must be all lower-case
(#147) Variable "assignmentTokens" must be all lower-case
(#147) Variable "prevAssignment" must be all lower-case
(#147) Line exceeds 132 characters; contains 138 characters
(#151) Variable "prevAssignment" must be all lower-case
(#157) Variable "lineEnd" must be all lower-case
(#157) Variable "phpcsFile" must be all lower-case
(#157) Variable "prevAssignment" must be all lower-case
(#160) Variable "nextOpener" must be all lower-case
(#160) Variable "phpcsFile" must be all lower-case
(#161) Variable "scopeOpeners" must be all lower-case
(#162) Variable "prevAssignment" must be all lower-case
(#165) Variable "nextOpener" must be all lower-case
(#165) Variable "nextOpener" must be all lower-case
(#165) Variable "lineEnd" must be all lower-case
(#169) Variable "lineEnd" must be all lower-case
(#169) Variable "lastLine" must be all lower-case
(#174) Variable "prevAssignment" must be all lower-case
(#175) Variable "prevAssignment" must be all lower-case
(#182) Variable "prevAssignment" must be all lower-case
(#183) Variable "lastLine" must be all lower-case
(#183) Variable "prevAssignment" must be all lower-case
(#186) Variable "assignmentData" must be all lower-case
(#187) Variable "maxAssignmentLength" must be all lower-case
(#188) Variable "maxVariableLength" must be all lower-case
(#191) Variable "phpcsFile" must be all lower-case
(#192) Variable "emptyTokens" must be all lower-case
(#198) Variable "endColumn" must be all lower-case
(#200) Variable "maxVariableLength" must be all lower-case
(#200) Variable "endColumn" must be all lower-case
(#201) Variable "maxVariableLength" must be all lower-case
(#201) Variable "endColumn" must be all lower-case
(#204) Variable "maxAssignmentLength" must be all lower-case
(#205) Variable "maxAssignmentLength" must be all lower-case
(#208) Variable "assignmentData" must be all lower-case
(#210) Variable "endColumn" must be all lower-case
(#215) Variable "assignmentData" must be all lower-case
(#216) Variable "maxAssignmentLength" must be all lower-case
(#217) Variable "maxVariableLength" must be all lower-case
(#220) Variable "maxVariableLength" must be all lower-case
(#227) Variable "maxVariableLength" must be all lower-case
(#227) Variable "maxAssignmentLength" must be all lower-case
(#235) Variable "actualColumn" must be all lower-case
(#235) Variable "maxAssignmentLength" must be all lower-case
(#236) Variable "actualColumn" must be all lower-case
(#237) Variable "phpcsFile" must be all lower-case
(#238) Variable "emptyTokens" must be all lower-case
(#244) Variable "actualColumn" must be all lower-case
(#286) Variable "errorData" must be all lower-case
(#292) Variable "phpcsFile" must be all lower-case
(#292) Variable "errorData" must be all lower-case
(#294) Variable "phpcsFile" must be all lower-case
(#294) Variable "errorData" must be all lower-case
(#304) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting/NoSpaceAfterCastSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#41) Variable "castTokens" must be all lower-case
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting/SpaceAfterCastSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#41) Variable "castTokens" must be all lower-case
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#75) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions/CallTimePassByReferenceSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Opening brace should be on the same line as the declaration
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#64) Variable "functionName" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Variable "findTokens" must be all lower-case
(#66) Variable "emptyTokens" must be all lower-case
(#70) Variable "functionKeyword" must be all lower-case
(#70) Variable "phpcsFile" must be all lower-case
(#71) Variable "findTokens" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#77) Variable "functionKeyword" must be all lower-case
(#78) Variable "functionKeyword" must be all lower-case
(#85) Variable "openBracket" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#86) Variable "emptyTokens" must be all lower-case
(#87) Variable "functionName" must be all lower-case
(#92) Variable "openBracket" must be all lower-case
(#96) Variable "closeBracket" must be all lower-case
(#96) Variable "openBracket" must be all lower-case
(#98) Variable "nextSeparator" must be all lower-case
(#98) Variable "openBracket" must be all lower-case
(#99) Variable "nextSeparator" must be all lower-case
(#99) Variable "phpcsFile" must be all lower-case
(#99) Variable "nextSeparator" must be all lower-case
(#99) Variable "closeBracket" must be all lower-case
(#102) Variable "nextSeparator" must be all lower-case
(#103) Variable "lastBracket" must be all lower-case
(#104) Variable "lastBracket" must be all lower-case
(#104) Variable "closeBracket" must be all lower-case
(#108) This comment is 43% valid code; is this commented out code?
(#109) Variable "tokenBefore" must be all lower-case
(#109) Variable "phpcsFile" must be all lower-case
(#110) Variable "emptyTokens" must be all lower-case
(#111) Variable "nextSeparator" must be all lower-case
(#116) Variable "tokenBefore" must be all lower-case
(#117) This comment is 45% valid code; is this commented out code?
(#118) Variable "tokenBefore" must be all lower-case
(#118) Variable "phpcsFile" must be all lower-case
(#119) Variable "emptyTokens" must be all lower-case
(#120) Variable "tokenBefore" must be all lower-case
(#129) Variable "tokenBefore" must be all lower-case
(#130) Line indented incorrectly; expected 20 spaces, found 16
(#131) Line indented incorrectly; expected 20 spaces, found 16
(#132) Line indented incorrectly; expected 20 spaces, found 16
(#133) Line indented incorrectly; expected at least 24 spaces, found 20
(#134) Line indented incorrectly; expected at least 24 spaces, found 20
(#137) Line indented incorrectly; expected 20 spaces, found 16
(#138) Line indented incorrectly; expected at least 24 spaces, found 20
(#139) Line indented incorrectly; expected at least 24 spaces, found 20
(#140) Line indented incorrectly; expected at least 24 spaces, found 20
(#140) Variable "phpcsFile" must be all lower-case
(#140) Variable "tokenBefore" must be all lower-case
(#151) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#64) Variable "functionName" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Variable "ignoreTokens" must be all lower-case
(#65) Variable "emptyTokens" must be all lower-case
(#66) Variable "ignoreTokens" must be all lower-case
(#67) Variable "functionKeyword" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "ignoreTokens" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#68) Variable "functionKeyword" must be all lower-case
(#68) Variable "functionKeyword" must be all lower-case
(#74) Variable "openBracket" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "emptyTokens" must be all lower-case
(#74) Variable "functionName" must be all lower-case
(#75) Variable "openBracket" must be all lower-case
(#79) Variable "closeBracket" must be all lower-case
(#79) Variable "openBracket" must be all lower-case
(#81) Variable "nextSeparator" must be all lower-case
(#81) Variable "openBracket" must be all lower-case
(#82) Variable "nextSeparator" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#82) Variable "nextSeparator" must be all lower-case
(#82) Variable "closeBracket" must be all lower-case
(#82) Line exceeds 132 characters; contains 143 characters
(#83) Variable "nextSeparator" must be all lower-case
(#84) Variable "nextSeparator" must be all lower-case
(#84) Variable "nextSeparator" must be all lower-case
(#90) Variable "nextSeparator" must be all lower-case
(#91) Variable "lastBracket" must be all lower-case
(#92) Variable "lastBracket" must be all lower-case
(#92) Variable "closeBracket" must be all lower-case
(#96) Variable "nextSeparator" must be all lower-case
(#97) Variable "nextSeparator" must be all lower-case
(#98) Variable "nextSeparator" must be all lower-case
(#98) Variable "heredocTokens" must be all lower-case
(#100) Variable "phpcsFile" must be all lower-case
(#100) Variable "nextSeparator" must be all lower-case
(#104) Variable "nextSeparator" must be all lower-case
(#106) Variable "phpcsFile" must be all lower-case
(#106) Variable "nextSeparator" must be all lower-case
(#110) Variable "nextSeparator" must be all lower-case
(#110) Variable "phpcsFile" must be all lower-case
(#111) Variable "nextSeparator" must be all lower-case
(#115) Variable "phpcsFile" must be all lower-case
(#115) Variable "nextSeparator" must be all lower-case
(#121) Variable "nextToken" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#121) Variable "emptyTokens" must be all lower-case
(#121) Variable "nextSeparator" must be all lower-case
(#121) Variable "closeBracket" must be all lower-case
(#122) Variable "nextToken" must be all lower-case
(#123) Variable "nextToken" must be all lower-case
(#124) Variable "nextToken" must be all lower-case
(#126) Variable "phpcsFile" must be all lower-case
(#126) Variable "nextToken" must be all lower-case
(#129) Variable "nextToken" must be all lower-case
(#131) Variable "phpcsFile" must be all lower-case
(#131) Variable "nextToken" must be all lower-case
(#143) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceBsdAllmanSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#64) Variable "openingBrace" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#69) Variable "functionLine" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#70) Variable "braceLine" must be all lower-case
(#70) Variable "openingBrace" must be all lower-case
(#72) Variable "lineDifference" must be all lower-case
(#72) Variable "braceLine" must be all lower-case
(#72) Variable "functionLine" must be all lower-case
(#74) Variable "lineDifference" must be all lower-case
(#76) Variable "phpcsFile" must be all lower-case
(#76) Variable "openingBrace" must be all lower-case
(#80) Variable "lineDifference" must be all lower-case
(#82) Variable "lineDifference" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#83) Variable "openingBrace" must be all lower-case
(#91) Variable "lineStart" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#92) Variable "lineStart" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#92) Variable "lineStart" must be all lower-case
(#93) Variable "lineStart" must be all lower-case
(#93) Variable "phpcsFile" must be all lower-case
(#100) Variable "lineStart" must be all lower-case
(#100) Variable "phpcsFile" must be all lower-case
(#100) Variable "lineStart" must be all lower-case
(#104) Variable "startColumn" must be all lower-case
(#104) Variable "lineStart" must be all lower-case
(#105) Variable "braceIndent" must be all lower-case
(#105) Variable "openingBrace" must be all lower-case
(#107) Variable "braceIndent" must be all lower-case
(#107) Variable "startColumn" must be all lower-case
(#110) Variable "startColumn" must be all lower-case
(#111) Variable "braceIndent" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "openingBrace" must be all lower-case
(#121) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceKernighanRitchieSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#64) Variable "openingBrace" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#69) Variable "functionLine" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#70) Variable "braceLine" must be all lower-case
(#70) Variable "openingBrace" must be all lower-case
(#72) Variable "lineDifference" must be all lower-case
(#72) Variable "braceLine" must be all lower-case
(#72) Variable "functionLine" must be all lower-case
(#74) Variable "lineDifference" must be all lower-case
(#76) Variable "phpcsFile" must be all lower-case
(#76) Variable "openingBrace" must be all lower-case
(#80) Variable "closeBracket" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#81) Variable "closeBracket" must be all lower-case
(#83) Variable "closeBracket" must be all lower-case
(#86) Variable "closeBracket" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#92) Variable "closeBracket" must be all lower-case
(#96) Variable "closeBrace" must be all lower-case
(#96) Variable "stackPtr" must be all lower-case
(#97) Variable "closeBrace" must be all lower-case
(#99) Variable "closeBrace" must be all lower-case
(#102) Variable "closeBrace" must be all lower-case
(#108) Variable "phpcsFile" must be all lower-case
(#108) Variable "openingBrace" must be all lower-case
(#117) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Metrics/CyclomaticComplexitySniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Member variable "absoluteComplexity" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#71) Variable "phpcsFile" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#72) Opening brace should be on the same line as the declaration
(#73) Variable "phpcsFile" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#114) Variable "phpcsFile" must be all lower-case
(#114) Variable "stackPtr" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#121) Variable "stackPtr" must be all lower-case
(#129) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Metrics/NestingLevelSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "nestingLevel" must be all lower-case
(#43) Member variable "absoluteNestingLevel" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#68) Opening brace should be on the same line as the declaration
(#69) Variable "phpcsFile" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#80) Variable "nestingLevel" must be all lower-case
(#85) Variable "nestingLevel" must be all lower-case
(#86) Variable "nestingLevel" must be all lower-case
(#91) Variable "nestingLevel" must be all lower-case
(#91) Variable "nestingLevel" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#93) Variable "nestingLevel" must be all lower-case
(#96) Variable "nestingLevel" must be all lower-case
(#99) Variable "phpcsFile" must be all lower-case
(#99) Variable "stackPtr" must be all lower-case
(#100) Variable "nestingLevel" must be all lower-case
(#103) Variable "nestingLevel" must be all lower-case
(#106) Variable "phpcsFile" must be all lower-case
(#106) Variable "stackPtr" must be all lower-case
(#114) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/CamelCapsFunctionNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Member variable "magicMethods" must be all lower-case
(#68) Member variable "methodsDoubleUnderscore" must be all lower-case
(#87) Member variable "magicFunctions" must be all lower-case
(#101) Opening brace should be on the same line as the declaration
(#117) Protected method name "Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff::processTokenWithinScope" must be in lower-case letters only
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "stackPtr" must be all lower-case
(#117) Variable "currScope" must be all lower-case
(#118) Opening brace should be on the same line as the declaration
(#119) Variable "methodName" must be all lower-case
(#119) Variable "phpcsFile" must be all lower-case
(#119) Variable "stackPtr" must be all lower-case
(#120) Variable "methodName" must be all lower-case
(#125) Variable "className" must be all lower-case
(#125) Variable "phpcsFile" must be all lower-case
(#125) Variable "currScope" must be all lower-case
(#126) Variable "errorData" must be all lower-case
(#126) Variable "className" must be all lower-case
(#126) Variable "methodName" must be all lower-case
(#129) Variable "methodName" must be all lower-case
(#130) Variable "magicPart" must be all lower-case
(#130) Variable "methodName" must be all lower-case
(#131) Variable "magicPart" must be all lower-case
(#133) Variable "phpcsFile" must be all lower-case
(#133) Variable "stackPtr" must be all lower-case
(#133) Variable "errorData" must be all lower-case
(#140) Variable "methodName" must be all lower-case
(#140) Variable "className" must be all lower-case
(#145) Variable "methodName" must be all lower-case
(#145) Variable "className" must be all lower-case
(#149) Variable "methodProps" must be all lower-case
(#149) Variable "phpcsFile" must be all lower-case
(#149) Variable "stackPtr" must be all lower-case
(#150) Variable "methodName" must be all lower-case
(#151) Variable "methodProps" must be all lower-case
(#154) Variable "methodProps" must be all lower-case
(#155) Variable "errorData" must be all lower-case
(#157) Variable "phpcsFile" must be all lower-case
(#157) Variable "stackPtr" must be all lower-case
(#160) Variable "phpcsFile" must be all lower-case
(#160) Variable "stackPtr" must be all lower-case
(#160) Variable "errorData" must be all lower-case
(#178) Protected method name "Generic_Sniffs_NamingConventions_CamelCapsFunctionNameSniff::processTokenOutsideScope" must be in lower-case letters only
(#178) Variable "phpcsFile" must be all lower-case
(#178) Variable "stackPtr" must be all lower-case
(#179) Opening brace should be on the same line as the declaration
(#180) Variable "functionName" must be all lower-case
(#180) Variable "phpcsFile" must be all lower-case
(#180) Variable "stackPtr" must be all lower-case
(#181) Variable "functionName" must be all lower-case
(#186) Variable "errorData" must be all lower-case
(#186) Variable "functionName" must be all lower-case
(#189) Variable "functionName" must be all lower-case
(#190) Variable "magicPart" must be all lower-case
(#190) Variable "functionName" must be all lower-case
(#191) Variable "magicPart" must be all lower-case
(#193) Variable "phpcsFile" must be all lower-case
(#193) Variable "stackPtr" must be all lower-case
(#193) Variable "errorData" must be all lower-case
(#199) Variable "functionName" must be all lower-case
(#201) Variable "phpcsFile" must be all lower-case
(#201) Variable "stackPtr" must be all lower-case
(#201) Variable "errorData" must be all lower-case
(#203) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#210) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/ConstructorNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#44) Opening brace should be on the same line as the declaration
(#60) Protected method name "Generic_Sniffs_NamingConventions_ConstructorNameSniff::processTokenWithinScope" must be in lower-case letters only
(#61) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#63) Variable "currScope" must be all lower-case
(#65) Variable "className" must be all lower-case
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "currScope" must be all lower-case
(#66) Variable "methodName" must be all lower-case
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#68) Variable "methodName" must be all lower-case
(#68) Variable "className" must be all lower-case
(#70) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#71) Variable "methodName" must be all lower-case
(#76) Variable "phpcsFile" must be all lower-case
(#78) Variable "parentClassName" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "currScope" must be all lower-case
(#79) Variable "parentClassName" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#88) Variable "endFunctionIndex" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#89) Variable "startIndex" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#90) Variable "doubleColonIndex" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "startIndex" must be all lower-case
(#90) Variable "endFunctionIndex" must be all lower-case
(#91) Variable "doubleColonIndex" must be all lower-case
(#92) Variable "doubleColonIndex" must be all lower-case
(#92) Variable "parentClassName" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#95) Variable "doubleColonIndex" must be all lower-case
(#98) Variable "startIndex" must be all lower-case
(#98) Variable "doubleColonIndex" must be all lower-case
(#106) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/UpperCaseConstantNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#58) Variable "constName" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#66) Variable "constName" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#73) Variable "constName" must be all lower-case
(#79) Variable "openBracket" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#80) Variable "openBracket" must be all lower-case
(#81) Variable "functionKeyword" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#94) Variable "functionKeyword" must be all lower-case
(#99) Variable "constName" must be all lower-case
(#99) Variable "constName" must be all lower-case
(#102) Variable "constName" must be all lower-case
(#103) Variable "constName" must be all lower-case
(#105) Variable "phpcsFile" must be all lower-case
(#105) Variable "stackPtr" must be all lower-case
(#111) Variable "constName" must be all lower-case
(#120) Variable "phpcsFile" must be all lower-case
(#120) Variable "stackPtr" must be all lower-case
(#128) Variable "constPtr" must be all lower-case
(#128) Variable "phpcsFile" must be all lower-case
(#128) Variable "openBracket" must be all lower-case
(#129) Variable "constPtr" must be all lower-case
(#133) Variable "constName" must be all lower-case
(#133) Variable "constPtr" must be all lower-case
(#137) Variable "splitPos" must be all lower-case
(#137) Variable "constName" must be all lower-case
(#138) Variable "splitPos" must be all lower-case
(#139) Variable "constName" must be all lower-case
(#139) Variable "splitPos" must be all lower-case
(#140) Variable "constName" must be all lower-case
(#140) Variable "constName" must be all lower-case
(#140) Variable "splitPos" must be all lower-case
(#143) Variable "constName" must be all lower-case
(#143) Variable "constName" must be all lower-case
(#146) Variable "constName" must be all lower-case
(#147) Variable "constName" must be all lower-case
(#149) Variable "phpcsFile" must be all lower-case
(#149) Variable "stackPtr" must be all lower-case
(#157) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/CharacterBeforePHPOpeningTagSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "stackPtr" must be all lower-case
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#63) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/ClosingPHPTagSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "closeTag" must be all lower-case
(#53) Variable "phpcsFile" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Variable "closeTag" must be all lower-case
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#64) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/DeprecatedFunctionsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Member variable "forbiddenFunctions" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#55) Variable "functionName" must be all lower-case
(#56) Variable "functionName" must be all lower-case
(#59) Variable "functionName" must be all lower-case
(#77) Protected method name "Generic_Sniffs_PHP_DeprecatedFunctionsSniff::addError" must be in lower-case letters only
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#78) Opening brace should be on the same line as the declaration
(#84) Variable "phpcsFile" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#86) Variable "phpcsFile" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#94) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/DisallowShortOpenTagSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#61) Variable "openTag" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#63) Variable "openTag" must be all lower-case
(#65) Variable "openTag" must be all lower-case
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#69) Variable "openTag" must be all lower-case
(#70) Variable "nextVar" must be all lower-case
(#70) Variable "phpcsFile" must be all lower-case
(#70) Variable "emptyTokens" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#73) Variable "nextVar" must be all lower-case
(#74) Variable "openTag" must be all lower-case
(#75) Variable "nextVar" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#85) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/ForbiddenFunctionsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Member variable "forbiddenFunctions" must be all lower-case
(#52) Member variable "forbiddenFunctionNames" must be all lower-case
(#59) Member variable "patternMatch" must be all lower-case
(#75) Opening brace should be on the same line as the declaration
(#100) Variable "phpcsFile" must be all lower-case
(#100) Variable "stackPtr" must be all lower-case
(#101) Opening brace should be on the same line as the declaration
(#102) Variable "phpcsFile" must be all lower-case
(#119) Variable "prevToken" must be all lower-case
(#119) Variable "phpcsFile" must be all lower-case
(#119) Variable "stackPtr" must be all lower-case
(#120) Variable "prevToken" must be all lower-case
(#125) Variable "nextToken" must be all lower-case
(#125) Variable "phpcsFile" must be all lower-case
(#125) Variable "stackPtr" must be all lower-case
(#126) Variable "nextToken" must be all lower-case
(#131) Variable "stackPtr" must be all lower-case
(#156) Variable "phpcsFile" must be all lower-case
(#156) Variable "stackPtr" must be all lower-case
(#172) Protected method name "Generic_Sniffs_PHP_ForbiddenFunctionsSniff::addError" must be in lower-case letters only
(#172) Variable "phpcsFile" must be all lower-case
(#172) Variable "stackPtr" must be all lower-case
(#173) Opening brace should be on the same line as the declaration
(#195) Variable "phpcsFile" must be all lower-case
(#195) Variable "stackPtr" must be all lower-case
(#197) Variable "phpcsFile" must be all lower-case
(#197) Variable "stackPtr" must be all lower-case
(#205) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseConstantSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#69) Opening brace should be on the same line as the declaration
(#70) Variable "phpcsFile" must be all lower-case
(#73) Variable "prevPtr" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#74) Variable "prevPtr" must be all lower-case
(#79) Variable "prevPtr" must be all lower-case
(#80) Variable "prevPtr" must be all lower-case
(#81) Variable "prevPtr" must be all lower-case
(#82) Variable "prevPtr" must be all lower-case
(#83) Variable "prevPtr" must be all lower-case
(#88) This comment is 58% valid code; is this commented out code?
(#89) Variable "stackPtr" must be all lower-case
(#93) Variable "stackPtr" must be all lower-case
(#97) Variable "stackPtr" must be all lower-case
(#104) Variable "phpcsFile" must be all lower-case
(#104) Variable "stackPtr" must be all lower-case
(#112) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseKeywordSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Opening brace should be on the same line as the declaration
(#119) Variable "phpcsFile" must be all lower-case
(#119) Variable "stackPtr" must be all lower-case
(#120) Opening brace should be on the same line as the declaration
(#121) Variable "phpcsFile" must be all lower-case
(#122) Variable "stackPtr" must be all lower-case
(#129) Variable "phpcsFile" must be all lower-case
(#129) Variable "stackPtr" must be all lower-case
(#137) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/NoSilencedErrorsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#33) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#50) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#70) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/SAPIUsageSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#64) Variable "prevToken" must be all lower-case
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Variable "prevToken" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/UpperCaseConstantSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Opening brace should be on the same line as the declaration
(#61) Variable "phpcsFile" must be all lower-case
(#64) Variable "prevPtr" must be all lower-case
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Variable "prevPtr" must be all lower-case
(#70) Variable "prevPtr" must be all lower-case
(#71) Variable "prevPtr" must be all lower-case
(#72) Variable "prevPtr" must be all lower-case
(#73) Variable "prevPtr" must be all lower-case
(#74) Variable "prevPtr" must be all lower-case
(#79) This comment is 58% valid code; is this commented out code?
(#80) Variable "stackPtr" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#95) Variable "stackPtr" must be all lower-case
(#103) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Strings/UnnecessaryStringConcatSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Member variable "supportedTokenizers" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#75) Opening brace should be on the same line as the declaration
(#77) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#89) Variable "phpcsFile" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#94) Variable "stringTokens" must be all lower-case
(#94) Variable "stringTokens" must be all lower-case
(#95) Variable "stringTokens" must be all lower-case
(#96) Variable "stringTokens" must be all lower-case
(#102) Variable "phpcsFile" must be all lower-case
(#103) Variable "prevChar" must be all lower-case
(#104) Variable "nextChar" must be all lower-case
(#105) Variable "prevChar" must be all lower-case
(#105) Variable "nextChar" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#115) Variable "phpcsFile" must be all lower-case
(#115) Variable "stackPtr" must be all lower-case
(#125) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/VersionControl/SubversionPropertiesSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#52) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#68) Opening brace should be on the same line as the declaration
(#69) Variable "phpcsFile" must be all lower-case
(#73) Variable "prevOpenTag" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#74) Variable "prevOpenTag" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#85) Variable "allProperties" must be all lower-case
(#86) Variable "allProperties" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#95) Variable "stackPtr" must be all lower-case
(#107) Variable "phpcsFile" must be all lower-case
(#107) Variable "stackPtr" must be all lower-case
(#120) Variable "phpcsFile" must be all lower-case
(#120) Variable "stackPtr" must be all lower-case
(#138) Protected method name "Generic_Sniffs_VersionControl_SubversionPropertiesSniff::getProperties" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#146) Variable "foundPath" must be all lower-case
(#149) Variable "foundPath" must be all lower-case
(#195) Variable "foundPath" must be all lower-case
(#206) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowSpaceIndentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#66) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#86) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowTabIndentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#51) Opening brace should be on the same line as the declaration
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#67) Opening brace should be on the same line as the declaration
(#68) Variable "phpcsFile" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#86) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#62) Member variable "ignoreIndentationTokens" must be all lower-case
(#69) Member variable "nonIndentingScopes" must be all lower-case
(#80) Member variable "_openTagIndent" must be all lower-case
(#89) Opening brace should be on the same line as the declaration
(#90) Variable "scopeOpeners" must be all lower-case
(#106) Variable "phpcsFile" must be all lower-case
(#106) Variable "stackPtr" must be all lower-case
(#107) Opening brace should be on the same line as the declaration
(#108) Variable "phpcsFile" must be all lower-case
(#111) Variable "stackPtr" must be all lower-case
(#112) Variable "stackPtr" must be all lower-case
(#114) Variable "stackPtr" must be all lower-case
(#122) Variable "stackPtr" must be all lower-case
(#126) Variable "stackPtr" must be all lower-case
(#127) Variable "phpcsFile" must be all lower-case
(#128) Variable "emptyTokens" must be all lower-case
(#129) Variable "stackPtr" must be all lower-case
(#141) Variable "firstToken" must be all lower-case
(#141) Variable "stackPtr" must be all lower-case
(#142) Variable "stackPtr" must be all lower-case
(#144) Variable "emptyTokens" must be all lower-case
(#145) Variable "firstToken" must be all lower-case
(#156) Variable "expectedIndent" must be all lower-case
(#156) Variable "firstToken" must be all lower-case
(#162) Variable "firstToken" must be all lower-case
(#163) Variable "firstToken" must be all lower-case
(#163) Variable "expectedIndent" must be all lower-case
(#170) Variable "stackPtr" must be all lower-case
(#174) Variable "firstToken" must be all lower-case
(#174) Variable "expectedIndent" must be all lower-case
(#177) Variable "expectedIndent" must be all lower-case
(#178) Variable "firstToken" must be all lower-case
(#180) Variable "phpcsFile" must be all lower-case
(#180) Variable "stackPtr" must be all lower-case
(#184) Variable "scopeOpener" must be all lower-case
(#184) Variable "stackPtr" must be all lower-case
(#185) Variable "scopeCloser" must be all lower-case
(#185) Variable "stackPtr" must be all lower-case
(#188) Variable "firstToken" must be all lower-case
(#189) Variable "expectedIndent" must be all lower-case
(#191) Variable "expectedIndent" must be all lower-case
(#195) Variable "commentOpen" must be all lower-case
(#196) Variable "inHereDoc" must be all lower-case
(#200) Variable "scopeOpener" must be all lower-case
(#200) Variable "scopeCloser" must be all lower-case
(#204) Variable "scopeOpeners" must be all lower-case
(#212) Variable "nextToken" must be all lower-case
(#212) Variable "phpcsFile" must be all lower-case
(#212) Variable "emptyTokens" must be all lower-case
(#213) Variable "nextToken" must be all lower-case
(#214) Variable "nextToken" must be all lower-case
(#221) Variable "nextToken" must be all lower-case
(#221) Variable "phpcsFile" must be all lower-case
(#221) Variable "scopeCloser" must be all lower-case
(#222) Variable "nextToken" must be all lower-case
(#223) Variable "nextToken" must be all lower-case
(#236) Variable "inHereDoc" must be all lower-case
(#238) Variable "inHereDoc" must be all lower-case
(#242) Variable "inHereDoc" must be all lower-case
(#258) Variable "firstToken" must be all lower-case
(#260) Variable "firstToken" must be all lower-case
(#263) Variable "firstToken" must be all lower-case
(#264) Variable "firstToken" must be all lower-case
(#270) Variable "firstToken" must be all lower-case
(#271) Variable "trimmedContentLength" must be all lower-case
(#272) Variable "firstToken" must be all lower-case
(#273) Variable "trimmedContentLength" must be all lower-case
(#277) Variable "contentLength" must be all lower-case
(#277) Variable "firstToken" must be all lower-case
(#278) Variable "contentLength" must be all lower-case
(#278) Variable "trimmedContentLength" must be all lower-case
(#284) Variable "firstToken" must be all lower-case
(#284) Variable "stringTokens" must be all lower-case
(#285) Variable "firstToken" must be all lower-case
(#285) Variable "stringTokens" must be all lower-case
(#295) Variable "firstToken" must be all lower-case
(#295) Variable "commentTokens" must be all lower-case
(#296) Variable "firstToken" must be all lower-case
(#305) Variable "commentOpen" must be all lower-case
(#307) Variable "commentOpen" must be all lower-case
(#314) Variable "contentLength" must be all lower-case
(#314) Variable "firstToken" must be all lower-case
(#315) Variable "trimmedContentLength" must be all lower-case
(#316) Variable "firstToken" must be all lower-case
(#318) Variable "contentLength" must be all lower-case
(#318) Variable "trimmedContentLength" must be all lower-case
(#320) Variable "commentOpen" must be all lower-case
(#350) Variable "phpcsFile" must be all lower-case
(#350) Variable "firstToken" must be all lower-case
(#370) Protected method name "Generic_Sniffs_WhiteSpace_ScopeIndentSniff::calculateExpectedIndent" must be in lower-case letters only
(#370) Variable "stackPtr" must be all lower-case
(#371) Opening brace should be on the same line as the declaration
(#372) Variable "conditionStack" must be all lower-case
(#374) Variable "inParenthesis" must be all lower-case
(#375) Variable "stackPtr" must be all lower-case
(#376) Variable "stackPtr" must be all lower-case
(#378) Variable "inParenthesis" must be all lower-case
(#382) Variable "stackPtr" must be all lower-case
(#383) Variable "inParenthesis" must be all lower-case
(#388) Variable "stackPtr" must be all lower-case
(#396) Variable "tokenConditions" must be all lower-case
(#396) Variable "stackPtr" must be all lower-case
(#397) Variable "tokenConditions" must be all lower-case
(#404) Variable "inParenthesis" must be all lower-case
(#410) Variable "lastContent" must be all lower-case
(#418) Variable "emptyTokens" must be all lower-case
(#419) Variable "lastContent" must be all lower-case
(#423) Variable "lastContent" must be all lower-case
(#439) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Generic_Tests_Classes_DuplicateClassNameUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#58) Public method name "Generic_Tests_Classes_DuplicateClassNameUnitTest::getWarningList" must be in lower-case letters only
(#58) Variable "testFile" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "testFile" must be all lower-case
(#61) Line indented incorrectly; expected 12 spaces, found 8
(#67) Line indented incorrectly; expected 12 spaces, found 8
(#73) Line indented incorrectly; expected 12 spaces, found 8
(#79) Line indented incorrectly; expected 12 spaces, found 8
(#84) Line indented incorrectly; expected 12 spaces, found 8
(#94) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Public method name "Generic_Tests_CodeAnalysis_EmptyStatementUnitTest::getErrorList" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#69) Public method name "Generic_Tests_CodeAnalysis_EmptyStatementUnitTest::getWarningList" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Public method name "Generic_Tests_CodeAnalysis_ForLoopShouldBeWhileLoopUnitTest::getErrorList" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#57) Public method name "Generic_Tests_CodeAnalysis_ForLoopShouldBeWhileLoopUnitTest::getWarningList" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Public method name "Generic_Tests_CodeAnalysis_ForLoopWithTestFunctionCallUnitTest::getErrorList" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#57) Public method name "Generic_Tests_CodeAnalysis_ForLoopWithTestFunctionCallUnitTest::getWarningList" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Public method name "Generic_Tests_CodeAnalysis_JumbledIncrementerUnitTest::getErrorList" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#57) Public method name "Generic_Tests_CodeAnalysis_JumbledIncrementerUnitTest::getWarningList" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Public method name "Generic_Tests_CodeAnalysis_UnconditionalIfStatementUnitTest::getErrorList" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#57) Public method name "Generic_Tests_CodeAnalysis_UnconditionalIfStatementUnitTest::getWarningList" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Public method name "Generic_Tests_CodeAnalysis_UnnecessaryFinalModifierUnitTest::getErrorList" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#57) Public method name "Generic_Tests_CodeAnalysis_UnnecessaryFinalModifierUnitTest::getWarningList" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Public method name "Generic_Tests_CodeAnalysis_UnusedFunctionParameterUnitTest::getErrorList" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#57) Public method name "Generic_Tests_CodeAnalysis_UnusedFunctionParameterUnitTest::getWarningList" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Public method name "Generic_Tests_CodeAnalysis_UselessOverridingMethodUnitTest::getErrorList" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#57) Public method name "Generic_Tests_CodeAnalysis_UselessOverridingMethodUnitTest::getWarningList" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#33) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Public method name "Generic_Tests_Commenting_FixmeUnitTest::getErrorList" must be in lower-case letters only
(#47) Variable "testFile" must be all lower-case
(#48) Opening brace should be on the same line as the declaration
(#49) Variable "testFile" must be all lower-case
(#50) Line indented incorrectly; expected 12 spaces, found 8
(#61) Line indented incorrectly; expected 12 spaces, found 8
(#72) Line indented incorrectly; expected 12 spaces, found 8
(#90) Public method name "Generic_Tests_Commenting_FixmeUnitTest::getWarningList" must be in lower-case letters only
(#90) Variable "testFile" must be all lower-case
(#91) Opening brace should be on the same line as the declaration
(#99) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Generic_Tests_Commenting_TodoUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#62) Public method name "Generic_Tests_Commenting_TodoUnitTest::getWarningList" must be in lower-case letters only
(#62) Variable "testFile" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#64) Variable "testFile" must be all lower-case
(#65) Line indented incorrectly; expected 12 spaces, found 8
(#76) Line indented incorrectly; expected 12 spaces, found 8
(#87) Line indented incorrectly; expected 12 spaces, found 8
(#97) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Generic_Tests_ControlStructures_InlineControlStructureUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#59) Line indented incorrectly; expected 12 spaces, found 8
(#68) Line indented incorrectly; expected 12 spaces, found 8
(#84) Public method name "Generic_Tests_ControlStructures_InlineControlStructureUnitTest::getWarningList" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#93) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Generic_Tests_Files_ByteOrderMarkUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#58) Public method name "Generic_Tests_Files_ByteOrderMarkUnitTest::getWarningList" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#67) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Files_EndFileNewlineUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#46) Line indented incorrectly; expected 12 spaces, found 8
(#47) Line indented incorrectly; expected 12 spaces, found 8
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#53) Line indented incorrectly; expected 12 spaces, found 8
(#71) Public method name "Generic_Tests_Files_EndFileNewlineUnitTest::getWarningList" must be in lower-case letters only
(#71) Variable "testFile" must be all lower-case
(#72) Opening brace should be on the same line as the declaration
(#80) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Files_EndFileNoNewlineUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#46) Line indented incorrectly; expected 12 spaces, found 8
(#47) Line indented incorrectly; expected 12 spaces, found 8
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#49) Line indented incorrectly; expected 12 spaces, found 8
(#54) Line indented incorrectly; expected 12 spaces, found 8
(#55) Line indented incorrectly; expected 12 spaces, found 8
(#60) Line indented incorrectly; expected 12 spaces, found 8
(#78) Public method name "Generic_Tests_Files_EndFileNoNewlineUnitTest::getWarningList" must be in lower-case letters only
(#78) Variable "testFile" must be all lower-case
(#79) Opening brace should be on the same line as the declaration
(#87) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Files_InlineHTMLUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#46) Line indented incorrectly; expected 12 spaces, found 8
(#51) Line indented incorrectly; expected 12 spaces, found 8
(#56) Line indented incorrectly; expected 12 spaces, found 8
(#74) Public method name "Generic_Tests_Files_InlineHTMLUnitTest::getWarningList" must be in lower-case letters only
(#74) Variable "testFile" must be all lower-case
(#75) Opening brace should be on the same line as the declaration
(#83) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Files_LineEndingsUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#60) Public method name "Generic_Tests_Files_LineEndingsUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Files_LineLengthUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#62) Public method name "Generic_Tests_Files_LineLengthUnitTest::getWarningList" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#78) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Generic_Tests_Files_LowercasedFilenameUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#56) Public method name "Generic_Tests_Files_LowercasedFilenameUnitTest::getWarningList" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#65) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Generic_Tests_Files_OneClassPerFileUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#59) Public method name "Generic_Tests_Files_OneClassPerFileUnitTest::getWarningList" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Generic_Tests_Files_OneInterfacePerFileUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#59) Public method name "Generic_Tests_Files_OneInterfacePerFileUnitTest::getWarningList" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Formatting_DisallowMultipleStatementsUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#63) Public method name "Generic_Tests_Formatting_DisallowMultipleStatementsUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Formatting_MultipleStatementAlignmentUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#60) Public method name "Generic_Tests_Formatting_MultipleStatementAlignmentUnitTest::getWarningList" must be in lower-case letters only
(#60) Variable "testFile" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "testFile" must be all lower-case
(#63) Line indented incorrectly; expected 12 spaces, found 8
(#97) Line indented incorrectly; expected at least 12 spaces, found 8
(#98) Line indented incorrectly; expected 12 spaces, found 8
(#124) Line indented incorrectly; expected 12 spaces, found 8
(#134) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Formatting_NoSpaceAfterCastUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#81) Public method name "Generic_Tests_Formatting_NoSpaceAfterCastUnitTest::getWarningList" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#90) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Formatting_SpaceAfterCastUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#81) Public method name "Generic_Tests_Formatting_SpaceAfterCastUnitTest::getWarningList" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#90) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Functions_CallTimePassByReferenceUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#64) Public method name "Generic_Tests_Functions_CallTimePassByReferenceUnitTest::getWarningList" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#73) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Functions_FunctionCallArgumentSpacingUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#72) Public method name "Generic_Tests_Functions_FunctionCallArgumentSpacingUnitTest::getWarningList" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Functions_OpeningFunctionBraceBsdAllmanUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#78) Public method name "Generic_Tests_Functions_OpeningFunctionBraceBsdAllmanUnitTest::getWarningList" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#87) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Functions_OpeningFunctionBraceKernighanRitchieUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#72) Public method name "Generic_Tests_Functions_OpeningFunctionBraceKernighanRitchieUnitTest::getWarningList" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Metrics_CyclomaticComplexityUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#60) Public method name "Generic_Tests_Metrics_CyclomaticComplexityUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Metrics_NestingLevelUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#60) Public method name "Generic_Tests_Metrics_NestingLevelUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Generic_Tests_NamingConventions_CamelCapsFunctionNameUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#97) Public method name "Generic_Tests_NamingConventions_CamelCapsFunctionNameUnitTest::getWarningList" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#106) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Generic_Tests_NamingConventions_ConstructorNameUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#61) Public method name "Generic_Tests_NamingConventions_ConstructorNameUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_NamingConventions_UpperCaseConstantNameUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#62) Public method name "Generic_Tests_NamingConventions_UpperCaseConstantNameUnitTest::getWarningList" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#71) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Generic_Tests_PHP_CharacterBeforePHPOpeningTagUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#59) Public method name "Generic_Tests_PHP_CharacterBeforePHPOpeningTagUnitTest::getWarningList" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Generic_Tests_PHP_ClosingPHPTagUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#58) Public method name "Generic_Tests_PHP_ClosingPHPTagUnitTest::getWarningList" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#67) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_PHP_DisallowShortOpenTagUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#72) Public method name "Generic_Tests_PHP_DisallowShortOpenTagUnitTest::getWarningList" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_PHP_ForbiddenFunctionsUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#69) Public method name "Generic_Tests_PHP_ForbiddenFunctionsUnitTest::getWarningList" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#78) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Generic_Tests_PHP_LowerCaseConstantUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#65) Line indented incorrectly; expected at least 12 spaces, found 8
(#66) Line indented incorrectly; expected 12 spaces, found 8
(#78) Line indented incorrectly; expected 12 spaces, found 8
(#94) Public method name "Generic_Tests_PHP_LowerCaseConstantUnitTest::getWarningList" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#103) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Generic_Tests_PHP_LowerCaseKeywordUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#63) Public method name "Generic_Tests_PHP_LowerCaseKeywordUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Generic_Tests_PHP_NoSilencedErrorsUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#56) Public method name "Generic_Tests_PHP_NoSilencedErrorsUnitTest::getWarningList" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#67) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Generic_Tests_PHP_SAPIUsageUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#58) Public method name "Generic_Tests_PHP_SAPIUsageUnitTest::getWarningList" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#67) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_PHP_UpperCaseConstantUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#73) Public method name "Generic_Tests_PHP_UpperCaseConstantUnitTest::getWarningList" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#82) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_Strings_UnnecessaryStringConcatUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#46) Line indented incorrectly; expected 12 spaces, found 8
(#54) Line indented incorrectly; expected 12 spaces, found 8
(#61) Line indented incorrectly; expected 12 spaces, found 8
(#77) Public method name "Generic_Tests_Strings_UnnecessaryStringConcatUnitTest::getWarningList" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#86) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_WhiteSpace_DisallowSpaceIndentUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#46) Line indented incorrectly; expected 12 spaces, found 8
(#57) Line indented incorrectly; expected 12 spaces, found 8
(#63) Line indented incorrectly; expected 12 spaces, found 8
(#68) Line indented incorrectly; expected 12 spaces, found 8
(#84) Public method name "Generic_Tests_WhiteSpace_DisallowSpaceIndentUnitTest::getWarningList" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#93) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Generic_Tests_WhiteSpace_DisallowTabIndentUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#55) Line indented incorrectly; expected 12 spaces, found 8
(#61) Line indented incorrectly; expected 12 spaces, found 8
(#66) Line indented incorrectly; expected 12 spaces, found 8
(#82) Public method name "Generic_Tests_WhiteSpace_DisallowTabIndentUnitTest::getWarningList" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#91) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Generic_Tests_WhiteSpace_ScopeIndentUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#86) Public method name "Generic_Tests_WhiteSpace_ScopeIndentUnitTest::getWarningList" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#95) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/IncorrectPatternException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#35) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/CSS/BrowserSpecificStylesSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#47) Member variable "specificStylesheets" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#78) Opening brace should be on the same line as the declaration
(#80) Variable "phpcsFile" must be all lower-case
(#81) Variable "breakChar" must be all lower-case
(#82) Variable "breakChar" must be all lower-case
(#83) Variable "breakChar" must be all lower-case
(#89) Variable "phpcsFile" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#94) Variable "phpcsFile" must be all lower-case
(#94) Variable "stackPtr" must be all lower-case
(#102) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/ChannelExceptionSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "fileName" must be all lower-case
(#53) Variable "phpcsFile" must be all lower-case
(#55) Variable "fileName" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#63) Variable "exceptionName" must be all lower-case
(#65) Variable "exceptionName" must be all lower-case
(#66) Variable "exceptionName" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#76) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/DisallowSelfActionsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#62) Variable "classNameToken" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#63) Variable "className" must be all lower-case
(#63) Variable "classNameToken" must be all lower-case
(#64) Variable "className" must be all lower-case
(#68) Variable "foundFunctions" must be all lower-case
(#69) Variable "foundCalls" must be all lower-case
(#72) Variable "classEnd" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#73) Variable "classNameToken" must be all lower-case
(#73) Variable "classEnd" must be all lower-case
(#77) Variable "funcName" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#78) Variable "funcScope" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "scopeModifiers" must be all lower-case
(#80) Variable "foundFunctions" must be all lower-case
(#80) Variable "funcName" must be all lower-case
(#80) Variable "funcScope" must be all lower-case
(#86) Variable "prevToken" must be all lower-case
(#86) Variable "phpcsFile" must be all lower-case
(#87) Variable "prevToken" must be all lower-case
(#88) Variable "prevToken" must be all lower-case
(#93) Variable "funcNameToken" must be all lower-case
(#93) Variable "phpcsFile" must be all lower-case
(#94) Variable "funcNameToken" must be all lower-case
(#99) Variable "funcName" must be all lower-case
(#99) Variable "funcNameToken" must be all lower-case
(#104) Variable "funcName" must be all lower-case
(#108) Variable "foundCalls" must be all lower-case
(#109) Variable "funcName" must be all lower-case
(#110) Variable "prevToken" must be all lower-case
(#114) Variable "errorClassName" must be all lower-case
(#114) Variable "className" must be all lower-case
(#116) Variable "foundCalls" must be all lower-case
(#116) Variable "funcData" must be all lower-case
(#117) Variable "foundFunctions" must be all lower-case
(#117) Variable "funcData" must be all lower-case
(#121) Variable "foundFunctions" must be all lower-case
(#121) Variable "funcData" must be all lower-case
(#122) Variable "funcData" must be all lower-case
(#125) Variable "errorClassName" must be all lower-case
(#126) Variable "funcName" must be all lower-case
(#128) Variable "phpcsFile" must be all lower-case
(#128) Variable "funcData" must be all lower-case
(#137) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeOwnSystemSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "fileName" must be all lower-case
(#53) Variable "phpcsFile" must be all lower-case
(#55) Variable "fileName" must be all lower-case
(#60) Variable "ownClass" must be all lower-case
(#61) Variable "phpcsFile" must be all lower-case
(#63) Variable "typeName" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#64) Variable "typeName" must be all lower-case
(#64) Variable "typeName" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Line indented incorrectly; expected 12 spaces, found 8
(#67) Line indented incorrectly; expected at least 16 spaces, found 12
(#67) Variable "typeName" must be all lower-case
(#69) Line indented incorrectly; expected 12 spaces, found 8
(#70) Line indented incorrectly; expected at least 16 spaces, found 12
(#70) Variable "typeName" must be all lower-case
(#72) Line indented incorrectly; expected 12 spaces, found 8
(#73) Line indented incorrectly; expected at least 16 spaces, found 12
(#73) Variable "typeName" must be all lower-case
(#75) Line indented incorrectly; expected 12 spaces, found 8
(#79) Variable "ownClass" must be all lower-case
(#81) Variable "ownClass" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#98) Protected method name "MySource_Sniffs_Channels_IncludeOwnSystemSniff::getIncludedClassFromToken" must be in lower-case letters only
(#99) Variable "phpcsFile" must be all lower-case
(#101) Variable "stackPtr" must be all lower-case
(#103) Whitespace found at end of line
(#103) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#112) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeSystemSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#63) Opening brace should be on the same line as the declaration
(#78) Protected method name "MySource_Sniffs_Channels_IncludeSystemSniff::processTokenWithinScope" must be in lower-case letters only
(#79) Variable "phpcsFile" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#81) Variable "currScope" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#87) Variable "classNameToken" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#96) Variable "classNameToken" must be all lower-case
(#100) Variable "className" must be all lower-case
(#100) Variable "classNameToken" must be all lower-case
(#101) Variable "className" must be all lower-case
(#105) Variable "includedClasses" must be all lower-case
(#107) Variable "fileName" must be all lower-case
(#107) Variable "phpcsFile" must be all lower-case
(#109) Variable "fileName" must be all lower-case
(#112) Variable "includedClasses" must be all lower-case
(#115) Variable "phpcsFile" must be all lower-case
(#115) Variable "stackPtr" must be all lower-case
(#116) Variable "phpcsFile" must be all lower-case
(#118) Variable "implementsClass" must be all lower-case
(#118) Variable "phpcsFile" must be all lower-case
(#119) Variable "implementsClassName" must be all lower-case
(#119) Variable "implementsClass" must be all lower-case
(#120) Variable "implementsClassName" must be all lower-case
(#121) Variable "includedClasses" must be all lower-case
(#121) Variable "implementsClassName" must be all lower-case
(#129) Variable "currScope" must be all lower-case
(#129) Variable "stackPtr" must be all lower-case
(#130) Variable "phpcsFile" must be all lower-case
(#132) Variable "includedClasses" must be all lower-case
(#135) Variable "typeName" must be all lower-case
(#135) Variable "phpcsFile" must be all lower-case
(#136) Variable "typeName" must be all lower-case
(#136) Variable "typeName" must be all lower-case
(#137) Variable "includedClasses" must be all lower-case
(#137) Variable "typeName" must be all lower-case
(#144) Variable "condPtr" must be all lower-case
(#144) Variable "currScope" must be all lower-case
(#145) Variable "phpcsFile" must be all lower-case
(#145) Variable "stackPtr" must be all lower-case
(#146) Variable "stackPtr" must be all lower-case
(#146) Variable "condPtr" must be all lower-case
(#146) Variable "condType" must be all lower-case
(#147) Variable "condType" must be all lower-case
(#153) Variable "condPtr" must be all lower-case
(#160) Variable "phpcsFile" must be all lower-case
(#162) Variable "includedClasses" must be all lower-case
(#168) Variable "setupFunction" must be all lower-case
(#169) Variable "phpcsFile" must be all lower-case
(#169) Variable "stackPtr" must be all lower-case
(#170) Variable "stackPtr" must be all lower-case
(#170) Variable "condPtr" must be all lower-case
(#170) Variable "condType" must be all lower-case
(#171) Variable "condType" must be all lower-case
(#173) Variable "phpcsFile" must be all lower-case
(#173) Variable "condPtr" must be all lower-case
(#177) Variable "condPtr" must be all lower-case
(#178) Variable "phpcsFile" must be all lower-case
(#178) Variable "condPtr" must be all lower-case
(#180) Variable "phpcsFile" must be all lower-case
(#182) Variable "setupFunction" must be all lower-case
(#186) Variable "phpcsFile" must be all lower-case
(#193) Variable "setupFunction" must be all lower-case
(#194) Variable "setupFunction" must be all lower-case
(#195) Variable "setupFunction" must be all lower-case
(#197) Variable "phpcsFile" must be all lower-case
(#199) Variable "includedClasses" must be all lower-case
(#204) Variable "className" must be all lower-case
(#204) Variable "includedClasses" must be all lower-case
(#205) Line exceeds 132 characters; contains 163 characters
(#206) Variable "className" must be all lower-case
(#207) Variable "phpcsFile" must be all lower-case
(#207) Variable "stackPtr" must be all lower-case
(#222) Protected method name "MySource_Sniffs_Channels_IncludeSystemSniff::processTokenOutsideScope" must be in lower-case letters only
(#222) Variable "phpcsFile" must be all lower-case
(#222) Variable "stackPtr" must be all lower-case
(#223) Opening brace should be on the same line as the declaration
(#224) Variable "phpcsFile" must be all lower-case
(#226) Variable "stackPtr" must be all lower-case
(#228) Variable "classNameToken" must be all lower-case
(#228) Variable "phpcsFile" must be all lower-case
(#228) Variable "stackPtr" must be all lower-case
(#229) Variable "className" must be all lower-case
(#229) Variable "classNameToken" must be all lower-case
(#234) Variable "classNameToken" must be all lower-case
(#234) Variable "phpcsFile" must be all lower-case
(#234) Variable "stackPtr" must be all lower-case
(#235) Variable "classNameToken" must be all lower-case
(#239) Variable "className" must be all lower-case
(#239) Variable "classNameToken" must be all lower-case
(#243) Variable "className" must be all lower-case
(#247) Variable "includedClasses" must be all lower-case
(#249) Variable "fileName" must be all lower-case
(#249) Variable "phpcsFile" must be all lower-case
(#251) Variable "fileName" must be all lower-case
(#255) Variable "includedClasses" must be all lower-case
(#260) Variable "stackPtr" must be all lower-case
(#264) Variable "ignoreTokens" must be all lower-case
(#270) Variable "ignoreTokens" must be all lower-case
(#277) Variable "phpcsFile" must be all lower-case
(#279) Variable "includedClasses" must be all lower-case
(#282) Variable "typeName" must be all lower-case
(#282) Variable "phpcsFile" must be all lower-case
(#283) Variable "typeName" must be all lower-case
(#283) Variable "typeName" must be all lower-case
(#284) Variable "includedClasses" must be all lower-case
(#284) Variable "typeName" must be all lower-case
(#288) Variable "className" must be all lower-case
(#288) Variable "includedClasses" must be all lower-case
(#289) Variable "stackPtr" must be all lower-case
(#290) Line exceeds 132 characters; contains 157 characters
(#291) Variable "className" must be all lower-case
(#292) Variable "phpcsFile" must be all lower-case
(#292) Variable "stackPtr" must be all lower-case
(#294) Line exceeds 132 characters; contains 167 characters
(#295) Variable "className" must be all lower-case
(#296) Variable "phpcsFile" must be all lower-case
(#296) Variable "stackPtr" must be all lower-case
(#313) Protected method name "MySource_Sniffs_Channels_IncludeSystemSniff::getIncludedClassFromToken" must be in lower-case letters only
(#314) Variable "phpcsFile" must be all lower-case
(#316) Variable "stackPtr" must be all lower-case
(#318) Variable "stackPtr" must be all lower-case
(#319) Variable "systemName" must be all lower-case
(#319) Variable "phpcsFile" must be all lower-case
(#319) Variable "stackPtr" must be all lower-case
(#320) Variable "systemName" must be all lower-case
(#320) Variable "systemName" must be all lower-case
(#321) Variable "systemName" must be all lower-case
(#322) Variable "stackPtr" must be all lower-case
(#323) Variable "typeName" must be all lower-case
(#323) Variable "phpcsFile" must be all lower-case
(#323) Variable "stackPtr" must be all lower-case
(#324) Variable "typeName" must be all lower-case
(#324) Variable "typeName" must be all lower-case
(#325) Variable "typeName" must be all lower-case
(#326) Variable "stackPtr" must be all lower-case
(#326) Variable "includeTokens" must be all lower-case
(#327) Variable "filePath" must be all lower-case
(#327) Variable "phpcsFile" must be all lower-case
(#327) Variable "stackPtr" must be all lower-case
(#328) Variable "filePath" must be all lower-case
(#328) Variable "filePath" must be all lower-case
(#329) Variable "filePath" must be all lower-case
(#329) Variable "filePath" must be all lower-case
(#330) Variable "filePath" must be all lower-case
(#330) Variable "filePath" must be all lower-case
(#331) Variable "filePath" must be all lower-case
(#341) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/UnusedSystemSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#56) Variable "methodName" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#57) Variable "methodName" must be all lower-case
(#58) Variable "systemName" must be all lower-case
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Variable "systemName" must be all lower-case
(#59) Variable "systemName" must be all lower-case
(#65) Variable "systemName" must be all lower-case
(#65) Variable "systemName" must be all lower-case
(#70) Variable "methodName" must be all lower-case
(#71) Variable "systemName" must be all lower-case
(#72) Variable "methodName" must be all lower-case
(#73) Variable "systemName" must be all lower-case
(#76) Variable "systemName" must be all lower-case
(#76) Variable "systemName" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#80) Variable "phpcsFile" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#103) Variable "validTokens" must be all lower-case
(#109) Variable "validTokens" must be all lower-case
(#114) Line indented incorrectly; expected 16 spaces, found 12
(#115) Line indented incorrectly; expected at least 20 spaces, found 16
(#115) Variable "usedName" must be all lower-case
(#116) Line indented incorrectly; expected 20 spaces, found 16
(#116) Variable "usedName" must be all lower-case
(#116) Variable "systemName" must be all lower-case
(#117) Line indented incorrectly; expected at least 24 spaces, found 20
(#118) Line indented incorrectly; expected at least 24 spaces, found 20
(#119) Line indented incorrectly; expected 20 spaces, found 16
(#122) Line indented incorrectly; expected 16 spaces, found 12
(#123) Line indented incorrectly; expected at least 20 spaces, found 16
(#123) Variable "classNameToken" must be all lower-case
(#123) Variable "phpcsFile" must be all lower-case
(#124) Line indented incorrectly; expected at least 20 spaces, found 16
(#124) Variable "className" must be all lower-case
(#124) Variable "classNameToken" must be all lower-case
(#125) Line indented incorrectly; expected 20 spaces, found 16
(#125) Variable "className" must be all lower-case
(#125) Variable "systemName" must be all lower-case
(#126) Line indented incorrectly; expected at least 24 spaces, found 20
(#127) Line indented incorrectly; expected at least 24 spaces, found 20
(#128) Line indented incorrectly; expected 20 spaces, found 16
(#131) Line indented incorrectly; expected 16 spaces, found 12
(#132) Line indented incorrectly; expected at least 20 spaces, found 16
(#132) Variable "endImplements" must be all lower-case
(#132) Variable "phpcsFile" must be all lower-case
(#133) Line indented incorrectly; expected 20 spaces, found 16
(#133) Variable "endImplements" must be all lower-case
(#134) Line indented incorrectly; expected 24 spaces, found 20
(#135) Line indented incorrectly; expected at least 28 spaces, found 24
(#135) Variable "className" must be all lower-case
(#136) Line indented incorrectly; expected 28 spaces, found 24
(#136) Variable "className" must be all lower-case
(#136) Variable "systemName" must be all lower-case
(#137) Line indented incorrectly; expected at least 32 spaces, found 28
(#138) Line indented incorrectly; expected at least 32 spaces, found 28
(#139) Line indented incorrectly; expected 28 spaces, found 24
(#140) Line indented incorrectly; expected 24 spaces, found 20
(#141) Line indented incorrectly; expected 20 spaces, found 16
(#149) Variable "systemName" must be all lower-case
(#150) Variable "phpcsFile" must be all lower-case
(#150) Variable "stackPtr" must be all lower-case
(#157) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Commenting/FunctionCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#46) Protected method name "MySource_Sniffs_Commenting_FunctionCommentSniff::processUnknownTags" must be in lower-case letters only
(#46) Variable "commentStart" must be all lower-case
(#46) Variable "commentEnd" must be all lower-case
(#47) Opening brace should be on the same line as the declaration
(#48) Variable "unknownTags" must be all lower-case
(#50) Variable "hasApiTag" must be all lower-case
(#51) Variable "apiLength" must be all lower-case
(#52) Variable "unknownTags" must be all lower-case
(#52) Variable "errorTag" must be all lower-case
(#53) Variable "errorTag" must be all lower-case
(#54) Variable "errorTag" must be all lower-case
(#55) Variable "hasApiTag" must be all lower-case
(#59) Variable "commentStart" must be all lower-case
(#59) Variable "errorTag" must be all lower-case
(#62) Variable "hasApiTag" must be all lower-case
(#73) Variable "commentStart" must be all lower-case
(#73) Variable "errorTag" must be all lower-case
(#75) Variable "errorTag" must be all lower-case
(#76) Variable "hasApiTag" must be all lower-case
(#78) Variable "tagLength" must be all lower-case
(#78) Variable "errorTag" must be all lower-case
(#79) Variable "tagLength" must be all lower-case
(#79) Variable "apiLength" must be all lower-case
(#80) Variable "apiLength" must be all lower-case
(#80) Variable "tagLength" must be all lower-case
(#88) Variable "errorTag" must be all lower-case
(#89) Variable "commentStart" must be all lower-case
(#89) Variable "errorTag" must be all lower-case
(#94) Variable "hasApiTag" must be all lower-case
(#97) Variable "lastTag" must be all lower-case
(#98) Variable "lastTag" must be all lower-case
(#99) Variable "lastTag" must be all lower-case
(#102) Variable "commentEnd" must be all lower-case
(#106) Variable "unknownTags" must be all lower-case
(#106) Variable "errorTag" must be all lower-case
(#107) Variable "errorTag" must be all lower-case
(#108) Variable "errorTag" must be all lower-case
(#110) Variable "apiLength" must be all lower-case
(#110) Variable "errorTag" must be all lower-case
(#111) Variable "errorTag" must be all lower-case
(#115) Variable "errorTag" must be all lower-case
(#119) Variable "commentStart" must be all lower-case
(#119) Variable "errorTag" must be all lower-case
(#130) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Debug/DebugCodeSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#55) Variable "className" must be all lower-case
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Variable "className" must be all lower-case
(#57) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Debug/FirebugConsoleSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Member variable "supportedTokenizers" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#68) Line exceeds 132 characters; contains 133 characters
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#77) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Objects/AssignThisSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Member variable "supportedTokenizers" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#86) Variable "phpcsFile" must be all lower-case
(#94) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Objects/CreateWidgetTypeCallbackSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Member variable "supportedTokenizers" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#62) Variable "className" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#63) Variable "className" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#70) Variable "phpcsFile" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#84) Variable "phpcsFile" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#99) Variable "foundCallback" must be all lower-case
(#100) Variable "passedCallback" must be all lower-case
(#101) Variable "nestedFunction" must be all lower-case
(#104) Variable "nestedFunction" must be all lower-case
(#105) Variable "nestedFunction" must be all lower-case
(#106) Variable "nestedFunction" must be all lower-case
(#112) Variable "nestedFunction" must be all lower-case
(#116) Variable "nestedFunction" must be all lower-case
(#120) Variable "phpcsFile" must be all lower-case
(#153) Variable "endBracket" must be all lower-case
(#156) Variable "phpcsFile" must be all lower-case
(#157) Variable "emptyTokens" must be all lower-case
(#168) Variable "passedCallback" must be all lower-case
(#171) Variable "foundCallback" must be all lower-case
(#173) Variable "passedCallback" must be all lower-case
(#175) Variable "phpcsFile" must be all lower-case
(#180) Variable "phpcsFile" must be all lower-case
(#185) Variable "passedCallback" must be all lower-case
(#186) Variable "endBracket" must be all lower-case
(#189) Variable "endBracket" must be all lower-case
(#191) Variable "emptyTokens" must be all lower-case
(#203) Variable "endBracket" must be all lower-case
(#213) Line exceeds 132 characters; contains 155 characters
(#214) Variable "phpcsFile" must be all lower-case
(#218) Variable "foundCallback" must be all lower-case
(#220) Variable "phpcsFile" must be all lower-case
(#228) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Objects/DisallowNewWidgetSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#55) Variable "className" must be all lower-case
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Variable "className" must be all lower-case
(#60) Variable "className" must be all lower-case
(#61) Variable "widgetType" must be all lower-case
(#61) Variable "className" must be all lower-case
(#63) Variable "widgetType" must be all lower-case
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP/AjaxNullComparisonSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#39) Opening brace should be on the same line as the declaration
(#54) Variable "phpcsFile" must be all lower-case
(#54) Variable "stackPtr" must be all lower-case
(#55) Opening brace should be on the same line as the declaration
(#56) Variable "phpcsFile" must be all lower-case
(#59) Variable "commentEnd" must be all lower-case
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Variable "commentStart" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "commentEnd" must be all lower-case
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "commentStart" must be all lower-case
(#61) Variable "commentEnd" must be all lower-case
(#61) Variable "commentStart" must be all lower-case
(#65) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#69) Variable "foundVars" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#74) Variable "foundVars" must be all lower-case
(#78) Variable "foundVars" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#86) Variable "foundVars" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#98) Variable "nullValue" must be all lower-case
(#98) Variable "phpcsFile" must be all lower-case
(#99) Variable "nullValue" must be all lower-case
(#104) Variable "phpcsFile" must be all lower-case
(#104) Variable "nullValue" must be all lower-case
(#106) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#113) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP/EvalObjectFactorySniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#60) Variable "openBracket" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Variable "closeBracket" must be all lower-case
(#61) Variable "openBracket" must be all lower-case
(#66) Variable "openBracket" must be all lower-case
(#66) Variable "closeBracket" must be all lower-case
(#67) Variable "stringTokens" must be all lower-case
(#79) Variable "varPtr" must be all lower-case
(#79) Variable "varName" must be all lower-case
(#80) Variable "phpcsFile" must be all lower-case
(#80) Variable "varPtr" must be all lower-case
(#83) Variable "prevContent" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#84) Variable "prevContent" must be all lower-case
(#85) Variable "varPtr" must be all lower-case
(#85) Variable "prevContent" must be all lower-case
(#89) Variable "varName" must be all lower-case
(#91) Variable "varPtr" must be all lower-case
(#91) Variable "prevContent" must be all lower-case
(#101) Variable "lineEnd" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#102) Variable "lineEnd" must be all lower-case
(#103) Variable "stringTokens" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "stackPtr" must be all lower-case
(#126) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP/GetRequestDataSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#55) Variable "varName" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Variable "varName" must be all lower-case
(#57) Variable "varName" must be all lower-case
(#58) Variable "varName" must be all lower-case
(#59) Variable "varName" must be all lower-case
(#66) Variable "inClass" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#69) Variable "className" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#70) Variable "className" must be all lower-case
(#70) Variable "className" must be all lower-case
(#71) Variable "className" must be all lower-case
(#72) Variable "inClass" must be all lower-case
(#77) Variable "inClass" must be all lower-case
(#78) Variable "funcName" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#79) Variable "funcName" must be all lower-case
(#79) Variable "funcName" must be all lower-case
(#80) Variable "funcName" must be all lower-case
(#92) Variable "globalName" must be all lower-case
(#92) Variable "varName" must be all lower-case
(#93) Variable "usedVar" must be all lower-case
(#95) Variable "openBracket" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#95) Variable "stackPtr" must be all lower-case
(#96) Variable "openBracket" must be all lower-case
(#97) Variable "closeBracket" must be all lower-case
(#97) Variable "openBracket" must be all lower-case
(#98) Variable "usedVar" must be all lower-case
(#98) Variable "phpcsFile" must be all lower-case
(#98) Variable "openBracket" must be all lower-case
(#98) Variable "closeBracket" must be all lower-case
(#98) Variable "openBracket" must be all lower-case
(#103) Variable "varName" must be all lower-case
(#104) Variable "usedVar" must be all lower-case
(#107) Variable "usedVar" must be all lower-case
(#108) Variable "globalName" must be all lower-case
(#112) Variable "phpcsFile" must be all lower-case
(#112) Variable "stackPtr" must be all lower-case
(#119) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP/ReturnFunctionValueSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#55) Variable "functionName" must be all lower-case
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#57) Variable "functionName" must be all lower-case
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "functionName" must be all lower-case
(#62) Variable "functionName" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "functionName" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#76) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Strings/JoinStringsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Member variable "supportedTokenizers" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "emptyTokens" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#71) Variable "phpcsFile" must be all lower-case
(#71) Variable "emptyTokens" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#88) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "MySource_Tests_CSS_BrowserSpecificStylesUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#57) Public method name "MySource_Tests_CSS_BrowserSpecificStylesUnitTest::getWarningList" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#66) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "MySource_Tests_Channels_DisallowSelfActionsUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#61) Public method name "MySource_Tests_Channels_DisallowSelfActionsUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "MySource_Tests_Channels_IncludeSystemUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#68) Public method name "MySource_Tests_Channels_IncludeSystemUnitTest::getWarningList" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#77) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "MySource_Tests_Channels_UnusedSystemUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#63) Public method name "MySource_Tests_Channels_UnusedSystemUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Public method name "MySource_Tests_Commenting_FunctionCommentUnitTest::getErrorList" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#62) Public method name "MySource_Tests_Commenting_FunctionCommentUnitTest::getWarningList" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#71) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Debug/DebugCodeUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "MySource_Tests_Debug_DebugCodeUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#59) Public method name "MySource_Tests_Debug_DebugCodeUnitTest::getWarningList" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "MySource_Tests_Debug_FirebugConsoleUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#69) Public method name "MySource_Tests_Debug_FirebugConsoleUnitTest::getWarningList" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#78) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "MySource_Tests_Objects_AssignThisUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#66) Public method name "MySource_Tests_Objects_AssignThisUnitTest::getWarningList" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#75) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "MySource_Tests_Objects_CreateWidgetTypeCallbackUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#71) Public method name "MySource_Tests_Objects_CreateWidgetTypeCallbackUnitTest::getWarningList" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#80) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "MySource_Tests_Objects_DisallowNewWidgetUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#58) Public method name "MySource_Tests_Objects_DisallowNewWidgetUnitTest::getWarningList" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#67) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "MySource_Tests_PHP_AjaxNullComparisonUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#63) Public method name "MySource_Tests_PHP_AjaxNullComparisonUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "MySource_Tests_PHP_EvalObjectFactoryUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#56) Public method name "MySource_Tests_PHP_EvalObjectFactoryUnitTest::getWarningList" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "MySource_Tests_PHP_GetRequestDataUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#64) Public method name "MySource_Tests_PHP_GetRequestDataUnitTest::getWarningList" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#73) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "MySource_Tests_PHP_ReturnFunctionValueUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#56) Public method name "MySource_Tests_PHP_ReturnFunctionValueUnitTest::getWarningList" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Strings/JoinStringsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "MySource_Tests_Strings_JoinStringsUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#70) Public method name "MySource_Tests_Strings_JoinStringsUnitTest::getWarningList" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#79) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Classes/ClassDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Opening brace should be on the same line as the declaration
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#67) Opening brace should be on the same line as the declaration
(#68) Variable "phpcsFile" must be all lower-case
(#69) Variable "errorData" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#73) Variable "errorData" must be all lower-case
(#77) Variable "curlyBrace" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#78) Variable "lastContent" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "curlyBrace" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#79) Variable "classLine" must be all lower-case
(#79) Variable "lastContent" must be all lower-case
(#80) Variable "braceLine" must be all lower-case
(#80) Variable "curlyBrace" must be all lower-case
(#81) Variable "braceLine" must be all lower-case
(#81) Variable "classLine" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#83) Variable "curlyBrace" must be all lower-case
(#83) Variable "errorData" must be all lower-case
(#85) Variable "braceLine" must be all lower-case
(#85) Variable "classLine" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#90) Variable "braceLine" must be all lower-case
(#90) Variable "classLine" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#92) Variable "curlyBrace" must be all lower-case
(#96) Variable "curlyBrace" must be all lower-case
(#96) Variable "phpcsFile" must be all lower-case
(#98) Variable "phpcsFile" must be all lower-case
(#98) Variable "curlyBrace" must be all lower-case
(#98) Variable "errorData" must be all lower-case
(#101) Variable "curlyBrace" must be all lower-case
(#102) Variable "prevContent" must be all lower-case
(#102) Variable "curlyBrace" must be all lower-case
(#103) Variable "prevContent" must be all lower-case
(#103) Variable "phpcsFile" must be all lower-case
(#106) Variable "blankSpace" must be all lower-case
(#106) Variable "prevContent" must be all lower-case
(#106) Variable "prevContent" must be all lower-case
(#106) Variable "phpcsFile" must be all lower-case
(#107) Variable "blankSpace" must be all lower-case
(#110) Variable "stackPtr" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "curlyBrace" must be all lower-case
(#126) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ClassCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#59) Opening brace should be on the same line as the declaration
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#78) Opening brace should be on the same line as the declaration
(#79) Variable "phpcsFile" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#83) Variable "errorData" must be all lower-case
(#91) Variable "commentEnd" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#93) Variable "commentEnd" must be all lower-case
(#93) Variable "commentEnd" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#95) Variable "stackPtr" must be all lower-case
(#95) Variable "errorData" must be all lower-case
(#97) Variable "commentEnd" must be all lower-case
(#98) Variable "commentEnd" must be all lower-case
(#100) Variable "phpcsFile" must be all lower-case
(#100) Variable "stackPtr" must be all lower-case
(#100) Variable "errorData" must be all lower-case
(#104) Variable "commentStart" must be all lower-case
(#104) Variable "phpcsFile" must be all lower-case
(#104) Variable "commentEnd" must be all lower-case
(#105) Variable "commentNext" must be all lower-case
(#105) Variable "phpcsFile" must be all lower-case
(#105) Variable "commentEnd" must be all lower-case
(#105) Variable "stackPtr" must be all lower-case
(#105) Variable "phpcsFile" must be all lower-case
(#108) Variable "prevClassToken" must be all lower-case
(#108) Variable "phpcsFile" must be all lower-case
(#108) Variable "stackPtr" must be all lower-case
(#109) Variable "prevClassToken" must be all lower-case
(#111) Variable "prevNonComment" must be all lower-case
(#111) Variable "phpcsFile" must be all lower-case
(#111) Variable "commentStart" must be all lower-case
(#112) Variable "prevNonComment" must be all lower-case
(#113) Variable "prevComment" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "prevNonComment" must be all lower-case
(#114) Variable "prevComment" must be all lower-case
(#116) Variable "newlineToken" must be all lower-case
(#116) Variable "phpcsFile" must be all lower-case
(#116) Variable "commentEnd" must be all lower-case
(#116) Variable "stackPtr" must be all lower-case
(#116) Variable "phpcsFile" must be all lower-case
(#117) Variable "newlineToken" must be all lower-case
(#118) Variable "newlineToken" must be all lower-case
(#118) Variable "phpcsFile" must be all lower-case
(#120) Variable "newlineToken" must be all lower-case
(#121) Variable "stackPtr" must be all lower-case
(#123) Variable "phpcsFile" must be all lower-case
(#126) Variable "newlineToken" must be all lower-case
(#130) Variable "phpcsFile" must be all lower-case
(#130) Variable "stackPtr" must be all lower-case
(#130) Variable "errorData" must be all lower-case
(#138) Variable "phpcsFile" must be all lower-case
(#139) Variable "commentStart" must be all lower-case
(#140) Variable "commentEnd" must be all lower-case
(#140) Variable "commentStart" must be all lower-case
(#145) Variable "phpcsFile" must be all lower-case
(#148) Variable "commentStart" must be all lower-case
(#149) Variable "phpcsFile" must be all lower-case
(#156) Variable "phpcsFile" must be all lower-case
(#156) Variable "commentStart" must be all lower-case
(#156) Variable "errorData" must be all lower-case
(#162) Variable "newlineCount" must be all lower-case
(#163) Variable "newlineSpan" must be all lower-case
(#163) Variable "phpcsFile" must be all lower-case
(#164) Variable "newlineSpan" must be all lower-case
(#166) Variable "phpcsFile" must be all lower-case
(#166) Variable "commentStart" must be all lower-case
(#166) Variable "errorData" must be all lower-case
(#169) Variable "newlineCount" must be all lower-case
(#169) Variable "phpcsFile" must be all lower-case
(#175) Variable "newlineBetween" must be all lower-case
(#175) Variable "phpcsFile" must be all lower-case
(#176) Variable "newlineBetween" must be all lower-case
(#178) Variable "phpcsFile" must be all lower-case
(#178) Variable "commentStart" must be all lower-case
(#178) Variable "newlineCount" must be all lower-case
(#178) Variable "errorData" must be all lower-case
(#181) Variable "newlineCount" must be all lower-case
(#181) Variable "newlineBetween" must be all lower-case
(#187) Variable "newlineSpan" must be all lower-case
(#188) Variable "newlineSpan" must be all lower-case
(#191) Variable "newlineCount" must be all lower-case
(#191) Variable "phpcsFile" must be all lower-case
(#191) Variable "newlineSpan" must be all lower-case
(#194) Variable "phpcsFile" must be all lower-case
(#194) Variable "commentStart" must be all lower-case
(#194) Variable "newlineCount" must be all lower-case
(#194) Variable "errorData" must be all lower-case
(#195) Variable "phpcsFile" must be all lower-case
(#200) Variable "commentStart" must be all lower-case
(#200) Variable "commentEnd" must be all lower-case
(#212) Protected method name "PEAR_Sniffs_Commenting_ClassCommentSniff::processVersion" must be in lower-case letters only
(#212) Variable "errorPos" must be all lower-case
(#213) Opening brace should be on the same line as the declaration
(#220) Variable "errorPos" must be all lower-case
(#224) Variable "errorPos" must be all lower-case
(#233) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#53) Member variable "commentParser" must be all lower-case
(#60) Member variable "currentFile" must be all lower-case
(#132) Opening brace should be on the same line as the declaration
(#147) Variable "phpcsFile" must be all lower-case
(#147) Variable "stackPtr" must be all lower-case
(#148) Opening brace should be on the same line as the declaration
(#149) Variable "phpcsFile" must be all lower-case
(#152) Variable "stackPtr" must be all lower-case
(#153) Variable "phpcsFile" must be all lower-case
(#153) Variable "stackPtr" must be all lower-case
(#158) Variable "phpcsFile" must be all lower-case
(#161) Variable "commentStart" must be all lower-case
(#162) Variable "phpcsFile" must be all lower-case
(#162) Variable "stackPtr" must be all lower-case
(#165) Variable "commentStart" must be all lower-case
(#166) Variable "phpcsFile" must be all lower-case
(#166) Variable "commentStart" must be all lower-case
(#167) Variable "commentStart" must be all lower-case
(#168) Variable "phpcsFile" must be all lower-case
(#172) Variable "commentStart" must be all lower-case
(#173) Variable "commentStart" must be all lower-case
(#174) Variable "commentStart" must be all lower-case
(#174) Variable "phpcsFile" must be all lower-case
(#176) Variable "commentStart" must be all lower-case
(#183) Variable "errorToken" must be all lower-case
(#183) Variable "stackPtr" must be all lower-case
(#184) Variable "errorToken" must be all lower-case
(#185) Variable "errorToken" must be all lower-case
(#188) Variable "commentStart" must be all lower-case
(#191) Variable "commentStart" must be all lower-case
(#193) Variable "phpcsFile" must be all lower-case
(#193) Variable "errorToken" must be all lower-case
(#195) Variable "commentStart" must be all lower-case
(#196) Variable "commentStart" must be all lower-case
(#198) Variable "phpcsFile" must be all lower-case
(#198) Variable "errorToken" must be all lower-case
(#203) Variable "commentEnd" must be all lower-case
(#203) Variable "phpcsFile" must be all lower-case
(#205) Variable "commentStart" must be all lower-case
(#210) Variable "commentEnd" must be all lower-case
(#214) Variable "nextToken" must be all lower-case
(#221) Variable "commentNext" must be all lower-case
(#221) Variable "phpcsFile" must be all lower-case
(#221) Variable "nextToken" must be all lower-case
(#221) Variable "commentEnd" must be all lower-case
(#222) Variable "commentNext" must be all lower-case
(#223) Variable "commentNext" must be all lower-case
(#226) Variable "newlineToken" must be all lower-case
(#226) Variable "phpcsFile" must be all lower-case
(#228) Variable "commentEnd" must be all lower-case
(#229) Variable "commentNext" must be all lower-case
(#231) Variable "phpcsFile" must be all lower-case
(#234) Variable "newlineToken" must be all lower-case
(#235) Variable "newlineToken" must be all lower-case
(#235) Variable "phpcsFile" must be all lower-case
(#237) Variable "newlineToken" must be all lower-case
(#238) Variable "commentNext" must be all lower-case
(#240) Variable "phpcsFile" must be all lower-case
(#243) Variable "newlineToken" must be all lower-case
(#247) Variable "phpcsFile" must be all lower-case
(#247) Variable "errorToken" must be all lower-case
(#253) Variable "phpcsFile" must be all lower-case
(#254) Variable "commentStart" must be all lower-case
(#255) Variable "commentEnd" must be all lower-case
(#255) Variable "commentStart" must be all lower-case
(#260) Variable "phpcsFile" must be all lower-case
(#263) Variable "commentStart" must be all lower-case
(#264) Variable "phpcsFile" must be all lower-case
(#271) Variable "phpcsFile" must be all lower-case
(#271) Variable "commentStart" must be all lower-case
(#277) Variable "newlineCount" must be all lower-case
(#278) Variable "newlineSpan" must be all lower-case
(#278) Variable "phpcsFile" must be all lower-case
(#279) Variable "newlineSpan" must be all lower-case
(#281) Variable "phpcsFile" must be all lower-case
(#281) Variable "commentStart" must be all lower-case
(#284) Variable "newlineCount" must be all lower-case
(#284) Variable "phpcsFile" must be all lower-case
(#290) Variable "newlineBetween" must be all lower-case
(#290) Variable "phpcsFile" must be all lower-case
(#291) Variable "newlineBetween" must be all lower-case
(#293) Variable "phpcsFile" must be all lower-case
(#293) Variable "commentStart" must be all lower-case
(#293) Variable "newlineCount" must be all lower-case
(#296) Variable "newlineCount" must be all lower-case
(#296) Variable "newlineBetween" must be all lower-case
(#302) Variable "newlineSpan" must be all lower-case
(#303) Variable "newlineSpan" must be all lower-case
(#306) Variable "newlineCount" must be all lower-case
(#306) Variable "phpcsFile" must be all lower-case
(#306) Variable "newlineSpan" must be all lower-case
(#309) Variable "phpcsFile" must be all lower-case
(#309) Variable "commentStart" must be all lower-case
(#309) Variable "newlineCount" must be all lower-case
(#310) Variable "phpcsFile" must be all lower-case
(#315) Variable "commentStart" must be all lower-case
(#315) Variable "commentEnd" must be all lower-case
(#318) Variable "commentStart" must be all lower-case
(#318) Variable "commentEnd" must be all lower-case
(#333) Protected method name "PEAR_Sniffs_Commenting_FileCommentSniff::processPHPVersion" must be in lower-case letters only
(#333) Variable "commentStart" must be all lower-case
(#333) Variable "commentEnd" must be all lower-case
(#333) Variable "commentText" must be all lower-case
(#334) Opening brace should be on the same line as the declaration
(#335) Variable "commentText" must be all lower-case
(#337) Variable "commentEnd" must be all lower-case
(#351) Protected method name "PEAR_Sniffs_Commenting_FileCommentSniff::processTags" must be in lower-case letters only
(#351) Variable "commentStart" must be all lower-case
(#351) Variable "commentEnd" must be all lower-case
(#352) Opening brace should be on the same line as the declaration
(#353) Variable "docBlock" must be all lower-case
(#354) Variable "foundTags" must be all lower-case
(#355) Variable "orderIndex" must be all lower-case
(#357) Variable "longestTag" must be all lower-case
(#358) Variable "errorPos" must be all lower-case
(#363) Variable "foundTags" must be all lower-case
(#367) Variable "docBlock" must be all lower-case
(#369) Variable "commentEnd" must be all lower-case
(#374) Variable "tagName" must be all lower-case
(#376) Variable "tagName" must be all lower-case
(#379) Variable "getMethod" must be all lower-case
(#379) Variable "tagName" must be all lower-case
(#380) Variable "tagElement" must be all lower-case
(#380) Variable "getMethod" must be all lower-case
(#381) Variable "tagElement" must be all lower-case
(#381) Variable "tagElement" must be all lower-case
(#385) Variable "errorPos" must be all lower-case
(#385) Variable "commentStart" must be all lower-case
(#386) Variable "tagElement" must be all lower-case
(#387) Variable "errorPos" must be all lower-case
(#387) Variable "commentStart" must be all lower-case
(#387) Variable "tagElement" must be all lower-case
(#391) Variable "foundIndexes" must be all lower-case
(#391) Variable "foundTags" must be all lower-case
(#393) Variable "foundIndexes" must be all lower-case
(#399) Variable "docBlock" must be all lower-case
(#401) Variable "errorPos" must be all lower-case
(#405) Variable "foundIndexes" must be all lower-case
(#406) Variable "foundIndexes" must be all lower-case
(#408) Variable "errorPosIndex" must be all lower-case
(#409) Variable "errorPos" must be all lower-case
(#409) Variable "tagElement" must be all lower-case
(#412) Variable "errorPosIndex" must be all lower-case
(#422) Variable "foundIndexes" must be all lower-case
(#422) Variable "orderIndex" must be all lower-case
(#423) Variable "orderIndex" must be all lower-case
(#423) Variable "foundIndexes" must be all lower-case
(#425) Variable "tagElement" must be all lower-case
(#425) Variable "tagElement" must be all lower-case
(#426) Variable "errorPos" must be all lower-case
(#426) Variable "tagElement" must be all lower-case
(#434) Variable "errorPos" must be all lower-case
(#439) Variable "longestTag" must be all lower-case
(#440) Variable "longestTag" must be all lower-case
(#443) Variable "tagElement" must be all lower-case
(#444) Variable "tagElement" must be all lower-case
(#454) Variable "tagElement" must be all lower-case
(#458) Variable "tagName" must be all lower-case
(#461) Variable "errorPos" must be all lower-case
(#463) Variable "tagElement" must be all lower-case
(#464) Variable "tagElement" must be all lower-case
(#467) Variable "commentStart" must be all lower-case
(#468) Variable "docBlock" must be all lower-case
(#472) Variable "tagElement" must be all lower-case
(#474) Variable "commentStart" must be all lower-case
(#475) Variable "docBlock" must be all lower-case
(#481) Variable "indentInfo" must be all lower-case
(#482) Variable "indentInfo" must be all lower-case
(#483) Variable "indentInfo" must be all lower-case
(#483) Variable "longestTag" must be all lower-case
(#485) Variable "longestTag" must be all lower-case
(#485) Variable "indentInfo" must be all lower-case
(#486) Variable "indentInfo" must be all lower-case
(#486) Variable "indentInfo" must be all lower-case
(#489) Variable "indentInfo" must be all lower-case
(#494) Variable "getTagMethod" must be all lower-case
(#494) Variable "indentInfo" must be all lower-case
(#496) Variable "indentInfo" must be all lower-case
(#497) Variable "indentInfo" must be all lower-case
(#499) Variable "tagElem" must be all lower-case
(#499) Variable "getTagMethod" must be all lower-case
(#500) Variable "tagElem" must be all lower-case
(#503) Variable "commentStart" must be all lower-case
(#521) Protected method name "PEAR_Sniffs_Commenting_FileCommentSniff::getIndentation" must be in lower-case letters only
(#521) Variable "tagName" must be all lower-case
(#521) Variable "tagElement" must be all lower-case
(#522) Opening brace should be on the same line as the declaration
(#523) Variable "tagElement" must be all lower-case
(#524) Variable "tagElement" must be all lower-case
(#525) Variable "tagName" must be all lower-case
(#525) Variable "tagElement" must be all lower-case
(#527) Variable "tagElement" must be all lower-case
(#528) Variable "tagElement" must be all lower-case
(#529) Variable "tagName" must be all lower-case
(#529) Variable "tagElement" must be all lower-case
(#545) Protected method name "PEAR_Sniffs_Commenting_FileCommentSniff::processCategory" must be in lower-case letters only
(#545) Variable "errorPos" must be all lower-case
(#546) Opening brace should be on the same line as the declaration
(#552) Variable "newContent" must be all lower-case
(#553) Variable "nameBits" must be all lower-case
(#553) Variable "newContent" must be all lower-case
(#554) Variable "firstBit" must be all lower-case
(#554) Variable "nameBits" must be all lower-case
(#555) Variable "newName" must be all lower-case
(#555) Variable "firstBit" must be all lower-case
(#556) Variable "nameBits" must be all lower-case
(#557) Variable "newName" must be all lower-case
(#561) Variable "validName" must be all lower-case
(#561) Variable "newName" must be all lower-case
(#564) Variable "validName" must be all lower-case
(#566) Variable "errorPos" must be all lower-case
(#570) Variable "errorPos" must be all lower-case
(#584) Protected method name "PEAR_Sniffs_Commenting_FileCommentSniff::processPackage" must be in lower-case letters only
(#584) Variable "errorPos" must be all lower-case
(#585) Opening brace should be on the same line as the declaration
(#594) Variable "errorPos" must be all lower-case
(#602) Variable "newContent" must be all lower-case
(#603) Variable "newContent" must be all lower-case
(#603) Variable "newContent" must be all lower-case
(#604) Variable "newContent" must be all lower-case
(#604) Variable "newContent" must be all lower-case
(#605) Variable "nameBits" must be all lower-case
(#605) Variable "newContent" must be all lower-case
(#606) Variable "firstBit" must be all lower-case
(#606) Variable "nameBits" must be all lower-case
(#607) Variable "newName" must be all lower-case
(#607) Variable "firstBit" must be all lower-case
(#607) Variable "firstBit" must be all lower-case
(#608) Variable "nameBits" must be all lower-case
(#609) Variable "newName" must be all lower-case
(#613) Variable "validName" must be all lower-case
(#613) Variable "newName" must be all lower-case
(#616) Variable "validName" must be all lower-case
(#618) Variable "errorPos" must be all lower-case
(#630) Protected method name "PEAR_Sniffs_Commenting_FileCommentSniff::processSubpackage" must be in lower-case letters only
(#630) Variable "errorPos" must be all lower-case
(#631) Opening brace should be on the same line as the declaration
(#637) Variable "newContent" must be all lower-case
(#638) Variable "nameBits" must be all lower-case
(#638) Variable "newContent" must be all lower-case
(#639) Variable "firstBit" must be all lower-case
(#639) Variable "nameBits" must be all lower-case
(#640) Variable "newName" must be all lower-case
(#640) Variable "firstBit" must be all lower-case
(#640) Variable "firstBit" must be all lower-case
(#641) Variable "nameBits" must be all lower-case
(#642) Variable "newName" must be all lower-case
(#646) Variable "validName" must be all lower-case
(#646) Variable "newName" must be all lower-case
(#649) Variable "validName" must be all lower-case
(#651) Variable "errorPos" must be all lower-case
(#655) Variable "errorPos" must be all lower-case
(#674) Protected method name "PEAR_Sniffs_Commenting_FileCommentSniff::processAuthors" must be in lower-case letters only
(#674) Variable "commentStart" must be all lower-case
(#675) Opening brace should be on the same line as the declaration
(#680) Variable "errorPos" must be all lower-case
(#680) Variable "commentStart" must be all lower-case
(#686) Variable "localMiddle" must be all lower-case
(#687) Variable "localMiddle" must be all lower-case
(#687) Line exceeds 132 characters; contains 164 characters
(#689) Variable "errorPos" must be all lower-case
(#693) Variable "docBlock" must be all lower-case
(#694) Variable "docBlock" must be all lower-case
(#695) Variable "errorPos" must be all lower-case
(#711) Protected method name "PEAR_Sniffs_Commenting_FileCommentSniff::processCopyrights" must be in lower-case letters only
(#711) Variable "commentStart" must be all lower-case
(#712) Opening brace should be on the same line as the declaration
(#715) Variable "errorPos" must be all lower-case
(#715) Variable "commentStart" must be all lower-case
(#724) Variable "errorPos" must be all lower-case
(#728) Line exceeds 132 characters; contains 147 characters
(#729) Variable "errorPos" must be all lower-case
(#734) Variable "errorPos" must be all lower-case
(#738) Variable "errorPos" must be all lower-case
(#752) Protected method name "PEAR_Sniffs_Commenting_FileCommentSniff::processLicense" must be in lower-case letters only
(#752) Variable "errorPos" must be all lower-case
(#753) Opening brace should be on the same line as the declaration
(#760) Variable "errorPos" must be all lower-case
(#774) Protected method name "PEAR_Sniffs_Commenting_FileCommentSniff::processVersion" must be in lower-case letters only
(#774) Variable "errorPos" must be all lower-case
(#775) Opening brace should be on the same line as the declaration
(#782) Variable "errorPos" must be all lower-case
(#788) Line exceeds 132 characters; contains 153 characters
(#790) Variable "errorPos" must be all lower-case
(#799) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#55) Member variable "_methodName" must be all lower-case
(#62) Member variable "_functionToken" must be all lower-case
(#69) Member variable "_classToken" must be all lower-case
(#76) Member variable "commentParser" must be all lower-case
(#83) Member variable "currentFile" must be all lower-case
(#92) Opening brace should be on the same line as the declaration
(#107) Variable "phpcsFile" must be all lower-case
(#107) Variable "stackPtr" must be all lower-case
(#108) Opening brace should be on the same line as the declaration
(#117) Variable "commentEnd" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "stackPtr" must be all lower-case
(#119) Variable "commentEnd" must be all lower-case
(#123) Variable "phpcsFile" must be all lower-case
(#124) Variable "phpcsFile" must be all lower-case
(#128) Variable "commentEnd" must be all lower-case
(#132) Variable "phpcsFile" must be all lower-case
(#132) Variable "stackPtr" must be all lower-case
(#135) Variable "phpcsFile" must be all lower-case
(#135) Variable "stackPtr" must be all lower-case
(#141) Variable "scopeModifiers" must be all lower-case
(#146) Variable "prevToken" must be all lower-case
(#146) Variable "phpcsFile" must be all lower-case
(#146) Variable "stackPtr" must be all lower-case
(#147) Variable "prevToken" must be all lower-case
(#147) Variable "commentEnd" must be all lower-case
(#148) Variable "phpcsFile" must be all lower-case
(#148) Variable "stackPtr" must be all lower-case
(#152) Variable "stackPtr" must be all lower-case
(#155) Variable "stackPtr" must be all lower-case
(#155) Variable "condPtr" must be all lower-case
(#157) Variable "condPtr" must be all lower-case
(#164) Variable "commentStart" must be all lower-case
(#164) Variable "phpcsFile" must be all lower-case
(#164) Variable "commentEnd" must be all lower-case
(#165) Variable "prevToken" must be all lower-case
(#165) Variable "phpcsFile" must be all lower-case
(#165) Variable "commentStart" must be all lower-case
(#166) Variable "prevToken" must be all lower-case
(#168) Variable "stackPtr" must be all lower-case
(#168) Variable "phpcsFile" must be all lower-case
(#168) Variable "prevToken" must be all lower-case
(#169) Variable "phpcsFile" must be all lower-case
(#169) Variable "stackPtr" must be all lower-case
(#174) Variable "phpcsFile" must be all lower-case
(#174) Variable "commentStart" must be all lower-case
(#174) Variable "commentEnd" must be all lower-case
(#174) Variable "commentStart" must be all lower-case
(#175) Variable "phpcsFile" must be all lower-case
(#175) Variable "stackPtr" must be all lower-case
(#178) Variable "phpcsFile" must be all lower-case
(#181) Variable "commentStart" must be all lower-case
(#182) Variable "phpcsFile" must be all lower-case
(#189) Variable "phpcsFile" must be all lower-case
(#189) Variable "commentStart" must be all lower-case
(#193) Variable "commentStart" must be all lower-case
(#194) Variable "commentStart" must be all lower-case
(#194) Variable "commentEnd" must be all lower-case
(#195) Variable "commentStart" must be all lower-case
(#199) Variable "newlineCount" must be all lower-case
(#200) Variable "newlineSpan" must be all lower-case
(#200) Variable "phpcsFile" must be all lower-case
(#201) Variable "newlineSpan" must be all lower-case
(#203) Variable "phpcsFile" must be all lower-case
(#203) Variable "commentStart" must be all lower-case
(#206) Variable "newlineCount" must be all lower-case
(#206) Variable "phpcsFile" must be all lower-case
(#212) Variable "newlineBetween" must be all lower-case
(#212) Variable "phpcsFile" must be all lower-case
(#213) Variable "newlineBetween" must be all lower-case
(#215) Variable "phpcsFile" must be all lower-case
(#215) Variable "commentStart" must be all lower-case
(#215) Variable "newlineCount" must be all lower-case
(#218) Variable "newlineCount" must be all lower-case
(#218) Variable "newlineBetween" must be all lower-case
(#224) Variable "newlineSpan" must be all lower-case
(#225) Variable "newlineSpan" must be all lower-case
(#228) Variable "newlineCount" must be all lower-case
(#228) Variable "phpcsFile" must be all lower-case
(#228) Variable "newlineSpan" must be all lower-case
(#231) Variable "phpcsFile" must be all lower-case
(#231) Variable "commentStart" must be all lower-case
(#231) Variable "newlineCount" must be all lower-case
(#232) Variable "phpcsFile" must be all lower-case
(#247) Protected method name "PEAR_Sniffs_Commenting_FunctionCommentSniff::processThrows" must be in lower-case letters only
(#247) Variable "commentStart" must be all lower-case
(#248) Opening brace should be on the same line as the declaration
(#256) Variable "errorPos" must be all lower-case
(#256) Variable "commentStart" must be all lower-case
(#260) Variable "errorPos" must be all lower-case
(#275) Protected method name "PEAR_Sniffs_Commenting_FunctionCommentSniff::processReturn" must be in lower-case letters only
(#275) Variable "commentStart" must be all lower-case
(#275) Variable "commentEnd" must be all lower-case
(#276) Opening brace should be on the same line as the declaration
(#278) Variable "className" must be all lower-case
(#280) Variable "className" must be all lower-case
(#281) Variable "className" must be all lower-case
(#281) Variable "className" must be all lower-case
(#284) Variable "methodName" must be all lower-case
(#285) Variable "isSpecialMethod" must be all lower-case
(#287) Variable "isSpecialMethod" must be all lower-case
(#287) Variable "methodName" must be all lower-case
(#287) Variable "className" must be all lower-case
(#291) Variable "commentEnd" must be all lower-case
(#294) Variable "errorPos" must be all lower-case
(#294) Variable "commentStart" must be all lower-case
(#295) Variable "errorPos" must be all lower-case
(#310) Protected method name "PEAR_Sniffs_Commenting_FunctionCommentSniff::processParams" must be in lower-case letters only
(#310) Variable "commentStart" must be all lower-case
(#311) Opening brace should be on the same line as the declaration
(#312) Variable "realParams" must be all lower-case
(#315) Variable "foundParams" must be all lower-case
(#319) Variable "lastParm" must be all lower-case
(#320) Variable "lastParm" must be all lower-case
(#322) Variable "errorPos" must be all lower-case
(#322) Variable "lastParm" must be all lower-case
(#322) Variable "commentStart" must be all lower-case
(#323) Variable "errorPos" must be all lower-case
(#329) Variable "errorPos" must be all lower-case
(#329) Variable "commentStart" must be all lower-case
(#330) Variable "errorPos" must be all lower-case
(#333) Variable "previousParam" must be all lower-case
(#334) Variable "spaceBeforeVar" must be all lower-case
(#335) Variable "spaceBeforeComment" must be all lower-case
(#336) Variable "longestType" must be all lower-case
(#337) Variable "longestVar" must be all lower-case
(#341) Variable "paramComment" must be all lower-case
(#342) Variable "errorPos" must be all lower-case
(#342) Variable "commentStart" must be all lower-case
(#347) Variable "errorPos" must be all lower-case
(#350) Variable "spaceCount" must be all lower-case
(#351) Variable "spaceCount" must be all lower-case
(#351) Variable "spaceBeforeVar" must be all lower-case
(#352) Variable "spaceBeforeVar" must be all lower-case
(#352) Variable "spaceCount" must be all lower-case
(#353) Variable "longestType" must be all lower-case
(#353) Variable "errorPos" must be all lower-case
(#356) Variable "spaceCount" must be all lower-case
(#358) Variable "spaceCount" must be all lower-case
(#358) Variable "spaceBeforeComment" must be all lower-case
(#358) Variable "paramComment" must be all lower-case
(#359) Variable "spaceBeforeComment" must be all lower-case
(#359) Variable "spaceCount" must be all lower-case
(#360) Variable "longestVar" must be all lower-case
(#360) Variable "errorPos" must be all lower-case
(#367) Variable "paramName" must be all lower-case
(#369) Variable "previousParam" must be all lower-case
(#370) Variable "previousName" must be all lower-case
(#370) Variable "previousParam" must be all lower-case
(#370) Variable "previousParam" must be all lower-case
(#373) Variable "previousParam" must be all lower-case
(#376) Variable "previousName" must be all lower-case
(#378) Variable "paramName" must be all lower-case
(#381) Variable "errorPos" must be all lower-case
(#384) Variable "previousParam" must be all lower-case
(#387) Variable "previousName" must be all lower-case
(#389) Variable "paramName" must be all lower-case
(#392) Variable "errorPos" must be all lower-case
(#398) Variable "realParams" must be all lower-case
(#399) Variable "realName" must be all lower-case
(#399) Variable "realParams" must be all lower-case
(#400) Variable "foundParams" must be all lower-case
(#400) Variable "realName" must be all lower-case
(#403) Variable "realParams" must be all lower-case
(#404) Variable "realName" must be all lower-case
(#404) Variable "realName" must be all lower-case
(#407) Variable "realName" must be all lower-case
(#407) Variable "paramName" must be all lower-case
(#410) Variable "paramName" must be all lower-case
(#411) Variable "realName" must be all lower-case
(#416) Variable "paramName" must be all lower-case
(#416) Variable "realName" must be all lower-case
(#423) Variable "errorPos" must be all lower-case
(#428) Variable "errorPos" must be all lower-case
(#433) Variable "errorPos" must be all lower-case
(#438) Variable "errorPos" must be all lower-case
(#441) Variable "paramComment" must be all lower-case
(#444) Variable "paramName" must be all lower-case
(#447) Variable "errorPos" must be all lower-case
(#450) Variable "previousParam" must be all lower-case
(#454) Variable "spaceBeforeVar" must be all lower-case
(#454) Variable "spaceBeforeVar" must be all lower-case
(#454) Variable "spaceBeforeComment" must be all lower-case
(#456) Variable "longestType" must be all lower-case
(#459) Variable "spaceBeforeComment" must be all lower-case
(#459) Variable "spaceBeforeComment" must be all lower-case
(#461) Variable "longestVar" must be all lower-case
(#466) Variable "realNames" must be all lower-case
(#467) Variable "realParams" must be all lower-case
(#467) Variable "realParam" must be all lower-case
(#468) Variable "realNames" must be all lower-case
(#468) Variable "realParam" must be all lower-case
(#472) Variable "realNames" must be all lower-case
(#472) Variable "foundParams" must be all lower-case
(#473) Variable "neededParam" must be all lower-case
(#475) Variable "errorPos" must be all lower-case
(#475) Variable "commentStart" must be all lower-case
(#477) Variable "errorPos" must be all lower-case
(#477) Variable "commentStart" must be all lower-case
(#481) Variable "neededParam" must be all lower-case
(#482) Variable "errorPos" must be all lower-case
(#490) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting/InlineCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/ControlSignatureSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Member variable "ignoreComments" must be all lower-case
(#48) Protected method name "PEAR_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#67) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Opening brace should be on the same line as the declaration
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#69) Variable "statementIndent" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#78) Variable "statementIndent" must be all lower-case
(#84) Variable "openBracket" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#85) Variable "closeBracket" must be all lower-case
(#85) Variable "stackPtr" must be all lower-case
(#86) Variable "lastLine" must be all lower-case
(#86) Variable "openBracket" must be all lower-case
(#87) Variable "openBracket" must be all lower-case
(#87) Variable "closeBracket" must be all lower-case
(#88) Variable "lastLine" must be all lower-case
(#89) Variable "closeBracket" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#91) Variable "closeBracket" must be all lower-case
(#94) Variable "phpcsFile" must be all lower-case
(#95) Variable "expectedIndent" must be all lower-case
(#95) Variable "statementIndent" must be all lower-case
(#99) Variable "expectedIndent" must be all lower-case
(#99) Variable "statementIndent" must be all lower-case
(#102) Variable "expectedIndent" must be all lower-case
(#102) Variable "statementIndent" must be all lower-case
(#107) Variable "foundIndent" must be all lower-case
(#109) Variable "foundIndent" must be all lower-case
(#112) Variable "expectedIndent" must be all lower-case
(#112) Variable "foundIndent" must be all lower-case
(#115) Variable "expectedIndent" must be all lower-case
(#116) Variable "foundIndent" must be all lower-case
(#118) Variable "phpcsFile" must be all lower-case
(#121) Variable "closeBracket" must be all lower-case
(#122) Variable "phpcsFile" must be all lower-case
(#123) Variable "booleanOperators" must be all lower-case
(#125) Variable "phpcsFile" must be all lower-case
(#129) Variable "lastLine" must be all lower-case
(#133) Variable "phpcsFile" must be all lower-case
(#138) Variable "lastLine" must be all lower-case
(#146) Variable "stackPtr" must be all lower-case
(#151) Variable "closeBracket" must be all lower-case
(#153) Variable "closeBracket" must be all lower-case
(#153) Variable "phpcsFile" must be all lower-case
(#156) Variable "closeBracket" must be all lower-case
(#163) Line exceeds 132 characters; contains 143 characters
(#171) Variable "phpcsFile" must be all lower-case
(#171) Variable "closeBracket" must be all lower-case
(#175) Variable "phpcsFile" must be all lower-case
(#175) Variable "closeBracket" must be all lower-case
(#180) Line exceeds 132 characters; contains 135 characters
(#181) Variable "phpcsFile" must be all lower-case
(#189) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Files/IncludingFileSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#54) Opening brace should be on the same line as the declaration
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#75) Opening brace should be on the same line as the declaration
(#76) Variable "phpcsFile" must be all lower-case
(#78) Variable "nextToken" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "emptyTokens" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#79) Variable "nextToken" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#85) Variable "inCondition" must be all lower-case
(#85) Variable "stackPtr" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#93) Variable "inCondition" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#101) Variable "emptyTokens" must be all lower-case
(#101) Variable "stackPtr" must be all lower-case
(#102) Variable "assignmentTokens" must be all lower-case
(#104) Variable "inCondition" must be all lower-case
(#107) Variable "tokenCode" must be all lower-case
(#107) Variable "stackPtr" must be all lower-case
(#108) Variable "inCondition" must be all lower-case
(#110) Variable "tokenCode" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#114) Variable "tokenCode" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "stackPtr" must be all lower-case
(#121) Variable "tokenCode" must be all lower-case
(#124) Variable "phpcsFile" must be all lower-case
(#124) Variable "stackPtr" must be all lower-case
(#125) Variable "tokenCode" must be all lower-case
(#128) Variable "phpcsFile" must be all lower-case
(#128) Variable "stackPtr" must be all lower-case
(#137) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#89) Variable "assignmentIndent" must be all lower-case
(#90) Variable "prevLine" must be all lower-case
(#92) Variable "prevLine" must be all lower-case
(#99) Variable "assignmentIndent" must be all lower-case
(#103) Variable "phpcsFile" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#105) Variable "expectedIndent" must be all lower-case
(#105) Variable "assignmentIndent" must be all lower-case
(#106) Variable "foundIndent" must be all lower-case
(#107) Variable "foundIndent" must be all lower-case
(#107) Variable "expectedIndent" must be all lower-case
(#110) Variable "expectedIndent" must be all lower-case
(#111) Variable "foundIndent" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#120) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#43) Member variable "allowMultipleArguments" must be all lower-case
(#50) Member variable "requiredSpacesAfterOpen" must be all lower-case
(#57) Member variable "requiredSpacesBeforeClose" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#81) Variable "phpcsFile" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#82) Opening brace should be on the same line as the declaration
(#85) Variable "phpcsFile" must be all lower-case
(#88) Variable "openBracket" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "emptyTokens" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#90) Variable "openBracket" must be all lower-case
(#95) Variable "openBracket" must be all lower-case
(#101) Variable "emptyTokens" must be all lower-case
(#103) Variable "phpcsFile" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#109) Variable "closeBracket" must be all lower-case
(#109) Variable "openBracket" must be all lower-case
(#111) Variable "stackPtr" must be all lower-case
(#111) Variable "openBracket" must be all lower-case
(#114) Variable "phpcsFile" must be all lower-case
(#114) Variable "stackPtr" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "closeBracket" must be all lower-case
(#119) Variable "closeBracket" must be all lower-case
(#119) Variable "emptyTokens" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#121) Variable "closeBracket" must be all lower-case
(#126) Variable "phpcsFile" must be all lower-case
(#126) Variable "stackPtr" must be all lower-case
(#126) Variable "openBracket" must be all lower-case
(#127) Variable "phpcsFile" must be all lower-case
(#127) Variable "stackPtr" must be all lower-case
(#127) Variable "openBracket" must be all lower-case
(#129) Variable "phpcsFile" must be all lower-case
(#129) Variable "stackPtr" must be all lower-case
(#129) Variable "openBracket" must be all lower-case
(#148) Public method name "PEAR_Sniffs_Functions_FunctionCallSignatureSniff::isMultiLineCall" must be in lower-case letters only
(#148) Variable "phpcsFile" must be all lower-case
(#148) Variable "stackPtr" must be all lower-case
(#148) Variable "openBracket" must be all lower-case
(#149) Opening brace should be on the same line as the declaration
(#150) Variable "closeBracket" must be all lower-case
(#150) Variable "openBracket" must be all lower-case
(#151) Variable "openBracket" must be all lower-case
(#151) Variable "closeBracket" must be all lower-case
(#173) Public method name "PEAR_Sniffs_Functions_FunctionCallSignatureSniff::processSingleLineCall" must be in lower-case letters only
(#173) Variable "phpcsFile" must be all lower-case
(#173) Variable "stackPtr" must be all lower-case
(#173) Variable "openBracket" must be all lower-case
(#174) Opening brace should be on the same line as the declaration
(#176) Variable "openBracket" must be all lower-case
(#177) Variable "openBracket" must be all lower-case
(#181) Variable "openBracket" must be all lower-case
(#184) Variable "phpcsFile" must be all lower-case
(#184) Variable "stackPtr" must be all lower-case
(#186) Variable "spaceAfterOpen" must be all lower-case
(#187) Variable "openBracket" must be all lower-case
(#188) Variable "spaceAfterOpen" must be all lower-case
(#188) Variable "openBracket" must be all lower-case
(#191) Variable "spaceAfterOpen" must be all lower-case
(#195) Variable "spaceAfterOpen" must be all lower-case
(#197) Variable "phpcsFile" must be all lower-case
(#197) Variable "stackPtr" must be all lower-case
(#202) Variable "spaceBeforeClose" must be all lower-case
(#204) Variable "spaceBeforeClose" must be all lower-case
(#207) Variable "spaceBeforeClose" must be all lower-case
(#211) Variable "spaceBeforeClose" must be all lower-case
(#213) Variable "phpcsFile" must be all lower-case
(#213) Variable "stackPtr" must be all lower-case
(#232) Public method name "PEAR_Sniffs_Functions_FunctionCallSignatureSniff::processMultiLineCall" must be in lower-case letters only
(#232) Variable "phpcsFile" must be all lower-case
(#232) Variable "stackPtr" must be all lower-case
(#232) Variable "openBracket" must be all lower-case
(#233) Opening brace should be on the same line as the declaration
(#237) Variable "functionIndent" must be all lower-case
(#238) Variable "stackPtr" must be all lower-case
(#239) Variable "stackPtr" must be all lower-case
(#246) Variable "functionIndent" must be all lower-case
(#250) Variable "closeBracket" must be all lower-case
(#250) Variable "openBracket" must be all lower-case
(#251) Variable "lastLine" must be all lower-case
(#251) Variable "openBracket" must be all lower-case
(#252) Variable "openBracket" must be all lower-case
(#252) Variable "closeBracket" must be all lower-case
(#256) Variable "lastLine" must be all lower-case
(#260) Variable "lastLine" must be all lower-case
(#261) Variable "lastLine" must be all lower-case
(#264) Variable "heredocTokens" must be all lower-case
(#269) Variable "stringTokens" must be all lower-case
(#279) Variable "nextCode" must be all lower-case
(#279) Variable "phpcsFile" must be all lower-case
(#279) Variable "closeBracket" must be all lower-case
(#280) Variable "nextCode" must be all lower-case
(#280) Variable "lastLine" must be all lower-case
(#282) Variable "phpcsFile" must be all lower-case
(#286) Variable "nextCode" must be all lower-case
(#291) Variable "nextCode" must be all lower-case
(#295) Variable "nextCode" must be all lower-case
(#295) Variable "closeBracket" must be all lower-case
(#298) Variable "expectedIndent" must be all lower-case
(#298) Variable "functionIndent" must be all lower-case
(#300) Variable "expectedIndent" must be all lower-case
(#300) Variable "functionIndent" must be all lower-case
(#310) Variable "foundIndent" must be all lower-case
(#312) Variable "foundIndent" must be all lower-case
(#315) Variable "foundIndent" must be all lower-case
(#318) Variable "expectedIndent" must be all lower-case
(#318) Variable "foundIndent" must be all lower-case
(#321) Variable "expectedIndent" must be all lower-case
(#322) Variable "foundIndent" must be all lower-case
(#324) Variable "phpcsFile" must be all lower-case
(#331) Variable "lastLine" must be all lower-case
(#338) Variable "lastLine" must be all lower-case
(#344) Variable "phpcsFile" must be all lower-case
(#344) Variable "closeBracket" must be all lower-case
(#349) Variable "phpcsFile" must be all lower-case
(#354) Variable "openBracket" must be all lower-case
(#354) Variable "phpcsFile" must be all lower-case
(#356) Variable "phpcsFile" must be all lower-case
(#356) Variable "stackPtr" must be all lower-case
(#359) Variable "phpcsFile" must be all lower-case
(#359) Variable "closeBracket" must be all lower-case
(#360) Variable "closeBracket" must be all lower-case
(#362) Variable "phpcsFile" must be all lower-case
(#362) Variable "closeBracket" must be all lower-case
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Opening brace should be on the same line as the declaration
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#79) Variable "openBracket" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#80) Variable "closeBracket" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#82) Variable "closeBracket" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#109) Variable "phpcsFile" must be all lower-case
(#115) Variable "singleLine" must be all lower-case
(#116) Variable "openBracket" must be all lower-case
(#116) Variable "closeBracket" must be all lower-case
(#118) Variable "stackPtr" must be all lower-case
(#122) Variable "phpcsFile" must be all lower-case
(#125) Variable "singleLine" must be all lower-case
(#130) Variable "singleLine" must be all lower-case
(#133) Variable "singleLine" must be all lower-case
(#134) Variable "phpcsFile" must be all lower-case
(#134) Variable "stackPtr" must be all lower-case
(#136) Variable "phpcsFile" must be all lower-case
(#136) Variable "stackPtr" must be all lower-case
(#155) Public method name "PEAR_Sniffs_Functions_FunctionDeclarationSniff::processSingleLineDeclaration" must be in lower-case letters only
(#155) Variable "phpcsFile" must be all lower-case
(#155) Variable "stackPtr" must be all lower-case
(#156) Opening brace should be on the same line as the declaration
(#157) Variable "stackPtr" must be all lower-case
(#159) Line exceeds 132 characters; contains 138 characters
(#171) Variable "phpcsFile" must be all lower-case
(#171) Variable "stackPtr" must be all lower-case
(#187) Public method name "PEAR_Sniffs_Functions_FunctionDeclarationSniff::processMultiLineDeclaration" must be in lower-case letters only
(#187) Variable "phpcsFile" must be all lower-case
(#187) Variable "stackPtr" must be all lower-case
(#188) Opening brace should be on the same line as the declaration
(#192) Variable "functionIndent" must be all lower-case
(#193) Variable "stackPtr" must be all lower-case
(#194) Variable "stackPtr" must be all lower-case
(#201) Variable "functionIndent" must be all lower-case
(#206) Variable "closeBracket" must be all lower-case
(#206) Variable "stackPtr" must be all lower-case
(#207) Variable "phpcsFile" must be all lower-case
(#209) Variable "closeBracket" must be all lower-case
(#214) Variable "closeBracket" must be all lower-case
(#214) Variable "closeBracket" must be all lower-case
(#215) Variable "closeBracket" must be all lower-case
(#217) Variable "phpcsFile" must be all lower-case
(#217) Variable "closeBracket" must be all lower-case
(#224) Variable "stackPtr" must be all lower-case
(#225) Variable "phpcsFile" must be all lower-case
(#225) Variable "closeBracket" must be all lower-case
(#225) Variable "stackPtr" must be all lower-case
(#227) Variable "phpcsFile" must be all lower-case
(#228) Variable "closeBracket" must be all lower-case
(#230) Variable "phpcsFile" must be all lower-case
(#232) Variable "closeBracket" must be all lower-case
(#237) Variable "closeBracket" must be all lower-case
(#237) Variable "closeBracket" must be all lower-case
(#238) Variable "closeBracket" must be all lower-case
(#240) Variable "phpcsFile" must be all lower-case
(#240) Variable "closeBracket" must be all lower-case
(#247) Variable "openBracket" must be all lower-case
(#247) Variable "stackPtr" must be all lower-case
(#248) Variable "lastLine" must be all lower-case
(#248) Variable "openBracket" must be all lower-case
(#249) Variable "openBracket" must be all lower-case
(#249) Variable "closeBracket" must be all lower-case
(#250) Variable "lastLine" must be all lower-case
(#251) Variable "stackPtr" must be all lower-case
(#253) Variable "closeBracket" must be all lower-case
(#254) Variable "stackPtr" must be all lower-case
(#258) Variable "expectedIndent" must be all lower-case
(#258) Variable "functionIndent" must be all lower-case
(#260) Variable "expectedIndent" must be all lower-case
(#260) Variable "functionIndent" must be all lower-case
(#265) Variable "foundIndent" must be all lower-case
(#267) Variable "foundIndent" must be all lower-case
(#270) Variable "expectedIndent" must be all lower-case
(#270) Variable "foundIndent" must be all lower-case
(#273) Variable "expectedIndent" must be all lower-case
(#274) Variable "foundIndent" must be all lower-case
(#276) Variable "phpcsFile" must be all lower-case
(#279) Variable "lastLine" must be all lower-case
(#285) Variable "lastLine" must be all lower-case
(#290) Variable "stackPtr" must be all lower-case
(#293) Variable "closeBracket" must be all lower-case
(#296) Variable "phpcsFile" must be all lower-case
(#306) Line exceeds 132 characters; contains 155 characters
(#314) Variable "phpcsFile" must be all lower-case
(#314) Variable "closeBracket" must be all lower-case
(#319) Variable "phpcsFile" must be all lower-case
(#321) Variable "closeBracket" must be all lower-case
(#327) Line exceeds 132 characters; contains 147 characters
(#328) Variable "phpcsFile" must be all lower-case
(#337) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Functions/ValidDefaultValueSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#60) Variable "argStart" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Variable "argEnd" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#65) Variable "defaultFound" must be all lower-case
(#67) Variable "nextArg" must be all lower-case
(#67) Variable "argStart" must be all lower-case
(#68) Variable "nextArg" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "nextArg" must be all lower-case
(#68) Variable "argEnd" must be all lower-case
(#69) Variable "argHasDefault" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "nextArg" must be all lower-case
(#70) Variable "argHasDefault" must be all lower-case
(#70) Variable "defaultFound" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "nextArg" must be all lower-case
(#76) Variable "argHasDefault" must be all lower-case
(#77) Variable "defaultFound" must be all lower-case
(#93) Private method name "PEAR_Sniffs_Functions_ValidDefaultValueSniff::_argHasDefault" must be in lower-case letters only
(#93) Variable "phpcsFile" must be all lower-case
(#93) Variable "argPtr" must be all lower-case
(#94) Opening brace should be on the same line as the declaration
(#95) Variable "phpcsFile" must be all lower-case
(#96) Variable "nextToken" must be all lower-case
(#96) Variable "phpcsFile" must be all lower-case
(#96) Variable "emptyTokens" must be all lower-case
(#96) Variable "argPtr" must be all lower-case
(#97) Variable "nextToken" must be all lower-case
(#108) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Opening brace should be on the same line as the declaration
(#61) Variable "phpcsFile" must be all lower-case
(#63) Variable "className" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#64) Variable "className" must be all lower-case
(#65) Variable "errorData" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#70) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#70) Variable "errorData" must be all lower-case
(#75) Variable "validName" must be all lower-case
(#76) Variable "nameBits" must be all lower-case
(#77) Variable "firstBit" must be all lower-case
(#77) Variable "nameBits" must be all lower-case
(#78) Variable "nameBits" must be all lower-case
(#80) Variable "validName" must be all lower-case
(#85) Variable "validName" must be all lower-case
(#88) Variable "nameBits" must be all lower-case
(#89) Variable "firstBit" must be all lower-case
(#89) Variable "nameBits" must be all lower-case
(#90) Variable "firstBit" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#92) Variable "errorData" must be all lower-case
(#94) Variable "newName" must be all lower-case
(#94) Variable "firstBit" must be all lower-case
(#94) Variable "firstBit" must be all lower-case
(#95) Variable "nameBits" must be all lower-case
(#97) Variable "newName" must be all lower-case
(#101) Variable "newName" must be all lower-case
(#101) Variable "newName" must be all lower-case
(#103) Variable "errorData" must be all lower-case
(#104) Variable "newName" must be all lower-case
(#105) Variable "phpcsFile" must be all lower-case
(#105) Variable "stackPtr" must be all lower-case
(#115) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidFunctionNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Member variable "magicMethods" must be all lower-case
(#66) Member variable "magicFunctions" must be all lower-case
(#73) Opening brace should be on the same line as the declaration
(#89) Protected method name "PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff::processTokenWithinScope" must be in lower-case letters only
(#89) Variable "phpcsFile" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#89) Variable "currScope" must be all lower-case
(#90) Opening brace should be on the same line as the declaration
(#91) Variable "methodName" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#92) Variable "methodName" must be all lower-case
(#97) Variable "className" must be all lower-case
(#97) Variable "phpcsFile" must be all lower-case
(#97) Variable "currScope" must be all lower-case
(#98) Variable "errorData" must be all lower-case
(#98) Variable "className" must be all lower-case
(#98) Variable "methodName" must be all lower-case
(#101) Variable "methodName" must be all lower-case
(#102) Variable "magicPart" must be all lower-case
(#102) Variable "methodName" must be all lower-case
(#103) Variable "magicPart" must be all lower-case
(#105) Variable "phpcsFile" must be all lower-case
(#105) Variable "stackPtr" must be all lower-case
(#105) Variable "errorData" must be all lower-case
(#112) Variable "methodName" must be all lower-case
(#112) Variable "className" must be all lower-case
(#117) Variable "methodName" must be all lower-case
(#117) Variable "className" must be all lower-case
(#121) Variable "methodProps" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#121) Variable "stackPtr" must be all lower-case
(#122) Variable "isPublic" must be all lower-case
(#122) Variable "methodProps" must be all lower-case
(#123) Variable "methodProps" must be all lower-case
(#124) Variable "scopeSpecified" must be all lower-case
(#124) Variable "methodProps" must be all lower-case
(#127) Variable "isPublic" must be all lower-case
(#127) Variable "methodName" must be all lower-case
(#129) Variable "phpcsFile" must be all lower-case
(#129) Variable "stackPtr" must be all lower-case
(#129) Variable "errorData" must be all lower-case
(#134) Variable "isPublic" must be all lower-case
(#134) Variable "scopeSpecified" must be all lower-case
(#134) Variable "methodName" must be all lower-case
(#138) Variable "errorData" must be all lower-case
(#140) Variable "phpcsFile" must be all lower-case
(#140) Variable "stackPtr" must be all lower-case
(#149) Variable "testMethodName" must be all lower-case
(#149) Variable "methodName" must be all lower-case
(#150) Variable "scopeSpecified" must be all lower-case
(#150) Variable "methodName" must be all lower-case
(#151) Variable "testMethodName" must be all lower-case
(#151) Variable "methodName" must be all lower-case
(#154) Variable "testMethodName" must be all lower-case
(#154) Variable "isPublic" must be all lower-case
(#155) Variable "scopeSpecified" must be all lower-case
(#159) Variable "errorData" must be all lower-case
(#161) Variable "phpcsFile" must be all lower-case
(#161) Variable "stackPtr" must be all lower-case
(#164) Variable "phpcsFile" must be all lower-case
(#164) Variable "stackPtr" must be all lower-case
(#164) Variable "errorData" must be all lower-case
(#182) Protected method name "PEAR_Sniffs_NamingConventions_ValidFunctionNameSniff::processTokenOutsideScope" must be in lower-case letters only
(#182) Variable "phpcsFile" must be all lower-case
(#182) Variable "stackPtr" must be all lower-case
(#183) Opening brace should be on the same line as the declaration
(#184) Variable "functionName" must be all lower-case
(#184) Variable "phpcsFile" must be all lower-case
(#184) Variable "stackPtr" must be all lower-case
(#185) Variable "functionName" must be all lower-case
(#190) Variable "errorData" must be all lower-case
(#190) Variable "functionName" must be all lower-case
(#193) Variable "functionName" must be all lower-case
(#194) Variable "magicPart" must be all lower-case
(#194) Variable "functionName" must be all lower-case
(#195) Variable "magicPart" must be all lower-case
(#197) Variable "phpcsFile" must be all lower-case
(#197) Variable "stackPtr" must be all lower-case
(#197) Variable "errorData" must be all lower-case
(#205) Variable "packagePart" must be all lower-case
(#206) Variable "camelCapsPart" must be all lower-case
(#207) Variable "underscorePos" must be all lower-case
(#207) Variable "functionName" must be all lower-case
(#208) Variable "underscorePos" must be all lower-case
(#209) Variable "camelCapsPart" must be all lower-case
(#209) Variable "functionName" must be all lower-case
(#211) Variable "packagePart" must be all lower-case
(#211) Variable "functionName" must be all lower-case
(#211) Variable "underscorePos" must be all lower-case
(#212) Variable "camelCapsPart" must be all lower-case
(#212) Variable "functionName" must be all lower-case
(#212) Variable "underscorePos" must be all lower-case
(#215) Variable "packagePart" must be all lower-case
(#215) Variable "packagePart" must be all lower-case
(#219) Variable "packagePart" must be all lower-case
(#220) Variable "functionName" must be all lower-case
(#222) Variable "phpcsFile" must be all lower-case
(#222) Variable "stackPtr" must be all lower-case
(#222) Variable "errorData" must be all lower-case
(#226) Variable "functionName" must be all lower-case
(#226) Variable "functionName" must be all lower-case
(#228) Variable "phpcsFile" must be all lower-case
(#228) Variable "stackPtr" must be all lower-case
(#228) Variable "errorData" must be all lower-case
(#234) Variable "camelCapsPart" must be all lower-case
(#236) Variable "phpcsFile" must be all lower-case
(#236) Variable "stackPtr" must be all lower-case
(#236) Variable "errorData" must be all lower-case
(#240) Variable "validName" must be all lower-case
(#241) Variable "newPackagePart" must be all lower-case
(#241) Variable "packagePart" must be all lower-case
(#242) Variable "newCamelCapsPart" must be all lower-case
(#242) Variable "camelCapsPart" must be all lower-case
(#245) Variable "camelCapsPart" must be all lower-case
(#246) Variable "validName" must be all lower-case
(#247) Variable "newCamelCapsPart" must be all lower-case
(#247) Variable "camelCapsPart" must be all lower-case
(#247) Variable "camelCapsPart" must be all lower-case
(#250) Variable "packagePart" must be all lower-case
(#252) Variable "nameBits" must be all lower-case
(#252) Variable "packagePart" must be all lower-case
(#253) Variable "nameBits" must be all lower-case
(#255) Variable "newPackagePart" must be all lower-case
(#256) Variable "nameBits" must be all lower-case
(#257) Variable "newPackagePart" must be all lower-case
(#260) Variable "validName" must be all lower-case
(#266) Variable "validName" must be all lower-case
(#267) Variable "newName" must be all lower-case
(#267) Variable "newPackagePart" must be all lower-case
(#267) Variable "newCamelCapsPart" must be all lower-case
(#268) Variable "newPackagePart" must be all lower-case
(#269) Variable "newName" must be all lower-case
(#269) Variable "newCamelCapsPart" must be all lower-case
(#271) Variable "newName" must be all lower-case
(#271) Variable "newPackagePart" must be all lower-case
(#271) Variable "newCamelCapsPart" must be all lower-case
(#275) Variable "errorData" must be all lower-case
(#276) Variable "newName" must be all lower-case
(#277) Variable "phpcsFile" must be all lower-case
(#277) Variable "stackPtr" must be all lower-case
(#285) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidVariableNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#46) Protected method name "PEAR_Sniffs_NamingConventions_ValidVariableNameSniff::processMemberVar" must be in lower-case letters only
(#46) Variable "phpcsFile" must be all lower-case
(#46) Variable "stackPtr" must be all lower-case
(#47) Opening brace should be on the same line as the declaration
(#48) Variable "phpcsFile" must be all lower-case
(#50) Variable "memberProps" must be all lower-case
(#50) Variable "phpcsFile" must be all lower-case
(#50) Variable "stackPtr" must be all lower-case
(#51) Variable "memberProps" must be all lower-case
(#55) Variable "memberName" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Variable "isPublic" must be all lower-case
(#56) Variable "memberProps" must be all lower-case
(#57) Variable "memberProps" must be all lower-case
(#58) Variable "scopeSpecified" must be all lower-case
(#58) Variable "memberProps" must be all lower-case
(#61) Variable "isPublic" must be all lower-case
(#61) Variable "memberName" must be all lower-case
(#63) Variable "memberName" must be all lower-case
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#69) Variable "isPublic" must be all lower-case
(#69) Variable "scopeSpecified" must be all lower-case
(#69) Variable "memberName" must be all lower-case
(#73) Variable "memberName" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#90) Protected method name "PEAR_Sniffs_NamingConventions_ValidVariableNameSniff::processVariable" must be in lower-case letters only
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#91) Opening brace should be on the same line as the declaration
(#105) Protected method name "PEAR_Sniffs_NamingConventions_ValidVariableNameSniff::processVariableInString" must be in lower-case letters only
(#105) Variable "phpcsFile" must be all lower-case
(#105) Variable "stackPtr" must be all lower-case
(#106) Opening brace should be on the same line as the declaration
(#114) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#46) Opening brace should be on the same line as the declaration
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#63) Variable "phpcsFile" must be all lower-case
(#66) Variable "varToken" must be all lower-case
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#67) Variable "varToken" must be all lower-case
(#67) Variable "varToken" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#87) Variable "varToken" must be all lower-case
(#88) Variable "varToken" must be all lower-case
(#94) Variable "requiredIndent" must be all lower-case
(#96) Variable "requiredIndent" must be all lower-case
(#99) Variable "requiredIndent" must be all lower-case
(#102) Variable "origBrackets" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#104) Variable "origBrackets" must be all lower-case
(#104) Variable "stackPtr" must be all lower-case
(#107) Variable "origConditions" must be all lower-case
(#108) Variable "stackPtr" must be all lower-case
(#109) Variable "origConditions" must be all lower-case
(#109) Variable "stackPtr" must be all lower-case
(#115) Variable "stackPtr" must be all lower-case
(#115) Variable "varToken" must be all lower-case
(#116) Variable "stackPtr" must be all lower-case
(#131) Variable "origBrackets" must be all lower-case
(#131) Variable "origConditions" must be all lower-case
(#136) Variable "foundIndent" must be all lower-case
(#138) Variable "foundIndent" must be all lower-case
(#141) Variable "foundIndent" must be all lower-case
(#141) Variable "requiredIndent" must be all lower-case
(#144) Variable "requiredIndent" must be all lower-case
(#145) Variable "foundIndent" must be all lower-case
(#147) Variable "phpcsFile" must be all lower-case
(#152) Variable "phpcsFile" must be all lower-case
(#155) Variable "phpcsFile" must be all lower-case
(#159) Variable "phpcsFile" must be all lower-case
(#174) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Opening brace should be on the same line as the declaration
(#48) Variable "scopeOpeners" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#64) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#72) Variable "scopeStart" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#73) Variable "scopeEnd" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#78) Variable "scopeEnd" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#86) Variable "lineStart" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#87) Variable "lineStart" must be all lower-case
(#87) Variable "lineStart" must be all lower-case
(#87) Variable "lineStart" must be all lower-case
(#88) Variable "lineStart" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#95) Variable "lineStart" must be all lower-case
(#95) Expected 1 space before "="; 0 found
(#95) Variable "phpcsFile" must be all lower-case
(#97) Variable "lineStart" must be all lower-case
(#102) Variable "startColumn" must be all lower-case
(#102) Variable "lineStart" must be all lower-case
(#105) Variable "lastContent" must be all lower-case
(#105) Variable "phpcsFile" must be all lower-case
(#107) Variable "scopeEnd" must be all lower-case
(#108) Variable "scopeStart" must be all lower-case
(#112) Variable "lastContent" must be all lower-case
(#112) Variable "scopeEnd" must be all lower-case
(#114) Variable "phpcsFile" must be all lower-case
(#114) Variable "scopeEnd" must be all lower-case
(#119) Variable "braceIndent" must be all lower-case
(#119) Variable "scopeEnd" must be all lower-case
(#120) Variable "stackPtr" must be all lower-case
(#123) Variable "braceIndent" must be all lower-case
(#123) Variable "startColumn" must be all lower-case
(#126) Variable "startColumn" must be all lower-case
(#127) Variable "braceIndent" must be all lower-case
(#129) Variable "phpcsFile" must be all lower-case
(#129) Variable "scopeEnd" must be all lower-case
(#132) Variable "braceIndent" must be all lower-case
(#132) Variable "startColumn" must be all lower-case
(#135) Variable "startColumn" must be all lower-case
(#136) Variable "braceIndent" must be all lower-case
(#138) Variable "phpcsFile" must be all lower-case
(#138) Variable "scopeEnd" must be all lower-case
(#147) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeIndentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#44) Member variable "nonIndentingScopes" must be all lower-case
(#48) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PEAR_Tests_Classes_ClassDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#66) Public method name "PEAR_Tests_Classes_ClassDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#75) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "PEAR_Tests_Commenting_ClassCommentUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#78) Public method name "PEAR_Tests_Commenting_ClassCommentUnitTest::getWarningList" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#90) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#39) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#51) Public method name "PEAR_Tests_Commenting_FileCommentUnitTest::getErrorList" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#83) Public method name "PEAR_Tests_Commenting_FileCommentUnitTest::getWarningList" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#97) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "PEAR_Tests_Commenting_FunctionCommentUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#82) Public method name "PEAR_Tests_Commenting_FunctionCommentUnitTest::getWarningList" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#91) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PEAR_Tests_Commenting_InlineCommentUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#62) Public method name "PEAR_Tests_Commenting_InlineCommentUnitTest::getWarningList" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#71) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PEAR_Tests_ControlStructures_ControlSignatureUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#81) Public method name "PEAR_Tests_ControlStructures_ControlSignatureUnitTest::getWarningList" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#90) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PEAR_Tests_ControlStructures_MultiLineConditionUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#76) Public method name "PEAR_Tests_ControlStructures_MultiLineConditionUnitTest::getWarningList" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#85) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PEAR_Tests_Files_IncludingFileUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#75) Public method name "PEAR_Tests_Files_IncludingFileUnitTest::getWarningList" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#84) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "PEAR_Tests_Formatting_MultiLineAssignmentUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#60) Public method name "PEAR_Tests_Formatting_MultiLineAssignmentUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PEAR_Tests_Functions_FunctionCallSignatureUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#87) Public method name "PEAR_Tests_Functions_FunctionCallSignatureUnitTest::getWarningList" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#96) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PEAR_Tests_Functions_FunctionDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#75) Public method name "PEAR_Tests_Functions_FunctionDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#84) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PEAR_Tests_Functions_ValidDefaultValueUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#65) Public method name "PEAR_Tests_Functions_ValidDefaultValueUnitTest::getWarningList" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#74) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PEAR_Tests_NamingConventions_ValidClassNameUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#71) Public method name "PEAR_Tests_NamingConventions_ValidClassNameUnitTest::getWarningList" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#80) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PEAR_Tests_NamingConventions_ValidFunctionNameUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#175) Public method name "PEAR_Tests_NamingConventions_ValidFunctionNameUnitTest::getWarningList" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#184) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "PEAR_Tests_NamingConventions_ValidVariableNameUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#63) Public method name "PEAR_Tests_NamingConventions_ValidVariableNameUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "PEAR_Tests_WhiteSpace_ObjectOperatorIndentUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#63) Public method name "PEAR_Tests_WhiteSpace_ObjectOperatorIndentUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PEAR_Tests_WhiteSpace_ScopeClosingBraceUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#67) Public method name "PEAR_Tests_WhiteSpace_ScopeClosingBraceUnitTest::getWarningList" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#76) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PEAR_Tests_WhiteSpace_ScopeIndentUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#74) Public method name "PEAR_Tests_WhiteSpace_ScopeIndentUnitTest::getWarningList" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#83) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Sniffs/Classes/ClassDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#59) Variable "phpcsFile" must be all lower-case
(#60) Variable "errorData" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#62) Variable "nextClass" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#63) Variable "nextClass" must be all lower-case
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "nextClass" must be all lower-case
(#65) Variable "errorData" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#72) Variable "errorData" must be all lower-case
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Sniffs/Files/SideEffectsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#56) Variable "stackPtr" must be all lower-case
(#57) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#66) Line exceeds maximum limit of 180 characters; contains 278 characters
(#71) Variable "phpcsFile" must be all lower-case
(#92) Private method name "PSR1_Sniffs_Files_SideEffectsSniff::_searchForConflict" must be in lower-case letters only
(#92) Variable "phpcsFile" must be all lower-case
(#93) Opening brace should be on the same line as the declaration
(#107) Variable "firstSymbol" must be all lower-case
(#108) Variable "firstEffect" must be all lower-case
(#111) Variable "emptyTokens" must be all lower-case
(#124) Variable "phpcsFile" must be all lower-case
(#136) Variable "phpcsFile" must be all lower-case
(#145) Variable "methodPrefixes" must be all lower-case
(#153) Variable "firstSymbol" must be all lower-case
(#154) Variable "firstSymbol" must be all lower-case
(#162) Variable "phpcsFile" must be all lower-case
(#164) Variable "firstSymbol" must be all lower-case
(#165) Variable "firstSymbol" must be all lower-case
(#168) Variable "phpcsFile" must be all lower-case
(#183) Variable "phpcsFile" must be all lower-case
(#190) Variable "firstSymbol" must be all lower-case
(#191) Variable "firstSymbol" must be all lower-case
(#196) Variable "firstEffect" must be all lower-case
(#201) Variable "firstEffect" must be all lower-case
(#202) Variable "firstEffect" must be all lower-case
(#209) Variable "firstEffect" must be all lower-case
(#210) Variable "firstEffect" must be all lower-case
(#213) Variable "firstSymbol" must be all lower-case
(#220) Variable "firstSymbol" must be all lower-case
(#221) Variable "firstEffect" must be all lower-case
(#229) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Sniffs/Methods/CamelCapsMethodNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#39) Opening brace should be on the same line as the declaration
(#55) Protected method name "PSR1_Sniffs_Methods_CamelCapsMethodNameSniff::processTokenWithinScope" must be in lower-case letters only
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#55) Variable "currScope" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "methodName" must be all lower-case
(#57) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#58) Variable "methodName" must be all lower-case
(#64) Variable "magicPart" must be all lower-case
(#64) Variable "methodName" must be all lower-case
(#65) Variable "magicPart" must be all lower-case
(#69) Variable "testName" must be all lower-case
(#69) Variable "methodName" must be all lower-case
(#70) Variable "testName" must be all lower-case
(#72) Variable "className" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "currScope" must be all lower-case
(#73) Variable "errorData" must be all lower-case
(#73) Variable "className" must be all lower-case
(#73) Variable "methodName" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#74) Variable "errorData" must be all lower-case
(#89) Protected method name "PSR1_Sniffs_Methods_CamelCapsMethodNameSniff::processTokenOutsideScope" must be in lower-case letters only
(#89) Variable "phpcsFile" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#90) Opening brace should be on the same line as the declaration
(#91) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#98) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "PSR1_Tests_Classes_ClassDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#65) Public method name "PSR1_Tests_Classes_ClassDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#74) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PSR1_Tests_Files_SideEffectsUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#60) Public method name "PSR1_Tests_Files_SideEffectsUnitTest::getWarningList" must be in lower-case letters only
(#60) Variable "testFile" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "testFile" must be all lower-case
(#63) Line indented incorrectly; expected 12 spaces, found 8
(#64) Line indented incorrectly; expected 12 spaces, found 8
(#68) Line indented incorrectly; expected 12 spaces, found 8
(#77) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "PSR1_Tests_Methods_CamelCapsMethodNameUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#66) Public method name "PSR1_Tests_Methods_CamelCapsMethodNameUnitTest::getWarningList" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#75) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Classes/ClassDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#46) Variable "phpcsFile" must be all lower-case
(#46) Variable "stackPtr" must be all lower-case
(#47) Opening brace should be on the same line as the declaration
(#49) Variable "phpcsFile" must be all lower-case
(#49) Variable "stackPtr" must be all lower-case
(#50) Variable "phpcsFile" must be all lower-case
(#50) Variable "stackPtr" must be all lower-case
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#65) Public method name "PSR2_Sniffs_Classes_ClassDeclarationSniff::processOpen" must be in lower-case letters only
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#71) Variable "prevContent" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#72) Variable "prevContent" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#73) Variable "blankSpace" must be all lower-case
(#73) Variable "prevContent" must be all lower-case
(#73) Variable "prevContent" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#74) Variable "blankSpace" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#80) Variable "prevContent" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#83) Variable "prevContent" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#87) Variable "stackPtr" must be all lower-case
(#93) Variable "classIndent" must be all lower-case
(#94) Variable "stackPtr" must be all lower-case
(#95) Variable "stackPtr" must be all lower-case
(#101) Variable "classIndent" must be all lower-case
(#107) Variable "stackPtr" must be all lower-case
(#108) Variable "openingBrace" must be all lower-case
(#108) Variable "stackPtr" must be all lower-case
(#109) Variable "className" must be all lower-case
(#109) Variable "phpcsFile" must be all lower-case
(#109) Variable "stackPtr" must be all lower-case
(#111) Variable "classOrInterface" must be all lower-case
(#114) Variable "stackPtr" must be all lower-case
(#119) Variable "classOrInterface" must be all lower-case
(#120) Variable "classOrInterface" must be all lower-case
(#123) Variable "phpcsFile" must be all lower-case
(#123) Variable "stackPtr" must be all lower-case
(#127) Variable "className" must be all lower-case
(#132) Variable "classOrInterface" must be all lower-case
(#135) Variable "phpcsFile" must be all lower-case
(#135) Variable "stackPtr" must be all lower-case
(#139) Variable "keywordType" must be all lower-case
(#140) Variable "phpcsFile" must be all lower-case
(#140) Variable "keywordType" must be all lower-case
(#140) Variable "stackPtr" must be all lower-case
(#140) Variable "openingBrace" must be all lower-case
(#142) Variable "stackPtr" must be all lower-case
(#143) Variable "keywordType" must be all lower-case
(#144) Variable "classOrInterface" must be all lower-case
(#145) Variable "phpcsFile" must be all lower-case
(#145) Variable "keywordType" must be all lower-case
(#152) Variable "keywordType" must be all lower-case
(#154) Variable "phpcsFile" must be all lower-case
(#154) Variable "keywordType" must be all lower-case
(#167) Variable "stackPtr" must be all lower-case
(#168) Variable "keywordTokenType" must be all lower-case
(#170) Variable "keywordTokenType" must be all lower-case
(#173) Variable "phpcsFile" must be all lower-case
(#173) Variable "keywordTokenType" must be all lower-case
(#173) Variable "stackPtr" must be all lower-case
(#173) Variable "openingBrace" must be all lower-case
(#174) Variable "multiLineImplements" must be all lower-case
(#176) Variable "phpcsFile" must be all lower-case
(#176) Variable "emptyTokens" must be all lower-case
(#176) Variable "openingBrace" must be all lower-case
(#178) Variable "multiLineImplements" must be all lower-case
(#184) Variable "keywordTokenType" must be all lower-case
(#187) Variable "classNames" must be all lower-case
(#188) Variable "nextClass" must be all lower-case
(#188) Variable "phpcsFile" must be all lower-case
(#188) Variable "className" must be all lower-case
(#188) Variable "openingBrace" must be all lower-case
(#189) Variable "nextClass" must be all lower-case
(#190) Variable "classNames" must be all lower-case
(#190) Variable "nextClass" must be all lower-case
(#191) Variable "nextClass" must be all lower-case
(#191) Variable "phpcsFile" must be all lower-case
(#191) Variable "nextClass" must be all lower-case
(#191) Variable "openingBrace" must be all lower-case
(#194) Variable "classCount" must be all lower-case
(#194) Variable "classNames" must be all lower-case
(#195) Variable "checkingImplements" must be all lower-case
(#196) Variable "classNames" must be all lower-case
(#196) Variable "className" must be all lower-case
(#197) Variable "className" must be all lower-case
(#197) Variable "keywordTokenType" must be all lower-case
(#198) Variable "checkingImplements" must be all lower-case
(#202) Variable "checkingImplements" must be all lower-case
(#203) Variable "multiLineImplements" must be all lower-case
(#204) Variable "className" must be all lower-case
(#205) Variable "className" must be all lower-case
(#207) Variable "phpcsFile" must be all lower-case
(#212) Variable "className" must be all lower-case
(#217) Variable "className" must be all lower-case
(#218) Variable "keywordTokenType" must be all lower-case
(#220) Variable "phpcsFile" must be all lower-case
(#220) Variable "className" must be all lower-case
(#223) Variable "phpcsFile" must be all lower-case
(#223) Variable "className" must be all lower-case
(#226) Variable "phpcsFile" must be all lower-case
(#226) Variable "className" must be all lower-case
(#228) Variable "classIndent" must be all lower-case
(#235) Variable "phpcsFile" must be all lower-case
(#235) Variable "className" must be all lower-case
(#238) Variable "className" must be all lower-case
(#239) Variable "className" must be all lower-case
(#241) Variable "className" must be all lower-case
(#242) Variable "className" must be all lower-case
(#243) Variable "className" must be all lower-case
(#246) Variable "className" must be all lower-case
(#247) Variable "phpcsFile" must be all lower-case
(#247) Variable "nextComma" must be all lower-case
(#249) Variable "className" must be all lower-case
(#250) Variable "spaceBefore" must be all lower-case
(#250) Variable "className" must be all lower-case
(#252) Variable "spaceBefore" must be all lower-case
(#252) Variable "className" must be all lower-case
(#255) Variable "spaceBefore" must be all lower-case
(#258) Variable "className" must be all lower-case
(#259) Variable "spaceBefore" must be all lower-case
(#261) Variable "phpcsFile" must be all lower-case
(#261) Variable "className" must be all lower-case
(#266) Variable "className" must be all lower-case
(#267) Variable "className" must be all lower-case
(#269) Variable "classCount" must be all lower-case
(#272) Variable "className" must be all lower-case
(#272) Variable "keywordTokenType" must be all lower-case
(#275) Variable "className" must be all lower-case
(#276) Variable "className" must be all lower-case
(#278) Variable "phpcsFile" must be all lower-case
(#278) Variable "className" must be all lower-case
(#282) Variable "nextComma" must be all lower-case
(#282) Variable "phpcsFile" must be all lower-case
(#282) Variable "className" must be all lower-case
(#284) Variable "nextComma" must be all lower-case
(#284) Variable "className" must be all lower-case
(#300) Public method name "PSR2_Sniffs_Classes_ClassDeclarationSniff::processClose" must be in lower-case letters only
(#300) Variable "phpcsFile" must be all lower-case
(#300) Variable "stackPtr" must be all lower-case
(#301) Opening brace should be on the same line as the declaration
(#302) Variable "phpcsFile" must be all lower-case
(#305) Variable "closeBrace" must be all lower-case
(#305) Variable "stackPtr" must be all lower-case
(#306) Variable "prevContent" must be all lower-case
(#306) Variable "phpcsFile" must be all lower-case
(#306) Variable "closeBrace" must be all lower-case
(#307) Variable "prevContent" must be all lower-case
(#307) Variable "stackPtr" must be all lower-case
(#308) Variable "prevContent" must be all lower-case
(#308) Variable "closeBrace" must be all lower-case
(#311) Variable "stackPtr" must be all lower-case
(#312) Variable "phpcsFile" must be all lower-case
(#312) Variable "closeBrace" must be all lower-case
(#317) Variable "nextContent" must be all lower-case
(#317) Variable "phpcsFile" must be all lower-case
(#317) Variable "closeBrace" must be all lower-case
(#318) Variable "nextContent" must be all lower-case
(#318) Variable "phpcsFile" must be all lower-case
(#319) Variable "nextContent" must be all lower-case
(#319) Variable "closeBrace" must be all lower-case
(#321) Variable "stackPtr" must be all lower-case
(#323) Variable "stackPtr" must be all lower-case
(#324) Variable "phpcsFile" must be all lower-case
(#324) Variable "closeBrace" must be all lower-case
(#332) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Classes/PropertyDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Protected method name "PSR2_Sniffs_Classes_PropertyDeclarationSniff::processMemberVar" must be in lower-case letters only
(#42) Variable "phpcsFile" must be all lower-case
(#42) Variable "stackPtr" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#44) Variable "phpcsFile" must be all lower-case
(#46) Variable "stackPtr" must be all lower-case
(#48) Variable "stackPtr" must be all lower-case
(#49) Variable "phpcsFile" must be all lower-case
(#49) Variable "stackPtr" must be all lower-case
(#55) Variable "scopeModifiers" must be all lower-case
(#57) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#70) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "scopeModifiers" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#91) Protected method name "PSR2_Sniffs_Classes_PropertyDeclarationSniff::processVariable" must be in lower-case letters only
(#91) Variable "phpcsFile" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#92) Opening brace should be on the same line as the declaration
(#106) Protected method name "PSR2_Sniffs_Classes_PropertyDeclarationSniff::processVariableInString" must be in lower-case letters only
(#106) Variable "phpcsFile" must be all lower-case
(#106) Variable "stackPtr" must be all lower-case
(#107) Opening brace should be on the same line as the declaration
(#115) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ControlStructureSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#37) Member variable "requiredSpacesAfterOpen" must be all lower-case
(#44) Member variable "requiredSpacesBeforeClose" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#78) Opening brace should be on the same line as the declaration
(#81) Variable "phpcsFile" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#84) Variable "parenOpener" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#85) Variable "parenCloser" must be all lower-case
(#85) Variable "stackPtr" must be all lower-case
(#86) Variable "spaceAfterOpen" must be all lower-case
(#87) Variable "parenOpener" must be all lower-case
(#88) Variable "spaceAfterOpen" must be all lower-case
(#88) Variable "parenOpener" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#91) Variable "spaceAfterOpen" must be all lower-case
(#95) Variable "spaceAfterOpen" must be all lower-case
(#97) Variable "phpcsFile" must be all lower-case
(#97) Variable "parenOpener" must be all lower-case
(#100) Variable "parenOpener" must be all lower-case
(#100) Variable "parenCloser" must be all lower-case
(#101) Variable "spaceBeforeClose" must be all lower-case
(#102) Variable "parenCloser" must be all lower-case
(#103) Variable "spaceBeforeClose" must be all lower-case
(#103) Variable "parenCloser" must be all lower-case
(#103) Variable "phpcsFile" must be all lower-case
(#106) Variable "spaceBeforeClose" must be all lower-case
(#110) Variable "spaceBeforeClose" must be all lower-case
(#112) Variable "phpcsFile" must be all lower-case
(#112) Variable "parenCloser" must be all lower-case
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ElseIfDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/SwitchDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Expected 5 space(s) before asterisk; 4 found
(#33) Expected 5 space(s) before asterisk; 4 found
(#34) Expected 5 space(s) before asterisk; 4 found
(#35) Expected 5 space(s) before asterisk; 4 found
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#72) Variable "nextCase" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#73) Variable "caseAlignment" must be all lower-case
(#74) Variable "caseCount" must be all lower-case
(#75) Variable "foundDefault" must be all lower-case
(#77) Variable "nextCase" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "nextCase" must be all lower-case
(#78) Variable "nextCase" must be all lower-case
(#80) Variable "foundDefault" must be all lower-case
(#83) Variable "caseCount" must be all lower-case
(#86) Variable "nextCase" must be all lower-case
(#86) Variable "nextCase" must be all lower-case
(#87) Variable "nextCase" must be all lower-case
(#91) Variable "nextCase" must be all lower-case
(#93) Variable "phpcsFile" must be all lower-case
(#93) Variable "nextCase" must be all lower-case
(#96) Variable "nextCase" must be all lower-case
(#96) Variable "caseAlignment" must be all lower-case
(#98) Variable "phpcsFile" must be all lower-case
(#98) Variable "nextCase" must be all lower-case
(#102) Variable "nextCase" must be all lower-case
(#103) Variable "nextCase" must be all lower-case
(#106) Variable "phpcsFile" must be all lower-case
(#106) Variable "nextCase" must be all lower-case
(#109) Variable "nextCase" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "nextCase" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "nextCase" must be all lower-case
(#120) Variable "nextCloser" must be all lower-case
(#120) Variable "nextCase" must be all lower-case
(#121) Variable "nextCloser" must be all lower-case
(#121) Variable "nextCase" must be all lower-case
(#125) Variable "nextCloser" must be all lower-case
(#125) Variable "caseAlignment" must be all lower-case
(#127) Variable "phpcsFile" must be all lower-case
(#127) Variable "nextCloser" must be all lower-case
(#136) Variable "nextCode" must be all lower-case
(#136) Variable "phpcsFile" must be all lower-case
(#138) Variable "nextCase" must be all lower-case
(#139) Variable "nextCloser" must be all lower-case
(#143) Variable "nextCode" must be all lower-case
(#143) Variable "nextCode" must be all lower-case
(#147) Variable "nextCode" must be all lower-case
(#147) Variable "phpcsFile" must be all lower-case
(#147) Variable "nextCase" must be all lower-case
(#147) Variable "nextCloser" must be all lower-case
(#148) Variable "nextCode" must be all lower-case
(#149) Variable "prevCode" must be all lower-case
(#149) Variable "phpcsFile" must be all lower-case
(#149) Variable "nextCode" must be all lower-case
(#149) Variable "nextCase" must be all lower-case
(#150) Variable "prevCode" must be all lower-case
(#152) Variable "phpcsFile" must be all lower-case
(#152) Variable "nextCase" must be all lower-case
(#172) Private method name "PSR2_Sniffs_ControlStructures_SwitchDeclarationSniff::_findNextCase" must be in lower-case letters only
(#172) Variable "phpcsFile" must be all lower-case
(#172) Variable "stackPtr" must be all lower-case
(#173) Opening brace should be on the same line as the declaration
(#174) Variable "phpcsFile" must be all lower-case
(#175) Variable "stackPtr" must be all lower-case
(#175) Variable "phpcsFile" must be all lower-case
(#175) Variable "stackPtr" must be all lower-case
(#177) Variable "stackPtr" must be all lower-case
(#178) Variable "stackPtr" must be all lower-case
(#178) Variable "stackPtr" must be all lower-case
(#185) Variable "stackPtr" must be all lower-case
(#192) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Files/EndFileNewlineSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Opening brace should be on the same line as the declaration
(#52) Variable "phpcsFile" must be all lower-case
(#52) Variable "stackPtr" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#56) Variable "stackPtr" must be all lower-case
(#57) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#79) Variable "lastLine" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#84) Variable "lastCodeLine" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#85) Variable "blankLines" must be all lower-case
(#85) Variable "lastLine" must be all lower-case
(#85) Variable "lastCodeLine" must be all lower-case
(#86) Variable "blankLines" must be all lower-case
(#88) Variable "blankLines" must be all lower-case
(#89) Variable "phpcsFile" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#97) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Methods/FunctionCallSignatureSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Member variable "allowMultipleArguments" must be all lower-case
(#50) Public method name "PSR2_Sniffs_Methods_FunctionCallSignatureSniff::isMultiLineCall" must be in lower-case letters only
(#50) Variable "phpcsFile" must be all lower-case
(#50) Variable "stackPtr" must be all lower-case
(#50) Variable "openBracket" must be all lower-case
(#51) Opening brace should be on the same line as the declaration
(#52) Variable "closeBracket" must be all lower-case
(#52) Variable "openBracket" must be all lower-case
(#53) Variable "compareLine" must be all lower-case
(#53) Variable "openBracket" must be all lower-case
(#55) Variable "openBracket" must be all lower-case
(#55) Variable "closeBracket" must be all lower-case
(#58) Variable "compareLine" must be all lower-case
(#62) Variable "compareLine" must be all lower-case
(#66) Variable "compareLine" must be all lower-case
(#70) Variable "compareLine" must be all lower-case
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Methods/MethodDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Protected method name "PSR2_Sniffs_Methods_MethodDeclarationSniff::processTokenWithinScope" must be in lower-case letters only
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#55) Variable "currScope" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "methodName" must be all lower-case
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Variable "methodName" must be all lower-case
(#65) Variable "methodName" must be all lower-case
(#65) Variable "methodName" must be all lower-case
(#65) Variable "methodName" must be all lower-case
(#67) Variable "methodName" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#76) Variable "methodPrefixes" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#81) Variable "methodPrefixes" must be all lower-case
(#83) Line indented incorrectly; expected 16 spaces, found 12
(#84) Line indented incorrectly; expected at least 20 spaces, found 16
(#86) Line indented incorrectly; expected 16 spaces, found 12
(#87) Line indented incorrectly; expected at least 20 spaces, found 16
(#89) Line indented incorrectly; expected 16 spaces, found 12
(#90) Line indented incorrectly; expected at least 20 spaces, found 16
(#92) Line indented incorrectly; expected 16 spaces, found 12
(#93) Line indented incorrectly; expected at least 20 spaces, found 16
(#100) Variable "phpcsFile" must be all lower-case
(#105) Variable "phpcsFile" must be all lower-case
(#110) Variable "phpcsFile" must be all lower-case
(#118) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/NamespaceDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#57) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#70) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#79) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/UseDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#59) Variable "phpcsFile" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#71) Variable "phpcsFile" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#79) Variable "nextUse" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#80) Variable "phpcsFile" must be all lower-case
(#80) Variable "nextUse" must be all lower-case
(#81) Variable "nextUse" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#81) Variable "nextUse" must be all lower-case
(#82) Variable "nextUse" must be all lower-case
(#87) Variable "nextUse" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#101) Variable "stackPtr" must be all lower-case
(#116) Private method name "PSR2_Sniffs_Namespaces_UseDeclarationSniff::_shouldIgnoreUse" must be in lower-case letters only
(#116) Variable "phpcsFile" must be all lower-case
(#116) Variable "stackPtr" must be all lower-case
(#117) Opening brace should be on the same line as the declaration
(#118) Variable "phpcsFile" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#121) Variable "stackPtr" must be all lower-case
(#127) Variable "phpcsFile" must be all lower-case
(#127) Variable "stackPtr" must be all lower-case
(#139) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "PSR2_Tests_Classes_ClassDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#78) Public method name "PSR2_Tests_Classes_ClassDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#87) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "PSR2_Tests_Classes_PropertyDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#62) Public method name "PSR2_Tests_Classes_PropertyDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#75) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PSR2_Tests_ControlStructures_ControlStructureSpacingUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#66) Public method name "PSR2_Tests_ControlStructures_ControlStructureSpacingUnitTest::getWarningList" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#75) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "PSR2_Tests_ControlStructures_ElseIfDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#56) Public method name "PSR2_Tests_ControlStructures_ElseIfDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "PSR2_Tests_ControlStructures_SwitchDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#63) Public method name "PSR2_Tests_ControlStructures_SwitchDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PSR2_Tests_Files_EndFileNewlineUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#46) Line indented incorrectly; expected 12 spaces, found 8
(#47) Line indented incorrectly; expected 12 spaces, found 8
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#49) Line indented incorrectly; expected 12 spaces, found 8
(#54) Line indented incorrectly; expected 12 spaces, found 8
(#72) Public method name "PSR2_Tests_Files_EndFileNewlineUnitTest::getWarningList" must be in lower-case letters only
(#72) Variable "testFile" must be all lower-case
(#73) Opening brace should be on the same line as the declaration
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PSR2_Tests_Methods_FunctionCallSignatureUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#61) Public method name "PSR2_Tests_Methods_FunctionCallSignatureUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "PSR2_Tests_Methods_MethodDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#61) Public method name "PSR2_Tests_Methods_MethodDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "PSR2_Tests_Namespaces_NamespaceDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#58) Public method name "PSR2_Tests_Namespaces_NamespaceDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#67) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "PSR2_Tests_Namespaces_UseDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#46) Line indented incorrectly; expected 12 spaces, found 8
(#47) Line indented incorrectly; expected at least 16 spaces, found 12
(#48) Line indented incorrectly; expected at least 16 spaces, found 12
(#49) Line indented incorrectly; expected 16 spaces, found 12
(#50) Line indented incorrectly; expected at least 20 spaces, found 16
(#52) Line indented incorrectly; expected at least 24 spaces, found 23
(#53) Line indented incorrectly; expected 16 spaces, found 12
(#56) Line indented incorrectly; expected 12 spaces, found 8
(#61) Line indented incorrectly; expected 12 spaces, found 8
(#65) Line indented incorrectly; expected 12 spaces, found 8
(#80) Public method name "PSR2_Tests_Namespaces_UseDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#89) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayBracketSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Variable "openBracket" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#68) Variable "openBracket" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#71) Variable "phpcsFile" must be all lower-case
(#71) Variable "emptyTokens" must be all lower-case
(#71) Variable "openBracket" must be all lower-case
(#77) Variable "prevType" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#78) Variable "prevType" must be all lower-case
(#78) Variable "emptyTokens" must be all lower-case
(#79) Variable "nonSpace" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#79) Variable "emptyTokens" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#80) Variable "nonSpace" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#81) Variable "nonSpace" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#81) Variable "nonSpace" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#87) Variable "stackPtr" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#92) Variable "nextType" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#93) Variable "nextType" must be all lower-case
(#93) Variable "emptyTokens" must be all lower-case
(#94) Variable "nonSpace" must be all lower-case
(#94) Variable "phpcsFile" must be all lower-case
(#94) Variable "emptyTokens" must be all lower-case
(#94) Variable "stackPtr" must be all lower-case
(#95) Variable "stackPtr" must be all lower-case
(#95) Variable "nonSpace" must be all lower-case
(#96) Variable "phpcsFile" must be all lower-case
(#96) Variable "stackPtr" must be all lower-case
(#96) Variable "nonSpace" must be all lower-case
(#96) Variable "stackPtr" must be all lower-case
(#102) Variable "phpcsFile" must be all lower-case
(#102) Variable "stackPtr" must be all lower-case
(#111) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#64) Variable "arrayStart" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Variable "arrayEnd" must be all lower-case
(#65) Variable "arrayStart" must be all lower-case
(#66) Variable "keywordStart" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#68) Variable "arrayStart" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#70) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "arrayStart" must be all lower-case
(#74) Variable "arrayEnd" must be all lower-case
(#75) Variable "arrayEnd" must be all lower-case
(#77) Variable "arrayEnd" must be all lower-case
(#77) Variable "arrayStart" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#87) Variable "arrayStart" must be all lower-case
(#87) Variable "arrayEnd" must be all lower-case
(#91) Variable "valueCount" must be all lower-case
(#93) Variable "arrayStart" must be all lower-case
(#93) Variable "arrayEnd" must be all lower-case
(#103) Variable "phpcsFile" must be all lower-case
(#103) Variable "arrayEnd" must be all lower-case
(#105) Variable "valueCount" must be all lower-case
(#110) Variable "phpcsFile" must be all lower-case
(#116) Variable "nextArrow" must be all lower-case
(#116) Variable "arrayStart" must be all lower-case
(#117) Variable "nextArrow" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "nextArrow" must be all lower-case
(#117) Variable "arrayEnd" must be all lower-case
(#118) Variable "nextArrow" must be all lower-case
(#119) Variable "nextArrow" must be all lower-case
(#122) Variable "phpcsFile" must be all lower-case
(#122) Variable "nextArrow" must be all lower-case
(#124) Variable "spaceLength" must be all lower-case
(#124) Variable "nextArrow" must be all lower-case
(#125) Variable "spaceLength" must be all lower-case
(#126) Variable "nextArrow" must be all lower-case
(#130) Variable "spaceLength" must be all lower-case
(#132) Variable "phpcsFile" must be all lower-case
(#132) Variable "nextArrow" must be all lower-case
(#136) Variable "nextArrow" must be all lower-case
(#137) Variable "nextArrow" must be all lower-case
(#140) Variable "phpcsFile" must be all lower-case
(#140) Variable "nextArrow" must be all lower-case
(#142) Variable "spaceLength" must be all lower-case
(#142) Variable "nextArrow" must be all lower-case
(#143) Variable "spaceLength" must be all lower-case
(#144) Variable "nextArrow" must be all lower-case
(#148) Variable "spaceLength" must be all lower-case
(#150) Variable "phpcsFile" must be all lower-case
(#150) Variable "nextArrow" must be all lower-case
(#155) Variable "valueCount" must be all lower-case
(#156) Variable "conditionCheck" must be all lower-case
(#156) Variable "phpcsFile" must be all lower-case
(#156) Variable "stackPtr" must be all lower-case
(#158) Variable "conditionCheck" must be all lower-case
(#158) Variable "conditionCheck" must be all lower-case
(#158) Variable "stackPtr" must be all lower-case
(#160) Variable "phpcsFile" must be all lower-case
(#160) Variable "stackPtr" must be all lower-case
(#171) Variable "phpcsFile" must be all lower-case
(#173) Variable "spaceLength" must be all lower-case
(#174) Variable "spaceLength" must be all lower-case
(#179) Variable "spaceLength" must be all lower-case
(#181) Variable "phpcsFile" must be all lower-case
(#187) Variable "spaceLength" must be all lower-case
(#191) Variable "spaceLength" must be all lower-case
(#193) Variable "phpcsFile" must be all lower-case
(#202) Variable "lastContent" must be all lower-case
(#202) Variable "phpcsFile" must be all lower-case
(#202) Variable "arrayEnd" must be all lower-case
(#202) Variable "arrayStart" must be all lower-case
(#203) Variable "lastContent" must be all lower-case
(#203) Variable "arrayEnd" must be all lower-case
(#205) Variable "phpcsFile" must be all lower-case
(#205) Variable "arrayEnd" must be all lower-case
(#206) Variable "arrayEnd" must be all lower-case
(#206) Variable "keywordStart" must be all lower-case
(#208) Variable "keywordStart" must be all lower-case
(#209) Variable "arrayEnd" must be all lower-case
(#215) Variable "phpcsFile" must be all lower-case
(#215) Variable "arrayEnd" must be all lower-case
(#218) Variable "nextToken" must be all lower-case
(#218) Variable "stackPtr" must be all lower-case
(#219) Variable "lastComma" must be all lower-case
(#219) Variable "stackPtr" must be all lower-case
(#220) Variable "keyUsed" must be all lower-case
(#221) Variable "singleUsed" must be all lower-case
(#222) Variable "lastToken" must be all lower-case
(#224) Variable "maxLength" must be all lower-case
(#227) Variable "nextToken" must be all lower-case
(#227) Variable "phpcsFile" must be all lower-case
(#227) Variable "nextToken" must be all lower-case
(#227) Variable "arrayEnd" must be all lower-case
(#227) Line exceeds 132 characters; contains 133 characters
(#228) Variable "currentEntry" must be all lower-case
(#230) Variable "nextToken" must be all lower-case
(#232) Variable "nextToken" must be all lower-case
(#233) Variable "nextToken" must be all lower-case
(#233) Variable "nextToken" must be all lower-case
(#237) Variable "nextToken" must be all lower-case
(#238) Variable "stackPtrCount" must be all lower-case
(#239) Variable "stackPtr" must be all lower-case
(#240) Variable "stackPtrCount" must be all lower-case
(#240) Variable "stackPtr" must be all lower-case
(#243) Variable "nextToken" must be all lower-case
(#243) Variable "stackPtrCount" must be all lower-case
(#250) Variable "keyUsed" must be all lower-case
(#250) Variable "lastToken" must be all lower-case
(#252) Variable "phpcsFile" must be all lower-case
(#252) Variable "nextToken" must be all lower-case
(#256) Variable "keyUsed" must be all lower-case
(#257) Variable "nextToken" must be all lower-case
(#258) Variable "nextToken" must be all lower-case
(#259) Variable "spaceLength" must be all lower-case
(#259) Variable "nextToken" must be all lower-case
(#263) Variable "spaceLength" must be all lower-case
(#265) Variable "phpcsFile" must be all lower-case
(#265) Variable "nextToken" must be all lower-case
(#270) Variable "valueContent" must be all lower-case
(#270) Variable "phpcsFile" must be all lower-case
(#270) Variable "emptyTokens" must be all lower-case
(#270) Variable "nextToken" must be all lower-case
(#271) Variable "valueContent" must be all lower-case
(#271) Variable "nextToken" must be all lower-case
(#272) Variable "valueContent" must be all lower-case
(#272) Variable "arrayStart" must be all lower-case
(#278) Variable "valueContent" must be all lower-case
(#281) Variable "valueContent" must be all lower-case
(#281) Variable "phpcsFile" must be all lower-case
(#281) Variable "valueContent" must be all lower-case
(#281) Variable "nextToken" must be all lower-case
(#282) Variable "valueContent" must be all lower-case
(#283) Variable "singleUsed" must be all lower-case
(#286) Variable "lastToken" must be all lower-case
(#290) Variable "nextToken" must be all lower-case
(#291) Variable "singleUsed" must be all lower-case
(#293) Variable "phpcsFile" must be all lower-case
(#293) Variable "nextToken" must be all lower-case
(#297) Variable "currentEntry" must be all lower-case
(#297) Variable "nextToken" must be all lower-case
(#298) Variable "keyUsed" must be all lower-case
(#301) Variable "indexEnd" must be all lower-case
(#301) Variable "phpcsFile" must be all lower-case
(#301) Variable "nextToken" must be all lower-case
(#301) Variable "arrayStart" must be all lower-case
(#302) Variable "indexStart" must be all lower-case
(#302) Variable "phpcsFile" must be all lower-case
(#302) Variable "indexEnd" must be all lower-case
(#302) Variable "arrayStart" must be all lower-case
(#304) Variable "indexStart" must be all lower-case
(#305) Variable "indexEnd" must be all lower-case
(#307) Variable "indexStart" must be all lower-case
(#310) Variable "currentEntry" must be all lower-case
(#311) Variable "currentEntry" must be all lower-case
(#311) Variable "phpcsFile" must be all lower-case
(#311) Variable "indexEnd" must be all lower-case
(#313) Variable "indexLength" must be all lower-case
(#313) Variable "currentEntry" must be all lower-case
(#314) Variable "maxLength" must be all lower-case
(#314) Variable "indexLength" must be all lower-case
(#315) Variable "maxLength" must be all lower-case
(#315) Variable "indexLength" must be all lower-case
(#319) Variable "nextContent" must be all lower-case
(#319) Variable "phpcsFile" must be all lower-case
(#319) Variable "nextToken" must be all lower-case
(#319) Variable "arrayEnd" must be all lower-case
(#320) Variable "currentEntry" must be all lower-case
(#320) Variable "nextContent" must be all lower-case
(#321) Variable "currentEntry" must be all lower-case
(#322) Variable "lastToken" must be all lower-case
(#327) Variable "singleValue" must be all lower-case
(#330) Variable "singleValue" must be all lower-case
(#331) Variable "lastToken" must be all lower-case
(#333) Variable "emptyTokens" must be all lower-case
(#335) Variable "nextContent" must be all lower-case
(#335) Variable "phpcsFile" must be all lower-case
(#335) Variable "arrayEnd" must be all lower-case
(#336) Variable "nextContent" must be all lower-case
(#337) Variable "singleValue" must be all lower-case
(#341) Variable "singleValue" must be all lower-case
(#345) Variable "phpcsFile" must be all lower-case
(#345) Variable "stackPtr" must be all lower-case
(#360) Variable "keyUsed" must be all lower-case
(#362) Variable "lastIndex" must be all lower-case
(#364) Variable "trailingContent" must be all lower-case
(#364) Variable "phpcsFile" must be all lower-case
(#364) Variable "arrayEnd" must be all lower-case
(#364) Variable "lastIndex" must be all lower-case
(#365) Variable "trailingContent" must be all lower-case
(#367) Variable "phpcsFile" must be all lower-case
(#367) Variable "trailingContent" must be all lower-case
(#381) Variable "keywordStart" must be all lower-case
(#384) Variable "keywordStart" must be all lower-case
(#387) Variable "phpcsFile" must be all lower-case
(#414) Variable "numValues" must be all lower-case
(#416) Variable "indicesStart" must be all lower-case
(#416) Variable "keywordStart" must be all lower-case
(#417) Variable "arrowStart" must be all lower-case
(#417) Variable "indicesStart" must be all lower-case
(#417) Variable "maxLength" must be all lower-case
(#418) Variable "valueStart" must be all lower-case
(#418) Variable "arrowStart" must be all lower-case
(#422) Variable "stackPtr" must be all lower-case
(#422) Variable "numValues" must be all lower-case
(#424) Variable "phpcsFile" must be all lower-case
(#424) Variable "stackPtr" must be all lower-case
(#430) Variable "stackPtr" must be all lower-case
(#432) Variable "phpcsFile" must be all lower-case
(#432) Variable "stackPtr" must be all lower-case
(#436) Variable "indicesStart" must be all lower-case
(#439) Variable "indicesStart" must be all lower-case
(#442) Variable "phpcsFile" must be all lower-case
(#446) Variable "arrowStart" must be all lower-case
(#447) Variable "arrowStart" must be all lower-case
(#448) Line exceeds 132 characters; contains 138 characters
(#455) Variable "phpcsFile" must be all lower-case
(#459) Variable "valueStart" must be all lower-case
(#460) Variable "valueStart" must be all lower-case
(#461) Line exceeds 132 characters; contains 150 characters
(#468) Variable "phpcsFile" must be all lower-case
(#473) Variable "valueLine" must be all lower-case
(#474) Variable "nextComma" must be all lower-case
(#475) Variable "arrayEnd" must be all lower-case
(#479) Variable "valueLine" must be all lower-case
(#484) Variable "nextComma" must be all lower-case
(#489) Variable "nextComma" must be all lower-case
(#489) Variable "nextComma" must be all lower-case
(#489) Variable "valueLine" must be all lower-case
(#491) Variable "phpcsFile" must be all lower-case
(#495) Variable "nextComma" must be all lower-case
(#495) Variable "nextComma" must be all lower-case
(#496) Variable "nextComma" must be all lower-case
(#497) Variable "spaceLength" must be all lower-case
(#497) Variable "nextComma" must be all lower-case
(#501) Variable "spaceLength" must be all lower-case
(#503) Variable "phpcsFile" must be all lower-case
(#503) Variable "nextComma" must be all lower-case
(#513) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionClosingBraceSpaceSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "emptyTokens" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#95) Variable "stackPtr" must be all lower-case
(#103) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#72) Variable "endTokens" must be all lower-case
(#80) Variable "foundContent" must be all lower-case
(#81) Variable "currentLine" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#83) Variable "endTokens" must be all lower-case
(#87) Variable "currentLine" must be all lower-case
(#89) Variable "foundContent" must be all lower-case
(#96) Variable "foundContent" must be all lower-case
(#99) Variable "phpcsFile" must be all lower-case
(#101) Variable "endTokens" must be all lower-case
(#104) Variable "phpcsFile" must be all lower-case
(#109) Variable "foundContent" must be all lower-case
(#110) Variable "currentLine" must be all lower-case
(#118) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionOpeningBraceSpaceSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Member variable "supportedTokenizers" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#63) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#82) Variable "emptyTokens" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#89) Variable "phpcsFile" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#98) Variable "foundLines" must be all lower-case
(#98) Variable "stackPtr" must be all lower-case
(#100) Variable "foundLines" must be all lower-case
(#102) Variable "foundLines" must be all lower-case
(#103) Variable "phpcsFile" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#106) Variable "foundLines" must be all lower-case
(#108) Variable "foundLines" must be all lower-case
(#109) Variable "phpcsFile" must be all lower-case
(#109) Variable "stackPtr" must be all lower-case
(#118) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ColonSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "emptyTokens" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#94) Variable "phpcsFile" must be all lower-case
(#94) Variable "stackPtr" must be all lower-case
(#101) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ColourDefinitionSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#87) Variable "stackPtr" must be all lower-case
(#93) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/DisallowMultipleStyleDefinitionsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateClassDefinitionSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#65) Variable "classNames" must be all lower-case
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#97) Variable "classNames" must be all lower-case
(#98) Variable "classNames" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#103) Variable "classNames" must be all lower-case
(#106) Variable "phpcsFile" must be all lower-case
(#113) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateStyleDefinitionSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#72) Variable "styleNames" must be all lower-case
(#76) Variable "styleNames" must be all lower-case
(#77) Variable "styleNames" must be all lower-case
(#80) Variable "phpcsFile" must be all lower-case
(#82) Variable "styleNames" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#93) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyClassDefinitionSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "emptyTokens" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#73) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyStyleDefinitionSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#73) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ForbiddenStylesSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#46) Member variable "forbiddenStyles" must be all lower-case
(#62) Member variable "forbiddenStyleNames" must be all lower-case
(#69) Member variable "patternMatch" must be all lower-case
(#85) Opening brace should be on the same line as the declaration
(#108) Variable "phpcsFile" must be all lower-case
(#108) Variable "stackPtr" must be all lower-case
(#109) Opening brace should be on the same line as the declaration
(#110) Variable "phpcsFile" must be all lower-case
(#111) Variable "stackPtr" must be all lower-case
(#136) Variable "phpcsFile" must be all lower-case
(#136) Variable "stackPtr" must be all lower-case
(#152) Protected method name "Squiz_Sniffs_CSS_ForbiddenStylesSniff::addError" must be in lower-case letters only
(#152) Variable "phpcsFile" must be all lower-case
(#152) Variable "stackPtr" must be all lower-case
(#153) Opening brace should be on the same line as the declaration
(#175) Variable "phpcsFile" must be all lower-case
(#175) Variable "stackPtr" must be all lower-case
(#177) Variable "phpcsFile" must be all lower-case
(#177) Variable "stackPtr" must be all lower-case
(#185) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/IndentationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#39) Expected 5 space(s) before asterisk; 4 found
(#40) Expected 5 space(s) before asterisk; 4 found
(#41) Expected 5 space(s) before asterisk; 4 found
(#42) Expected 5 space(s) before asterisk; 4 found
(#52) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#68) Opening brace should be on the same line as the declaration
(#69) Variable "phpcsFile" must be all lower-case
(#71) Variable "numTokens" must be all lower-case
(#72) Variable "indentLevel" must be all lower-case
(#73) Variable "nestingLevel" must be all lower-case
(#74) Variable "numTokens" must be all lower-case
(#81) Variable "indentLevel" must be all lower-case
(#84) Variable "phpcsFile" must be all lower-case
(#90) Variable "nestingLevel" must be all lower-case
(#90) Variable "indentLevel" must be all lower-case
(#93) Variable "indentLevel" must be all lower-case
(#102) Variable "phpcsFile" must be all lower-case
(#103) Variable "foundIndent" must be all lower-case
(#105) Variable "foundIndent" must be all lower-case
(#108) Variable "expectedIndent" must be all lower-case
(#108) Variable "indentLevel" must be all lower-case
(#109) Variable "expectedIndent" must be all lower-case
(#110) Variable "phpcsFile" must be all lower-case
(#112) Variable "nestingLevel" must be all lower-case
(#112) Variable "indentLevel" must be all lower-case
(#114) Variable "phpcsFile" must be all lower-case
(#116) Variable "foundIndent" must be all lower-case
(#116) Variable "expectedIndent" must be all lower-case
(#119) Variable "expectedIndent" must be all lower-case
(#120) Variable "foundIndent" must be all lower-case
(#122) Variable "phpcsFile" must be all lower-case
(#128) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/LowercaseStyleDefinitionSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Variable "inStyle" must be all lower-case
(#75) Variable "inStyle" must be all lower-case
(#79) Variable "inStyle" must be all lower-case
(#82) Variable "inStyle" must be all lower-case
(#88) Variable "inStyle" must be all lower-case
(#98) Variable "phpcsFile" must be all lower-case
(#106) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/MissingColonSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#63) Variable "lastLine" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Variable "endLine" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#73) Variable "foundColon" must be all lower-case
(#74) Variable "foundString" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#76) Variable "lastLine" must be all lower-case
(#78) Variable "foundColon" must be all lower-case
(#78) Variable "foundString" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#81) Variable "foundString" must be all lower-case
(#84) Variable "foundColon" must be all lower-case
(#85) Variable "foundString" must be all lower-case
(#86) Variable "lastLine" must be all lower-case
(#90) Variable "foundString" must be all lower-case
(#92) Variable "foundColon" must be all lower-case
(#101) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/NamedColoursSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#46) Member variable "colourNames" must be all lower-case
(#73) Opening brace should be on the same line as the declaration
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#89) Opening brace should be on the same line as the declaration
(#90) Variable "phpcsFile" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#93) Variable "stackPtr" must be all lower-case
(#99) Variable "stackPtr" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#101) Variable "stackPtr" must be all lower-case
(#107) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/OpacitySniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#98) Variable "phpcsFile" must be all lower-case
(#107) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/SemicolonSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ShorthandSizeSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Member variable "supportedTokenizers" must be all lower-case
(#46) Member variable "excludeStyles" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#76) Variable "phpcsFile" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#77) Opening brace should be on the same line as the declaration
(#78) Variable "phpcsFile" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#87) Variable "stackPtr" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#126) Variable "phpcsFile" must be all lower-case
(#126) Variable "stackPtr" must be all lower-case
(#155) Variable "phpcsFile" must be all lower-case
(#155) Variable "stackPtr" must be all lower-case
(#161) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#48) Variable "phpcsFile" must be all lower-case
(#48) Variable "stackPtr" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#53) Variable "phpcsFile" must be all lower-case
(#56) Variable "nextClass" must be all lower-case
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#57) Variable "nextClass" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "nextClass" must be all lower-case
(#65) Whitespace found at end of line
(#75) Public method name "Squiz_Sniffs_Classes_ClassDeclarationSniff::processOpen" must be in lower-case letters only
(#75) Variable "phpcsFile" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#76) Opening brace should be on the same line as the declaration
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#82) Variable "prevContent" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#83) Variable "prevContent" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#84) Variable "blankSpace" must be all lower-case
(#84) Variable "prevContent" must be all lower-case
(#84) Variable "prevContent" must be all lower-case
(#84) Variable "phpcsFile" must be all lower-case
(#85) Variable "blankSpace" must be all lower-case
(#87) Variable "stackPtr" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#95) Variable "stackPtr" must be all lower-case
(#113) Public method name "Squiz_Sniffs_Classes_ClassDeclarationSniff::processClose" must be in lower-case letters only
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#114) Opening brace should be on the same line as the declaration
(#115) Variable "phpcsFile" must be all lower-case
(#117) Variable "closeBrace" must be all lower-case
(#117) Variable "stackPtr" must be all lower-case
(#118) Variable "closeBrace" must be all lower-case
(#119) Variable "prevContent" must be all lower-case
(#119) Variable "closeBrace" must be all lower-case
(#120) Variable "prevContent" must be all lower-case
(#120) Variable "phpcsFile" must be all lower-case
(#121) Variable "blankSpace" must be all lower-case
(#121) Variable "prevContent" must be all lower-case
(#121) Variable "prevContent" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#122) Variable "blankSpace" must be all lower-case
(#124) Variable "closeBrace" must be all lower-case
(#124) Variable "closeBrace" must be all lower-case
(#126) Variable "phpcsFile" must be all lower-case
(#126) Variable "closeBrace" must be all lower-case
(#130) Variable "phpcsFile" must be all lower-case
(#130) Variable "closeBrace" must be all lower-case
(#137) Variable "nextContent" must be all lower-case
(#137) Variable "phpcsFile" must be all lower-case
(#137) Variable "closeBrace" must be all lower-case
(#138) Variable "nextContent" must be all lower-case
(#142) Variable "stackPtr" must be all lower-case
(#143) Variable "phpcsFile" must be all lower-case
(#143) Variable "closeBrace" must be all lower-case
(#145) Variable "nextLine" must be all lower-case
(#145) Variable "nextContent" must be all lower-case
(#146) Variable "braceLine" must be all lower-case
(#146) Variable "closeBrace" must be all lower-case
(#147) Variable "braceLine" must be all lower-case
(#147) Variable "nextLine" must be all lower-case
(#149) Variable "stackPtr" must be all lower-case
(#150) Variable "phpcsFile" must be all lower-case
(#150) Variable "closeBrace" must be all lower-case
(#151) Variable "nextLine" must be all lower-case
(#151) Variable "braceLine" must be all lower-case
(#152) Variable "nextLine" must be all lower-case
(#152) Variable "braceLine" must be all lower-case
(#155) Variable "stackPtr" must be all lower-case
(#158) Variable "phpcsFile" must be all lower-case
(#158) Variable "closeBrace" must be all lower-case
(#164) Variable "nextContent" must be all lower-case
(#164) Variable "phpcsFile" must be all lower-case
(#164) Variable "closeBrace" must be all lower-case
(#165) Variable "nextContent" must be all lower-case
(#165) Variable "phpcsFile" must be all lower-case
(#165) Variable "nextContent" must be all lower-case
(#165) Variable "closeBrace" must be all lower-case
(#165) Line exceeds 132 characters; contains 137 characters
(#166) Variable "stackPtr" must be all lower-case
(#168) Variable "stackPtr" must be all lower-case
(#169) Variable "phpcsFile" must be all lower-case
(#169) Variable "closeBrace" must be all lower-case
(#177) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassFileNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Opening brace should be on the same line as the declaration
(#61) Variable "fullPath" must be all lower-case
(#61) Variable "phpcsFile" must be all lower-case
(#62) Variable "fileName" must be all lower-case
(#62) Variable "fullPath" must be all lower-case
(#62) Variable "fullPath" must be all lower-case
(#63) Variable "fileName" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#69) Variable "decName" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#71) Variable "decName" must be all lower-case
(#71) Variable "fileName" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#76) Variable "fileName" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#86) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/DuplicatePropertySniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#67) Variable "wantedTokens" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "wantedTokens" must be all lower-case
(#78) Variable "propName" must be all lower-case
(#79) Variable "propName" must be all lower-case
(#82) Variable "propName" must be all lower-case
(#83) Variable "propName" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#88) Variable "propName" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#91) Variable "wantedTokens" must be all lower-case
(#100) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/LowercaseClassKeywordsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#85) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/SelfMemberReferenceSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#48) Opening brace should be on the same line as the declaration
(#63) Protected method name "Squiz_Sniffs_Classes_SelfMemberReferenceSniff::processTokenWithinScope" must be in lower-case letters only
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#63) Variable "currScope" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#67) Variable "className" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#68) Variable "className" must be all lower-case
(#69) Variable "className" must be all lower-case
(#69) Variable "className" must be all lower-case
(#71) Variable "className" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "className" must be all lower-case
(#75) Variable "className" must be all lower-case
(#77) Variable "declarationName" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "currScope" must be all lower-case
(#78) Variable "fullQualifiedClassName" must be all lower-case
(#78) Variable "className" must be all lower-case
(#82) Variable "className" must be all lower-case
(#83) Variable "declarationName" must be all lower-case
(#83) Variable "className" must be all lower-case
(#84) Variable "declarationName" must be all lower-case
(#84) Variable "declarationName" must be all lower-case
(#85) Variable "fullQualifiedClassName" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#85) Variable "currScope" must be all lower-case
(#86) Variable "fullQualifiedClassName" must be all lower-case
(#86) Variable "className" must be all lower-case
(#89) Variable "declarationName" must be all lower-case
(#89) Variable "fullQualifiedClassName" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#94) Variable "phpcsFile" must be all lower-case
(#94) Variable "className" must be all lower-case
(#100) Variable "stackPtr" must be all lower-case
(#101) Variable "stackPtr" must be all lower-case
(#104) Variable "phpcsFile" must be all lower-case
(#104) Variable "className" must be all lower-case
(#107) Variable "stackPtr" must be all lower-case
(#108) Variable "stackPtr" must be all lower-case
(#111) Variable "phpcsFile" must be all lower-case
(#111) Variable "className" must be all lower-case
(#125) Protected method name "Squiz_Sniffs_Classes_SelfMemberReferenceSniff::getDeclarationNameWithNamespace" must be in lower-case letters only
(#125) Variable "stackPtr" must be all lower-case
(#126) Opening brace should be on the same line as the declaration
(#127) Variable "nameParts" must be all lower-case
(#128) Variable "currentPointer" must be all lower-case
(#128) Variable "stackPtr" must be all lower-case
(#129) Variable "currentPointer" must be all lower-case
(#130) Variable "currentPointer" must be all lower-case
(#132) Variable "nameParts" must be all lower-case
(#132) Variable "currentPointer" must be all lower-case
(#133) Variable "currentPointer" must be all lower-case
(#136) Variable "nameParts" must be all lower-case
(#136) Variable "nameParts" must be all lower-case
(#137) Variable "nameParts" must be all lower-case
(#151) Protected method name "Squiz_Sniffs_Classes_SelfMemberReferenceSniff::getNamespaceOfScope" must be in lower-case letters only
(#151) Variable "phpcsFile" must be all lower-case
(#151) Variable "stackPtr" must be all lower-case
(#152) Opening brace should be on the same line as the declaration
(#154) Variable "namespaceDeclaration" must be all lower-case
(#154) Variable "phpcsFile" must be all lower-case
(#154) Variable "stackPtr" must be all lower-case
(#156) Variable "namespaceDeclaration" must be all lower-case
(#157) Variable "endOfNamespaceDeclaration" must be all lower-case
(#157) Variable "phpcsFile" must be all lower-case
(#157) Variable "namespaceDeclaration" must be all lower-case
(#159) Variable "phpcsFile" must be all lower-case
(#160) Variable "endOfNamespaceDeclaration" must be all lower-case
(#171) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/ValidClassNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#73) Variable "nameStart" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#74) Variable "nameEnd" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "nameStart" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#75) Variable "nameStart" must be all lower-case
(#75) Variable "nameEnd" must be all lower-case
(#75) Variable "nameStart" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#86) Variable "phpcsFile" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#95) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CodeAnalysis/EmptyStatementSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Member variable "checkedTokens" must be all lower-case
(#54) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/BlockCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#70) Variable "nextToken" must be all lower-case
(#70) Variable "phpcsFile" must be all lower-case
(#70) Variable "emptyTokens" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#84) Variable "nextToken" must be all lower-case
(#88) Variable "prevToken" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "emptyTokens" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#89) Variable "prevToken" must be all lower-case
(#94) Variable "commentLines" must be all lower-case
(#94) Variable "stackPtr" must be all lower-case
(#95) Variable "nextComment" must be all lower-case
(#95) Variable "stackPtr" must be all lower-case
(#96) Variable "lastLine" must be all lower-case
(#96) Variable "stackPtr" must be all lower-case
(#99) Variable "nextComment" must be all lower-case
(#99) Variable "phpcsFile" must be all lower-case
(#99) Variable "stackPtr" must be all lower-case
(#99) Variable "nextComment" must be all lower-case
(#100) Variable "nextComment" must be all lower-case
(#100) Variable "lastLine" must be all lower-case
(#105) Variable "lastLine" must be all lower-case
(#105) Variable "nextComment" must be all lower-case
(#106) Variable "commentLines" must be all lower-case
(#106) Variable "nextComment" must be all lower-case
(#109) Variable "commentLines" must be all lower-case
(#111) Variable "commentLines" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#117) Variable "commentLines" must be all lower-case
(#118) Variable "stackPtr" must be all lower-case
(#120) Variable "phpcsFile" must be all lower-case
(#120) Variable "stackPtr" must be all lower-case
(#126) Variable "stackPtr" must be all lower-case
(#129) Variable "phpcsFile" must be all lower-case
(#129) Variable "stackPtr" must be all lower-case
(#133) Variable "starColumn" must be all lower-case
(#133) Variable "stackPtr" must be all lower-case
(#136) Variable "commentLines" must be all lower-case
(#138) Variable "phpcsFile" must be all lower-case
(#138) Variable "commentLines" must be all lower-case
(#141) Variable "commentLines" must be all lower-case
(#142) Variable "commentText" must be all lower-case
(#143) Variable "leadingSpace" must be all lower-case
(#143) Variable "commentText" must be all lower-case
(#144) Variable "leadingSpace" must be all lower-case
(#144) Variable "starColumn" must be all lower-case
(#145) Variable "starColumn" must be all lower-case
(#146) Variable "starColumn" must be all lower-case
(#149) Variable "leadingSpace" must be all lower-case
(#153) Variable "phpcsFile" must be all lower-case
(#153) Variable "commentLines" must be all lower-case
(#156) Variable "commentText" must be all lower-case
(#158) Variable "phpcsFile" must be all lower-case
(#158) Variable "commentLines" must be all lower-case
(#163) Variable "commentLines" must be all lower-case
(#164) Variable "leadingSpace" must be all lower-case
(#166) Variable "commentLines" must be all lower-case
(#166) Variable "commentLines" must be all lower-case
(#166) Variable "commentLines" must be all lower-case
(#171) Variable "commentLines" must be all lower-case
(#180) Variable "leadingSpace" must be all lower-case
(#180) Variable "starColumn" must be all lower-case
(#181) Variable "starColumn" must be all lower-case
(#182) Variable "starColumn" must be all lower-case
(#185) Variable "leadingSpace" must be all lower-case
(#189) Variable "phpcsFile" must be all lower-case
(#194) Variable "lastIndex" must be all lower-case
(#194) Variable "commentLines" must be all lower-case
(#195) Variable "commentLines" must be all lower-case
(#195) Variable "lastIndex" must be all lower-case
(#198) Variable "phpcsFile" must be all lower-case
(#198) Variable "commentLines" must be all lower-case
(#198) Variable "lastIndex" must be all lower-case
(#200) Variable "commentLines" must be all lower-case
(#200) Variable "lastIndex" must be all lower-case
(#201) Variable "commentText" must be all lower-case
(#202) Variable "leadingSpace" must be all lower-case
(#202) Variable "commentText" must be all lower-case
(#203) Variable "leadingSpace" must be all lower-case
(#203) Variable "stackPtr" must be all lower-case
(#204) Variable "stackPtr" must be all lower-case
(#208) Variable "leadingSpace" must be all lower-case
(#212) Variable "phpcsFile" must be all lower-case
(#212) Variable "commentLines" must be all lower-case
(#212) Variable "lastIndex" must be all lower-case
(#218) Variable "contentBefore" must be all lower-case
(#218) Variable "phpcsFile" must be all lower-case
(#218) Variable "stackPtr" must be all lower-case
(#219) Variable "contentBefore" must be all lower-case
(#220) Variable "contentBefore" must be all lower-case
(#220) Variable "contentBefore" must be all lower-case
(#222) Variable "stackPtr" must be all lower-case
(#222) Variable "contentBefore" must be all lower-case
(#224) Variable "phpcsFile" must be all lower-case
(#224) Variable "stackPtr" must be all lower-case
(#227) Variable "stackPtr" must be all lower-case
(#227) Variable "contentBefore" must be all lower-case
(#229) Variable "phpcsFile" must be all lower-case
(#229) Variable "stackPtr" must be all lower-case
(#233) Variable "commentCloser" must be all lower-case
(#233) Variable "commentLines" must be all lower-case
(#233) Variable "lastIndex" must be all lower-case
(#234) Variable "contentAfter" must be all lower-case
(#234) Variable "phpcsFile" must be all lower-case
(#234) Variable "commentCloser" must be all lower-case
(#235) Variable "contentAfter" must be all lower-case
(#235) Variable "contentAfter" must be all lower-case
(#235) Variable "commentCloser" must be all lower-case
(#237) Variable "phpcsFile" must be all lower-case
(#237) Variable "commentCloser" must be all lower-case
(#246) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClassCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#53) Opening brace should be on the same line as the declaration
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#69) Opening brace should be on the same line as the declaration
(#70) Variable "phpcsFile" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#80) Variable "commentEnd" must be all lower-case
(#80) Variable "phpcsFile" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#82) Variable "commentEnd" must be all lower-case
(#82) Variable "commentEnd" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#85) Variable "commentEnd" must be all lower-case
(#85) Variable "commentEnd" must be all lower-case
(#86) Variable "phpcsFile" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#90) Variable "commentStart" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "commentEnd" must be all lower-case
(#91) Variable "commentNext" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#91) Variable "commentEnd" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#94) Variable "prevClassToken" must be all lower-case
(#94) Variable "phpcsFile" must be all lower-case
(#94) Variable "stackPtr" must be all lower-case
(#95) Variable "prevClassToken" must be all lower-case
(#97) Variable "prevNonComment" must be all lower-case
(#97) Variable "phpcsFile" must be all lower-case
(#97) Variable "commentStart" must be all lower-case
(#98) Variable "prevNonComment" must be all lower-case
(#99) Variable "prevComment" must be all lower-case
(#99) Variable "phpcsFile" must be all lower-case
(#99) Variable "prevNonComment" must be all lower-case
(#100) Variable "prevComment" must be all lower-case
(#102) Variable "newlineToken" must be all lower-case
(#102) Variable "phpcsFile" must be all lower-case
(#102) Variable "commentEnd" must be all lower-case
(#102) Variable "stackPtr" must be all lower-case
(#102) Variable "phpcsFile" must be all lower-case
(#103) Variable "newlineToken" must be all lower-case
(#104) Variable "newlineToken" must be all lower-case
(#104) Variable "phpcsFile" must be all lower-case
(#104) Variable "newlineToken" must be all lower-case
(#104) Variable "stackPtr" must be all lower-case
(#104) Variable "phpcsFile" must be all lower-case
(#104) Line exceeds 132 characters; contains 135 characters
(#105) Variable "newlineToken" must be all lower-case
(#108) Variable "phpcsFile" must be all lower-case
(#108) Variable "stackPtr" must be all lower-case
(#115) Variable "prevTokenEnd" must be all lower-case
(#115) Variable "phpcsFile" must be all lower-case
(#115) Variable "commentStart" must be all lower-case
(#116) Variable "prevTokenEnd" must be all lower-case
(#117) Variable "blankLineBefore" must be all lower-case
(#118) Variable "prevTokenEnd" must be all lower-case
(#118) Variable "commentStart" must be all lower-case
(#119) Variable "phpcsFile" must be all lower-case
(#120) Variable "blankLineBefore" must be all lower-case
(#124) Variable "blankLineBefore" must be all lower-case
(#126) Variable "phpcsFile" must be all lower-case
(#126) Variable "commentStart" must be all lower-case
(#133) Variable "commentString" must be all lower-case
(#133) Variable "phpcsFile" must be all lower-case
(#133) Variable "commentStart" must be all lower-case
(#133) Variable "commentEnd" must be all lower-case
(#133) Variable "commentStart" must be all lower-case
(#137) Variable "commentString" must be all lower-case
(#137) Variable "phpcsFile" must be all lower-case
(#140) Variable "commentStart" must be all lower-case
(#141) Variable "phpcsFile" must be all lower-case
(#148) Variable "phpcsFile" must be all lower-case
(#148) Variable "commentStart" must be all lower-case
(#153) Variable "eolPos" must be all lower-case
(#153) Variable "commentString" must be all lower-case
(#153) Variable "phpcsFile" must be all lower-case
(#154) Variable "firstLine" must be all lower-case
(#154) Variable "commentString" must be all lower-case
(#154) Variable "eolPos" must be all lower-case
(#155) Variable "firstLine" must be all lower-case
(#157) Variable "phpcsFile" must be all lower-case
(#157) Variable "commentStart" must be all lower-case
(#161) Variable "phpcsFile" must be all lower-case
(#164) Variable "phpcsFile" must be all lower-case
(#164) Variable "commentStart" must be all lower-case
(#169) Variable "newlineCount" must be all lower-case
(#170) Variable "newlineSpan" must be all lower-case
(#170) Variable "phpcsFile" must be all lower-case
(#171) Variable "newlineSpan" must be all lower-case
(#173) Variable "phpcsFile" must be all lower-case
(#173) Variable "commentStart" must be all lower-case
(#176) Variable "newlineCount" must be all lower-case
(#176) Variable "phpcsFile" must be all lower-case
(#182) Variable "newlineBetween" must be all lower-case
(#182) Variable "phpcsFile" must be all lower-case
(#183) Variable "newlineBetween" must be all lower-case
(#185) Variable "phpcsFile" must be all lower-case
(#185) Variable "commentStart" must be all lower-case
(#185) Variable "newlineCount" must be all lower-case
(#188) Variable "newlineCount" must be all lower-case
(#188) Variable "newlineBetween" must be all lower-case
(#190) Variable "testLong" must be all lower-case
(#191) Variable "testLong" must be all lower-case
(#193) Variable "phpcsFile" must be all lower-case
(#193) Variable "commentStart" must be all lower-case
(#193) Variable "newlineCount" must be all lower-case
(#200) Variable "newlineSpan" must be all lower-case
(#201) Variable "newlineSpan" must be all lower-case
(#204) Variable "newlineCount" must be all lower-case
(#204) Variable "phpcsFile" must be all lower-case
(#204) Variable "newlineSpan" must be all lower-case
(#207) Variable "phpcsFile" must be all lower-case
(#207) Variable "commentStart" must be all lower-case
(#207) Variable "newlineCount" must be all lower-case
(#208) Variable "phpcsFile" must be all lower-case
(#213) Variable "testShort" must be all lower-case
(#214) Variable "lastChar" must be all lower-case
(#214) Variable "testShort" must be all lower-case
(#214) Variable "testShort" must be all lower-case
(#215) Variable "testShort" must be all lower-case
(#215) Variable "phpcsFile" must be all lower-case
(#217) Variable "phpcsFile" must be all lower-case
(#217) Variable "commentStart" must be all lower-case
(#219) Variable "testShort" must be all lower-case
(#221) Variable "phpcsFile" must be all lower-case
(#221) Variable "commentStart" must be all lower-case
(#224) Variable "lastChar" must be all lower-case
(#226) Variable "phpcsFile" must be all lower-case
(#226) Variable "commentStart" must be all lower-case
(#231) Variable "errorTag" must be all lower-case
(#233) Variable "errorTag" must be all lower-case
(#234) Variable "phpcsFile" must be all lower-case
(#234) Variable "commentStart" must be all lower-case
(#234) Variable "errorTag" must be all lower-case
(#241) Variable "lastPos" must be all lower-case
(#242) Variable "lastPos" must be all lower-case
(#243) Variable "lastPos" must be all lower-case
(#244) Variable "lastPos" must be all lower-case
(#247) Variable "commentEnd" must be all lower-case
(#254) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClosingDeclarationCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Opening brace should be on the same line as the declaration
(#61) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#65) Variable "methodProps" must be all lower-case
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#68) Variable "methodProps" must be all lower-case
(#73) Variable "methodProps" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#85) Variable "stackPtr" must be all lower-case
(#89) Variable "decName" must be all lower-case
(#89) Variable "phpcsFile" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#90) Variable "decName" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#97) Variable "stackPtr" must be all lower-case
(#99) Variable "stackPtr" must be all lower-case
(#100) Variable "phpcsFile" must be all lower-case
(#100) Variable "stackPtr" must be all lower-case
(#104) Variable "closingBracket" must be all lower-case
(#104) Variable "stackPtr" must be all lower-case
(#106) Variable "closingBracket" must be all lower-case
(#112) Variable "closingBracket" must be all lower-case
(#112) Variable "closingBracket" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "closingBracket" must be all lower-case
(#117) Variable "closingBracket" must be all lower-case
(#118) Variable "phpcsFile" must be all lower-case
(#118) Variable "closingBracket" must be all lower-case
(#127) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/DocCommentAlignmentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#60) Variable "nextToken" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "emptyTokens" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#72) Variable "nextToken" must be all lower-case
(#74) Variable "prevToken" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "emptyTokens" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#75) Variable "prevToken" must be all lower-case
(#82) Variable "docComment" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#83) Variable "docComment" must be all lower-case
(#84) Variable "docComment" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#90) Variable "currentComment" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#91) Variable "lastComment" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#92) Variable "currentComment" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#92) Variable "currentComment" must be all lower-case
(#93) Variable "lastComment" must be all lower-case
(#93) Variable "currentComment" must be all lower-case
(#94) Variable "currentComment" must be all lower-case
(#95) Variable "lastComment" must be all lower-case
(#95) Variable "currentComment" must be all lower-case
(#103) Variable "requiredColumn" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#104) Variable "requiredColumn" must be all lower-case
(#104) Variable "stackPtr" must be all lower-case
(#106) Variable "commentPointer" must be all lower-case
(#108) Variable "commentPointer" must be all lower-case
(#109) Variable "firstChar" must be all lower-case
(#110) Variable "lastChar" must be all lower-case
(#111) Variable "firstChar" must be all lower-case
(#111) Variable "lastChar" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "commentPointer" must be all lower-case
(#123) Variable "phpcsFile" must be all lower-case
(#123) Variable "commentPointer" must be all lower-case
(#130) Variable "currentColumn" must be all lower-case
(#131) Variable "currentColumn" must be all lower-case
(#131) Variable "commentPointer" must be all lower-case
(#133) Variable "currentColumn" must be all lower-case
(#133) Variable "requiredColumn" must be all lower-case
(#140) Variable "requiredColumn" must be all lower-case
(#141) Variable "currentColumn" must be all lower-case
(#143) Variable "phpcsFile" must be all lower-case
(#143) Variable "commentPointer" must be all lower-case
(#151) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/EmptyCatchCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "scopeStart" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Variable "firstContent" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "scopeStart" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#62) Variable "firstContent" must be all lower-case
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "scopeStart" must be all lower-case
(#73) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FileCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#53) Member variable "supportedTokenizers" must be all lower-case
(#63) Member variable "commentParser" must be all lower-case
(#70) Member variable "currentFile" must be all lower-case
(#79) Opening brace should be on the same line as the declaration
(#94) Variable "phpcsFile" must be all lower-case
(#94) Variable "stackPtr" must be all lower-case
(#95) Opening brace should be on the same line as the declaration
(#96) Variable "phpcsFile" must be all lower-case
(#99) Variable "stackPtr" must be all lower-case
(#100) Variable "phpcsFile" must be all lower-case
(#100) Variable "stackPtr" must be all lower-case
(#105) Variable "phpcsFile" must be all lower-case
(#107) Variable "errorToken" must be all lower-case
(#107) Variable "stackPtr" must be all lower-case
(#108) Variable "errorToken" must be all lower-case
(#109) Variable "errorToken" must be all lower-case
(#113) Variable "commentStart" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#115) Variable "commentStart" must be all lower-case
(#118) Variable "commentStart" must be all lower-case
(#119) Variable "phpcsFile" must be all lower-case
(#119) Variable "errorToken" must be all lower-case
(#121) Variable "commentStart" must be all lower-case
(#121) Variable "commentStart" must be all lower-case
(#122) Variable "phpcsFile" must be all lower-case
(#122) Variable "errorToken" must be all lower-case
(#127) Variable "commentEnd" must be all lower-case
(#127) Variable "phpcsFile" must be all lower-case
(#127) Variable "commentStart" must be all lower-case
(#130) Variable "nextToken" must be all lower-case
(#136) Variable "commentNext" must be all lower-case
(#136) Variable "phpcsFile" must be all lower-case
(#136) Variable "nextToken" must be all lower-case
(#136) Variable "commentEnd" must be all lower-case
(#137) Variable "commentNext" must be all lower-case
(#137) Variable "commentNext" must be all lower-case
(#139) Variable "newlineToken" must be all lower-case
(#139) Variable "phpcsFile" must be all lower-case
(#139) Variable "commentEnd" must be all lower-case
(#139) Variable "commentNext" must be all lower-case
(#139) Variable "phpcsFile" must be all lower-case
(#140) Variable "newlineToken" must be all lower-case
(#141) Variable "newlineToken" must be all lower-case
(#141) Variable "phpcsFile" must be all lower-case
(#141) Variable "newlineToken" must be all lower-case
(#141) Variable "commentNext" must be all lower-case
(#141) Variable "phpcsFile" must be all lower-case
(#142) Variable "newlineToken" must be all lower-case
(#145) Variable "phpcsFile" must be all lower-case
(#145) Variable "errorToken" must be all lower-case
(#152) Variable "blankLineBefore" must be all lower-case
(#152) Variable "phpcsFile" must be all lower-case
(#152) Variable "stackPtr" must be all lower-case
(#152) Variable "phpcsFile" must be all lower-case
(#153) Variable "blankLineBefore" must be all lower-case
(#153) Variable "blankLineBefore" must be all lower-case
(#153) Variable "commentStart" must be all lower-case
(#155) Variable "phpcsFile" must be all lower-case
(#155) Variable "stackPtr" must be all lower-case
(#159) Variable "nextTokenStart" must be all lower-case
(#159) Variable "phpcsFile" must be all lower-case
(#159) Variable "commentEnd" must be all lower-case
(#160) Variable "nextTokenStart" must be all lower-case
(#161) Variable "blankLineAfter" must be all lower-case
(#162) Variable "commentEnd" must be all lower-case
(#162) Variable "nextTokenStart" must be all lower-case
(#163) Variable "phpcsFile" must be all lower-case
(#164) Variable "blankLineAfter" must be all lower-case
(#168) Variable "blankLineAfter" must be all lower-case
(#170) Variable "phpcsFile" must be all lower-case
(#170) Variable "commentEnd" must be all lower-case
(#174) Variable "commentString" must be all lower-case
(#174) Variable "phpcsFile" must be all lower-case
(#174) Variable "commentStart" must be all lower-case
(#174) Variable "commentEnd" must be all lower-case
(#174) Variable "commentStart" must be all lower-case
(#178) Variable "commentString" must be all lower-case
(#178) Variable "phpcsFile" must be all lower-case
(#181) Variable "commentStart" must be all lower-case
(#182) Variable "phpcsFile" must be all lower-case
(#189) Variable "phpcsFile" must be all lower-case
(#189) Variable "commentStart" must be all lower-case
(#194) Variable "eolPos" must be all lower-case
(#194) Variable "commentString" must be all lower-case
(#194) Variable "phpcsFile" must be all lower-case
(#195) Variable "firstLine" must be all lower-case
(#195) Variable "commentString" must be all lower-case
(#195) Variable "eolPos" must be all lower-case
(#196) Variable "firstLine" must be all lower-case
(#198) Variable "phpcsFile" must be all lower-case
(#198) Variable "commentStart" must be all lower-case
(#203) Variable "newlineCount" must be all lower-case
(#204) Variable "newlineSpan" must be all lower-case
(#204) Variable "phpcsFile" must be all lower-case
(#205) Variable "newlineSpan" must be all lower-case
(#207) Variable "phpcsFile" must be all lower-case
(#207) Variable "commentStart" must be all lower-case
(#210) Variable "newlineCount" must be all lower-case
(#210) Variable "phpcsFile" must be all lower-case
(#216) Variable "newlineBetween" must be all lower-case
(#216) Variable "phpcsFile" must be all lower-case
(#217) Variable "newlineBetween" must be all lower-case
(#219) Variable "phpcsFile" must be all lower-case
(#219) Variable "commentStart" must be all lower-case
(#219) Variable "newlineCount" must be all lower-case
(#222) Variable "newlineCount" must be all lower-case
(#222) Variable "newlineBetween" must be all lower-case
(#224) Variable "testLong" must be all lower-case
(#225) Variable "testLong" must be all lower-case
(#227) Variable "phpcsFile" must be all lower-case
(#227) Variable "commentStart" must be all lower-case
(#227) Variable "newlineCount" must be all lower-case
(#234) Variable "newlineSpan" must be all lower-case
(#235) Variable "newlineSpan" must be all lower-case
(#238) Variable "newlineCount" must be all lower-case
(#238) Variable "phpcsFile" must be all lower-case
(#238) Variable "newlineSpan" must be all lower-case
(#241) Variable "phpcsFile" must be all lower-case
(#241) Variable "commentStart" must be all lower-case
(#241) Variable "newlineCount" must be all lower-case
(#242) Variable "phpcsFile" must be all lower-case
(#247) Variable "testShort" must be all lower-case
(#248) Variable "testShort" must be all lower-case
(#250) Variable "phpcsFile" must be all lower-case
(#250) Variable "commentStart" must be all lower-case
(#252) Variable "lastChar" must be all lower-case
(#252) Variable "testShort" must be all lower-case
(#252) Variable "testShort" must be all lower-case
(#253) Variable "testShort" must be all lower-case
(#253) Variable "phpcsFile" must be all lower-case
(#255) Variable "phpcsFile" must be all lower-case
(#255) Variable "commentStart" must be all lower-case
(#258) Variable "testShort" must be all lower-case
(#260) Variable "phpcsFile" must be all lower-case
(#260) Variable "commentStart" must be all lower-case
(#263) Variable "lastChar" must be all lower-case
(#265) Variable "phpcsFile" must be all lower-case
(#265) Variable "commentStart" must be all lower-case
(#270) Variable "commentStart" must be all lower-case
(#270) Variable "commentEnd" must be all lower-case
(#276) Variable "lastPos" must be all lower-case
(#277) Variable "lastPos" must be all lower-case
(#278) Variable "lastPos" must be all lower-case
(#279) Variable "lastPos" must be all lower-case
(#282) Variable "commentEnd" must be all lower-case
(#296) Protected method name "Squiz_Sniffs_Commenting_FileCommentSniff::processTags" must be in lower-case letters only
(#296) Variable "commentStart" must be all lower-case
(#296) Variable "commentEnd" must be all lower-case
(#297) Opening brace should be on the same line as the declaration
(#306) Variable "foundTags" must be all lower-case
(#307) Variable "errorPos" must be all lower-case
(#308) Variable "orderIndex" must be all lower-case
(#309) Variable "longestTag" must be all lower-case
(#311) Variable "orderText" must be all lower-case
(#314) Variable "foundTags" must be all lower-case
(#317) Variable "commentEnd" must be all lower-case
(#322) Variable "tagName" must be all lower-case
(#323) Variable "tagName" must be all lower-case
(#323) Variable "tagName" must be all lower-case
(#325) Variable "tagName" must be all lower-case
(#329) Variable "getMethod" must be all lower-case
(#329) Variable "tagName" must be all lower-case
(#330) Variable "tagElement" must be all lower-case
(#330) Variable "getMethod" must be all lower-case
(#331) Variable "tagElement" must be all lower-case
(#331) Variable "tagElement" must be all lower-case
(#333) Variable "tagElement" must be all lower-case
(#333) Variable "tagElement" must be all lower-case
(#334) Variable "tagElement" must be all lower-case
(#334) Variable "tagElement" must be all lower-case
(#337) Variable "errorPos" must be all lower-case
(#337) Variable "commentStart" must be all lower-case
(#337) Variable "tagElement" must be all lower-case
(#340) Variable "foundIndexes" must be all lower-case
(#340) Variable "foundTags" must be all lower-case
(#341) Variable "foundIndexes" must be all lower-case
(#344) Variable "errorPos" must be all lower-case
(#348) Variable "foundIndexes" must be all lower-case
(#348) Variable "orderIndex" must be all lower-case
(#349) Variable "orderIndex" must be all lower-case
(#349) Variable "foundIndexes" must be all lower-case
(#354) Variable "orderText" must be all lower-case
(#356) Variable "errorPos" must be all lower-case
(#361) Variable "longestTag" must be all lower-case
(#362) Variable "longestTag" must be all lower-case
(#367) Variable "errorPos" must be all lower-case
(#368) Variable "tagElement" must be all lower-case
(#371) Variable "tagName" must be all lower-case
(#374) Variable "errorPos" must be all lower-case
(#376) Variable "tagElement" must be all lower-case
(#376) Variable "commentStart" must be all lower-case
(#381) Variable "indentInfo" must be all lower-case
(#382) Variable "tagName" must be all lower-case
(#382) Variable "indentInfo" must be all lower-case
(#383) Variable "tagName" must be all lower-case
(#384) Variable "tagName" must be all lower-case
(#387) Variable "indentInfo" must be all lower-case
(#387) Variable "indentInfo" must be all lower-case
(#387) Variable "longestTag" must be all lower-case
(#388) Variable "longestTag" must be all lower-case
(#388) Variable "indentInfo" must be all lower-case
(#389) Variable "indentInfo" must be all lower-case
(#389) Variable "indentInfo" must be all lower-case
(#392) Variable "indentInfo" must be all lower-case
(#396) Variable "indentInfo" must be all lower-case
(#396) Variable "indentInfo" must be all lower-case
(#411) Protected method name "Squiz_Sniffs_Commenting_FileCommentSniff::getIndentation" must be in lower-case letters only
(#411) Variable "tagName" must be all lower-case
(#411) Variable "tagElement" must be all lower-case
(#412) Opening brace should be on the same line as the declaration
(#413) Variable "tagElement" must be all lower-case
(#414) Variable "tagElement" must be all lower-case
(#415) Variable "tagName" must be all lower-case
(#415) Variable "tagElement" must be all lower-case
(#417) Variable "tagElement" must be all lower-case
(#418) Variable "tagElement" must be all lower-case
(#419) Variable "tagName" must be all lower-case
(#419) Variable "tagElement" must be all lower-case
(#435) Protected method name "Squiz_Sniffs_Commenting_FileCommentSniff::processPackage" must be in lower-case letters only
(#435) Variable "errorPos" must be all lower-case
(#436) Opening brace should be on the same line as the declaration
(#442) Variable "errorPos" must be all lower-case
(#445) Variable "nameBits" must be all lower-case
(#446) Variable "firstBit" must be all lower-case
(#446) Variable "nameBits" must be all lower-case
(#447) Variable "newName" must be all lower-case
(#447) Variable "firstBit" must be all lower-case
(#447) Variable "firstBit" must be all lower-case
(#448) Variable "nameBits" must be all lower-case
(#449) Variable "newName" must be all lower-case
(#455) Variable "newName" must be all lower-case
(#457) Variable "errorPos" must be all lower-case
(#460) Variable "newName" must be all lower-case
(#464) Variable "newName" must be all lower-case
(#466) Variable "errorPos" must be all lower-case
(#480) Protected method name "Squiz_Sniffs_Commenting_FileCommentSniff::processSubpackage" must be in lower-case letters only
(#480) Variable "errorPos" must be all lower-case
(#481) Opening brace should be on the same line as the declaration
(#487) Variable "errorPos" must be all lower-case
(#490) Variable "nameBits" must be all lower-case
(#491) Variable "firstBit" must be all lower-case
(#491) Variable "nameBits" must be all lower-case
(#492) Variable "newName" must be all lower-case
(#492) Variable "firstBit" must be all lower-case
(#492) Variable "firstBit" must be all lower-case
(#493) Variable "nameBits" must be all lower-case
(#494) Variable "newName" must be all lower-case
(#500) Variable "newName" must be all lower-case
(#502) Variable "errorPos" must be all lower-case
(#516) Protected method name "Squiz_Sniffs_Commenting_FileCommentSniff::processAuthors" must be in lower-case letters only
(#516) Variable "errorPos" must be all lower-case
(#517) Opening brace should be on the same line as the declaration
(#524) Variable "errorPos" must be all lower-case
(#527) Variable "errorPos" must be all lower-case
(#541) Protected method name "Squiz_Sniffs_Commenting_FileCommentSniff::processCopyrights" must be in lower-case letters only
(#541) Variable "errorPos" must be all lower-case
(#542) Opening brace should be on the same line as the declaration
(#550) Variable "errorPos" must be all lower-case
(#554) Variable "errorPos" must be all lower-case
(#564) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#58) Member variable "_methodName" must be all lower-case
(#65) Member variable "_functionToken" must be all lower-case
(#72) Member variable "_classToken" must be all lower-case
(#79) Member variable "_tagIndex" must be all lower-case
(#86) Member variable "commentParser" must be all lower-case
(#93) Member variable "currentFile" must be all lower-case
(#102) Opening brace should be on the same line as the declaration
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "stackPtr" must be all lower-case
(#118) Opening brace should be on the same line as the declaration
(#119) Variable "phpcsFile" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#131) Variable "commentEnd" must be all lower-case
(#131) Variable "phpcsFile" must be all lower-case
(#131) Variable "stackPtr" must be all lower-case
(#133) Variable "commentEnd" must be all lower-case
(#139) Variable "commentEnd" must be all lower-case
(#145) Variable "prevContent" must be all lower-case
(#145) Variable "phpcsFile" must be all lower-case
(#145) Variable "emptyTokens" must be all lower-case
(#145) Variable "commentEnd" must be all lower-case
(#146) Variable "commentEnd" must be all lower-case
(#146) Variable "commentEnd" must be all lower-case
(#148) Variable "phpcsFile" must be all lower-case
(#148) Variable "stackPtr" must be all lower-case
(#151) Variable "phpcsFile" must be all lower-case
(#151) Variable "stackPtr" must be all lower-case
(#156) Variable "phpcsFile" must be all lower-case
(#156) Variable "stackPtr" must be all lower-case
(#158) Variable "commentEnd" must be all lower-case
(#160) Variable "phpcsFile" must be all lower-case
(#160) Variable "commentEnd" must be all lower-case
(#160) Variable "commentEnd" must be all lower-case
(#166) Variable "scopeModifiers" must be all lower-case
(#171) Variable "prevToken" must be all lower-case
(#171) Variable "phpcsFile" must be all lower-case
(#171) Variable "stackPtr" must be all lower-case
(#172) Variable "prevToken" must be all lower-case
(#172) Variable "commentEnd" must be all lower-case
(#173) Variable "phpcsFile" must be all lower-case
(#173) Variable "stackPtr" must be all lower-case
(#177) Variable "stackPtr" must be all lower-case
(#180) Variable "stackPtr" must be all lower-case
(#180) Variable "condPtr" must be all lower-case
(#182) Variable "condPtr" must be all lower-case
(#188) Variable "commentStart" must be all lower-case
(#188) Variable "phpcsFile" must be all lower-case
(#188) Variable "commentEnd" must be all lower-case
(#189) Variable "commentString" must be all lower-case
(#189) Variable "phpcsFile" must be all lower-case
(#189) Variable "commentStart" must be all lower-case
(#189) Variable "commentEnd" must be all lower-case
(#189) Variable "commentStart" must be all lower-case
(#190) Variable "phpcsFile" must be all lower-case
(#190) Variable "stackPtr" must be all lower-case
(#193) Variable "commentString" must be all lower-case
(#193) Variable "phpcsFile" must be all lower-case
(#196) Variable "commentStart" must be all lower-case
(#197) Variable "phpcsFile" must be all lower-case
(#204) Variable "phpcsFile" must be all lower-case
(#204) Variable "commentStart" must be all lower-case
(#209) Variable "eolPos" must be all lower-case
(#209) Variable "commentString" must be all lower-case
(#209) Variable "phpcsFile" must be all lower-case
(#210) Variable "firstLine" must be all lower-case
(#210) Variable "commentString" must be all lower-case
(#210) Variable "eolPos" must be all lower-case
(#211) Variable "firstLine" must be all lower-case
(#213) Variable "phpcsFile" must be all lower-case
(#213) Variable "commentStart" must be all lower-case
(#216) Variable "commentStart" must be all lower-case
(#216) Variable "commentEnd" must be all lower-case
(#217) Variable "commentStart" must be all lower-case
(#218) Variable "commentStart" must be all lower-case
(#218) Variable "commentEnd" must be all lower-case
(#219) Variable "commentStart" must be all lower-case
(#225) Variable "phpcsFile" must be all lower-case
(#225) Variable "commentStart" must be all lower-case
(#230) Variable "newlineCount" must be all lower-case
(#231) Variable "newlineSpan" must be all lower-case
(#231) Variable "phpcsFile" must be all lower-case
(#232) Variable "newlineSpan" must be all lower-case
(#234) Variable "phpcsFile" must be all lower-case
(#234) Variable "commentStart" must be all lower-case
(#237) Variable "newlineCount" must be all lower-case
(#237) Variable "phpcsFile" must be all lower-case
(#243) Variable "newlineBetween" must be all lower-case
(#243) Variable "phpcsFile" must be all lower-case
(#244) Variable "newlineBetween" must be all lower-case
(#246) Variable "phpcsFile" must be all lower-case
(#246) Variable "commentStart" must be all lower-case
(#246) Variable "newlineCount" must be all lower-case
(#249) Variable "newlineCount" must be all lower-case
(#249) Variable "newlineBetween" must be all lower-case
(#251) Variable "testLong" must be all lower-case
(#252) Variable "testLong" must be all lower-case
(#254) Variable "phpcsFile" must be all lower-case
(#254) Variable "commentStart" must be all lower-case
(#254) Variable "newlineCount" must be all lower-case
(#261) Variable "newlineSpan" must be all lower-case
(#262) Variable "newlineSpan" must be all lower-case
(#265) Variable "newlineCount" must be all lower-case
(#265) Variable "phpcsFile" must be all lower-case
(#265) Variable "newlineSpan" must be all lower-case
(#268) Variable "phpcsFile" must be all lower-case
(#268) Variable "commentStart" must be all lower-case
(#268) Variable "newlineCount" must be all lower-case
(#269) Variable "phpcsFile" must be all lower-case
(#274) Variable "testShort" must be all lower-case
(#275) Variable "lastChar" must be all lower-case
(#275) Variable "testShort" must be all lower-case
(#275) Variable "testShort" must be all lower-case
(#276) Variable "testShort" must be all lower-case
(#276) Variable "phpcsFile" must be all lower-case
(#278) Variable "phpcsFile" must be all lower-case
(#278) Variable "commentStart" must be all lower-case
(#281) Variable "testShort" must be all lower-case
(#283) Variable "phpcsFile" must be all lower-case
(#283) Variable "commentStart" must be all lower-case
(#286) Variable "lastChar" must be all lower-case
(#288) Variable "phpcsFile" must be all lower-case
(#288) Variable "commentStart" must be all lower-case
(#292) Variable "commentStart" must be all lower-case
(#292) Variable "commentEnd" must be all lower-case
(#298) Variable "lastPos" must be all lower-case
(#299) Variable "lastPos" must be all lower-case
(#300) Variable "lastPos" must be all lower-case
(#301) Variable "lastPos" must be all lower-case
(#304) Variable "commentEnd" must be all lower-case
(#317) Protected method name "Squiz_Sniffs_Commenting_FunctionCommentSniff::processSees" must be in lower-case letters only
(#317) Variable "commentStart" must be all lower-case
(#318) Opening brace should be on the same line as the declaration
(#321) Variable "tagOrder" must be all lower-case
(#324) Variable "errorPos" must be all lower-case
(#324) Variable "commentStart" must be all lower-case
(#325) Variable "tagOrder" must be all lower-case
(#330) Variable "errorPos" must be all lower-case
(#337) Variable "errorPos" must be all lower-case
(#345) Variable "errorPos" must be all lower-case
(#361) Protected method name "Squiz_Sniffs_Commenting_FunctionCommentSniff::processReturn" must be in lower-case letters only
(#361) Variable "commentStart" must be all lower-case
(#361) Variable "commentEnd" must be all lower-case
(#362) Opening brace should be on the same line as the declaration
(#364) Variable "className" must be all lower-case
(#366) Variable "className" must be all lower-case
(#367) Variable "className" must be all lower-case
(#367) Variable "className" must be all lower-case
(#370) Variable "methodName" must be all lower-case
(#371) Variable "isSpecialMethod" must be all lower-case
(#374) Variable "isSpecialMethod" must be all lower-case
(#374) Variable "methodName" must be all lower-case
(#374) Variable "className" must be all lower-case
(#376) Variable "tagOrder" must be all lower-case
(#377) Variable "tagOrder" must be all lower-case
(#378) Variable "errorPos" must be all lower-case
(#378) Variable "commentStart" must be all lower-case
(#383) Variable "errorPos" must be all lower-case
(#387) Variable "tagOrder" must be all lower-case
(#392) Variable "errorPos" must be all lower-case
(#398) Variable "errorPos" must be all lower-case
(#401) Variable "typeNames" must be all lower-case
(#402) Variable "suggestedNames" must be all lower-case
(#403) Variable "typeNames" must be all lower-case
(#403) Variable "typeName" must be all lower-case
(#404) Variable "suggestedName" must be all lower-case
(#404) Variable "typeName" must be all lower-case
(#405) Variable "suggestedName" must be all lower-case
(#405) Variable "suggestedNames" must be all lower-case
(#406) Variable "suggestedNames" must be all lower-case
(#406) Variable "suggestedName" must be all lower-case
(#410) Variable "suggestedType" must be all lower-case
(#410) Variable "suggestedNames" must be all lower-case
(#411) Variable "suggestedType" must be all lower-case
(#414) Variable "errorPos" must be all lower-case
(#423) Variable "endToken" must be all lower-case
(#426) Variable "returnToken" must be all lower-case
(#426) Variable "returnToken" must be all lower-case
(#426) Variable "endToken" must be all lower-case
(#426) Variable "returnToken" must be all lower-case
(#427) Variable "returnToken" must be all lower-case
(#428) Variable "returnToken" must be all lower-case
(#428) Variable "returnToken" must be all lower-case
(#432) Variable "returnToken" must be all lower-case
(#437) Variable "returnToken" must be all lower-case
(#437) Variable "endToken" must be all lower-case
(#440) Variable "returnToken" must be all lower-case
(#443) Variable "errorPos" must be all lower-case
(#452) Variable "endToken" must be all lower-case
(#453) Variable "returnToken" must be all lower-case
(#453) Variable "endToken" must be all lower-case
(#454) Variable "returnToken" must be all lower-case
(#456) Variable "errorPos" must be all lower-case
(#458) Variable "returnToken" must be all lower-case
(#461) Variable "returnToken" must be all lower-case
(#471) Variable "errorPos" must be all lower-case
(#476) Variable "commentEnd" must be all lower-case
(#482) Variable "errorPos" must be all lower-case
(#482) Variable "commentStart" must be all lower-case
(#484) Variable "errorPos" must be all lower-case
(#498) Protected method name "Squiz_Sniffs_Commenting_FunctionCommentSniff::processThrows" must be in lower-case letters only
(#498) Variable "commentStart" must be all lower-case
(#499) Opening brace should be on the same line as the declaration
(#504) Variable "tagOrder" must be all lower-case
(#510) Variable "errorPos" must be all lower-case
(#510) Variable "commentStart" must be all lower-case
(#513) Variable "errorPos" must be all lower-case
(#516) Variable "errorPos" must be all lower-case
(#519) Variable "firstChar" must be all lower-case
(#520) Variable "firstChar" must be all lower-case
(#520) Variable "firstChar" must be all lower-case
(#522) Variable "errorPos" must be all lower-case
(#525) Variable "lastChar" must be all lower-case
(#526) Variable "lastChar" must be all lower-case
(#528) Variable "errorPos" must be all lower-case
(#532) Variable "tagOrder" must be all lower-case
(#537) Variable "errorPos" must be all lower-case
(#555) Protected method name "Squiz_Sniffs_Commenting_FunctionCommentSniff::processParams" must be in lower-case letters only
(#555) Variable "commentStart" must be all lower-case
(#555) Variable "commentEnd" must be all lower-case
(#556) Opening brace should be on the same line as the declaration
(#557) Variable "realParams" must be all lower-case
(#559) Variable "foundParams" must be all lower-case
(#565) Variable "errorPos" must be all lower-case
(#565) Variable "commentStart" must be all lower-case
(#566) Variable "errorPos" must be all lower-case
(#572) Variable "errorPos" must be all lower-case
(#572) Variable "commentStart" must be all lower-case
(#573) Variable "errorPos" must be all lower-case
(#576) Variable "previousParam" must be all lower-case
(#577) Variable "spaceBeforeVar" must be all lower-case
(#578) Variable "spaceBeforeComment" must be all lower-case
(#579) Variable "longestType" must be all lower-case
(#580) Variable "longestVar" must be all lower-case
(#584) Variable "paramComment" must be all lower-case
(#585) Variable "errorPos" must be all lower-case
(#585) Variable "commentStart" must be all lower-case
(#590) Variable "errorPos" must be all lower-case
(#593) Variable "spaceCount" must be all lower-case
(#594) Variable "spaceCount" must be all lower-case
(#594) Variable "spaceBeforeVar" must be all lower-case
(#595) Variable "spaceBeforeVar" must be all lower-case
(#595) Variable "spaceCount" must be all lower-case
(#596) Variable "longestType" must be all lower-case
(#596) Variable "errorPos" must be all lower-case
(#599) Variable "spaceCount" must be all lower-case
(#601) Variable "spaceCount" must be all lower-case
(#601) Variable "spaceBeforeComment" must be all lower-case
(#601) Variable "paramComment" must be all lower-case
(#602) Variable "spaceBeforeComment" must be all lower-case
(#602) Variable "spaceCount" must be all lower-case
(#603) Variable "longestVar" must be all lower-case
(#603) Variable "errorPos" must be all lower-case
(#608) Variable "paramName" must be all lower-case
(#610) Variable "previousParam" must be all lower-case
(#611) Variable "previousName" must be all lower-case
(#611) Variable "previousParam" must be all lower-case
(#611) Variable "previousParam" must be all lower-case
(#614) Variable "previousParam" must be all lower-case
(#617) Variable "previousName" must be all lower-case
(#619) Variable "paramName" must be all lower-case
(#622) Variable "errorPos" must be all lower-case
(#625) Variable "previousParam" must be all lower-case
(#628) Variable "previousName" must be all lower-case
(#630) Variable "paramName" must be all lower-case
(#633) Variable "errorPos" must be all lower-case
(#638) Variable "typeNames" must be all lower-case
(#639) Variable "typeNames" must be all lower-case
(#639) Variable "typeName" must be all lower-case
(#640) Variable "suggestedName" must be all lower-case
(#640) Variable "typeName" must be all lower-case
(#641) Variable "typeName" must be all lower-case
(#641) Variable "suggestedName" must be all lower-case
(#644) Variable "suggestedName" must be all lower-case
(#645) Variable "typeName" must be all lower-case
(#646) Variable "paramName" must be all lower-case
(#649) Variable "errorPos" must be all lower-case
(#650) Variable "typeNames" must be all lower-case
(#652) Variable "suggestedTypeHint" must be all lower-case
(#653) Variable "suggestedName" must be all lower-case
(#654) Variable "suggestedTypeHint" must be all lower-case
(#655) Variable "suggestedName" must be all lower-case
(#656) Variable "suggestedTypeHint" must be all lower-case
(#657) Variable "typeName" must be all lower-case
(#657) Variable "allowedTypes" must be all lower-case
(#658) Variable "suggestedTypeHint" must be all lower-case
(#658) Variable "suggestedName" must be all lower-case
(#661) Variable "suggestedTypeHint" must be all lower-case
(#661) Variable "realParams" must be all lower-case
(#662) Variable "typeHint" must be all lower-case
(#662) Variable "realParams" must be all lower-case
(#663) Variable "typeHint" must be all lower-case
(#666) Variable "suggestedTypeHint" must be all lower-case
(#667) Variable "paramName" must be all lower-case
(#670) Variable "commentEnd" must be all lower-case
(#671) Variable "typeHint" must be all lower-case
(#671) Variable "suggestedTypeHint" must be all lower-case
(#674) Variable "suggestedTypeHint" must be all lower-case
(#675) Variable "typeHint" must be all lower-case
(#676) Variable "paramName" must be all lower-case
(#679) Variable "commentEnd" must be all lower-case
(#681) Variable "suggestedTypeHint" must be all lower-case
(#681) Variable "realParams" must be all lower-case
(#682) Variable "typeHint" must be all lower-case
(#682) Variable "realParams" must be all lower-case
(#683) Variable "typeHint" must be all lower-case
(#686) Variable "typeHint" must be all lower-case
(#687) Variable "paramName" must be all lower-case
(#690) Variable "commentEnd" must be all lower-case
(#698) Variable "realParams" must be all lower-case
(#699) Variable "realName" must be all lower-case
(#699) Variable "realParams" must be all lower-case
(#700) Variable "foundParams" must be all lower-case
(#700) Variable "realName" must be all lower-case
(#703) Variable "realParams" must be all lower-case
(#704) Variable "realName" must be all lower-case
(#704) Variable "realName" must be all lower-case
(#707) Variable "realName" must be all lower-case
(#707) Variable "paramName" must be all lower-case
(#710) Variable "paramName" must be all lower-case
(#711) Variable "realName" must be all lower-case
(#716) Variable "paramName" must be all lower-case
(#716) Variable "realName" must be all lower-case
(#723) Variable "errorPos" must be all lower-case
(#725) Variable "paramName" must be all lower-case
(#728) Variable "errorPos" must be all lower-case
(#733) Variable "errorPos" must be all lower-case
(#738) Variable "errorPos" must be all lower-case
(#741) Variable "paramComment" must be all lower-case
(#744) Variable "paramName" must be all lower-case
(#747) Variable "errorPos" must be all lower-case
(#751) Variable "firstChar" must be all lower-case
(#751) Variable "paramComment" must be all lower-case
(#752) Variable "firstChar" must be all lower-case
(#754) Variable "errorPos" must be all lower-case
(#757) Variable "lastChar" must be all lower-case
(#757) Variable "paramComment" must be all lower-case
(#757) Variable "paramComment" must be all lower-case
(#758) Variable "lastChar" must be all lower-case
(#760) Variable "errorPos" must be all lower-case
(#764) Variable "previousParam" must be all lower-case
(#768) Variable "spaceBeforeVar" must be all lower-case
(#768) Variable "spaceBeforeVar" must be all lower-case
(#768) Variable "spaceBeforeComment" must be all lower-case
(#770) Variable "longestType" must be all lower-case
(#773) Variable "spaceBeforeComment" must be all lower-case
(#773) Variable "spaceBeforeComment" must be all lower-case
(#775) Variable "longestVar" must be all lower-case
(#780) Variable "realNames" must be all lower-case
(#781) Variable "realParams" must be all lower-case
(#781) Variable "realParam" must be all lower-case
(#782) Variable "realNames" must be all lower-case
(#782) Variable "realParam" must be all lower-case
(#786) Variable "realNames" must be all lower-case
(#786) Variable "foundParams" must be all lower-case
(#787) Variable "neededParam" must be all lower-case
(#789) Variable "errorPos" must be all lower-case
(#789) Variable "commentStart" must be all lower-case
(#791) Variable "errorPos" must be all lower-case
(#791) Variable "commentStart" must be all lower-case
(#795) Variable "neededParam" must be all lower-case
(#796) Variable "errorPos" must be all lower-case
(#810) Protected method name "Squiz_Sniffs_Commenting_FunctionCommentSniff::processUnknownTags" must be in lower-case letters only
(#810) Variable "commentStart" must be all lower-case
(#810) Variable "commentEnd" must be all lower-case
(#811) Opening brace should be on the same line as the declaration
(#818) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentThrowTagSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Opening brace should be on the same line as the declaration
(#60) Protected method name "Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff::processTokenWithinScope" must be in lower-case letters only
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#60) Variable "currScope" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#64) Variable "previousThrow" must be all lower-case
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#64) Variable "currScope" must be all lower-case
(#65) Variable "previousThrow" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#79) Variable "commentEnd" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#79) Variable "currScope" must be all lower-case
(#81) Variable "commentEnd" must be all lower-case
(#85) Variable "commentEnd" must be all lower-case
(#90) Variable "commentStart" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "commentEnd" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#91) Variable "commentStart" must be all lower-case
(#91) Variable "commentEnd" must be all lower-case
(#91) Variable "commentStart" must be all lower-case
(#94) Variable "phpcsFile" must be all lower-case
(#97) Variable "commentStart" must be all lower-case
(#98) Variable "phpcsFile" must be all lower-case
(#103) Variable "currScopeEnd" must be all lower-case
(#104) Variable "currScope" must be all lower-case
(#105) Variable "currScopeEnd" must be all lower-case
(#105) Variable "currScope" must be all lower-case
(#109) Variable "throwTokens" must be all lower-case
(#110) Variable "currPos" must be all lower-case
(#110) Variable "stackPtr" must be all lower-case
(#111) Variable "currScopeEnd" must be all lower-case
(#112) Variable "currPos" must be all lower-case
(#112) Variable "currScopeEnd" must be all lower-case
(#112) Variable "currPos" must be all lower-case
(#121) Variable "nextToken" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#121) Variable "currPos" must be all lower-case
(#122) Variable "nextToken" must be all lower-case
(#123) Variable "currException" must be all lower-case
(#123) Variable "phpcsFile" must be all lower-case
(#128) Variable "currPos" must be all lower-case
(#129) Variable "currScopeEnd" must be all lower-case
(#135) Variable "currException" must be all lower-case
(#136) Variable "endException" must be all lower-case
(#136) Variable "phpcsFile" must be all lower-case
(#141) Variable "currException" must be all lower-case
(#142) Variable "currScopeEnd" must be all lower-case
(#148) Variable "endException" must be all lower-case
(#149) Variable "throwTokens" must be all lower-case
(#149) Variable "currException" must be all lower-case
(#151) Variable "throwTokens" must be all lower-case
(#151) Variable "phpcsFile" must be all lower-case
(#151) Variable "currException" must be all lower-case
(#151) Variable "endException" must be all lower-case
(#151) Variable "currException" must be all lower-case
(#156) Variable "currPos" must be all lower-case
(#156) Variable "phpcsFile" must be all lower-case
(#156) Variable "currPos" must be all lower-case
(#156) Variable "currScopeEnd" must be all lower-case
(#161) Variable "throwTokens" must be all lower-case
(#161) Variable "throwTokens" must be all lower-case
(#162) Variable "throwTokens" must be all lower-case
(#167) Variable "phpcsFile" must be all lower-case
(#167) Variable "commentEnd" must be all lower-case
(#168) Variable "throwTokens" must be all lower-case
(#174) Variable "throwTags" must be all lower-case
(#175) Variable "lineNumber" must be all lower-case
(#177) Variable "throwTags" must be all lower-case
(#178) Variable "lineNumber" must be all lower-case
(#181) Variable "throwTags" must be all lower-case
(#181) Variable "throwTags" must be all lower-case
(#182) Variable "throwTags" must be all lower-case
(#185) Variable "tokenCount" must be all lower-case
(#185) Variable "throwTokens" must be all lower-case
(#186) Variable "tagCount" must be all lower-case
(#186) Variable "throwTags" must be all lower-case
(#187) Variable "tokenCount" must be all lower-case
(#187) Variable "tagCount" must be all lower-case
(#190) Variable "tokenCount" must be all lower-case
(#191) Variable "tagCount" must be all lower-case
(#193) Variable "phpcsFile" must be all lower-case
(#193) Variable "commentEnd" must be all lower-case
(#197) Variable "throwTags" must be all lower-case
(#197) Variable "throwTag" must be all lower-case
(#198) Variable "errorPos" must be all lower-case
(#198) Variable "commentStart" must be all lower-case
(#198) Variable "lineNumber" must be all lower-case
(#198) Variable "throwTag" must be all lower-case
(#199) Variable "throwTag" must be all lower-case
(#199) Variable "throwTag" must be all lower-case
(#199) Variable "throwTokens" must be all lower-case
(#202) Variable "throwTokens" must be all lower-case
(#203) Variable "throwTag" must be all lower-case
(#205) Variable "phpcsFile" must be all lower-case
(#205) Variable "errorPos" must be all lower-case
(#215) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/InlineCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#68) Opening brace should be on the same line as the declaration
(#69) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#75) Variable "nextToken" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#76) Variable "emptyTokens" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#98) Variable "nextToken" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#104) Variable "emptyTokens" must be all lower-case
(#108) Variable "nextToken" must be all lower-case
(#108) Variable "phpcsFile" must be all lower-case
(#108) Variable "nextToken" must be all lower-case
(#109) Variable "nextToken" must be all lower-case
(#114) Variable "prevToken" must be all lower-case
(#114) Variable "phpcsFile" must be all lower-case
(#115) Variable "emptyTokens" must be all lower-case
(#116) Variable "stackPtr" must be all lower-case
(#121) Variable "prevToken" must be all lower-case
(#126) Variable "stackPtr" must be all lower-case
(#128) Variable "phpcsFile" must be all lower-case
(#128) Variable "stackPtr" must be all lower-case
(#133) Variable "stackPtr" must be all lower-case
(#135) Variable "phpcsFile" must be all lower-case
(#135) Variable "stackPtr" must be all lower-case
(#140) Variable "previousContent" must be all lower-case
(#140) Variable "phpcsFile" must be all lower-case
(#140) Variable "stackPtr" must be all lower-case
(#141) Variable "previousContent" must be all lower-case
(#141) Variable "stackPtr" must be all lower-case
(#142) Variable "previousContent" must be all lower-case
(#147) Variable "previousContent" must be all lower-case
(#148) Variable "previousContent" must be all lower-case
(#150) Variable "lastContent" must be all lower-case
(#150) Variable "phpcsFile" must be all lower-case
(#150) Variable "previousContent" must be all lower-case
(#151) Variable "lastContent" must be all lower-case
(#157) Variable "stackPtr" must be all lower-case
(#164) Variable "spaceCount" must be all lower-case
(#170) Variable "spaceCount" must be all lower-case
(#173) Variable "spaceCount" must be all lower-case
(#179) Variable "phpcsFile" must be all lower-case
(#179) Variable "stackPtr" must be all lower-case
(#182) Variable "spaceCount" must be all lower-case
(#185) Variable "spaceCount" must be all lower-case
(#186) Variable "spaceCount" must be all lower-case
(#189) Variable "phpcsFile" must be all lower-case
(#189) Variable "stackPtr" must be all lower-case
(#191) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#196) Variable "nextComment" must be all lower-case
(#196) Variable "phpcsFile" must be all lower-case
(#196) Variable "stackPtr" must be all lower-case
(#198) Variable "nextComment" must be all lower-case
(#198) Variable "nextComment" must be all lower-case
(#198) Variable "stackPtr" must be all lower-case
(#202) Variable "topComment" must be all lower-case
(#202) Variable "stackPtr" must be all lower-case
(#203) Variable "lastComment" must be all lower-case
(#203) Variable "stackPtr" must be all lower-case
(#204) Variable "topComment" must be all lower-case
(#204) Variable "phpcsFile" must be all lower-case
(#204) Variable "lastComment" must be all lower-case
(#205) Variable "topComment" must be all lower-case
(#205) Variable "lastComment" must be all lower-case
(#209) Variable "lastComment" must be all lower-case
(#209) Variable "topComment" must be all lower-case
(#212) Variable "topComment" must be all lower-case
(#212) Variable "lastComment" must be all lower-case
(#213) Variable "commentText" must be all lower-case
(#215) Variable "topComment" must be all lower-case
(#215) Variable "stackPtr" must be all lower-case
(#217) Variable "commentText" must be all lower-case
(#221) Variable "commentText" must be all lower-case
(#223) Variable "phpcsFile" must be all lower-case
(#223) Variable "stackPtr" must be all lower-case
(#227) Variable "commentText" must be all lower-case
(#229) Variable "phpcsFile" must be all lower-case
(#229) Variable "topComment" must be all lower-case
(#232) Variable "commentCloser" must be all lower-case
(#232) Variable "commentText" must be all lower-case
(#232) Variable "commentText" must be all lower-case
(#233) Variable "acceptedClosers" must be all lower-case
(#239) Variable "commentCloser" must be all lower-case
(#239) Variable "acceptedClosers" must be all lower-case
(#242) Variable "acceptedClosers" must be all lower-case
(#242) Variable "closerName" must be all lower-case
(#243) Variable "closerName" must be all lower-case
(#248) Variable "phpcsFile" must be all lower-case
(#248) Variable "stackPtr" must be all lower-case
(#253) Variable "stackPtr" must be all lower-case
(#253) Variable "phpcsFile" must be all lower-case
(#254) Variable "stackPtr" must be all lower-case
(#258) Variable "stackPtr" must be all lower-case
(#264) Variable "phpcsFile" must be all lower-case
(#264) Variable "stackPtr" must be all lower-case
(#272) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/LongConditionClosingCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#62) Member variable "lineLimit" must be all lower-case
(#71) Opening brace should be on the same line as the declaration
(#86) Variable "phpcsFile" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#87) Opening brace should be on the same line as the declaration
(#88) Variable "phpcsFile" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#95) Variable "startCondition" must be all lower-case
(#95) Variable "stackPtr" must be all lower-case
(#96) Variable "startBrace" must be all lower-case
(#96) Variable "stackPtr" must be all lower-case
(#97) Variable "endBrace" must be all lower-case
(#97) Variable "stackPtr" must be all lower-case
(#100) Variable "startCondition" must be all lower-case
(#100) Variable "_openers" must not contain underscores.
(#104) Variable "startCondition" must be all lower-case
(#107) Variable "phpcsFile" must be all lower-case
(#107) Variable "stackPtr" must be all lower-case
(#115) Variable "nextToken" must be all lower-case
(#115) Variable "phpcsFile" must be all lower-case
(#115) Variable "stackPtr" must be all lower-case
(#116) Variable "nextToken" must be all lower-case
(#116) Variable "nextToken" must be all lower-case
(#118) Variable "nextToken" must be all lower-case
(#119) Variable "nextToken" must be all lower-case
(#121) Variable "nextToken" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#121) Variable "nextToken" must be all lower-case
(#122) Variable "nextToken" must be all lower-case
(#123) Variable "nextToken" must be all lower-case
(#131) Variable "stackPtr" must be all lower-case
(#131) Variable "nextToken" must be all lower-case
(#132) Variable "endBrace" must be all lower-case
(#132) Variable "stackPtr" must be all lower-case
(#136) Variable "nextToken" must be all lower-case
(#139) Variable "startCondition" must be all lower-case
(#142) Variable "nextToken" must be all lower-case
(#142) Variable "phpcsFile" must be all lower-case
(#142) Variable "stackPtr" must be all lower-case
(#143) Variable "nextToken" must be all lower-case
(#145) Variable "stackPtr" must be all lower-case
(#145) Variable "nextToken" must be all lower-case
(#146) Variable "endBrace" must be all lower-case
(#146) Variable "stackPtr" must be all lower-case
(#150) Variable "nextToken" must be all lower-case
(#153) Variable "lineDifference" must be all lower-case
(#153) Variable "endBrace" must be all lower-case
(#153) Variable "startBrace" must be all lower-case
(#155) Variable "startCondition" must be all lower-case
(#156) Variable "phpcsFile" must be all lower-case
(#156) Variable "stackPtr" must be all lower-case
(#158) Variable "endBrace" must be all lower-case
(#159) Variable "lineDifference" must be all lower-case
(#162) Variable "phpcsFile" must be all lower-case
(#162) Variable "stackPtr" must be all lower-case
(#168) Variable "stackPtr" must be all lower-case
(#171) Variable "phpcsFile" must be all lower-case
(#171) Variable "stackPtr" must be all lower-case
(#181) Variable "phpcsFile" must be all lower-case
(#181) Variable "stackPtr" must be all lower-case
(#191) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/PostStatementCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#73) Variable "commentLine" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#74) Variable "lastContent" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#76) Variable "lastContent" must be all lower-case
(#76) Variable "commentLine" must be all lower-case
(#80) Variable "lastContent" must be all lower-case
(#85) Variable "lastContent" must be all lower-case
(#86) Variable "lastContent" must be all lower-case
(#88) Variable "lastContent" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "lastContent" must be all lower-case
(#89) Variable "lastContent" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#95) Variable "stackPtr" must be all lower-case
(#103) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/VariableCommentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#54) Member variable "commentParser" must be all lower-case
(#66) Public method name "Squiz_Sniffs_Commenting_VariableCommentSniff::processMemberVar" must be in lower-case letters only
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#67) Opening brace should be on the same line as the declaration
(#68) Variable "phpcsFile" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#70) Variable "commentToken" must be all lower-case
(#76) Variable "commentEnd" must be all lower-case
(#76) Variable "phpcsFile" must be all lower-case
(#76) Variable "commentToken" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#77) Variable "commentEnd" must be all lower-case
(#77) Variable "commentEnd" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#80) Variable "commentEnd" must be all lower-case
(#80) Variable "commentEnd" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#85) Variable "commentFor" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#85) Variable "commentEnd" must be all lower-case
(#86) Variable "commentFor" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#87) Variable "stackPtr" must be all lower-case
(#92) Variable "commentStart" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#92) Variable "commentEnd" must be all lower-case
(#93) Variable "commentString" must be all lower-case
(#93) Variable "phpcsFile" must be all lower-case
(#93) Variable "commentStart" must be all lower-case
(#93) Variable "commentEnd" must be all lower-case
(#93) Variable "commentStart" must be all lower-case
(#97) Variable "commentString" must be all lower-case
(#97) Variable "phpcsFile" must be all lower-case
(#100) Variable "commentStart" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#108) Variable "phpcsFile" must be all lower-case
(#108) Variable "commentStart" must be all lower-case
(#113) Variable "eolPos" must be all lower-case
(#113) Variable "commentString" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#114) Variable "firstLine" must be all lower-case
(#114) Variable "commentString" must be all lower-case
(#114) Variable "eolPos" must be all lower-case
(#115) Variable "firstLine" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "commentStart" must be all lower-case
(#125) Variable "phpcsFile" must be all lower-case
(#125) Variable "commentStart" must be all lower-case
(#126) Variable "newlineCount" must be all lower-case
(#129) Variable "newlineCount" must be all lower-case
(#130) Variable "newlineSpan" must be all lower-case
(#130) Variable "phpcsFile" must be all lower-case
(#131) Variable "newlineSpan" must be all lower-case
(#133) Variable "phpcsFile" must be all lower-case
(#133) Variable "commentStart" must be all lower-case
(#136) Variable "newlineCount" must be all lower-case
(#136) Variable "phpcsFile" must be all lower-case
(#142) Variable "newlineBetween" must be all lower-case
(#142) Variable "phpcsFile" must be all lower-case
(#143) Variable "newlineBetween" must be all lower-case
(#145) Variable "phpcsFile" must be all lower-case
(#145) Variable "commentStart" must be all lower-case
(#145) Variable "newlineCount" must be all lower-case
(#148) Variable "newlineCount" must be all lower-case
(#148) Variable "newlineBetween" must be all lower-case
(#150) Variable "testLong" must be all lower-case
(#151) Variable "testLong" must be all lower-case
(#153) Variable "phpcsFile" must be all lower-case
(#153) Variable "commentStart" must be all lower-case
(#153) Variable "newlineCount" must be all lower-case
(#158) Variable "testShort" must be all lower-case
(#159) Variable "lastChar" must be all lower-case
(#159) Variable "testShort" must be all lower-case
(#159) Variable "testShort" must be all lower-case
(#160) Variable "testShort" must be all lower-case
(#160) Variable "phpcsFile" must be all lower-case
(#162) Variable "phpcsFile" must be all lower-case
(#162) Variable "commentStart" must be all lower-case
(#165) Variable "testShort" must be all lower-case
(#167) Variable "phpcsFile" must be all lower-case
(#167) Variable "commentStart" must be all lower-case
(#170) Variable "lastChar" must be all lower-case
(#172) Variable "phpcsFile" must be all lower-case
(#172) Variable "commentStart" must be all lower-case
(#179) Variable "newlineSpan" must be all lower-case
(#180) Variable "newlineSpan" must be all lower-case
(#183) Variable "newlineCount" must be all lower-case
(#183) Variable "phpcsFile" must be all lower-case
(#183) Variable "newlineSpan" must be all lower-case
(#186) Variable "phpcsFile" must be all lower-case
(#186) Variable "commentStart" must be all lower-case
(#186) Variable "newlineCount" must be all lower-case
(#187) Variable "phpcsFile" must be all lower-case
(#192) Variable "unknownTags" must be all lower-case
(#193) Variable "unknownTags" must be all lower-case
(#193) Variable "errorTag" must be all lower-case
(#196) Variable "errorTag" must be all lower-case
(#197) Variable "phpcsFile" must be all lower-case
(#197) Variable "commentStart" must be all lower-case
(#197) Variable "errorTag" must be all lower-case
(#201) Variable "commentStart" must be all lower-case
(#201) Variable "commentEnd" must be all lower-case
(#202) Variable "commentStart" must be all lower-case
(#208) Variable "lastPos" must be all lower-case
(#209) Variable "lastPos" must be all lower-case
(#210) Variable "lastPos" must be all lower-case
(#211) Variable "lastPos" must be all lower-case
(#214) Variable "commentEnd" must be all lower-case
(#228) Protected method name "Squiz_Sniffs_Commenting_VariableCommentSniff::processVar" must be in lower-case letters only
(#228) Variable "commentStart" must be all lower-case
(#228) Variable "commentEnd" must be all lower-case
(#229) Opening brace should be on the same line as the declaration
(#233) Variable "errorPos" must be all lower-case
(#233) Variable "commentStart" must be all lower-case
(#238) Variable "errorPos" must be all lower-case
(#244) Variable "errorPos" must be all lower-case
(#250) Variable "errorPos" must be all lower-case
(#253) Variable "suggestedType" must be all lower-case
(#254) Variable "suggestedType" must be all lower-case
(#257) Variable "suggestedType" must be all lower-case
(#260) Variable "errorPos" must be all lower-case
(#268) Variable "errorPos" must be all lower-case
(#272) Variable "commentEnd" must be all lower-case
(#285) Protected method name "Squiz_Sniffs_Commenting_VariableCommentSniff::processSees" must be in lower-case letters only
(#285) Variable "commentStart" must be all lower-case
(#286) Opening brace should be on the same line as the declaration
(#290) Variable "errorPos" must be all lower-case
(#290) Variable "commentStart" must be all lower-case
(#294) Variable "errorPos" must be all lower-case
(#302) Variable "errorPos" must be all lower-case
(#321) Protected method name "Squiz_Sniffs_Commenting_VariableCommentSniff::processVariable" must be in lower-case letters only
(#321) Variable "phpcsFile" must be all lower-case
(#321) Variable "stackPtr" must be all lower-case
(#322) Opening brace should be on the same line as the declaration
(#338) Protected method name "Squiz_Sniffs_Commenting_VariableCommentSniff::processVariableInString" must be in lower-case letters only
(#338) Variable "phpcsFile" must be all lower-case
(#338) Variable "stackPtr" must be all lower-case
(#339) Opening brace should be on the same line as the declaration
(#345) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ControlSignatureSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Member variable "supportedTokenizers" must be all lower-case
(#51) Protected method name "Squiz_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ElseIfDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#67) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForEachLoopDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#39) Member variable "requiredSpacesAfterOpen" must be all lower-case
(#46) Member variable "requiredSpacesBeforeClose" must be all lower-case
(#55) Opening brace should be on the same line as the declaration
(#70) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#71) Opening brace should be on the same line as the declaration
(#74) Variable "phpcsFile" must be all lower-case
(#76) Variable "openingBracket" must be all lower-case
(#76) Variable "phpcsFile" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#77) Variable "closingBracket" must be all lower-case
(#77) Variable "openingBracket" must be all lower-case
(#79) Variable "openingBracket" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#83) Variable "spaceAfterOpen" must be all lower-case
(#84) Variable "openingBracket" must be all lower-case
(#85) Variable "spaceAfterOpen" must be all lower-case
(#85) Variable "openingBracket" must be all lower-case
(#88) Variable "spaceAfterOpen" must be all lower-case
(#92) Variable "spaceAfterOpen" must be all lower-case
(#94) Variable "phpcsFile" must be all lower-case
(#94) Variable "stackPtr" must be all lower-case
(#98) Variable "closingBracket" must be all lower-case
(#100) Variable "phpcsFile" must be all lower-case
(#100) Variable "stackPtr" must be all lower-case
(#102) Variable "spaceBeforeClose" must be all lower-case
(#103) Variable "closingBracket" must be all lower-case
(#104) Variable "spaceBeforeClose" must be all lower-case
(#104) Variable "closingBracket" must be all lower-case
(#107) Variable "spaceBeforeClose" must be all lower-case
(#111) Variable "spaceBeforeClose" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#117) Variable "asToken" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "openingBracket" must be all lower-case
(#118) Variable "asToken" must be all lower-case
(#126) Variable "phpcsFile" must be all lower-case
(#126) Variable "stackPtr" must be all lower-case
(#129) Variable "doubleArrow" must be all lower-case
(#129) Variable "phpcsFile" must be all lower-case
(#129) Variable "openingBracket" must be all lower-case
(#129) Variable "closingBracket" must be all lower-case
(#131) Variable "doubleArrow" must be all lower-case
(#132) Variable "doubleArrow" must be all lower-case
(#134) Variable "phpcsFile" must be all lower-case
(#134) Variable "stackPtr" must be all lower-case
(#136) Variable "doubleArrow" must be all lower-case
(#137) Variable "doubleArrow" must be all lower-case
(#140) Variable "phpcsFile" must be all lower-case
(#140) Variable "stackPtr" must be all lower-case
(#144) Variable "doubleArrow" must be all lower-case
(#146) Variable "phpcsFile" must be all lower-case
(#146) Variable "stackPtr" must be all lower-case
(#148) Variable "doubleArrow" must be all lower-case
(#149) Variable "doubleArrow" must be all lower-case
(#152) Variable "phpcsFile" must be all lower-case
(#152) Variable "stackPtr" must be all lower-case
(#157) Variable "asToken" must be all lower-case
(#159) Variable "phpcsFile" must be all lower-case
(#159) Variable "stackPtr" must be all lower-case
(#161) Variable "asToken" must be all lower-case
(#162) Variable "asToken" must be all lower-case
(#165) Variable "phpcsFile" must be all lower-case
(#165) Variable "stackPtr" must be all lower-case
(#169) Variable "asToken" must be all lower-case
(#171) Variable "phpcsFile" must be all lower-case
(#171) Variable "stackPtr" must be all lower-case
(#173) Variable "asToken" must be all lower-case
(#174) Variable "asToken" must be all lower-case
(#177) Variable "phpcsFile" must be all lower-case
(#177) Variable "stackPtr" must be all lower-case
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForLoopDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Member variable "requiredSpacesAfterOpen" must be all lower-case
(#45) Member variable "requiredSpacesBeforeClose" must be all lower-case
(#52) Member variable "supportedTokenizers" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#79) Variable "phpcsFile" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#80) Opening brace should be on the same line as the declaration
(#83) Variable "phpcsFile" must be all lower-case
(#85) Variable "openingBracket" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#85) Variable "stackPtr" must be all lower-case
(#86) Variable "openingBracket" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#92) Variable "closingBracket" must be all lower-case
(#92) Variable "openingBracket" must be all lower-case
(#94) Variable "openingBracket" must be all lower-case
(#96) Variable "phpcsFile" must be all lower-case
(#96) Variable "stackPtr" must be all lower-case
(#98) Variable "spaceAfterOpen" must be all lower-case
(#99) Variable "openingBracket" must be all lower-case
(#100) Variable "spaceAfterOpen" must be all lower-case
(#100) Variable "openingBracket" must be all lower-case
(#103) Variable "spaceAfterOpen" must be all lower-case
(#107) Variable "spaceAfterOpen" must be all lower-case
(#109) Variable "phpcsFile" must be all lower-case
(#109) Variable "stackPtr" must be all lower-case
(#113) Variable "closingBracket" must be all lower-case
(#115) Variable "phpcsFile" must be all lower-case
(#115) Variable "stackPtr" must be all lower-case
(#117) Variable "spaceBeforeClose" must be all lower-case
(#118) Variable "closingBracket" must be all lower-case
(#119) Variable "spaceBeforeClose" must be all lower-case
(#119) Variable "closingBracket" must be all lower-case
(#122) Variable "spaceBeforeClose" must be all lower-case
(#126) Variable "spaceBeforeClose" must be all lower-case
(#128) Variable "phpcsFile" must be all lower-case
(#128) Variable "stackPtr" must be all lower-case
(#132) Variable "firstSemicolon" must be all lower-case
(#132) Variable "phpcsFile" must be all lower-case
(#132) Variable "openingBracket" must be all lower-case
(#132) Variable "closingBracket" must be all lower-case
(#135) Variable "firstSemicolon" must be all lower-case
(#136) Variable "firstSemicolon" must be all lower-case
(#138) Variable "phpcsFile" must be all lower-case
(#138) Variable "stackPtr" must be all lower-case
(#141) Variable "firstSemicolon" must be all lower-case
(#142) Variable "firstSemicolon" must be all lower-case
(#145) Variable "phpcsFile" must be all lower-case
(#145) Variable "stackPtr" must be all lower-case
(#147) Variable "firstSemicolon" must be all lower-case
(#148) Variable "firstSemicolon" must be all lower-case
(#151) Variable "phpcsFile" must be all lower-case
(#151) Variable "stackPtr" must be all lower-case
(#155) Variable "secondSemicolon" must be all lower-case
(#155) Variable "phpcsFile" must be all lower-case
(#155) Variable "firstSemicolon" must be all lower-case
(#157) Variable "secondSemicolon" must be all lower-case
(#158) Variable "secondSemicolon" must be all lower-case
(#159) Variable "firstSemicolon" must be all lower-case
(#162) Variable "phpcsFile" must be all lower-case
(#162) Variable "stackPtr" must be all lower-case
(#165) Variable "secondSemicolon" must be all lower-case
(#165) Variable "closingBracket" must be all lower-case
(#166) Variable "secondSemicolon" must be all lower-case
(#169) Variable "phpcsFile" must be all lower-case
(#169) Variable "stackPtr" must be all lower-case
(#171) Variable "secondSemicolon" must be all lower-case
(#172) Variable "secondSemicolon" must be all lower-case
(#174) Variable "secondSemicolon" must be all lower-case
(#174) Variable "closingBracket" must be all lower-case
(#176) Variable "phpcsFile" must be all lower-case
(#176) Variable "stackPtr" must be all lower-case
(#179) Variable "phpcsFile" must be all lower-case
(#179) Variable "stackPtr" must be all lower-case
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/InlineIfDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#76) Variable "statementEnd" must be all lower-case
(#76) Variable "phpcsFile" must be all lower-case
(#78) Variable "statementEnd" must be all lower-case
(#82) Variable "statementEnd" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#84) Variable "phpcsFile" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#89) Variable "contentBefore" must be all lower-case
(#89) Variable "phpcsFile" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#90) Variable "contentAfter" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#91) Variable "contentBefore" must be all lower-case
(#93) Variable "phpcsFile" must be all lower-case
(#93) Variable "stackPtr" must be all lower-case
(#97) Variable "spaceBefore" must be all lower-case
(#97) Variable "stackPtr" must be all lower-case
(#97) Variable "contentBefore" must be all lower-case
(#97) Variable "contentBefore" must be all lower-case
(#97) Line exceeds 132 characters; contains 137 characters
(#98) Variable "spaceBefore" must be all lower-case
(#100) Variable "spaceBefore" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#101) Variable "stackPtr" must be all lower-case
(#104) Variable "spaceAfter" must be all lower-case
(#104) Variable "contentAfter" must be all lower-case
(#104) Variable "stackPtr" must be all lower-case
(#105) Variable "spaceAfter" must be all lower-case
(#107) Variable "spaceAfter" must be all lower-case
(#108) Variable "phpcsFile" must be all lower-case
(#108) Variable "stackPtr" must be all lower-case
(#112) Variable "inlineElse" must be all lower-case
(#112) Variable "phpcsFile" must be all lower-case
(#112) Variable "stackPtr" must be all lower-case
(#112) Variable "statementEnd" must be all lower-case
(#113) Variable "contentBefore" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "inlineElse" must be all lower-case
(#114) Variable "contentAfter" must be all lower-case
(#114) Variable "phpcsFile" must be all lower-case
(#114) Variable "inlineElse" must be all lower-case
(#116) Variable "spaceBefore" must be all lower-case
(#116) Variable "inlineElse" must be all lower-case
(#116) Variable "contentBefore" must be all lower-case
(#116) Variable "contentBefore" must be all lower-case
(#116) Line exceeds 132 characters; contains 139 characters
(#117) Variable "spaceBefore" must be all lower-case
(#119) Variable "spaceBefore" must be all lower-case
(#120) Variable "phpcsFile" must be all lower-case
(#120) Variable "inlineElse" must be all lower-case
(#123) Variable "spaceAfter" must be all lower-case
(#123) Variable "contentAfter" must be all lower-case
(#123) Variable "inlineElse" must be all lower-case
(#124) Variable "spaceAfter" must be all lower-case
(#126) Variable "spaceAfter" must be all lower-case
(#127) Variable "phpcsFile" must be all lower-case
(#127) Variable "inlineElse" must be all lower-case
(#136) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/LowercaseDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#67) Opening brace should be on the same line as the declaration
(#68) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#86) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/SwitchDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#39) Member variable "supportedTokenizers" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#74) Opening brace should be on the same line as the declaration
(#75) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#85) Variable "nextCase" must be all lower-case
(#85) Variable "stackPtr" must be all lower-case
(#86) Variable "caseAlignment" must be all lower-case
(#87) Variable "caseCount" must be all lower-case
(#88) Variable "foundDefault" must be all lower-case
(#90) Variable "nextCase" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "nextCase" must be all lower-case
(#90) Line exceeds 132 characters; contains 140 characters
(#92) Variable "nextCase" must be all lower-case
(#93) Variable "nextCase" must be all lower-case
(#93) Variable "nextCase" must be all lower-case
(#97) Variable "nextCase" must be all lower-case
(#99) Variable "foundDefault" must be all lower-case
(#102) Variable "caseCount" must be all lower-case
(#105) Variable "nextCase" must be all lower-case
(#105) Variable "nextCase" must be all lower-case
(#106) Variable "nextCase" must be all lower-case
(#110) Variable "nextCase" must be all lower-case
(#112) Variable "phpcsFile" must be all lower-case
(#112) Variable "nextCase" must be all lower-case
(#115) Variable "nextCase" must be all lower-case
(#115) Variable "caseAlignment" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "nextCase" must be all lower-case
(#121) Variable "nextCase" must be all lower-case
(#122) Variable "nextCase" must be all lower-case
(#125) Variable "phpcsFile" must be all lower-case
(#125) Variable "nextCase" must be all lower-case
(#128) Variable "nextCase" must be all lower-case
(#131) Variable "phpcsFile" must be all lower-case
(#131) Variable "nextCase" must be all lower-case
(#134) Variable "nextBreak" must be all lower-case
(#134) Variable "nextCase" must be all lower-case
(#135) Variable "nextBreak" must be all lower-case
(#136) Variable "nextBreak" must be all lower-case
(#137) Variable "nextBreak" must be all lower-case
(#138) Variable "nextBreak" must be all lower-case
(#139) Variable "nextBreak" must be all lower-case
(#141) Variable "nextBreak" must be all lower-case
(#141) Variable "nextCase" must be all lower-case
(#145) Variable "nextBreak" must be all lower-case
(#145) Variable "caseAlignment" must be all lower-case
(#147) Variable "phpcsFile" must be all lower-case
(#147) Variable "nextBreak" must be all lower-case
(#150) Variable "breakLine" must be all lower-case
(#150) Variable "nextBreak" must be all lower-case
(#151) Variable "prevLine" must be all lower-case
(#152) Variable "nextBreak" must be all lower-case
(#152) Variable "stackPtr" must be all lower-case
(#154) Variable "prevLine" must be all lower-case
(#159) Variable "prevLine" must be all lower-case
(#159) Variable "breakLine" must be all lower-case
(#161) Variable "phpcsFile" must be all lower-case
(#161) Variable "nextBreak" must be all lower-case
(#164) Variable "breakLine" must be all lower-case
(#164) Variable "nextBreak" must be all lower-case
(#165) Variable "nextLine" must be all lower-case
(#165) Variable "stackPtr" must be all lower-case
(#166) Variable "phpcsFile" must be all lower-case
(#166) Variable "nextBreak" must be all lower-case
(#167) Variable "stackPtr" must be all lower-case
(#169) Variable "nextLine" must be all lower-case
(#177) Variable "nextLine" must be all lower-case
(#177) Variable "breakLine" must be all lower-case
(#177) Variable "stackPtr" must be all lower-case
(#179) Variable "phpcsFile" must be all lower-case
(#179) Variable "nextBreak" must be all lower-case
(#183) Variable "nextLine" must be all lower-case
(#183) Variable "breakLine" must be all lower-case
(#185) Variable "phpcsFile" must be all lower-case
(#185) Variable "nextBreak" must be all lower-case
(#189) Variable "caseLine" must be all lower-case
(#189) Variable "nextCase" must be all lower-case
(#190) Variable "nextLine" must be all lower-case
(#190) Variable "nextBreak" must be all lower-case
(#191) Variable "nextBreak" must be all lower-case
(#193) Variable "nextLine" must be all lower-case
(#198) Variable "nextLine" must be all lower-case
(#198) Variable "caseLine" must be all lower-case
(#200) Variable "phpcsFile" must be all lower-case
(#200) Variable "nextCase" must be all lower-case
(#204) Variable "nextBreak" must be all lower-case
(#210) Variable "foundContent" must be all lower-case
(#211) Variable "nextCase" must be all lower-case
(#211) Variable "nextBreak" must be all lower-case
(#217) Variable "emptyTokens" must be all lower-case
(#218) Variable "foundContent" must be all lower-case
(#223) Variable "foundContent" must be all lower-case
(#225) Variable "phpcsFile" must be all lower-case
(#225) Variable "nextCase" must be all lower-case
(#231) Variable "foundContent" must be all lower-case
(#232) Variable "nextCase" must be all lower-case
(#232) Variable "nextBreak" must be all lower-case
(#234) Variable "foundContent" must be all lower-case
(#239) Variable "foundContent" must be all lower-case
(#241) Variable "phpcsFile" must be all lower-case
(#241) Variable "nextCase" must be all lower-case
(#247) Variable "phpcsFile" must be all lower-case
(#247) Variable "nextCase" must be all lower-case
(#251) Variable "foundDefault" must be all lower-case
(#253) Variable "phpcsFile" must be all lower-case
(#253) Variable "stackPtr" must be all lower-case
(#258) Variable "phpcsFile" must be all lower-case
(#261) Variable "caseCount" must be all lower-case
(#263) Variable "phpcsFile" must be all lower-case
(#263) Variable "stackPtr" must be all lower-case
(#271) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Debug/JSLintSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#63) Variable "fileName" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#65) Variable "rhinoPath" must be all lower-case
(#66) Variable "jslintPath" must be all lower-case
(#67) Variable "rhinoPath" must be all lower-case
(#67) Variable "jslintPath" must be all lower-case
(#71) Variable "rhinoPath" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#79) Variable "numMatches" must be all lower-case
(#80) Variable "numMatches" must be all lower-case
(#88) Variable "lineToken" must be all lower-case
(#91) Variable "lineToken" must be all lower-case
(#96) Variable "lineToken" must be all lower-case
(#97) Variable "phpcsFile" must be all lower-case
(#97) Variable "lineToken" must be all lower-case
(#107) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Debug/JavaScriptLintSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "fileName" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#64) Variable "jslPath" must be all lower-case
(#65) Variable "jslPath" must be all lower-case
(#69) Variable "jslPath" must be all lower-case
(#69) Variable "fileName" must be all lower-case
(#69) Line exceeds 132 characters; contains 136 characters
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#85) Variable "phpcsFile" must be all lower-case
(#93) Variable "lineToken" must be all lower-case
(#96) Variable "lineToken" must be all lower-case
(#101) Variable "lineToken" must be all lower-case
(#102) Variable "phpcsFile" must be all lower-case
(#110) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Files/FileExtensionSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#61) Variable "prevOpenTag" must be all lower-case
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#62) Variable "prevOpenTag" must be all lower-case
(#66) Variable "fileName" must be all lower-case
(#66) Variable "phpcsFile" must be all lower-case
(#67) Variable "fileName" must be all lower-case
(#67) Variable "fileName" must be all lower-case
(#68) Variable "nextClass" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#71) Variable "nextClass" must be all lower-case
(#73) Variable "nextClass" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#77) Variable "nextClass" must be all lower-case
(#79) Variable "phpcsFile" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#89) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Formatting/OperatorBracketSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#85) Variable "emptyTokens" must be all lower-case
(#85) Variable "stackPtr" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#94) Variable "isAssignment" must be all lower-case
(#94) Variable "assignmentTokens" must be all lower-case
(#95) Variable "isEquality" must be all lower-case
(#95) Variable "equalityTokens" must be all lower-case
(#96) Variable "isComparison" must be all lower-case
(#96) Variable "comparisonTokens" must be all lower-case
(#97) Variable "isAssignment" must be all lower-case
(#97) Variable "isEquality" must be all lower-case
(#97) Variable "isComparison" must be all lower-case
(#101) Variable "stackPtr" must be all lower-case
(#103) Variable "phpcsFile" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#112) Variable "lastBracket" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#114) Variable "stackPtr" must be all lower-case
(#115) Variable "endBracket" must be all lower-case
(#116) Variable "prevToken" must be all lower-case
(#116) Variable "phpcsFile" must be all lower-case
(#117) Variable "prevCode" must be all lower-case
(#117) Variable "prevToken" must be all lower-case
(#119) Variable "prevCode" must be all lower-case
(#125) Variable "prevCode" must be all lower-case
(#125) Variable "prevCode" must be all lower-case
(#141) Variable "stackPtr" must be all lower-case
(#157) Variable "stackPtr" must be all lower-case
(#157) Variable "endBracket" must be all lower-case
(#169) Variable "endBracket" must be all lower-case
(#174) Variable "prevCode" must be all lower-case
(#174) Variable "scopeOpeners" must be all lower-case
(#178) Variable "prevCode" must be all lower-case
(#183) Variable "prevCode" must be all lower-case
(#186) Variable "endBracket" must be all lower-case
(#186) Variable "stackPtr" must be all lower-case
(#191) Variable "lastBracket" must be all lower-case
(#196) Variable "lastBracket" must be all lower-case
(#198) Variable "previousToken" must be all lower-case
(#198) Variable "phpcsFile" must be all lower-case
(#198) Variable "stackPtr" must be all lower-case
(#199) Variable "previousToken" must be all lower-case
(#202) Variable "invalidTokens" must be all lower-case
(#210) Variable "previousToken" must be all lower-case
(#210) Variable "invalidTokens" must be all lower-case
(#212) Variable "phpcsFile" must be all lower-case
(#212) Variable "stackPtr" must be all lower-case
(#217) Variable "lastBracket" must be all lower-case
(#217) Variable "stackPtr" must be all lower-case
(#220) Variable "phpcsFile" must be all lower-case
(#220) Variable "stackPtr" must be all lower-case
(#231) Variable "squareBracket" must be all lower-case
(#231) Variable "phpcsFile" must be all lower-case
(#231) Variable "stackPtr" must be all lower-case
(#231) Variable "lastBracket" must be all lower-case
(#232) Variable "squareBracket" must be all lower-case
(#232) Variable "squareBracket" must be all lower-case
(#233) Variable "closeSquareBracket" must be all lower-case
(#233) Variable "phpcsFile" must be all lower-case
(#233) Variable "stackPtr" must be all lower-case
(#234) Variable "closeSquareBracket" must be all lower-case
(#234) Variable "closeSquareBracket" must be all lower-case
(#236) Variable "phpcsFile" must be all lower-case
(#236) Variable "stackPtr" must be all lower-case
(#243) Variable "lastAssignment" must be all lower-case
(#243) Variable "phpcsFile" must be all lower-case
(#243) Variable "assignmentTokens" must be all lower-case
(#243) Variable "stackPtr" must be all lower-case
(#244) Variable "lastAssignment" must be all lower-case
(#244) Variable "lastAssignment" must be all lower-case
(#244) Variable "lastBracket" must be all lower-case
(#246) Variable "phpcsFile" must be all lower-case
(#246) Variable "stackPtr" must be all lower-case
(#254) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationArgumentSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Member variable "equalsSpacing" must be all lower-case
(#45) Member variable "requiredSpacesAfterOpen" must be all lower-case
(#52) Member variable "requiredSpacesBeforeClose" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#79) Variable "phpcsFile" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#80) Opening brace should be on the same line as the declaration
(#85) Variable "phpcsFile" must be all lower-case
(#86) Variable "openBracket" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#87) Variable "openBracket" must be all lower-case
(#89) Variable "stackPtr" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "openBracket" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#90) Line exceeds 132 characters; contains 134 characters
(#92) Variable "openBracket" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#93) Variable "phpcsFile" must be all lower-case
(#93) Variable "openBracket" must be all lower-case
(#109) Public method name "Squiz_Sniffs_Functions_FunctionDeclarationArgumentSpacingSniff::processBracket" must be in lower-case letters only
(#109) Variable "phpcsFile" must be all lower-case
(#109) Variable "openBracket" must be all lower-case
(#110) Opening brace should be on the same line as the declaration
(#111) Variable "phpcsFile" must be all lower-case
(#112) Variable "closeBracket" must be all lower-case
(#112) Variable "openBracket" must be all lower-case
(#113) Variable "multiLine" must be all lower-case
(#113) Variable "openBracket" must be all lower-case
(#113) Variable "closeBracket" must be all lower-case
(#115) Variable "nextParam" must be all lower-case
(#115) Variable "openBracket" must be all lower-case
(#117) Variable "nextParam" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "nextParam" must be all lower-case
(#117) Variable "closeBracket" must be all lower-case
(#119) Variable "nextToken" must be all lower-case
(#119) Variable "phpcsFile" must be all lower-case
(#119) Variable "nextParam" must be all lower-case
(#119) Variable "closeBracket" must be all lower-case
(#120) Variable "nextToken" must be all lower-case
(#124) Variable "nextCode" must be all lower-case
(#124) Variable "nextToken" must be all lower-case
(#126) Variable "nextCode" must be all lower-case
(#128) Variable "spacesBefore" must be all lower-case
(#129) Variable "nextToken" must be all lower-case
(#129) Variable "nextParam" must be all lower-case
(#130) Variable "spacesBefore" must be all lower-case
(#130) Variable "nextParam" must be all lower-case
(#133) Variable "spacesBefore" must be all lower-case
(#134) Line exceeds 132 characters; contains 135 characters
(#136) Variable "nextParam" must be all lower-case
(#137) Variable "spacesBefore" must be all lower-case
(#139) Variable "phpcsFile" must be all lower-case
(#139) Variable "nextToken" must be all lower-case
(#142) Variable "spacesAfter" must be all lower-case
(#143) Variable "nextToken" must be all lower-case
(#144) Variable "spacesAfter" must be all lower-case
(#144) Variable "nextToken" must be all lower-case
(#147) Variable "spacesAfter" must be all lower-case
(#148) Line exceeds 132 characters; contains 153 characters
(#150) Variable "nextParam" must be all lower-case
(#151) Variable "spacesAfter" must be all lower-case
(#153) Variable "phpcsFile" must be all lower-case
(#153) Variable "nextToken" must be all lower-case
(#158) Variable "nextComma" must be all lower-case
(#158) Variable "phpcsFile" must be all lower-case
(#158) Variable "nextParam" must be all lower-case
(#158) Variable "closeBracket" must be all lower-case
(#159) Variable "nextComma" must be all lower-case
(#161) Variable "nextComma" must be all lower-case
(#164) Variable "nextParam" must be all lower-case
(#165) Variable "nextComma" must be all lower-case
(#167) Variable "phpcsFile" must be all lower-case
(#167) Variable "nextToken" must be all lower-case
(#173) Variable "phpcsFile" must be all lower-case
(#173) Variable "nextParam" must be all lower-case
(#174) Variable "nextParam" must be all lower-case
(#176) Variable "nextParam" must be all lower-case
(#181) Variable "nextParam" must be all lower-case
(#187) Variable "phpcsFile" must be all lower-case
(#187) Variable "nextParam" must be all lower-case
(#188) Variable "nextToken" must be all lower-case
(#188) Variable "phpcsFile" must be all lower-case
(#189) Variable "phpcsFile" must be all lower-case
(#189) Variable "nextToken" must be all lower-case
(#190) Variable "nextToken" must be all lower-case
(#193) Variable "nextToken" must be all lower-case
(#193) Variable "nextParam" must be all lower-case
(#196) Variable "nextToken" must be all lower-case
(#204) Variable "phpcsFile" must be all lower-case
(#204) Variable "nextToken" must be all lower-case
(#207) Variable "multiLine" must be all lower-case
(#211) Variable "phpcsFile" must be all lower-case
(#211) Variable "nextToken" must be all lower-case
(#220) Variable "phpcsFile" must be all lower-case
(#220) Variable "nextToken" must be all lower-case
(#232) Variable "phpcsFile" must be all lower-case
(#232) Variable "nextToken" must be all lower-case
(#238) Variable "phpcsFile" must be all lower-case
(#238) Variable "nextToken" must be all lower-case
(#246) Variable "nextParam" must be all lower-case
(#249) Variable "phpcsFile" must be all lower-case
(#249) Variable "nextParam" must be all lower-case
(#250) Variable "nextToken" must be all lower-case
(#250) Variable "phpcsFile" must be all lower-case
(#251) Variable "phpcsFile" must be all lower-case
(#251) Variable "nextToken" must be all lower-case
(#252) Variable "nextToken" must be all lower-case
(#255) Variable "nextToken" must be all lower-case
(#255) Variable "nextParam" must be all lower-case
(#258) Variable "nextToken" must be all lower-case
(#266) Variable "phpcsFile" must be all lower-case
(#266) Variable "nextToken" must be all lower-case
(#269) Variable "spaceAfterOpen" must be all lower-case
(#270) Variable "multiLine" must be all lower-case
(#271) Variable "spaceAfterOpen" must be all lower-case
(#274) Variable "spaceAfterOpen" must be all lower-case
(#279) Variable "spaceAfterOpen" must be all lower-case
(#281) Variable "phpcsFile" must be all lower-case
(#281) Variable "nextToken" must be all lower-case
(#283) Variable "multiLine" must be all lower-case
(#290) Variable "phpcsFile" must be all lower-case
(#290) Variable "nextToken" must be all lower-case
(#294) Variable "nextParam" must be all lower-case
(#299) Variable "closeBracket" must be all lower-case
(#300) Variable "closeBracket" must be all lower-case
(#305) Variable "closeBracket" must be all lower-case
(#305) Variable "openBracket" must be all lower-case
(#308) Variable "phpcsFile" must be all lower-case
(#308) Variable "openBracket" must be all lower-case
(#310) Variable "multiLine" must be all lower-case
(#311) Variable "lastParam" must be all lower-case
(#315) Variable "lastParam" must be all lower-case
(#318) Variable "phpcsFile" must be all lower-case
(#318) Variable "closeBracket" must be all lower-case
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Protected method name "Squiz_Sniffs_Functions_FunctionDeclarationSniff::getPatterns" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#55) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDuplicateArgumentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "openBracket" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Variable "closeBracket" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#62) Variable "foundVariables" must be all lower-case
(#63) Variable "openBracket" must be all lower-case
(#63) Variable "closeBracket" must be all lower-case
(#66) Variable "foundVariables" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#71) Variable "foundVariables" must be all lower-case
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/GlobalFunctionSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Variable "functionName" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Variable "functionName" must be all lower-case
(#66) Variable "functionName" must be all lower-case
(#68) Variable "functionName" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#78) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/LowercaseFunctionKeywordsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#63) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/MultiLineFunctionDeclarationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#48) Public method name "Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff::processMultiLineDeclaration" must be in lower-case letters only
(#48) Variable "phpcsFile" must be all lower-case
(#48) Variable "stackPtr" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#53) Variable "openBracket" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Variable "phpcsFile" must be all lower-case
(#54) Variable "openBracket" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#65) Variable "openBracket" must be all lower-case
(#65) Variable "phpcsFile" must be all lower-case
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "openBracket" must be all lower-case
(#91) Public method name "Squiz_Sniffs_Functions_MultiLineFunctionDeclarationSniff::processBracket" must be in lower-case letters only
(#91) Variable "phpcsFile" must be all lower-case
(#91) Variable "openBracket" must be all lower-case
(#92) Opening brace should be on the same line as the declaration
(#93) Variable "errorPrefix" must be all lower-case
(#95) Variable "errorPrefix" must be all lower-case
(#98) Variable "closeBracket" must be all lower-case
(#98) Variable "openBracket" must be all lower-case
(#101) Variable "openBracket" must be all lower-case
(#101) Variable "closeBracket" must be all lower-case
(#102) Variable "phpcsFile" must be all lower-case
(#102) Variable "openBracket" must be all lower-case
(#103) Variable "openBracket" must be all lower-case
(#105) Variable "phpcsFile" must be all lower-case
(#105) Variable "errorPrefix" must be all lower-case
(#110) Variable "lastCommaLine" must be all lower-case
(#111) Variable "openBracket" must be all lower-case
(#111) Variable "closeBracket" must be all lower-case
(#119) Variable "lastCommaLine" must be all lower-case
(#119) Variable "lastCommaLine" must be all lower-case
(#121) Variable "phpcsFile" must be all lower-case
(#121) Variable "errorPrefix" must be all lower-case
(#124) Variable "phpcsFile" must be all lower-case
(#127) Variable "phpcsFile" must be all lower-case
(#127) Variable "errorPrefix" must be all lower-case
(#131) Variable "lastCommaLine" must be all lower-case
(#140) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ConstantCaseSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#51) Variable "phpcsFile" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#54) Variable "phpcsFile" must be all lower-case
(#54) Variable "stackPtr" must be all lower-case
(#57) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#65) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidFunctionNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#48) Protected method name "Squiz_Sniffs_NamingConventions_ValidFunctionNameSniff::processTokenOutsideScope" must be in lower-case letters only
(#48) Variable "phpcsFile" must be all lower-case
(#48) Variable "stackPtr" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#50) Variable "functionName" must be all lower-case
(#50) Variable "phpcsFile" must be all lower-case
(#50) Variable "stackPtr" must be all lower-case
(#51) Variable "functionName" must be all lower-case
(#55) Variable "errorData" must be all lower-case
(#55) Variable "functionName" must be all lower-case
(#58) Variable "functionName" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#60) Variable "errorData" must be all lower-case
(#64) Variable "functionName" must be all lower-case
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#66) Variable "errorData" must be all lower-case
(#74) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidVariableNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#57) Protected method name "Squiz_Sniffs_NamingConventions_ValidVariableNameSniff::processVariable" must be in lower-case letters only
(#57) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#59) Variable "phpcsFile" must be all lower-case
(#60) Variable "varName" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#62) Variable "phpReservedVars" must be all lower-case
(#78) Variable "varName" must be all lower-case
(#78) Variable "phpReservedVars" must be all lower-case
(#82) Variable "objOperator" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#83) Variable "objOperator" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#85) Variable "objOperator" must be all lower-case
(#87) Variable "objOperator" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#89) Variable "objVarName" must be all lower-case
(#94) Variable "originalVarName" must be all lower-case
(#94) Variable "objVarName" must be all lower-case
(#95) Variable "objVarName" must be all lower-case
(#96) Variable "objVarName" must be all lower-case
(#96) Variable "objVarName" must be all lower-case
(#99) Variable "objVarName" must be all lower-case
(#101) Variable "originalVarName" must be all lower-case
(#102) Variable "phpcsFile" must be all lower-case
(#111) Variable "originalVarName" must be all lower-case
(#111) Variable "varName" must be all lower-case
(#112) Variable "varName" must be all lower-case
(#113) Variable "objOperator" must be all lower-case
(#113) Variable "phpcsFile" must be all lower-case
(#113) Variable "stackPtr" must be all lower-case
(#114) Variable "objOperator" must be all lower-case
(#117) Variable "inClass" must be all lower-case
(#119) Variable "inClass" must be all lower-case
(#119) Variable "phpcsFile" must be all lower-case
(#119) Variable "stackPtr" must be all lower-case
(#122) Variable "inClass" must be all lower-case
(#123) Variable "varName" must be all lower-case
(#123) Variable "varName" must be all lower-case
(#127) Variable "varName" must be all lower-case
(#129) Variable "originalVarName" must be all lower-case
(#130) Variable "phpcsFile" must be all lower-case
(#130) Variable "stackPtr" must be all lower-case
(#145) Protected method name "Squiz_Sniffs_NamingConventions_ValidVariableNameSniff::processMemberVar" must be in lower-case letters only
(#145) Variable "phpcsFile" must be all lower-case
(#145) Variable "stackPtr" must be all lower-case
(#146) Opening brace should be on the same line as the declaration
(#147) Variable "phpcsFile" must be all lower-case
(#149) Variable "varName" must be all lower-case
(#149) Variable "stackPtr" must be all lower-case
(#150) Variable "memberProps" must be all lower-case
(#150) Variable "phpcsFile" must be all lower-case
(#150) Variable "stackPtr" must be all lower-case
(#151) Variable "memberProps" must be all lower-case
(#159) Variable "memberProps" must be all lower-case
(#160) Variable "errorData" must be all lower-case
(#160) Variable "varName" must be all lower-case
(#163) Variable "varName" must be all lower-case
(#166) Variable "memberProps" must be all lower-case
(#167) Variable "errorData" must be all lower-case
(#169) Variable "phpcsFile" must be all lower-case
(#169) Variable "stackPtr" must be all lower-case
(#173) Variable "varName" must be all lower-case
(#175) Variable "phpcsFile" must be all lower-case
(#175) Variable "stackPtr" must be all lower-case
(#175) Variable "errorData" must be all lower-case
(#180) Variable "varName" must be all lower-case
(#182) Variable "phpcsFile" must be all lower-case
(#182) Variable "stackPtr" must be all lower-case
(#182) Variable "errorData" must be all lower-case
(#197) Protected method name "Squiz_Sniffs_NamingConventions_ValidVariableNameSniff::processVariableInString" must be in lower-case letters only
(#197) Variable "phpcsFile" must be all lower-case
(#197) Variable "stackPtr" must be all lower-case
(#198) Opening brace should be on the same line as the declaration
(#199) Variable "phpcsFile" must be all lower-case
(#201) Variable "phpReservedVars" must be all lower-case
(#216) Variable "stackPtr" must be all lower-case
(#216) Line exceeds 132 characters; contains 134 characters
(#217) Variable "varName" must be all lower-case
(#219) Variable "varName" must be all lower-case
(#219) Variable "phpReservedVars" must be all lower-case
(#226) Variable "originalVarName" must be all lower-case
(#226) Variable "varName" must be all lower-case
(#227) Variable "varName" must be all lower-case
(#228) Variable "phpcsFile" must be all lower-case
(#228) Variable "stackPtr" must be all lower-case
(#229) Variable "varName" must be all lower-case
(#229) Variable "varName" must be all lower-case
(#233) Variable "varName" must be all lower-case
(#234) Variable "varName" must be all lower-case
(#236) Variable "originalVarName" must be all lower-case
(#237) Variable "phpcsFile" must be all lower-case
(#237) Variable "stackPtr" must be all lower-case
(#238) Whitespace found at end of line
(#248) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Objects/DisallowObjectStringIndexSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Member variable "supportedTokenizers" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#87) Variable "stackPtr" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#98) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectInstantiationSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "allowedTokens" must be all lower-case
(#59) Variable "emptyTokens" must be all lower-case
(#60) Variable "allowedTokens" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "allowedTokens" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#64) Variable "allowedTokens" must be all lower-case
(#73) Variable "allowedTokens" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#83) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectMemberCommaSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "emptyTokens" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#76) Variable "phpcsFile" must be all lower-case
(#84) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Operators/ComparisonOperatorUsageSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#49) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#57) Member variable "supportedTokenizers" must be all lower-case
(#67) Member variable "_validOps" must be all lower-case
(#82) Member variable "_invalidOps" must be all lower-case
(#101) Opening brace should be on the same line as the declaration
(#120) Variable "phpcsFile" must be all lower-case
(#120) Variable "stackPtr" must be all lower-case
(#121) Opening brace should be on the same line as the declaration
(#122) Variable "phpcsFile" must be all lower-case
(#123) Variable "phpcsFile" must be all lower-case
(#125) Variable "stackPtr" must be all lower-case
(#126) Variable "phpcsFile" must be all lower-case
(#126) Variable "emptyTokens" must be all lower-case
(#126) Variable "stackPtr" must be all lower-case
(#153) Variable "phpcsFile" must be all lower-case
(#153) Variable "emptyTokens" must be all lower-case
(#158) Variable "stackPtr" must be all lower-case
(#159) Variable "stackPtr" must be all lower-case
(#162) Variable "requiredOps" must be all lower-case
(#163) Variable "foundOps" must be all lower-case
(#167) Variable "_invalidOps" must be all lower-case
(#167) Variable "_invalidOps" must not contain underscores.
(#171) Variable "_invalidOps" must be all lower-case
(#171) Variable "_invalidOps" must not contain underscores.
(#173) Variable "phpcsFile" must be all lower-case
(#174) Variable "foundOps" must be all lower-case
(#175) Variable "_validOps" must be all lower-case
(#175) Variable "_validOps" must not contain underscores.
(#176) Variable "foundOps" must be all lower-case
(#179) Variable "phpcsFile" must be all lower-case
(#181) Variable "requiredOps" must be all lower-case
(#185) Variable "foundOps" must be all lower-case
(#185) Variable "requiredOps" must be all lower-case
(#186) Variable "foundOps" must be all lower-case
(#186) Variable "requiredOps" must be all lower-case
(#193) Variable "requiredOps" must be all lower-case
(#193) Variable "foundOps" must be all lower-case
(#195) Variable "phpcsFile" must be all lower-case
(#195) Variable "stackPtr" must be all lower-case
(#196) Variable "foundOps" must be all lower-case
(#202) Variable "requiredOps" must be all lower-case
(#204) Variable "phpcsFile" must be all lower-case
(#205) Variable "foundOps" must be all lower-case
(#205) Variable "requiredOps" must be all lower-case
(#207) Variable "phpcsFile" must be all lower-case
(#207) Variable "stackPtr" must be all lower-case
(#216) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Operators/IncrementDecrementUsageSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#64) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#84) Protected method name "Squiz_Sniffs_Operators_IncrementDecrementUsageSniff::processIncDec" must be in lower-case letters only
(#84) Variable "phpcsFile" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#85) Opening brace should be on the same line as the declaration
(#86) Variable "phpcsFile" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#93) Variable "stackPtr" must be all lower-case
(#96) Variable "phpcsFile" must be all lower-case
(#96) Variable "emptyTokens" must be all lower-case
(#101) Variable "arithmeticTokens" must be all lower-case
(#103) Variable "phpcsFile" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#107) Variable "phpcsFile" must be all lower-case
(#107) Variable "emptyTokens" must be all lower-case
(#115) Variable "phpcsFile" must be all lower-case
(#115) Variable "stackPtr" must be all lower-case
(#130) Protected method name "Squiz_Sniffs_Operators_IncrementDecrementUsageSniff::processAssignment" must be in lower-case letters only
(#130) Variable "phpcsFile" must be all lower-case
(#130) Variable "stackPtr" must be all lower-case
(#131) Opening brace should be on the same line as the declaration
(#132) Variable "phpcsFile" must be all lower-case
(#134) Variable "assignedVar" must be all lower-case
(#134) Variable "phpcsFile" must be all lower-case
(#134) Variable "stackPtr" must be all lower-case
(#136) Variable "assignedVar" must be all lower-case
(#140) Variable "statementEnd" must be all lower-case
(#140) Variable "phpcsFile" must be all lower-case
(#140) Variable "stackPtr" must be all lower-case
(#140) Line exceeds 132 characters; contains 144 characters
(#143) Variable "noiseTokens" must be all lower-case
(#143) Variable "phpcsFile" must be all lower-case
(#143) Variable "stackPtr" must be all lower-case
(#143) Variable "statementEnd" must be all lower-case
(#143) Line exceeds 132 characters; contains 163 characters
(#145) Variable "noiseTokens" must be all lower-case
(#151) Variable "stackPtr" must be all lower-case
(#152) Variable "nextVar" must be all lower-case
(#152) Variable "phpcsFile" must be all lower-case
(#152) Variable "stackPtr" must be all lower-case
(#152) Variable "statementEnd" must be all lower-case
(#153) Variable "nextVar" must be all lower-case
(#158) Variable "stackPtr" must be all lower-case
(#159) Variable "nextVar" must be all lower-case
(#159) Variable "stackPtr" must be all lower-case
(#160) Variable "previousVariable" must be all lower-case
(#160) Variable "stackPtr" must be all lower-case
(#161) Variable "variableCount" must be all lower-case
(#162) Variable "nextVar" must be all lower-case
(#162) Variable "phpcsFile" must be all lower-case
(#162) Variable "nextVar" must be all lower-case
(#162) Variable "statementEnd" must be all lower-case
(#163) Variable "previousVariable" must be all lower-case
(#163) Variable "nextVar" must be all lower-case
(#164) Variable "variableCount" must be all lower-case
(#167) Variable "variableCount" must be all lower-case
(#171) Variable "nextVar" must be all lower-case
(#171) Variable "previousVariable" must be all lower-case
(#172) Variable "nextVar" must be all lower-case
(#172) Variable "assignedVar" must be all lower-case
(#179) Variable "nextNumber" must be all lower-case
(#179) Variable "stackPtr" must be all lower-case
(#180) Variable "previousNumber" must be all lower-case
(#180) Variable "stackPtr" must be all lower-case
(#181) Variable "numberCount" must be all lower-case
(#182) Variable "nextNumber" must be all lower-case
(#182) Variable "phpcsFile" must be all lower-case
(#182) Variable "nextNumber" must be all lower-case
(#182) Variable "statementEnd" must be all lower-case
(#183) Variable "previousNumber" must be all lower-case
(#183) Variable "nextNumber" must be all lower-case
(#184) Variable "numberCount" must be all lower-case
(#187) Variable "numberCount" must be all lower-case
(#191) Variable "nextNumber" must be all lower-case
(#191) Variable "previousNumber" must be all lower-case
(#192) Variable "nextNumber" must be all lower-case
(#193) Variable "stackPtr" must be all lower-case
(#194) Variable "opToken" must be all lower-case
(#194) Variable "phpcsFile" must be all lower-case
(#194) Variable "nextVar" must be all lower-case
(#194) Variable "statementEnd" must be all lower-case
(#195) Variable "opToken" must be all lower-case
(#202) Variable "opToken" must be all lower-case
(#204) Variable "stackPtr" must be all lower-case
(#209) Variable "stackPtr" must be all lower-case
(#210) Variable "phpcsFile" must be all lower-case
(#210) Variable "nextNumber" must be all lower-case
(#210) Variable "stackPtr" must be all lower-case
(#216) Variable "assignedVar" must be all lower-case
(#217) Variable "phpcsFile" must be all lower-case
(#217) Variable "assignedVar" must be all lower-case
(#217) Variable "statementEnd" must be all lower-case
(#217) Variable "assignedVar" must be all lower-case
(#226) Variable "phpcsFile" must be all lower-case
(#226) Variable "stackPtr" must be all lower-case
(#234) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Operators/ValidLogicalOperatorsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#80) Variable "phpcsFile" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#87) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#48) Member variable "maxPercentage" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "commentTokens" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#73) Opening brace should be on the same line as the declaration
(#74) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#87) Variable "phpcsFile" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#101) Variable "tokenContent" must be all lower-case
(#103) Variable "tokenContent" must be all lower-case
(#104) Variable "tokenContent" must be all lower-case
(#104) Variable "tokenContent" must be all lower-case
(#107) Variable "tokenContent" must be all lower-case
(#108) Variable "tokenContent" must be all lower-case
(#108) Variable "tokenContent" must be all lower-case
(#111) Variable "tokenContent" must be all lower-case
(#112) Variable "tokenContent" must be all lower-case
(#112) Variable "tokenContent" must be all lower-case
(#115) Variable "tokenContent" must be all lower-case
(#116) Variable "tokenContent" must be all lower-case
(#116) Variable "tokenContent" must be all lower-case
(#119) Variable "tokenContent" must be all lower-case
(#120) Variable "tokenContent" must be all lower-case
(#120) Variable "tokenContent" must be all lower-case
(#123) Variable "tokenContent" must be all lower-case
(#124) Variable "tokenContent" must be all lower-case
(#124) Variable "tokenContent" must be all lower-case
(#127) Variable "tokenContent" must be all lower-case
(#127) Variable "phpcsFile" must be all lower-case
(#132) Variable "phpcsFile" must be all lower-case
(#142) Variable "oldErrors" must be all lower-case
(#144) Variable "stringTokens" must be all lower-case
(#144) Variable "phpcsFile" must be all lower-case
(#144) Variable "phpcsFile" must be all lower-case
(#145) Variable "oldErrors" must be all lower-case
(#147) Variable "emptyTokens" must be all lower-case
(#155) Variable "numTokens" must be all lower-case
(#155) Variable "stringTokens" must be all lower-case
(#165) Variable "stringTokens" must be all lower-case
(#170) Variable "stringTokens" must be all lower-case
(#170) Variable "numTokens" must be all lower-case
(#171) Variable "stringTokens" must be all lower-case
(#171) Variable "numTokens" must be all lower-case
(#178) Variable "stringTokens" must be all lower-case
(#178) Variable "numTokens" must be all lower-case
(#178) Variable "emptyTokens" must be all lower-case
(#182) Variable "numComment" must be all lower-case
(#183) Variable "numPossible" must be all lower-case
(#184) Variable "numCode" must be all lower-case
(#186) Variable "numTokens" must be all lower-case
(#187) Variable "stringTokens" must be all lower-case
(#187) Variable "emptyTokens" must be all lower-case
(#189) Variable "numComment" must be all lower-case
(#190) Variable "stringTokens" must be all lower-case
(#190) Variable "comparisonTokens" must be all lower-case
(#191) Variable "stringTokens" must be all lower-case
(#191) Variable "arithmeticTokens" must be all lower-case
(#195) Variable "numPossible" must be all lower-case
(#198) Variable "numCode" must be all lower-case
(#205) Variable "numTokens" must be all lower-case
(#206) Variable "numTokens" must be all lower-case
(#209) Variable "numCode" must be all lower-case
(#210) Variable "numCode" must be all lower-case
(#213) Variable "percentCode" must be all lower-case
(#213) Variable "numCode" must be all lower-case
(#213) Variable "numTokens" must be all lower-case
(#214) Variable "percentCode" must be all lower-case
(#216) Variable "percentCode" must be all lower-case
(#216) Variable "percentCode" must be all lower-case
(#219) Variable "percentCode" must be all lower-case
(#220) Variable "phpcsFile" must be all lower-case
(#220) Variable "stackPtr" must be all lower-case
(#228) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowBooleanStatementSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Opening brace should be on the same line as the declaration
(#39) Variable "booleanOperators" must be all lower-case
(#53) Variable "phpcsFile" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#57) Variable "foundOwner" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#74) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowComparisonAssignmentSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Opening brace should be on the same line as the declaration
(#53) Variable "phpcsFile" must be all lower-case
(#53) Variable "stackPtr" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#97) Variable "endStatement" must be all lower-case
(#97) Variable "phpcsFile" must be all lower-case
(#97) Variable "stackPtr" must be all lower-case
(#98) Variable "stackPtr" must be all lower-case
(#98) Variable "endStatement" must be all lower-case
(#104) Variable "stackPtr" must be all lower-case
(#104) Variable "endStatement" must be all lower-case
(#105) Variable "comparisonTokens" must be all lower-case
(#107) Variable "phpcsFile" must be all lower-case
(#107) Variable "stackPtr" must be all lower-case
(#111) Variable "booleanOperators" must be all lower-case
(#115) Variable "phpcsFile" must be all lower-case
(#115) Variable "stackPtr" must be all lower-case
(#125) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowInlineIfSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#74) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowMultipleAssignmentsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#78) Variable "varToken" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#78) Variable "varToken" must be all lower-case
(#78) Variable "varToken" must be all lower-case
(#80) Variable "varToken" must be all lower-case
(#80) Variable "varToken" must be all lower-case
(#80) Variable "varToken" must be all lower-case
(#81) Variable "varToken" must be all lower-case
(#81) Variable "varToken" must be all lower-case
(#85) Variable "varToken" must be all lower-case
(#86) Variable "varToken" must be all lower-case
(#86) Variable "varToken" must be all lower-case
(#90) Variable "varToken" must be all lower-case
(#96) Variable "varToken" must be all lower-case
(#102) Variable "varToken" must be all lower-case
(#109) Variable "varToken" must be all lower-case
(#110) Variable "varToken" must be all lower-case
(#110) Variable "varToken" must be all lower-case
(#115) Variable "varToken" must be all lower-case
(#116) Variable "varToken" must be all lower-case
(#116) Variable "varToken" must be all lower-case
(#121) Variable "varToken" must be all lower-case
(#122) Variable "varToken" must be all lower-case
(#126) Variable "phpcsFile" must be all lower-case
(#126) Variable "varToken" must be all lower-case
(#127) Variable "scopeModifiers" must be all lower-case
(#136) Variable "varLine" must be all lower-case
(#136) Variable "varToken" must be all lower-case
(#137) Variable "prevLine" must be all lower-case
(#138) Variable "varToken" must be all lower-case
(#154) Variable "emptyTokens" must be all lower-case
(#155) Variable "prevLine" must be all lower-case
(#170) Variable "prevLine" must be all lower-case
(#170) Variable "varLine" must be all lower-case
(#172) Variable "phpcsFile" must be all lower-case
(#172) Variable "stackPtr" must be all lower-case
(#180) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowObEndFlushSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#60) Line exceeds 132 characters; contains 143 characters
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowSizeFunctionsInLoopsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Member variable "supportedTokenizers" must be all lower-case
(#46) Member variable "forbiddenFunctions" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#80) Variable "phpcsFile" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#81) Opening brace should be on the same line as the declaration
(#82) Variable "phpcsFile" must be all lower-case
(#83) Variable "phpcsFile" must be all lower-case
(#84) Variable "openBracket" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#85) Variable "closeBracket" must be all lower-case
(#85) Variable "stackPtr" must be all lower-case
(#87) Variable "stackPtr" must be all lower-case
(#89) Variable "phpcsFile" must be all lower-case
(#89) Variable "openBracket" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "closeBracket" must be all lower-case
(#92) Variable "openBracket" must be all lower-case
(#93) Variable "closeBracket" must be all lower-case
(#98) Variable "functionName" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#106) Variable "functionName" must be all lower-case
(#106) Variable "functionName" must be all lower-case
(#113) Variable "functionName" must be all lower-case
(#116) Line exceeds 132 characters; contains 170 characters
(#117) Variable "functionName" must be all lower-case
(#118) Variable "phpcsFile" must be all lower-case
(#127) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DiscouragedFunctionsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Member variable "forbiddenFunctions" must be all lower-case
(#57) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/EmbeddedPhpSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#61) Variable "closeTag" must be all lower-case
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#62) Variable "closeTag" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#66) Variable "closeTag" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#84) Private method name "Squiz_Sniffs_PHP_EmbeddedPhpSniff::_validateMultilineEmbeddedPhp" must be in lower-case letters only
(#84) Variable "phpcsFile" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#85) Opening brace should be on the same line as the declaration
(#86) Variable "phpcsFile" must be all lower-case
(#88) Variable "prevTag" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#89) Variable "prevTag" must be all lower-case
(#95) Variable "closingTag" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#95) Variable "stackPtr" must be all lower-case
(#96) Variable "closingTag" must be all lower-case
(#101) Variable "nextContent" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#101) Variable "closingTag" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#102) Variable "nextContent" must be all lower-case
(#108) Variable "stackPtr" must be all lower-case
(#108) Variable "closingTag" must be all lower-case
(#114) Variable "firstContent" must be all lower-case
(#114) Variable "phpcsFile" must be all lower-case
(#114) Variable "stackPtr" must be all lower-case
(#114) Variable "closingTag" must be all lower-case
(#115) Variable "firstContent" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#117) Variable "stackPtr" must be all lower-case
(#122) Variable "firstContent" must be all lower-case
(#122) Variable "stackPtr" must be all lower-case
(#124) Variable "stackPtr" must be all lower-case
(#127) Variable "stackPtr" must be all lower-case
(#130) Variable "phpcsFile" must be all lower-case
(#131) Variable "firstContent" must be all lower-case
(#131) Variable "stackPtr" must be all lower-case
(#133) Variable "phpcsFile" must be all lower-case
(#133) Variable "stackPtr" must be all lower-case
(#137) Variable "startColumn" must be all lower-case
(#137) Variable "stackPtr" must be all lower-case
(#138) Variable "contentColumn" must be all lower-case
(#138) Variable "firstContent" must be all lower-case
(#139) Variable "contentColumn" must be all lower-case
(#139) Variable "startColumn" must be all lower-case
(#142) Variable "startColumn" must be all lower-case
(#143) Variable "contentColumn" must be all lower-case
(#145) Variable "phpcsFile" must be all lower-case
(#145) Variable "firstContent" must be all lower-case
(#149) Variable "lastContent" must be all lower-case
(#149) Variable "phpcsFile" must be all lower-case
(#149) Variable "closingTag" must be all lower-case
(#149) Variable "stackPtr" must be all lower-case
(#150) Variable "lastContent" must be all lower-case
(#150) Variable "closingTag" must be all lower-case
(#152) Variable "closingTag" must be all lower-case
(#155) Variable "closingTag" must be all lower-case
(#158) Variable "phpcsFile" must be all lower-case
(#159) Variable "lastContent" must be all lower-case
(#159) Variable "closingTag" must be all lower-case
(#161) Variable "phpcsFile" must be all lower-case
(#161) Variable "closingTag" must be all lower-case
(#176) Private method name "Squiz_Sniffs_PHP_EmbeddedPhpSniff::_validateInlineEmbeddedPhp" must be in lower-case letters only
(#176) Variable "phpcsFile" must be all lower-case
(#176) Variable "stackPtr" must be all lower-case
(#177) Opening brace should be on the same line as the declaration
(#178) Variable "phpcsFile" must be all lower-case
(#182) Variable "closeTag" must be all lower-case
(#182) Variable "phpcsFile" must be all lower-case
(#182) Variable "stackPtr" must be all lower-case
(#183) Variable "stackPtr" must be all lower-case
(#183) Variable "closeTag" must be all lower-case
(#188) Variable "firstContent" must be all lower-case
(#188) Variable "phpcsFile" must be all lower-case
(#188) Variable "stackPtr" must be all lower-case
(#190) Variable "firstContent" must be all lower-case
(#190) Variable "firstContent" must be all lower-case
(#192) Variable "phpcsFile" must be all lower-case
(#192) Variable "stackPtr" must be all lower-case
(#196) Variable "leadingSpace" must be all lower-case
(#197) Variable "stackPtr" must be all lower-case
(#197) Variable "firstContent" must be all lower-case
(#198) Variable "leadingSpace" must be all lower-case
(#201) Variable "leadingSpace" must be all lower-case
(#203) Variable "leadingSpace" must be all lower-case
(#204) Variable "phpcsFile" must be all lower-case
(#204) Variable "stackPtr" must be all lower-case
(#207) Variable "semiColonCount" must be all lower-case
(#208) Variable "semiColon" must be all lower-case
(#208) Variable "stackPtr" must be all lower-case
(#209) Variable "lastSemiColon" must be all lower-case
(#209) Variable "semiColon" must be all lower-case
(#211) Variable "semiColon" must be all lower-case
(#211) Variable "phpcsFile" must be all lower-case
(#211) Variable "semiColon" must be all lower-case
(#211) Variable "closeTag" must be all lower-case
(#212) Variable "lastSemiColon" must be all lower-case
(#212) Variable "semiColon" must be all lower-case
(#213) Variable "semiColonCount" must be all lower-case
(#216) Variable "semiColon" must be all lower-case
(#216) Variable "lastSemiColon" must be all lower-case
(#220) Variable "semiColonCount" must be all lower-case
(#222) Variable "phpcsFile" must be all lower-case
(#222) Variable "stackPtr" must be all lower-case
(#227) Variable "semiColonCount" must be all lower-case
(#229) Variable "semiColonCount" must be all lower-case
(#230) Variable "phpcsFile" must be all lower-case
(#230) Variable "stackPtr" must be all lower-case
(#235) Variable "semiColon" must be all lower-case
(#235) Variable "closeTag" must be all lower-case
(#238) Variable "phpcsFile" must be all lower-case
(#238) Variable "stackPtr" must be all lower-case
(#251) Variable "phpcsFile" must be all lower-case
(#251) Variable "stackPtr" must be all lower-case
(#255) Variable "phpcsFile" must be all lower-case
(#255) Variable "stackPtr" must be all lower-case
(#263) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/EvalSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#65) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/ForbiddenFunctionsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#46) Member variable "forbiddenFunctions" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#71) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/GlobalKeywordSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "nextVar" must be all lower-case
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Variable "varName" must be all lower-case
(#60) Variable "nextVar" must be all lower-case
(#62) Variable "varName" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/HeredocSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/InnerFunctionsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#67) Variable "phpcsFile" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#75) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/LowercasePHPFunctionsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#71) Variable "phpcsFile" must be all lower-case
(#71) Variable "stackPtr" must be all lower-case
(#76) Whitespace found at end of line
(#81) Whitespace found at end of line
(#101) Variable "stackPtr" must be all lower-case
(#112) Variable "phpcsFile" must be all lower-case
(#112) Variable "stackPtr" must be all lower-case
(#120) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/NonExecutableCodeSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#64) Variable "phpcsFile" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "emptyTokens" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#78) Variable "emptyTokens" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#93) Variable "phpcsFile" must be all lower-case
(#93) Variable "stackPtr" must be all lower-case
(#95) Variable "phpcsFile" must be all lower-case
(#103) Variable "phpcsFile" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#110) Variable "stackPtr" must be all lower-case
(#111) Variable "stackPtr" must be all lower-case
(#116) Variable "phpcsFile" must be all lower-case
(#122) Variable "stackPtr" must be all lower-case
(#126) Variable "phpcsFile" must be all lower-case
(#126) Variable "stackPtr" must be all lower-case
(#127) Variable "lastLine" must be all lower-case
(#128) Variable "stackPtr" must be all lower-case
(#129) Variable "emptyTokens" must be all lower-case
(#134) Variable "lastLine" must be all lower-case
(#135) Variable "stackPtr" must be all lower-case
(#138) Variable "phpcsFile" must be all lower-case
(#139) Variable "lastLine" must be all lower-case
(#152) Variable "phpcsFile" must be all lower-case
(#152) Variable "emptyTokens" must be all lower-case
(#152) Variable "stackPtr" must be all lower-case
(#165) Variable "ourConditions" must be all lower-case
(#165) Variable "stackPtr" must be all lower-case
(#167) Variable "ourConditions" must be all lower-case
(#168) Variable "ourConditions" must be all lower-case
(#180) Variable "stackPtr" must be all lower-case
(#190) Variable "nextOpener" must be all lower-case
(#191) Variable "stackPtr" must be all lower-case
(#196) Variable "nextOpener" must be all lower-case
(#202) Variable "nextOpener" must be all lower-case
(#205) Variable "nextOpener" must be all lower-case
(#209) Variable "stackPtr" must be all lower-case
(#214) Variable "phpcsFile" must be all lower-case
(#219) Variable "stackPtr" must be all lower-case
(#219) Variable "phpcsFile" must be all lower-case
(#239) Variable "lastLine" must be all lower-case
(#241) Variable "emptyTokens" must be all lower-case
(#242) Variable "bracketTokens" must be all lower-case
(#258) Variable "lastLine" must be all lower-case
(#259) Variable "stackPtr" must be all lower-case
(#262) Variable "phpcsFile" must be all lower-case
(#263) Variable "lastLine" must be all lower-case
(#272) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Scope/MemberVarScopeSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#44) Protected method name "Squiz_Sniffs_Scope_MemberVarScopeSniff::processMemberVar" must be in lower-case letters only
(#44) Variable "phpcsFile" must be all lower-case
(#44) Variable "stackPtr" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#46) Variable "phpcsFile" must be all lower-case
(#47) Variable "phpcsFile" must be all lower-case
(#47) Variable "scopeModifiers" must be all lower-case
(#47) Variable "stackPtr" must be all lower-case
(#49) Variable "stackPtr" must be all lower-case
(#51) Variable "stackPtr" must be all lower-case
(#52) Variable "phpcsFile" must be all lower-case
(#52) Variable "stackPtr" must be all lower-case
(#66) Protected method name "Squiz_Sniffs_Scope_MemberVarScopeSniff::processVariable" must be in lower-case letters only
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#67) Opening brace should be on the same line as the declaration
(#81) Protected method name "Squiz_Sniffs_Scope_MemberVarScopeSniff::processVariableInString" must be in lower-case letters only
(#81) Variable "phpcsFile" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#82) Opening brace should be on the same line as the declaration
(#90) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Scope/MethodScopeSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Protected method name "Squiz_Sniffs_Scope_MethodScopeSniff::processTokenWithinScope" must be in lower-case letters only
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#55) Variable "currScope" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "methodName" must be all lower-case
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Variable "methodName" must be all lower-case
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "scopeModifiers" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#68) Variable "methodName" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#77) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Scope/StaticThisUsageSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Opening brace should be on the same line as the declaration
(#61) Public method name "Squiz_Sniffs_Scope_StaticThisUsageSniff::processTokenWithinScope" must be in lower-case letters only
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#61) Variable "currScope" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#63) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#70) Variable "functionName" must be all lower-case
(#71) Variable "classOpener" must be all lower-case
(#71) Variable "currScope" must be all lower-case
(#72) Variable "className" must be all lower-case
(#72) Variable "classOpener" must be all lower-case
(#74) Variable "methodProps" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#76) Variable "methodProps" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#83) Variable "thisUsage" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#84) Variable "thisUsage" must be all lower-case
(#84) Variable "phpcsFile" must be all lower-case
(#84) Variable "thisUsage" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#84) Line exceeds 132 characters; contains 156 characters
(#85) Variable "thisUsage" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "thisUsage" must be all lower-case
(#99) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Strings/ConcatenationSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#63) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#71) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Strings/DoubleQuoteUsageSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#58) Variable "stackPtr" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "phpcsFile" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#67) Variable "workingString" must be all lower-case
(#67) Variable "stackPtr" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#70) Variable "workingString" must be all lower-case
(#75) Variable "workingString" must be all lower-case
(#81) Variable "workingString" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#87) Variable "stringTokens" must be all lower-case
(#87) Variable "workingString" must be all lower-case
(#88) Variable "stringTokens" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#101) Variable "stackPtr" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#106) Variable "workingString" must be all lower-case
(#109) Variable "allowedChars" must be all lower-case
(#121) Variable "allowedChars" must be all lower-case
(#121) Variable "testChar" must be all lower-case
(#122) Variable "workingString" must be all lower-case
(#122) Variable "testChar" must be all lower-case
(#128) Variable "workingString" must be all lower-case
(#129) Variable "phpcsFile" must be all lower-case
(#129) Variable "stackPtr" must be all lower-case
(#136) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Strings/EchoedStringsSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#56) Variable "phpcsFile" must be all lower-case
(#56) Variable "stackPtr" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "phpcsFile" must be all lower-case
(#60) Variable "firstContent" must be all lower-case
(#60) Variable "phpcsFile" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#62) Variable "firstContent" must be all lower-case
(#66) Variable "endOfStatement" must be all lower-case
(#66) Variable "phpcsFile" must be all lower-case
(#66) Variable "stackPtr" must be all lower-case
(#69) Variable "endOfStatement" must be all lower-case
(#73) Variable "phpcsFile" must be all lower-case
(#73) Variable "stackPtr" must be all lower-case
(#73) Variable "endOfStatement" must be all lower-case
(#76) Variable "phpcsFile" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#84) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/CastSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#41) Variable "castTokens" must be all lower-case
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#69) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#77) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#75) Opening brace should be on the same line as the declaration
(#76) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#79) Variable "parenOpener" must be all lower-case
(#79) Variable "stackPtr" must be all lower-case
(#80) Variable "parenCloser" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#81) Variable "parenOpener" must be all lower-case
(#82) Variable "parenOpener" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#85) Variable "parenOpener" must be all lower-case
(#88) Variable "parenOpener" must be all lower-case
(#88) Variable "parenCloser" must be all lower-case
(#89) Variable "parenCloser" must be all lower-case
(#91) Variable "parenCloser" must be all lower-case
(#94) Variable "phpcsFile" must be all lower-case
(#94) Variable "parenCloser" must be all lower-case
(#98) Variable "stackPtr" must be all lower-case
(#102) Variable "scopeOpener" must be all lower-case
(#102) Variable "stackPtr" must be all lower-case
(#103) Variable "scopeCloser" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#105) Variable "firstContent" must be all lower-case
(#105) Variable "phpcsFile" must be all lower-case
(#107) Variable "scopeOpener" must be all lower-case
(#112) Variable "firstContent" must be all lower-case
(#112) Variable "scopeOpener" must be all lower-case
(#114) Variable "phpcsFile" must be all lower-case
(#114) Variable "scopeOpener" must be all lower-case
(#117) Variable "firstContent" must be all lower-case
(#117) Variable "scopeCloser" must be all lower-case
(#118) Variable "lastContent" must be all lower-case
(#118) Variable "phpcsFile" must be all lower-case
(#120) Variable "scopeCloser" must be all lower-case
(#125) Variable "lastContent" must be all lower-case
(#125) Variable "scopeCloser" must be all lower-case
(#126) Variable "errorToken" must be all lower-case
(#126) Variable "scopeCloser" must be all lower-case
(#127) Variable "scopeCloser" must be all lower-case
(#127) Variable "lastContent" must be all lower-case
(#128) Variable "scopeCloser" must be all lower-case
(#129) Variable "errorToken" must be all lower-case
(#135) Variable "phpcsFile" must be all lower-case
(#135) Variable "errorToken" must be all lower-case
(#139) Variable "trailingContent" must be all lower-case
(#139) Variable "phpcsFile" must be all lower-case
(#141) Variable "scopeCloser" must be all lower-case
(#146) Variable "trailingContent" must be all lower-case
(#149) Variable "nextCode" must be all lower-case
(#149) Variable "phpcsFile" must be all lower-case
(#150) Variable "emptyTokens" must be all lower-case
(#151) Variable "scopeCloser" must be all lower-case
(#156) Variable "nextCode" must be all lower-case
(#157) Variable "nextCode" must be all lower-case
(#159) Variable "trailingContent" must be all lower-case
(#159) Variable "nextCode" must be all lower-case
(#163) Variable "trailingContent" must be all lower-case
(#164) Variable "stackPtr" must be all lower-case
(#170) Variable "trailingContent" must be all lower-case
(#175) Variable "trailingContent" must be all lower-case
(#176) Variable "trailingContent" must be all lower-case
(#176) Variable "trailingContent" must be all lower-case
(#179) Variable "trailingContent" must be all lower-case
(#186) Variable "trailingContent" must be all lower-case
(#186) Variable "scopeCloser" must be all lower-case
(#188) Variable "phpcsFile" must be all lower-case
(#188) Variable "scopeCloser" must be all lower-case
(#190) Variable "trailingContent" must be all lower-case
(#191) Variable "trailingContent" must be all lower-case
(#192) Variable "trailingContent" must be all lower-case
(#192) Variable "scopeCloser" must be all lower-case
(#195) Variable "phpcsFile" must be all lower-case
(#195) Variable "scopeCloser" must be all lower-case
(#203) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#74) Variable "closeBrace" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#75) Variable "prevContent" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#75) Variable "closeBrace" must be all lower-case
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "prevContent" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#82) Line exceeds 132 characters; contains 135 characters
(#83) Variable "phpcsFile" must be all lower-case
(#83) Variable "closeBrace" must be all lower-case
(#89) Variable "braceLine" must be all lower-case
(#89) Variable "closeBrace" must be all lower-case
(#90) Variable "prevLine" must be all lower-case
(#90) Variable "prevContent" must be all lower-case
(#92) Variable "braceLine" must be all lower-case
(#92) Variable "prevLine" must be all lower-case
(#93) Variable "phpcsFile" must be all lower-case
(#93) Variable "stackPtr" must be all lower-case
(#93) Variable "stackPtr" must be all lower-case
(#97) Variable "phpcsFile" must be all lower-case
(#97) Variable "closeBrace" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#101) Variable "closeBrace" must be all lower-case
(#107) Variable "phpcsFile" must be all lower-case
(#107) Variable "closeBrace" must be all lower-case
(#116) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionOpeningBraceSpaceSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#74) Variable "openBrace" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#75) Variable "nextContent" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#75) Variable "openBrace" must be all lower-case
(#77) Variable "nextContent" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#84) Variable "braceLine" must be all lower-case
(#84) Variable "openBrace" must be all lower-case
(#85) Variable "nextLine" must be all lower-case
(#85) Variable "nextContent" must be all lower-case
(#87) Variable "nextLine" must be all lower-case
(#87) Variable "braceLine" must be all lower-case
(#91) Variable "phpcsFile" must be all lower-case
(#91) Variable "openBrace" must be all lower-case
(#94) Variable "phpcsFile" must be all lower-case
(#96) Variable "nestedFunction" must be all lower-case
(#96) Variable "phpcsFile" must be all lower-case
(#96) Variable "stackPtr" must be all lower-case
(#96) Variable "stackPtr" must be all lower-case
(#96) Line exceeds 132 characters; contains 149 characters
(#98) Variable "functionLine" must be all lower-case
(#98) Variable "stackPtr" must be all lower-case
(#99) Variable "lineDifference" must be all lower-case
(#99) Variable "braceLine" must be all lower-case
(#99) Variable "functionLine" must be all lower-case
(#101) Variable "nestedFunction" must be all lower-case
(#102) Variable "lineDifference" must be all lower-case
(#104) Variable "phpcsFile" must be all lower-case
(#104) Variable "openBrace" must be all lower-case
(#107) Variable "lineDifference" must be all lower-case
(#109) Variable "phpcsFile" must be all lower-case
(#109) Variable "openBrace" must be all lower-case
(#113) Variable "lineDifference" must be all lower-case
(#115) Variable "lineDifference" must be all lower-case
(#116) Variable "phpcsFile" must be all lower-case
(#116) Variable "openBrace" must be all lower-case
(#127) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Opening brace should be on the same line as the declaration
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#64) Variable "phpcsFile" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#79) Variable "nextLineToken" must be all lower-case
(#80) Variable "phpcsFile" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#84) Variable "nextLineToken" must be all lower-case
(#89) Variable "nextLineToken" must be all lower-case
(#92) Variable "foundLines" must be all lower-case
(#94) Variable "nextContent" must be all lower-case
(#94) Variable "phpcsFile" must be all lower-case
(#94) Variable "nextLineToken" must be all lower-case
(#95) Variable "nextContent" must be all lower-case
(#97) Variable "foundLines" must be all lower-case
(#99) Variable "foundLines" must be all lower-case
(#99) Variable "nextContent" must be all lower-case
(#99) Variable "nextLineToken" must be all lower-case
(#103) Variable "foundLines" must be all lower-case
(#112) Variable "foundLines" must be all lower-case
(#114) Variable "phpcsFile" must be all lower-case
(#122) Variable "prevLineToken" must be all lower-case
(#123) Variable "stackPtr" must be all lower-case
(#124) Variable "phpcsFile" must be all lower-case
(#127) Variable "prevLineToken" must be all lower-case
(#132) Variable "prevLineToken" must be all lower-case
(#135) Variable "foundLines" must be all lower-case
(#137) Variable "prevContent" must be all lower-case
(#137) Variable "phpcsFile" must be all lower-case
(#137) Variable "prevLineToken" must be all lower-case
(#142) Variable "currentLine" must be all lower-case
(#142) Variable "stackPtr" must be all lower-case
(#143) Variable "prevLine" must be all lower-case
(#143) Variable "prevContent" must be all lower-case
(#144) Variable "stackPtr" must be all lower-case
(#145) Variable "foundLines" must be all lower-case
(#146) Variable "currentLine" must be all lower-case
(#146) Variable "prevLine" must be all lower-case
(#146) Variable "currentLine" must be all lower-case
(#148) Variable "scopeCondition" must be all lower-case
(#149) Variable "scopeCondition" must be all lower-case
(#158) Variable "currentLine" must be all lower-case
(#159) Variable "currentLine" must be all lower-case
(#159) Variable "prevLine" must be all lower-case
(#163) Variable "currentLine" must be all lower-case
(#163) Variable "currentLine" must be all lower-case
(#166) Variable "foundLines" must be all lower-case
(#174) Variable "foundLines" must be all lower-case
(#183) Variable "foundLines" must be all lower-case
(#185) Variable "phpcsFile" must be all lower-case
(#185) Variable "stackPtr" must be all lower-case
(#193) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LanguageConstructSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Opening brace should be on the same line as the declaration
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#76) Variable "contentLength" must be all lower-case
(#77) Variable "contentLength" must be all lower-case
(#79) Variable "contentLength" must be all lower-case
(#80) Variable "phpcsFile" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#85) Variable "stackPtr" must be all lower-case
(#85) Variable "stackPtr" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#96) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LogicalOperatorSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#51) Variable "booleanOperators" must be all lower-case
(#65) Variable "phpcsFile" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "phpcsFile" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#74) Variable "phpcsFile" must be all lower-case
(#74) Variable "stackPtr" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#81) Variable "phpcsFile" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "stackPtr" must be all lower-case
(#90) Variable "phpcsFile" must be all lower-case
(#90) Variable "stackPtr" must be all lower-case
(#91) Variable "stackPtr" must be all lower-case
(#92) Variable "stackPtr" must be all lower-case
(#94) Variable "stackPtr" must be all lower-case
(#97) Variable "phpcsFile" must be all lower-case
(#97) Variable "stackPtr" must be all lower-case
(#106) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/MemberVarSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#44) Protected method name "Squiz_Sniffs_WhiteSpace_MemberVarSpacingSniff::processMemberVar" must be in lower-case letters only
(#44) Variable "phpcsFile" must be all lower-case
(#44) Variable "stackPtr" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#46) Variable "phpcsFile" must be all lower-case
(#49) Variable "prevLineToken" must be all lower-case
(#50) Variable "stackPtr" must be all lower-case
(#51) Variable "commentTokens" must be all lower-case
(#54) Variable "phpcsFile" must be all lower-case
(#61) Variable "commentTokens" must be all lower-case
(#61) Line exceeds 132 characters; contains 147 characters
(#65) Variable "prevLineToken" must be all lower-case
(#70) Variable "prevLineToken" must be all lower-case
(#73) Variable "foundLines" must be all lower-case
(#75) Variable "prevContent" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#75) Variable "prevLineToken" must be all lower-case
(#76) Variable "foundLines" must be all lower-case
(#76) Variable "prevLineToken" must be all lower-case
(#76) Variable "prevContent" must be all lower-case
(#79) Variable "foundLines" must be all lower-case
(#81) Variable "foundLines" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#96) Protected method name "Squiz_Sniffs_WhiteSpace_MemberVarSpacingSniff::processVariable" must be in lower-case letters only
(#96) Variable "phpcsFile" must be all lower-case
(#96) Variable "stackPtr" must be all lower-case
(#97) Opening brace should be on the same line as the declaration
(#111) Protected method name "Squiz_Sniffs_WhiteSpace_MemberVarSpacingSniff::processVariableInString" must be in lower-case letters only
(#111) Variable "phpcsFile" must be all lower-case
(#111) Variable "stackPtr" must be all lower-case
(#112) Opening brace should be on the same line as the declaration
(#120) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "prevType" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Variable "prevType" must be all lower-case
(#60) Variable "emptyTokens" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#65) Variable "nextType" must be all lower-case
(#65) Variable "stackPtr" must be all lower-case
(#66) Variable "nextType" must be all lower-case
(#66) Variable "emptyTokens" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#76) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#51) Variable "comparisonTokens" must be all lower-case
(#53) Variable "assignmentTokens" must be all lower-case
(#54) Variable "inlineIf" must be all lower-case
(#60) Variable "inlineIf" must be all lower-case
(#75) Variable "phpcsFile" must be all lower-case
(#75) Variable "stackPtr" must be all lower-case
(#76) Opening brace should be on the same line as the declaration
(#77) Variable "phpcsFile" must be all lower-case
(#80) Variable "stackPtr" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#97) Variable "stackPtr" must be all lower-case
(#99) Variable "stackPtr" must be all lower-case
(#100) Variable "stackPtr" must be all lower-case
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Variable "stackPtr" must be all lower-case
(#108) Variable "stackPtr" must be all lower-case
(#109) Variable "stackPtr" must be all lower-case
(#110) Variable "stackPtr" must be all lower-case
(#115) Variable "stackPtr" must be all lower-case
(#118) Variable "phpcsFile" must be all lower-case
(#118) Variable "stackPtr" must be all lower-case
(#123) Variable "stackPtr" must be all lower-case
(#125) Variable "phpcsFile" must be all lower-case
(#125) Variable "stackPtr" must be all lower-case
(#127) Variable "stackPtr" must be all lower-case
(#128) Variable "stackPtr" must be all lower-case
(#131) Variable "phpcsFile" must be all lower-case
(#131) Variable "stackPtr" must be all lower-case
(#136) Variable "stackPtr" must be all lower-case
(#138) Variable "phpcsFile" must be all lower-case
(#138) Variable "stackPtr" must be all lower-case
(#140) Variable "stackPtr" must be all lower-case
(#141) Variable "stackPtr" must be all lower-case
(#144) Variable "phpcsFile" must be all lower-case
(#144) Variable "stackPtr" must be all lower-case
(#151) Variable "stackPtr" must be all lower-case
(#154) Variable "phpcsFile" must be all lower-case
(#154) Variable "stackPtr" must be all lower-case
(#165) Variable "comparisonTokens" must be all lower-case
(#170) Variable "assignmentTokens" must be all lower-case
(#177) Variable "invalidTokens" must be all lower-case
(#188) Variable "invalidTokens" must be all lower-case
(#194) Variable "stackPtr" must be all lower-case
(#196) Variable "stackPtr" must be all lower-case
(#198) Variable "phpcsFile" must be all lower-case
(#198) Variable "stackPtr" must be all lower-case
(#199) Variable "stackPtr" must be all lower-case
(#202) Variable "stackPtr" must be all lower-case
(#202) Variable "assignmentTokens" must be all lower-case
(#203) Variable "stackPtr" must be all lower-case
(#209) Variable "phpcsFile" must be all lower-case
(#209) Variable "stackPtr" must be all lower-case
(#213) Variable "stackPtr" must be all lower-case
(#215) Variable "phpcsFile" must be all lower-case
(#215) Variable "stackPtr" must be all lower-case
(#216) Variable "stackPtr" must be all lower-case
(#217) Variable "stackPtr" must be all lower-case
(#223) Variable "phpcsFile" must be all lower-case
(#223) Variable "stackPtr" must be all lower-case
(#231) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/PropertyLabelSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Member variable "supportedTokenizers" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#66) Variable "phpcsFile" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#77) Variable "phpcsFile" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#85) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#41) Variable "scopeOpeners" must be all lower-case
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#69) Variable "lineStart" must be all lower-case
(#69) Variable "stackPtr" must be all lower-case
(#70) Variable "lineStart" must be all lower-case
(#70) Variable "lineStart" must be all lower-case
(#70) Variable "lineStart" must be all lower-case
(#71) Variable "lineStart" must be all lower-case
(#71) Variable "phpcsFile" must be all lower-case
(#78) Variable "lineStart" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "lineStart" must be all lower-case
(#80) Variable "startColumn" must be all lower-case
(#80) Variable "lineStart" must be all lower-case
(#81) Variable "scopeStart" must be all lower-case
(#81) Variable "stackPtr" must be all lower-case
(#82) Variable "scopeEnd" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#85) Variable "lastContent" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#85) Variable "scopeEnd" must be all lower-case
(#85) Variable "scopeStart" must be all lower-case
(#86) Variable "lastContent" must be all lower-case
(#86) Variable "scopeEnd" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#88) Variable "scopeEnd" must be all lower-case
(#93) Variable "braceIndent" must be all lower-case
(#93) Variable "scopeEnd" must be all lower-case
(#94) Variable "stackPtr" must be all lower-case
(#95) Variable "braceIndent" must be all lower-case
(#95) Variable "startColumn" must be all lower-case
(#98) Variable "startColumn" must be all lower-case
(#99) Variable "braceIndent" must be all lower-case
(#101) Variable "phpcsFile" must be all lower-case
(#101) Variable "scopeEnd" must be all lower-case
(#110) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeKeywordSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#41) Variable "scopeModifiers" must be all lower-case
(#57) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#59) Variable "phpcsFile" must be all lower-case
(#61) Variable "prevToken" must be all lower-case
(#61) Variable "phpcsFile" must be all lower-case
(#61) Variable "stackPtr" must be all lower-case
(#62) Variable "nextToken" must be all lower-case
(#62) Variable "phpcsFile" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Variable "nextToken" must be all lower-case
(#66) Variable "prevToken" must be all lower-case
(#72) Variable "prevToken" must be all lower-case
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Variable "nextToken" must be all lower-case
(#77) Variable "stackPtr" must be all lower-case
(#78) Variable "nextToken" must be all lower-case
(#79) Variable "nextToken" must be all lower-case
(#80) Variable "nextToken" must be all lower-case
(#80) Variable "phpcsFile" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#84) Variable "phpcsFile" must be all lower-case
(#84) Variable "stackPtr" must be all lower-case
(#92) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SemicolonSpacingSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "supportedTokenizers" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#64) Variable "phpcsFile" must be all lower-case
(#64) Variable "stackPtr" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#66) Variable "phpcsFile" must be all lower-case
(#68) Variable "prevType" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#69) Variable "prevType" must be all lower-case
(#69) Variable "emptyTokens" must be all lower-case
(#70) Variable "nonSpace" must be all lower-case
(#70) Variable "phpcsFile" must be all lower-case
(#70) Variable "emptyTokens" must be all lower-case
(#70) Variable "stackPtr" must be all lower-case
(#71) Variable "nonSpace" must be all lower-case
(#72) Variable "phpcsFile" must be all lower-case
(#72) Variable "nonSpace" must be all lower-case
(#72) Variable "stackPtr" must be all lower-case
(#72) Variable "nonSpace" must be all lower-case
(#78) Variable "phpcsFile" must be all lower-case
(#78) Variable "stackPtr" must be all lower-case
(#86) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SuperfluousWhitespaceSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Member variable "supportedTokenizers" must be all lower-case
(#53) Member variable "ignoreBlankLines" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#82) Variable "phpcsFile" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#83) Opening brace should be on the same line as the declaration
(#84) Variable "phpcsFile" must be all lower-case
(#86) Variable "stackPtr" must be all lower-case
(#92) Variable "phpcsFile" must be all lower-case
(#97) Variable "stackPtr" must be all lower-case
(#102) Variable "stackPtr" must be all lower-case
(#106) Variable "stackPtr" must be all lower-case
(#113) Variable "tokenContent" must be all lower-case
(#114) Variable "tokenContent" must be all lower-case
(#120) Variable "phpcsFile" must be all lower-case
(#120) Variable "stackPtr" must be all lower-case
(#122) Variable "stackPtr" must be all lower-case
(#128) Variable "phpcsFile" must be all lower-case
(#133) Variable "stackPtr" must be all lower-case
(#134) Variable "phpcsFile" must be all lower-case
(#139) Variable "stackPtr" must be all lower-case
(#142) Variable "phpcsFile" must be all lower-case
(#143) Variable "stackPtr" must be all lower-case
(#148) Variable "stackPtr" must be all lower-case
(#148) Variable "phpcsFile" must be all lower-case
(#157) Variable "tokenContent" must be all lower-case
(#158) Variable "tokenContent" must be all lower-case
(#165) Variable "stackPtr" must be all lower-case
(#170) Variable "stackPtr" must be all lower-case
(#171) Variable "stackPtr" must be all lower-case
(#171) Variable "phpcsFile" must be all lower-case
(#178) Variable "phpcsFile" must be all lower-case
(#178) Variable "stackPtr" must be all lower-case
(#187) Variable "stackPtr" must be all lower-case
(#187) Variable "phpcsFile" must be all lower-case
(#193) Variable "stackPtr" must be all lower-case
(#193) Variable "stackPtr" must be all lower-case
(#198) Variable "tokenContent" must be all lower-case
(#198) Variable "stackPtr" must be all lower-case
(#198) Variable "phpcsFile" must be all lower-case
(#199) Variable "tokenContent" must be all lower-case
(#200) Variable "tokenContent" must be all lower-case
(#200) Variable "tokenContent" must be all lower-case
(#201) Variable "phpcsFile" must be all lower-case
(#201) Variable "stackPtr" must be all lower-case
(#209) Variable "phpcsFile" must be all lower-case
(#209) Variable "stackPtr" must be all lower-case
(#210) Variable "stackPtr" must be all lower-case
(#210) Variable "stackPtr" must be all lower-case
(#210) Variable "stackPtr" must be all lower-case
(#210) Variable "stackPtr" must be all lower-case
(#210) Line exceeds 132 characters; contains 157 characters
(#212) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#214) Variable "phpcsFile" must be all lower-case
(#214) Variable "stackPtr" must be all lower-case
(#215) Variable "stackPtr" must be all lower-case
(#219) Variable "phpcsFile" must be all lower-case
(#219) Variable "stackPtr" must be all lower-case
(#231) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Arrays_ArrayBracketSpacingUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#63) Public method name "Squiz_Tests_Arrays_ArrayBracketSpacingUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Arrays_ArrayDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#58) Expected 1 space after "=>"; 2 found
(#110) Public method name "Squiz_Tests_Arrays_ArrayDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#111) Opening brace should be on the same line as the declaration
(#119) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Squiz_Tests_CSS_ClassDefinitionClosingBraceSpaceUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#61) Public method name "Squiz_Tests_CSS_ClassDefinitionClosingBraceSpaceUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Squiz_Tests_CSS_ClassDefinitionNameSpacingUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#59) Public method name "Squiz_Tests_CSS_ClassDefinitionNameSpacingUnitTest::getWarningList" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Squiz_Tests_CSS_ClassDefinitionOpeningBraceSpaceUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#62) Public method name "Squiz_Tests_CSS_ClassDefinitionOpeningBraceSpaceUnitTest::getWarningList" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#71) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_ColonSpacingUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#66) Public method name "Squiz_Tests_CSS_ColonSpacingUnitTest::getWarningList" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#75) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_ColourDefinitionUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#59) Public method name "Squiz_Tests_CSS_ColourDefinitionUnitTest::getWarningList" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_DisallowMultipleStyleDefinitionsUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#59) Public method name "Squiz_Tests_CSS_DisallowMultipleStyleDefinitionsUnitTest::getWarningList" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Squiz_Tests_CSS_DuplicateClassDefinitionUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#59) Public method name "Squiz_Tests_CSS_DuplicateClassDefinitionUnitTest::getWarningList" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Squiz_Tests_CSS_DuplicateStyleDefinitionUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#58) Public method name "Squiz_Tests_CSS_DuplicateStyleDefinitionUnitTest::getWarningList" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#67) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_EmptyClassDefinitionUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#61) Public method name "Squiz_Tests_CSS_EmptyClassDefinitionUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_EmptyStyleDefinitionUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#58) Public method name "Squiz_Tests_CSS_EmptyStyleDefinitionUnitTest::getWarningList" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#67) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_ForbiddenStylesUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#64) Public method name "Squiz_Tests_CSS_ForbiddenStylesUnitTest::getWarningList" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#73) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_IndentationUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#64) Public method name "Squiz_Tests_CSS_IndentationUnitTest::getWarningList" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#73) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_LowercaseStyleDefinitionUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#60) Public method name "Squiz_Tests_CSS_LowercaseStyleDefinitionUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/MissingColonUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_MissingColonUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#60) Public method name "Squiz_Tests_CSS_MissingColonUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_NamedColoursUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#61) Public method name "Squiz_Tests_CSS_NamedColoursUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/OpacityUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_OpacityUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#63) Public method name "Squiz_Tests_CSS_OpacityUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_SemicolonSpacingUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#58) Public method name "Squiz_Tests_CSS_SemicolonSpacingUnitTest::getWarningList" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#67) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_CSS_ShorthandSizeUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#65) Public method name "Squiz_Tests_CSS_ShorthandSizeUnitTest::getWarningList" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#74) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Classes_ClassDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#88) Public method name "Squiz_Tests_Classes_ClassDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#97) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Classes_ClassFileNameUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#66) Public method name "Squiz_Tests_Classes_ClassFileNameUnitTest::getWarningList" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#75) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Squiz_Tests_Classes_DuplicatePropertyUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#60) Public method name "Squiz_Tests_Classes_DuplicatePropertyUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Classes_LowercaseClassKeywordsUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#71) Public method name "Squiz_Tests_Classes_LowercaseClassKeywordsUnitTest::getWarningList" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#80) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Classes_SelfMemberReferenceUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#65) Public method name "Squiz_Tests_Classes_SelfMemberReferenceUnitTest::getWarningList" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#74) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Classes_ValidClassNameUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#66) Public method name "Squiz_Tests_Classes_ValidClassNameUnitTest::getWarningList" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#75) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CodeAnalysis/EmptyStatementUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Public method name "Squiz_Tests_CodeAnalysis_EmptyStatementUnitTest::getErrorList" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#68) Public method name "Squiz_Tests_CodeAnalysis_EmptyStatementUnitTest::getWarningList" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#77) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Commenting_BlockCommentUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#97) Public method name "Squiz_Tests_Commenting_BlockCommentUnitTest::getWarningList" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#106) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_Commenting_ClassCommentUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#72) Public method name "Squiz_Tests_Commenting_ClassCommentUnitTest::getWarningList" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#87) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Commenting_ClosingDeclarationCommentUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#66) Public method name "Squiz_Tests_Commenting_ClosingDeclarationCommentUnitTest::getWarningList" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#77) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Commenting_DocCommentAlignmentUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#71) Public method name "Squiz_Tests_Commenting_DocCommentAlignmentUnitTest::getWarningList" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#80) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Commenting_EmptyCatchCommentUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#65) Public method name "Squiz_Tests_Commenting_EmptyCatchCommentUnitTest::getWarningList" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#74) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#39) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#51) Public method name "Squiz_Tests_Commenting_FileCommentUnitTest::getErrorList" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#77) Public method name "Squiz_Tests_Commenting_FileCommentUnitTest::getWarningList" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#86) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#47) Public method name "Squiz_Tests_Commenting_FunctionCommentThrowTagUnitTest::getErrorList" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#72) Public method name "Squiz_Tests_Commenting_FunctionCommentThrowTagUnitTest::getWarningList" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_Commenting_FunctionCommentUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#133) Public method name "Squiz_Tests_Commenting_FunctionCommentUnitTest::getWarningList" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#142) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_Commenting_InlineCommentUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#49) Line indented incorrectly; expected at least 16 spaces, found 12
(#66) Line indented incorrectly; expected at least 20 spaces, found 12
(#67) Line indented incorrectly; expected at least 20 spaces, found 12
(#68) Line indented incorrectly; expected 20 spaces, found 12
(#69) Line indented incorrectly; expected at least 24 spaces, found 16
(#70) Line indented incorrectly; expected 20 spaces, found 12
(#73) Line indented incorrectly; expected 12 spaces, found 8
(#86) Line indented incorrectly; expected 12 spaces, found 8
(#101) Public method name "Squiz_Tests_Commenting_InlineCommentUnitTest::getWarningList" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#110) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_Commenting_LongConditionClosingCommentUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#72) Line indented incorrectly; expected 12 spaces, found 8
(#88) Line indented incorrectly; expected 12 spaces, found 8
(#104) Public method name "Squiz_Tests_Commenting_LongConditionClosingCommentUnitTest::getWarningList" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#113) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_Commenting_PostStatementCommentUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#55) Line indented incorrectly; expected 12 spaces, found 8
(#62) Line indented incorrectly; expected 12 spaces, found 8
(#78) Public method name "Squiz_Tests_Commenting_PostStatementCommentUnitTest::getWarningList" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#87) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Public method name "Squiz_Tests_Commenting_VariableCommentUnitTest::getErrorList" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#84) Public method name "Squiz_Tests_Commenting_VariableCommentUnitTest::getWarningList" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#95) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_ControlStructures_ControlSignatureUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#77) Line indented incorrectly; expected at least 12 spaces, found 8
(#78) Line indented incorrectly; expected 12 spaces, found 8
(#103) Line indented incorrectly; expected 12 spaces, found 8
(#119) Public method name "Squiz_Tests_ControlStructures_ControlSignatureUnitTest::getWarningList" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#128) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_ControlStructures_ElseIfDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#61) Public method name "Squiz_Tests_ControlStructures_ElseIfDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_ControlStructures_ForEachLoopDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#66) Public method name "Squiz_Tests_ControlStructures_ForEachLoopDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#75) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_ControlStructures_ForLoopDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#61) Line indented incorrectly; expected 12 spaces, found 8
(#74) Line indented incorrectly; expected 12 spaces, found 8
(#90) Public method name "Squiz_Tests_ControlStructures_ForLoopDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#99) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_ControlStructures_InlineIfDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#69) Public method name "Squiz_Tests_ControlStructures_InlineIfDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#78) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_ControlStructures_LowercaseDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#70) Public method name "Squiz_Tests_ControlStructures_LowercaseDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#79) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_ControlStructures_SwitchDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#99) Public method name "Squiz_Tests_ControlStructures_SwitchDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
(#108) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Debug/JSLintUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Protected method name "Squiz_Tests_Debug_JSLintUnitTest::shouldSkipTest" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#40) Variable "jslPath" must be all lower-case
(#41) Variable "jslPath" must be all lower-case
(#54) Public method name "Squiz_Tests_Debug_JSLintUnitTest::getErrorList" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#69) Public method name "Squiz_Tests_Debug_JSLintUnitTest::getWarningList" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Protected method name "Squiz_Tests_Debug_JavaScriptLintUnitTest::shouldSkipTest" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#40) Variable "jslPath" must be all lower-case
(#41) Variable "jslPath" must be all lower-case
(#54) Public method name "Squiz_Tests_Debug_JavaScriptLintUnitTest::getErrorList" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#69) Public method name "Squiz_Tests_Debug_JavaScriptLintUnitTest::getWarningList" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#80) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_Files_FileExtensionUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#52) Line indented incorrectly; expected 12 spaces, found 8
(#53) Line indented incorrectly; expected 16 spaces, found 12
(#54) Line indented incorrectly; expected at least 20 spaces, found 16
(#55) Line indented incorrectly; expected at least 20 spaces, found 16
(#57) Line indented incorrectly; expected at least 24 spaces, found 23
(#58) Line indented incorrectly; expected 16 spaces, found 12
(#59) Line indented incorrectly; expected 12 spaces, found 8
(#74) Public method name "Squiz_Tests_Files_FileExtensionUnitTest::getWarningList" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#83) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_Formatting_OperatorBracketUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#79) Line indented incorrectly; expected 12 spaces, found 8
(#95) Line indented incorrectly; expected 12 spaces, found 8
(#111) Public method name "Squiz_Tests_Formatting_OperatorBracketUnitTest::getWarningList" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#120) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Functions_FunctionDeclarationArgumentSpacingUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#79) Public method name "Squiz_Tests_Functions_FunctionDeclarationArgumentSpacingUnitTest::getWarningList" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#88) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Functions_FunctionDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#60) Public method name "Squiz_Tests_Functions_FunctionDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Functions_FunctionDuplicateArgumentUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#62) Public method name "Squiz_Tests_Functions_FunctionDuplicateArgumentUnitTest::getWarningList" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#71) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Functions_GlobalFunctionUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#58) Public method name "Squiz_Tests_Functions_GlobalFunctionUnitTest::getWarningList" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Functions_LowercaseFunctionKeywordsUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#64) Public method name "Squiz_Tests_Functions_LowercaseFunctionKeywordsUnitTest::getWarningList" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#73) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Squiz_Tests_Functions_MultiLineFunctionDeclarationUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#73) Public method name "Squiz_Tests_Functions_MultiLineFunctionDeclarationUnitTest::getWarningList" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#82) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_NamingConventions_ConstantCaseUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#63) Line indented incorrectly; expected at least 12 spaces, found 8
(#64) Line indented incorrectly; expected 12 spaces, found 8
(#76) Line indented incorrectly; expected 12 spaces, found 8
(#92) Public method name "Squiz_Tests_NamingConventions_ConstantCaseUnitTest::getWarningList" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#101) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_NamingConventions_ValidFunctionNameUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#69) Public method name "Squiz_Tests_NamingConventions_ValidFunctionNameUnitTest::getWarningList" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#78) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_NamingConventions_ValidVariableNameUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#86) Public method name "Squiz_Tests_NamingConventions_ValidVariableNameUnitTest::getWarningList" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#95) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Objects_DisallowObjectStringIndexUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#67) Public method name "Squiz_Tests_Objects_DisallowObjectStringIndexUnitTest::getWarningList" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#76) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Objects_ObjectInstantiationUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#61) Public method name "Squiz_Tests_Objects_ObjectInstantiationUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Objects_ObjectMemberCommaUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#66) Public method name "Squiz_Tests_Objects_ObjectMemberCommaUnitTest::getWarningList" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#75) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_Operators_ComparisonOperatorUsageUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#72) Line indented incorrectly; expected 12 spaces, found 8
(#81) Line indented incorrectly; expected 12 spaces, found 8
(#97) Public method name "Squiz_Tests_Operators_ComparisonOperatorUsageUnitTest::getWarningList" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#106) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Operators_IncrementDecrementUsageUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#68) Public method name "Squiz_Tests_Operators_IncrementDecrementUsageUnitTest::getWarningList" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#77) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Operators_ValidLogicalOperatorsUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#64) Public method name "Squiz_Tests_Operators_ValidLogicalOperatorsUnitTest::getWarningList" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#73) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_CommentedOutCodeUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#58) Public method name "Squiz_Tests_PHP_CommentedOutCodeUnitTest::getWarningList" must be in lower-case letters only
(#58) Variable "testFile" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "testFile" must be all lower-case
(#61) Line indented incorrectly; expected 12 spaces, found 8
(#69) Line indented incorrectly; expected 12 spaces, found 8
(#75) Line indented incorrectly; expected 12 spaces, found 8
(#85) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Squiz_Tests_PHP_DisallowBooleanStatementUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#61) Public method name "Squiz_Tests_PHP_DisallowBooleanStatementUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_DisallowComparisonAssignmentUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#65) Public method name "Squiz_Tests_PHP_DisallowComparisonAssignmentUnitTest::getWarningList" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#74) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_DisallowInlineIfUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "testFile" must be all lower-case
(#46) Line indented incorrectly; expected 12 spaces, found 8
(#51) Line indented incorrectly; expected 12 spaces, found 8
(#56) Line indented incorrectly; expected 12 spaces, found 8
(#72) Public method name "Squiz_Tests_PHP_DisallowInlineIfUnitTest::getWarningList" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#81) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_DisallowMultipleAssignmentsUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#65) Public method name "Squiz_Tests_PHP_DisallowMultipleAssignmentsUnitTest::getWarningList" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#74) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowObEndFlushUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_DisallowObEndFlushUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#60) Public method name "Squiz_Tests_PHP_DisallowObEndFlushUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_PHP_DisallowSizeFunctionsInLoopsUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#64) Line indented incorrectly; expected 12 spaces, found 8
(#69) Line indented incorrectly; expected 12 spaces, found 8
(#85) Public method name "Squiz_Tests_PHP_DisallowSizeFunctionsInLoopsUnitTest::getWarningList" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#94) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) Public method name "Squiz_Tests_PHP_DiscouragedFunctionsUnitTest::getErrorList" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#56) Public method name "Squiz_Tests_PHP_DiscouragedFunctionsUnitTest::getWarningList" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#68) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_EmbeddedPhpUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#75) Public method name "Squiz_Tests_PHP_EmbeddedPhpUnitTest::getWarningList" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#84) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/EvalUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_EvalUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#58) Public method name "Squiz_Tests_PHP_EvalUnitTest::getWarningList" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/ForbiddenFunctionsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_ForbiddenFunctionsUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#63) Public method name "Squiz_Tests_PHP_ForbiddenFunctionsUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_GlobalKeywordUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#61) Public method name "Squiz_Tests_PHP_GlobalKeywordUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/HeredocUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_HeredocUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#61) Public method name "Squiz_Tests_PHP_HeredocUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_InnerFunctionsUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#60) Public method name "Squiz_Tests_PHP_InnerFunctionsUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_LowercasePHPFunctionsUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#61) Public method name "Squiz_Tests_PHP_LowercasePHPFunctionsUnitTest::getWarningList" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_PHP_NonExecutableCodeUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#58) Public method name "Squiz_Tests_PHP_NonExecutableCodeUnitTest::getWarningList" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#96) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Scope_MemberVarScopeUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#60) Public method name "Squiz_Tests_Scope_MemberVarScopeUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Scope_MethodScopeUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#60) Public method name "Squiz_Tests_Scope_MethodScopeUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Scope_StaticThisUsageUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#62) Public method name "Squiz_Tests_Scope_StaticThisUsageUnitTest::getWarningList" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#71) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Strings_ConcatenationSpacingUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#62) Public method name "Squiz_Tests_Strings_ConcatenationSpacingUnitTest::getWarningList" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#71) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Strings_DoubleQuoteUsageUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#67) Public method name "Squiz_Tests_Strings_DoubleQuoteUsageUnitTest::getWarningList" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#76) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_Strings_EchoedStringsUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#63) Public method name "Squiz_Tests_Strings_EchoedStringsUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_WhiteSpace_CastSpacingUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#63) Public method name "Squiz_Tests_WhiteSpace_CastSpacingUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_WhiteSpace_ControlStructureSpacingUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#66) Line indented incorrectly; expected 12 spaces, found 8
(#81) Line indented incorrectly; expected 12 spaces, found 8
(#97) Public method name "Squiz_Tests_WhiteSpace_ControlStructureSpacingUnitTest::getWarningList" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#106) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_WhiteSpace_FunctionClosingBraceSpaceUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#54) Line indented incorrectly; expected 12 spaces, found 8
(#65) Line indented incorrectly; expected 12 spaces, found 8
(#81) Public method name "Squiz_Tests_WhiteSpace_FunctionClosingBraceSpaceUnitTest::getWarningList" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#90) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_WhiteSpace_FunctionOpeningBraceSpaceUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#54) Line indented incorrectly; expected 12 spaces, found 8
(#65) Line indented incorrectly; expected 12 spaces, found 8
(#69) Whitespace found at end of line
(#69) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#82) Public method name "Squiz_Tests_WhiteSpace_FunctionOpeningBraceSpaceUnitTest::getWarningList" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#91) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_WhiteSpace_FunctionSpacingUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#79) Public method name "Squiz_Tests_WhiteSpace_FunctionSpacingUnitTest::getWarningList" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#88) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_WhiteSpace_LanguageConstructSpacingUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#74) Public method name "Squiz_Tests_WhiteSpace_LanguageConstructSpacingUnitTest::getWarningList" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#83) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_WhiteSpace_LogicalOperatorSpacingUnitTest::getErrorList" must be in lower-case letters only
(#43) Variable "testFile" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#64) Public method name "Squiz_Tests_WhiteSpace_LogicalOperatorSpacingUnitTest::getWarningList" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#73) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_WhiteSpace_MemberVarSpacingUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#68) Public method name "Squiz_Tests_WhiteSpace_MemberVarSpacingUnitTest::getWarningList" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#77) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_WhiteSpace_ObjectOperatorSpacingUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#63) Public method name "Squiz_Tests_WhiteSpace_ObjectOperatorSpacingUnitTest::getWarningList" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_WhiteSpace_OperatorSpacingUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#98) Line indented incorrectly; expected 12 spaces, found 8
(#133) Line indented incorrectly; expected 12 spaces, found 8
(#149) Public method name "Squiz_Tests_WhiteSpace_OperatorSpacingUnitTest::getWarningList" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#158) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_WhiteSpace_PropertyLabelSpacingUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#64) Public method name "Squiz_Tests_WhiteSpace_PropertyLabelSpacingUnitTest::getWarningList" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#73) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_WhiteSpace_ScopeClosingBraceUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#62) Public method name "Squiz_Tests_WhiteSpace_ScopeClosingBraceUnitTest::getWarningList" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#71) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Squiz_Tests_WhiteSpace_ScopeKeywordSpacingUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#65) Public method name "Squiz_Tests_WhiteSpace_ScopeKeywordSpacingUnitTest::getWarningList" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#74) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_WhiteSpace_SemicolonSpacingUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#58) Line indented incorrectly; expected 12 spaces, found 8
(#68) Line indented incorrectly; expected 12 spaces, found 8
(#84) Public method name "Squiz_Tests_WhiteSpace_SemicolonSpacingUnitTest::getWarningList" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#93) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#45) Public method name "Squiz_Tests_WhiteSpace_SuperfluousWhitespaceUnitTest::getErrorList" must be in lower-case letters only
(#45) Variable "testFile" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "testFile" must be all lower-case
(#48) Line indented incorrectly; expected 12 spaces, found 8
(#61) Line indented incorrectly; expected 12 spaces, found 8
(#74) Line indented incorrectly; expected 12 spaces, found 8
(#83) Line indented incorrectly; expected 12 spaces, found 8
(#99) Public method name "Squiz_Tests_WhiteSpace_SuperfluousWhitespaceUnitTest::getWarningList" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
(#108) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Sniffs/Debug/CodeAnalyzerSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#59) Variable "prevOpenTag" must be all lower-case
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#60) Variable "prevOpenTag" must be all lower-case
(#64) Variable "fileName" must be all lower-case
(#64) Variable "phpcsFile" must be all lower-case
(#66) Variable "analyzerPath" must be all lower-case
(#67) Variable "analyzerPath" must be all lower-case
(#74) Variable "analyzerPath" must be all lower-case
(#74) Variable "fileName" must be all lower-case
(#80) Variable "exitCode" must be all lower-case
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Variable "exitCode" must be all lower-case
(#85) Variable "exitCode" must be all lower-case
(#90) Variable "exitCode" must be all lower-case
(#90) Line exceeds 132 characters; contains 151 characters
(#94) Variable "phpcsFile" must be all lower-case
(#108) Variable "lineToken" must be all lower-case
(#111) Variable "lineToken" must be all lower-case
(#116) Variable "lineToken" must be all lower-case
(#117) Variable "phpcsFile" must be all lower-case
(#125) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Sniffs/Files/ClosingTagSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Opening brace should be on the same line as the declaration
(#55) Variable "phpcsFile" must be all lower-case
(#55) Variable "stackPtr" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "phpcsFile" must be all lower-case
(#59) Variable "phpcsFile" must be all lower-case
(#59) Variable "stackPtr" must be all lower-case
(#68) Variable "stackPtr" must be all lower-case
(#68) Variable "phpcsFile" must be all lower-case
(#76) Variable "phpcsFile" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#84) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/ValidVariableNameSniff.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#57) Protected method name "Zend_Sniffs_NamingConventions_ValidVariableNameSniff::processVariable" must be in lower-case letters only
(#57) Variable "phpcsFile" must be all lower-case
(#57) Variable "stackPtr" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#59) Variable "phpcsFile" must be all lower-case
(#60) Variable "varName" must be all lower-case
(#60) Variable "stackPtr" must be all lower-case
(#62) Variable "phpReservedVars" must be all lower-case
(#78) Variable "varName" must be all lower-case
(#78) Variable "phpReservedVars" must be all lower-case
(#82) Variable "objOperator" must be all lower-case
(#82) Variable "phpcsFile" must be all lower-case
(#82) Variable "stackPtr" must be all lower-case
(#83) Variable "objOperator" must be all lower-case
(#85) Variable "phpcsFile" must be all lower-case
(#85) Variable "objOperator" must be all lower-case
(#88) Variable "phpcsFile" must be all lower-case
(#91) Variable "objVarName" must be all lower-case
(#96) Variable "originalVarName" must be all lower-case
(#96) Variable "objVarName" must be all lower-case
(#97) Variable "objVarName" must be all lower-case
(#98) Variable "objVarName" must be all lower-case
(#98) Variable "objVarName" must be all lower-case
(#101) Variable "objVarName" must be all lower-case
(#103) Variable "originalVarName" must be all lower-case
(#104) Variable "phpcsFile" must be all lower-case
(#105) Variable "objVarName" must be all lower-case
(#107) Variable "originalVarName" must be all lower-case
(#108) Variable "phpcsFile" must be all lower-case
(#108) Variable "stackPtr" must be all lower-case
(#117) Variable "originalVarName" must be all lower-case
(#117) Variable "varName" must be all lower-case
(#118) Variable "varName" must be all lower-case
(#119) Variable "objOperator" must be all lower-case
(#119) Variable "phpcsFile" must be all lower-case
(#119) Variable "stackPtr" must be all lower-case
(#120) Variable "objOperator" must be all lower-case
(#123) Variable "inClass" must be all lower-case
(#125) Variable "inClass" must be all lower-case
(#125) Variable "phpcsFile" must be all lower-case
(#125) Variable "stackPtr" must be all lower-case
(#128) Variable "inClass" must be all lower-case
(#129) Variable "varName" must be all lower-case
(#129) Variable "varName" must be all lower-case
(#133) Variable "varName" must be all lower-case
(#135) Variable "originalVarName" must be all lower-case
(#136) Variable "phpcsFile" must be all lower-case
(#136) Variable "stackPtr" must be all lower-case
(#137) Variable "varName" must be all lower-case
(#139) Variable "originalVarName" must be all lower-case
(#140) Variable "phpcsFile" must be all lower-case
(#140) Variable "stackPtr" must be all lower-case
(#155) Protected method name "Zend_Sniffs_NamingConventions_ValidVariableNameSniff::processMemberVar" must be in lower-case letters only
(#155) Variable "phpcsFile" must be all lower-case
(#155) Variable "stackPtr" must be all lower-case
(#156) Opening brace should be on the same line as the declaration
(#157) Variable "phpcsFile" must be all lower-case
(#158) Variable "varName" must be all lower-case
(#158) Variable "stackPtr" must be all lower-case
(#159) Variable "memberProps" must be all lower-case
(#159) Variable "phpcsFile" must be all lower-case
(#159) Variable "stackPtr" must be all lower-case
(#160) Variable "memberProps" must be all lower-case
(#163) Variable "varName" must be all lower-case
(#165) Variable "varName" must be all lower-case
(#166) Variable "phpcsFile" must be all lower-case
(#166) Variable "stackPtr" must be all lower-case
(#170) Variable "varName" must be all lower-case
(#171) Variable "memberProps" must be all lower-case
(#175) Variable "varName" must be all lower-case
(#177) Variable "phpcsFile" must be all lower-case
(#177) Variable "stackPtr" must be all lower-case
(#182) Variable "varName" must be all lower-case
(#184) Variable "varName" must be all lower-case
(#185) Variable "phpcsFile" must be all lower-case
(#185) Variable "stackPtr" must be all lower-case
(#186) Variable "varName" must be all lower-case
(#188) Variable "varName" must be all lower-case
(#189) Variable "phpcsFile" must be all lower-case
(#189) Variable "stackPtr" must be all lower-case
(#204) Protected method name "Zend_Sniffs_NamingConventions_ValidVariableNameSniff::processVariableInString" must be in lower-case letters only
(#204) Variable "phpcsFile" must be all lower-case
(#204) Variable "stackPtr" must be all lower-case
(#205) Opening brace should be on the same line as the declaration
(#206) Variable "phpcsFile" must be all lower-case
(#208) Variable "phpReservedVars" must be all lower-case
(#223) Variable "stackPtr" must be all lower-case
(#224) Variable "varName" must be all lower-case
(#226) Variable "varName" must be all lower-case
(#226) Variable "phpReservedVars" must be all lower-case
(#233) Variable "originalVarName" must be all lower-case
(#233) Variable "varName" must be all lower-case
(#234) Variable "varName" must be all lower-case
(#235) Variable "phpcsFile" must be all lower-case
(#235) Variable "stackPtr" must be all lower-case
(#236) Variable "varName" must be all lower-case
(#236) Variable "varName" must be all lower-case
(#240) Variable "varName" must be all lower-case
(#241) Variable "varName" must be all lower-case
(#243) Variable "originalVarName" must be all lower-case
(#244) Variable "phpcsFile" must be all lower-case
(#244) Variable "stackPtr" must be all lower-case
(#245) Variable "varName" must be all lower-case
(#247) Variable "originalVarName" must be all lower-case
(#248) Variable "phpcsFile" must be all lower-case
(#248) Variable "stackPtr" must be all lower-case
(#258) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Protected method name "Zend_Tests_Debug_CodeAnalyzerUnitTest::shouldSkipTest" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#42) Variable "analyzerPath" must be all lower-case
(#43) Variable "analyzerPath" must be all lower-case
(#56) Public method name "Zend_Tests_Debug_CodeAnalyzerUnitTest::getErrorList" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#71) Public method name "Zend_Tests_Debug_CodeAnalyzerUnitTest::getWarningList" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#82) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Zend_Tests_Files_ClosingTagUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#60) Public method name "Zend_Tests_Files_ClosingTagUnitTest::getWarningList" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#43) Public method name "Zend_Tests_NamingConventions_ValidVariableNameUnitTest::getErrorList" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#84) Public method name "Zend_Tests_NamingConventions_ValidVariableNameUnitTest::getWarningList" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#109) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Tokenizers/CSS.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#44) Public method name "PHP_CodeSniffer_Tokenizers_CSS::tokenizeString" must be in lower-case letters only
(#44) Variable "eolChar" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#52) Variable "eolChar" must be all lower-case
(#52) Variable "eolChar" must be all lower-case
(#53) Variable "eolChar" must be all lower-case
(#56) Variable "eolChar" must be all lower-case
(#57) Variable "finalTokens" must be all lower-case
(#59) Variable "newStackPtr" must be all lower-case
(#60) Variable "numTokens" must be all lower-case
(#61) Variable "multiLineComment" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#62) Variable "numTokens" must be all lower-case
(#62) Variable "stackPtr" must be all lower-case
(#63) Variable "stackPtr" must be all lower-case
(#75) Variable "eolChar" must be all lower-case
(#76) Variable "stackPtr" must be all lower-case
(#83) Variable "stackPtr" must be all lower-case
(#83) Variable "numTokens" must be all lower-case
(#85) Variable "stackPtr" must be all lower-case
(#85) Variable "numTokens" must be all lower-case
(#94) Variable "numTokens" must be all lower-case
(#103) Variable "stackPtr" must be all lower-case
(#104) Variable "cleanContent" must be all lower-case
(#104) Variable "eolChar" must be all lower-case
(#105) Variable "cleanContent" must be all lower-case
(#106) Variable "oldNumTokens" must be all lower-case
(#106) Variable "numTokens" must be all lower-case
(#110) Variable "moreTokens" must be all lower-case
(#110) Variable "eolChar" must be all lower-case
(#111) Variable "moreTokens" must be all lower-case
(#112) Variable "moreTokens" must be all lower-case
(#113) Variable "moreTokens" must be all lower-case
(#116) Variable "stackPtr" must be all lower-case
(#116) Variable "stackPtr" must be all lower-case
(#116) Variable "moreTokens" must be all lower-case
(#117) Variable "numTokens" must be all lower-case
(#119) Variable "moreTokens" must be all lower-case
(#120) Variable "stackPtr" must be all lower-case
(#128) Variable "finalTokens" must be all lower-case
(#128) Variable "newStackPtr" must be all lower-case
(#133) Variable "newStackPtr" must be all lower-case
(#134) Variable "finalTokens" must be all lower-case
(#134) Variable "newStackPtr" must be all lower-case
(#139) Variable "newStackPtr" must be all lower-case
(#145) Variable "finalTokens" must be all lower-case
(#145) Variable "newStackPtr" must be all lower-case
(#151) Variable "newStackPtr" must be all lower-case
(#160) Variable "multiLineComment" must be all lower-case
(#164) Variable "multiLineComment" must be all lower-case
(#169) Variable "commentTokens" must be all lower-case
(#170) Variable "eolChar" must be all lower-case
(#173) Variable "commentTokens" must be all lower-case
(#174) Variable "commentTokens" must be all lower-case
(#179) Variable "firstContent" must be all lower-case
(#179) Variable "commentTokens" must be all lower-case
(#183) Variable "commentTokens" must be all lower-case
(#184) Variable "commentTokens" must be all lower-case
(#185) Variable "commentTokens" must be all lower-case
(#187) Variable "firstContent" must be all lower-case
(#187) Variable "commentTokens" must be all lower-case
(#188) Variable "commentTokens" must be all lower-case
(#193) Variable "firstContent" must be all lower-case
(#194) Variable "commentTokens" must be all lower-case
(#196) Variable "commentTokens" must be all lower-case
(#199) Variable "finalTokens" must be all lower-case
(#199) Variable "newStackPtr" must be all lower-case
(#202) Variable "firstContent" must be all lower-case
(#205) Variable "finalTokens" must be all lower-case
(#205) Variable "newStackPtr" must be all lower-case
(#212) Variable "finalTokens" must be all lower-case
(#212) Variable "newStackPtr" must be all lower-case
(#219) Variable "newStackPtr" must be all lower-case
(#221) Variable "commentTokens" must be all lower-case
(#221) Variable "tokenData" must be all lower-case
(#222) Variable "tokenData" must be all lower-case
(#223) Variable "tokenData" must be all lower-case
(#224) Variable "tokenData" must be all lower-case
(#228) Variable "stackPtr" must be all lower-case
(#228) Variable "tokenData" must be all lower-case
(#229) Variable "stackPtr" must be all lower-case
(#233) Variable "finalTokens" must be all lower-case
(#233) Variable "newStackPtr" must be all lower-case
(#233) Variable "tokenData" must be all lower-case
(#234) Variable "newStackPtr" must be all lower-case
(#240) Whitespace found at end of line
(#244) Variable "multiLineComment" must be all lower-case
(#247) Variable "finalTokens" must be all lower-case
(#247) Variable "newStackPtr" must be all lower-case
(#248) Variable "newStackPtr" must be all lower-case
(#254) Variable "inStyleDef" must be all lower-case
(#256) Variable "numTokens" must be all lower-case
(#256) Variable "finalTokens" must be all lower-case
(#257) Variable "stackPtr" must be all lower-case
(#257) Variable "stackPtr" must be all lower-case
(#257) Variable "numTokens" must be all lower-case
(#257) Variable "stackPtr" must be all lower-case
(#258) Variable "finalTokens" must be all lower-case
(#258) Variable "stackPtr" must be all lower-case
(#261) Line indented incorrectly; expected 16 spaces, found 12
(#262) Line indented incorrectly; expected at least 20 spaces, found 16
(#262) Variable "inStyleDef" must be all lower-case
(#264) Line indented incorrectly; expected 16 spaces, found 12
(#265) Line indented incorrectly; expected at least 20 spaces, found 16
(#265) Variable "inStyleDef" must be all lower-case
(#267) Line indented incorrectly; expected 16 spaces, found 12
(#268) Line indented incorrectly; expected at least 20 spaces, found 16
(#269) Line indented incorrectly; expected at least 20 spaces, found 16
(#270) Line indented incorrectly; expected 20 spaces, found 16
(#270) Variable "finalTokens" must be all lower-case
(#270) Variable "stackPtr" must be all lower-case
(#271) Line indented incorrectly; expected 24 spaces, found 20
(#271) Variable "finalTokens" must be all lower-case
(#271) Variable "stackPtr" must be all lower-case
(#272) Line indented incorrectly; expected at least 28 spaces, found 24
(#272) Variable "newContent" must be all lower-case
(#272) Variable "finalTokens" must be all lower-case
(#272) Variable "stackPtr" must be all lower-case
(#272) Variable "finalTokens" must be all lower-case
(#272) Variable "stackPtr" must be all lower-case
(#274) Line indented incorrectly; expected at least 28 spaces, found 24
(#274) Variable "finalTokens" must be all lower-case
(#274) Variable "stackPtr" must be all lower-case
(#274) Variable "newContent" must be all lower-case
(#275) Line indented incorrectly; expected at least 28 spaces, found 24
(#275) Variable "finalTokens" must be all lower-case
(#275) Variable "stackPtr" must be all lower-case
(#276) Line indented incorrectly; expected at least 28 spaces, found 24
(#276) Variable "finalTokens" must be all lower-case
(#276) Variable "stackPtr" must be all lower-case
(#277) Line indented incorrectly; expected at least 28 spaces, found 24
(#277) Variable "stackPtr" must be all lower-case
(#278) Line indented incorrectly; expected 24 spaces, found 20
(#279) Line indented incorrectly; expected at least 28 spaces, found 24
(#279) Variable "newContent" must be all lower-case
(#279) Variable "finalTokens" must be all lower-case
(#279) Variable "stackPtr" must be all lower-case
(#281) Line indented incorrectly; expected at least 28 spaces, found 24
(#281) Variable "finalTokens" must be all lower-case
(#281) Variable "stackPtr" must be all lower-case
(#281) Variable "newContent" must be all lower-case
(#282) Line indented incorrectly; expected at least 28 spaces, found 24
(#282) Variable "finalTokens" must be all lower-case
(#282) Variable "stackPtr" must be all lower-case
(#283) Line indented incorrectly; expected at least 28 spaces, found 24
(#283) Variable "stackPtr" must be all lower-case
(#284) Line indented incorrectly; expected 24 spaces, found 20
(#286) Line indented incorrectly; expected at least 24 spaces, found 20
(#286) Variable "finalTokens" must be all lower-case
(#286) Variable "finalTokens" must be all lower-case
(#287) Line indented incorrectly; expected at least 24 spaces, found 20
(#287) Variable "numTokens" must be all lower-case
(#287) Variable "finalTokens" must be all lower-case
(#288) Line indented incorrectly; expected 20 spaces, found 16
(#288) Variable "finalTokens" must be all lower-case
(#288) Variable "stackPtr" must be all lower-case
(#289) Line indented incorrectly; expected at least 24 spaces, found 20
(#290) Line indented incorrectly; expected at least 24 spaces, found 20
(#290) Variable "finalTokens" must be all lower-case
(#290) Variable "stackPtr" must be all lower-case
(#291) Variable "finalTokens" must be all lower-case
(#291) Variable "stackPtr" must be all lower-case
(#292) Line indented incorrectly; expected at least 24 spaces, found 20
(#292) Variable "finalTokens" must be all lower-case
(#292) Variable "stackPtr" must be all lower-case
(#294) Line indented incorrectly; expected at least 24 spaces, found 20
(#294) Variable "finalTokens" must be all lower-case
(#294) Variable "finalTokens" must be all lower-case
(#295) Line indented incorrectly; expected at least 24 spaces, found 20
(#295) Variable "numTokens" must be all lower-case
(#295) Variable "finalTokens" must be all lower-case
(#296) Line indented incorrectly; expected 20 spaces, found 16
(#299) Line indented incorrectly; expected 16 spaces, found 12
(#300) Line indented incorrectly; expected at least 20 spaces, found 16
(#301) Line indented incorrectly; expected 20 spaces, found 16
(#301) Variable "inStyleDef" must be all lower-case
(#302) Line indented incorrectly; expected at least 24 spaces, found 20
(#303) Line indented incorrectly; expected 20 spaces, found 16
(#305) Line indented incorrectly; expected 20 spaces, found 16
(#305) Variable "stackPtr" must be all lower-case
(#306) Line indented incorrectly; expected 24 spaces, found 20
(#306) Variable "finalTokens" must be all lower-case
(#306) Variable "emptyTokens" must be all lower-case
(#307) Line indented incorrectly; expected at least 28 spaces, found 24
(#308) Line indented incorrectly; expected 24 spaces, found 20
(#309) Line indented incorrectly; expected 20 spaces, found 16
(#311) Line indented incorrectly; expected at least 20 spaces, found 16
(#311) Variable "finalTokens" must be all lower-case
(#312) Line indented incorrectly; expected at least 20 spaces, found 16
(#312) Variable "finalTokens" must be all lower-case
(#314) Line indented incorrectly; expected 16 spaces, found 12
(#315) Line indented incorrectly; expected 20 spaces, found 16
(#316) Line indented incorrectly; expected at least 24 spaces, found 20
(#317) Line indented incorrectly; expected 24 spaces, found 20
(#317) Variable "stackPtr" must be all lower-case
(#317) Variable "numTokens" must be all lower-case
(#318) Line indented incorrectly; expected 28 spaces, found 24
(#318) Variable "finalTokens" must be all lower-case
(#318) Variable "emptyTokens" must be all lower-case
(#319) Line indented incorrectly; expected at least 32 spaces, found 28
(#320) Line indented incorrectly; expected 28 spaces, found 24
(#321) Line indented incorrectly; expected 24 spaces, found 20
(#323) Line indented incorrectly; expected at least 24 spaces, found 20
(#324) Line indented incorrectly; expected 24 spaces, found 20
(#324) Variable "finalTokens" must be all lower-case
(#325) Line indented incorrectly; expected at least 28 spaces, found 24
(#326) Line indented incorrectly; expected 24 spaces, found 20
(#328) Line indented incorrectly; expected at least 24 spaces, found 20
(#329) Line indented incorrectly; expected 24 spaces, found 20
(#329) Variable "numTokens" must be all lower-case
(#330) Line indented incorrectly; expected 28 spaces, found 24
(#330) Variable "finalTokens" must be all lower-case
(#330) Variable "emptyTokens" must be all lower-case
(#331) Line indented incorrectly; expected at least 32 spaces, found 28
(#332) Line indented incorrectly; expected 28 spaces, found 24
(#333) Line indented incorrectly; expected 24 spaces, found 20
(#335) Line indented incorrectly; expected 24 spaces, found 20
(#335) Variable "finalTokens" must be all lower-case
(#336) Line indented incorrectly; expected at least 28 spaces, found 24
(#337) Line indented incorrectly; expected 24 spaces, found 20
(#339) Line indented incorrectly; expected at least 24 spaces, found 20
(#340) Line indented incorrectly; expected at least 24 spaces, found 20
(#340) Variable "newContent" must be all lower-case
(#341) Line indented incorrectly; expected 24 spaces, found 20
(#341) Variable "numTokens" must be all lower-case
(#342) Line indented incorrectly; expected 28 spaces, found 24
(#342) Variable "finalTokens" must be all lower-case
(#343) Line indented incorrectly; expected at least 32 spaces, found 28
(#344) Line indented incorrectly; expected 28 spaces, found 24
(#346) Line indented incorrectly; expected at least 28 spaces, found 24
(#346) Variable "newContent" must be all lower-case
(#346) Variable "finalTokens" must be all lower-case
(#347) Line indented incorrectly; expected at least 28 spaces, found 24
(#347) Variable "finalTokens" must be all lower-case
(#348) Line indented incorrectly; expected 24 spaces, found 20
(#350) Line indented incorrectly; expected at least 24 spaces, found 20
(#351) Line indented incorrectly; expected at least 24 spaces, found 20
(#352) Line indented incorrectly; expected at least 24 spaces, found 20
(#353) Line indented incorrectly; expected at least 24 spaces, found 20
(#354) Line indented incorrectly; expected at least 24 spaces, found 20
(#354) Variable "finalTokens" must be all lower-case
(#355) Line indented incorrectly; expected at least 24 spaces, found 20
(#355) Variable "finalTokens" must be all lower-case
(#357) Line indented incorrectly; expected 24 spaces, found 20
(#357) Variable "newContent" must be all lower-case
(#358) Line indented incorrectly; expected at least 28 spaces, found 24
(#358) Variable "finalTokens" must be all lower-case
(#358) Variable "newContent" must be all lower-case
(#360) Line indented incorrectly; expected at least 28 spaces, found 24
(#360) Variable "finalTokens" must be all lower-case
(#360) Variable "finalTokens" must be all lower-case
(#361) Line indented incorrectly; expected at least 28 spaces, found 24
(#361) Variable "numTokens" must be all lower-case
(#361) Variable "finalTokens" must be all lower-case
(#362) Line indented incorrectly; expected 24 spaces, found 20
(#363) Line indented incorrectly; expected 20 spaces, found 16
(#366) Line indented incorrectly; expected 16 spaces, found 12
(#367) Line indented incorrectly; expected at least 20 spaces, found 16
(#376) Variable "finalTokens" must be all lower-case
(#389) Public method name "PHP_CodeSniffer_Tokenizers_CSS::processAdditional" must be in lower-case letters only
(#389) Variable "eolChar" must be all lower-case
(#390) Opening brace should be on the same line as the declaration
(#399) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Tokenizers/JS.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Member variable "scopeOpeners" must be all lower-case
(#146) Member variable "endScopeTokens" must be all lower-case
(#156) Member variable "tokenValues" must be all lower-case
(#228) Member variable "stringTokens" must be all lower-case
(#238) Member variable "commentTokens" must be all lower-case
(#256) Public method name "PHP_CodeSniffer_Tokenizers_JS::tokenizeString" must be in lower-case letters only
(#256) Variable "eolChar" must be all lower-case
(#257) Opening brace should be on the same line as the declaration
(#262) Variable "tokenTypes" must be all lower-case
(#264) Variable "maxTokenLength" must be all lower-case
(#265) Variable "tokenTypes" must be all lower-case
(#266) Variable "maxTokenLength" must be all lower-case
(#267) Variable "maxTokenLength" must be all lower-case
(#272) Variable "inString" must be all lower-case
(#273) Variable "stringChar" must be all lower-case
(#274) Variable "inComment" must be all lower-case
(#276) Variable "preStringBuffer" must be all lower-case
(#277) Variable "cleanBuffer" must be all lower-case
(#287) Variable "eolChar" must be all lower-case
(#290) Variable "numChars" must be all lower-case
(#291) Variable "numChars" must be all lower-case
(#296) Variable "bufferContent" must be all lower-case
(#297) Variable "inString" must be all lower-case
(#301) Variable "inComment" must be all lower-case
(#308) Variable "inString" must be all lower-case
(#308) Variable "inComment" must be all lower-case
(#315) Variable "eolChar" must be all lower-case
(#328) Variable "inString" must be all lower-case
(#329) Variable "inComment" must be all lower-case
(#336) Variable "eolChar" must be all lower-case
(#349) Variable "inComment" must be all lower-case
(#350) Variable "inString" must be all lower-case
(#368) Variable "eolChar" must be all lower-case
(#378) Variable "preStringBuffer" must be all lower-case
(#379) Variable "inString" must be all lower-case
(#380) Variable "stringChar" must be all lower-case
(#383) Variable "inString" must be all lower-case
(#384) Variable "inString" must be all lower-case
(#385) Variable "stringChar" must be all lower-case
(#386) Variable "preStringBuffer" must be all lower-case
(#394) Variable "inString" must be all lower-case
(#399) Variable "stringChar" must be all lower-case
(#400) Variable "preStringBuffer" must be all lower-case
(#401) Variable "preStringBuffer" must be all lower-case
(#402) Variable "inString" must be all lower-case
(#403) Variable "stringChar" must be all lower-case
(#417) Variable "inString" must be all lower-case
(#429) Variable "eolChar" must be all lower-case
(#446) Variable "cleanBuffer" must be all lower-case
(#453) Variable "tokenTypes" must be all lower-case
(#458) Variable "matchedToken" must be all lower-case
(#459) Variable "lookAheadLength" must be all lower-case
(#459) Variable "maxTokenLength" must be all lower-case
(#461) Variable "lookAheadLength" must be all lower-case
(#465) This comment is 43% valid code; is this commented out code?
(#467) Variable "lookAheadLength" must be all lower-case
(#470) Variable "charBuffer" must be all lower-case
(#471) Variable "lookAheadLength" must be all lower-case
(#476) Variable "charBuffer" must be all lower-case
(#479) Variable "charBuffer" must be all lower-case
(#483) Variable "charBuffer" must be all lower-case
(#483) Variable "tokenTypes" must be all lower-case
(#488) Variable "oldType" must be all lower-case
(#489) Variable "newType" must be all lower-case
(#489) Variable "charBuffer" must be all lower-case
(#490) Variable "oldType" must be all lower-case
(#491) Variable "newType" must be all lower-case
(#499) Variable "newType" must be all lower-case
(#502) Variable "matchedToken" must be all lower-case
(#509) Variable "matchedToken" must be all lower-case
(#510) Variable "lookAheadLength" must be all lower-case
(#526) Variable "cleanBuffer" must be all lower-case
(#528) Variable "tokenTypes" must be all lower-case
(#532) Variable "newContent" must be all lower-case
(#532) Variable "eolChar" must be all lower-case
(#533) Variable "newContent" must be all lower-case
(#537) Variable "newContent" must be all lower-case
(#547) Variable "maxTokenLength" must be all lower-case
(#553) Variable "charBuffer" must be all lower-case
(#554) Variable "matchedToken" must be all lower-case
(#555) Variable "maxTokenLength" must be all lower-case
(#560) Variable "charBuffer" must be all lower-case
(#563) Variable "charBuffer" must be all lower-case
(#567) Variable "charBuffer" must be all lower-case
(#567) Variable "tokenTypes" must be all lower-case
(#571) Variable "charBuffer" must be all lower-case
(#575) Variable "matchedToken" must be all lower-case
(#580) Variable "matchedToken" must be all lower-case
(#594) Variable "cleanBuffer" must be all lower-case
(#601) Variable "inComment" must be all lower-case
(#607) Variable "lastToken" must be all lower-case
(#608) Variable "lastContent" must be all lower-case
(#608) Variable "lastToken" must be all lower-case
(#610) Variable "lastContent" must be all lower-case
(#611) Variable "lastContent" must be all lower-case
(#615) Variable "lastChars" must be all lower-case
(#615) Variable "lastContent" must be all lower-case
(#616) Variable "lastNumChars" must be all lower-case
(#616) Variable "lastChars" must be all lower-case
(#617) Variable "lastNumChars" must be all lower-case
(#618) Variable "lastChar" must be all lower-case
(#618) Variable "lastChars" must be all lower-case
(#619) Variable "lastChar" must be all lower-case
(#623) Variable "lastChar" must be all lower-case
(#627) Variable "lastChar" must be all lower-case
(#633) Variable "inComment" must be all lower-case
(#639) Variable "inComment" must be all lower-case
(#640) Variable "inComment" must be all lower-case
(#643) Variable "inComment" must be all lower-case
(#646) Variable "inComment" must be all lower-case
(#647) Variable "inComment" must be all lower-case
(#652) Variable "inComment" must be all lower-case
(#657) Variable "inComment" must be all lower-case
(#657) Variable "cleanBuffer" must be all lower-case
(#661) Variable "eolChar" must be all lower-case
(#673) Variable "cleanBuffer" must be all lower-case
(#675) Variable "cleanBuffer" must be all lower-case
(#684) Variable "eolChar" must be all lower-case
(#688) Variable "eolChar" must be all lower-case
(#705) Variable "finalTokens" must be all lower-case
(#706) Variable "newStackPtr" must be all lower-case
(#707) Variable "numTokens" must be all lower-case
(#708) Variable "stackPtr" must be all lower-case
(#708) Variable "stackPtr" must be all lower-case
(#708) Variable "numTokens" must be all lower-case
(#708) Variable "stackPtr" must be all lower-case
(#709) Variable "stackPtr" must be all lower-case
(#716) Variable "newContent" must be all lower-case
(#717) Variable "tokenContent" must be all lower-case
(#718) Variable "endContent" must be all lower-case
(#718) Variable "tokenContent" must be all lower-case
(#719) Variable "tokenContent" must be all lower-case
(#719) Variable "endContent" must be all lower-case
(#720) Variable "endContent" must be all lower-case
(#721) Variable "tokenContent" must be all lower-case
(#721) Variable "eolChar" must be all lower-case
(#725) Variable "stackPtr" must be all lower-case
(#726) Variable "tokenContent" must be all lower-case
(#727) Variable "tokenContent" must be all lower-case
(#727) Variable "eolChar" must be all lower-case
(#727) Variable "eolChar" must be all lower-case
(#730) Variable "tokenContent" must be all lower-case
(#731) Variable "tokenContent" must be all lower-case
(#733) Variable "tokenContent" must be all lower-case
(#733) Variable "eolChar" must be all lower-case
(#733) Variable "eolChar" must be all lower-case
(#738) Variable "stackPtr" must be all lower-case
(#739) Variable "stackPtr" must be all lower-case
(#745) Variable "stackPtr" must be all lower-case
(#746) Variable "newContent" must be all lower-case
(#746) Variable "tokenContent" must be all lower-case
(#747) Variable "stackPtr" must be all lower-case
(#751) Variable "tokenContent" must be all lower-case
(#751) Variable "stackPtr" must be all lower-case
(#756) Variable "newContent" must be all lower-case
(#756) Variable "tokenContent" must be all lower-case
(#766) Variable "eolChar" must be all lower-case
(#767) Variable "tokenLines" must be all lower-case
(#767) Variable "eolChar" must be all lower-case
(#768) Variable "numLines" must be all lower-case
(#768) Variable "tokenLines" must be all lower-case
(#770) Variable "numLines" must be all lower-case
(#771) Variable "newToken" must be all lower-case
(#771) Variable "tokenLines" must be all lower-case
(#772) Variable "numLines" must be all lower-case
(#773) Variable "tokenLines" must be all lower-case
(#777) Variable "newToken" must be all lower-case
(#777) Variable "eolChar" must be all lower-case
(#780) Variable "newToken" must be all lower-case
(#781) Variable "newToken" must be all lower-case
(#782) Variable "finalTokens" must be all lower-case
(#782) Variable "newStackPtr" must be all lower-case
(#782) Variable "newToken" must be all lower-case
(#783) Variable "newStackPtr" must be all lower-case
(#786) Variable "finalTokens" must be all lower-case
(#786) Variable "newStackPtr" must be all lower-case
(#787) Variable "newStackPtr" must be all lower-case
(#794) Variable "newContent" must be all lower-case
(#795) Variable "oldStackPtr" must be all lower-case
(#795) Variable "stackPtr" must be all lower-case
(#796) Variable "stackPtr" must be all lower-case
(#797) Variable "newContent" must be all lower-case
(#797) Variable "stackPtr" must be all lower-case
(#798) Variable "stackPtr" must be all lower-case
(#801) Variable "newContent" must be all lower-case
(#801) Variable "newContent" must be all lower-case
(#802) Variable "finalTokens" must be all lower-case
(#802) Variable "newStackPtr" must be all lower-case
(#802) Variable "newContent" must be all lower-case
(#803) Variable "newContent" must be all lower-case
(#804) Variable "finalTokens" must be all lower-case
(#804) Variable "newStackPtr" must be all lower-case
(#806) Variable "finalTokens" must be all lower-case
(#806) Variable "newStackPtr" must be all lower-case
(#808) Variable "finalTokens" must be all lower-case
(#808) Variable "newStackPtr" must be all lower-case
(#810) Variable "finalTokens" must be all lower-case
(#810) Variable "newStackPtr" must be all lower-case
(#813) Variable "stackPtr" must be all lower-case
(#815) Variable "stackPtr" must be all lower-case
(#815) Variable "oldStackPtr" must be all lower-case
(#824) Variable "finalTokens" must be all lower-case
(#842) Public method name "PHP_CodeSniffer_Tokenizers_JS::getRegexToken" must be in lower-case letters only
(#842) Variable "eolChar" must be all lower-case
(#843) Opening brace should be on the same line as the declaration
(#844) Variable "beforeTokens" must be all lower-case
(#857) Variable "afterTokens" must be all lower-case
(#863) Variable "eolChar" must be all lower-case
(#868) Variable "numTokens" must be all lower-case
(#869) Variable "numTokens" must be all lower-case
(#870) Variable "emptyTokens" must be all lower-case
(#875) Variable "beforeTokens" must be all lower-case
(#885) Variable "numChars" must be all lower-case
(#886) Variable "numChars" must be all lower-case
(#897) Variable "possibleEolChar" must be all lower-case
(#897) Variable "eolChar" must be all lower-case
(#898) Variable "possibleEolChar" must be all lower-case
(#898) Variable "eolChar" must be all lower-case
(#922) Variable "regexEnd" must be all lower-case
(#924) Variable "regexEnd" must be all lower-case
(#927) Variable "numChars" must be all lower-case
(#931) Variable "possibleEolChar" must be all lower-case
(#931) Variable "eolChar" must be all lower-case
(#932) Variable "possibleEolChar" must be all lower-case
(#932) Variable "eolChar" must be all lower-case
(#939) Variable "afterTokens" must be all lower-case
(#949) Variable "regexEnd" must be all lower-case
(#955) Variable "regexEnd" must be all lower-case
(#974) Public method name "PHP_CodeSniffer_Tokenizers_JS::processAdditional" must be in lower-case letters only
(#974) Variable "eolChar" must be all lower-case
(#975) Opening brace should be on the same line as the declaration
(#980) Variable "numTokens" must be all lower-case
(#981) Variable "classStack" must be all lower-case
(#983) Variable "numTokens" must be all lower-case
(#986) Variable "eolChar" must be all lower-case
(#987) Variable "classStack" must be all lower-case
(#995) Variable "classStack" must be all lower-case
(#997) Variable "classStack" must be all lower-case
(#1003) Variable "emptyTokens" must be all lower-case
(#1011) Variable "emptyTokens" must be all lower-case
(#1020) Inline comments must end in full-stops, exclamation marks, or question marks
(#1022) Variable "wantedTokens" must be all lower-case
(#1028) Variable "wantedTokens" must be all lower-case
(#1045) Variable "classStack" must be all lower-case
(#1047) Variable "classStack" must be all lower-case
(#1056) Variable "classStack" must be all lower-case
(#1059) Variable "classStack" must be all lower-case
(#1076) Variable "classStack" must be all lower-case
(#1088) Variable "emptyTokens" must be all lower-case
(#1097) Variable "classStack" must be all lower-case
(#1102) Variable "classStack" must be all lower-case
(#1109) Variable "numTokens" must be all lower-case
(#1110) Variable "emptyTokens" must be all lower-case
(#1124) Variable "classStack" must be all lower-case
(#1133) Variable "classStack" must be all lower-case
(#1149) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Tokenizers/PHP.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#39) Member variable "scopeOpeners" must be all lower-case
(#258) Member variable "endScopeTokens" must be all lower-case
(#276) Public method name "PHP_CodeSniffer_Tokenizers_PHP::tokenizeString" must be in lower-case letters only
(#276) Variable "eolChar" must be all lower-case
(#277) Opening brace should be on the same line as the declaration
(#279) Variable "finalTokens" must be all lower-case
(#281) Variable "newStackPtr" must be all lower-case
(#282) Variable "numTokens" must be all lower-case
(#284) Variable "insideInlineIf" must be all lower-case
(#286) Variable "stackPtr" must be all lower-case
(#286) Variable "stackPtr" must be all lower-case
(#286) Variable "numTokens" must be all lower-case
(#286) Variable "stackPtr" must be all lower-case
(#287) Variable "stackPtr" must be all lower-case
(#288) Variable "tokenIsArray" must be all lower-case
(#297) Variable "tokenIsArray" must be all lower-case
(#298) Variable "stackPtr" must be all lower-case
(#299) Variable "stackPtr" must be all lower-case
(#300) Variable "stackPtr" must be all lower-case
(#304) Variable "stackPtr" must be all lower-case
(#307) Variable "stackPtr" must be all lower-case
(#309) Variable "stackPtr" must be all lower-case
(#310) Variable "stackPtr" must be all lower-case
(#322) Variable "tokenIsArray" must be all lower-case
(#323) Variable "tokenContent" must be all lower-case
(#324) Variable "nestedVars" must be all lower-case
(#325) Variable "stackPtr" must be all lower-case
(#325) Variable "numTokens" must be all lower-case
(#326) Variable "subTokenIsArray" must be all lower-case
(#328) Variable "subTokenIsArray" must be all lower-case
(#329) Variable "tokenContent" must be all lower-case
(#333) Variable "nestedVars" must be all lower-case
(#336) Variable "tokenContent" must be all lower-case
(#338) Variable "nestedVars" must be all lower-case
(#342) Variable "subTokenIsArray" must be all lower-case
(#344) Variable "nestedVars" must be all lower-case
(#351) Variable "stackPtr" must be all lower-case
(#355) Variable "tokenLines" must be all lower-case
(#355) Variable "eolChar" must be all lower-case
(#355) Variable "tokenContent" must be all lower-case
(#356) Variable "numLines" must be all lower-case
(#356) Variable "tokenLines" must be all lower-case
(#357) Variable "newToken" must be all lower-case
(#359) Variable "numLines" must be all lower-case
(#360) Variable "newToken" must be all lower-case
(#360) Variable "tokenLines" must be all lower-case
(#361) Variable "numLines" must be all lower-case
(#362) Variable "tokenLines" must be all lower-case
(#366) Variable "newToken" must be all lower-case
(#366) Variable "eolChar" must be all lower-case
(#369) Variable "newToken" must be all lower-case
(#370) Variable "newToken" must be all lower-case
(#371) Variable "finalTokens" must be all lower-case
(#371) Variable "newStackPtr" must be all lower-case
(#371) Variable "newToken" must be all lower-case
(#372) Variable "newStackPtr" must be all lower-case
(#387) Variable "tokenIsArray" must be all lower-case
(#389) Variable "finalTokens" must be all lower-case
(#389) Variable "newStackPtr" must be all lower-case
(#396) Variable "finalTokens" must be all lower-case
(#396) Variable "newStackPtr" must be all lower-case
(#397) Variable "finalTokens" must be all lower-case
(#397) Variable "newStackPtr" must be all lower-case
(#401) Variable "newStackPtr" must be all lower-case
(#403) Variable "tokenContent" must be all lower-case
(#404) Variable "stackPtr" must be all lower-case
(#404) Variable "numTokens" must be all lower-case
(#405) Variable "subTokenIsArray" must be all lower-case
(#406) Variable "subTokenIsArray" must be all lower-case
(#413) Variable "subTokenIsArray" must be all lower-case
(#414) Variable "tokenContent" must be all lower-case
(#416) Variable "tokenContent" must be all lower-case
(#420) Variable "stackPtr" must be all lower-case
(#424) Variable "tokenLines" must be all lower-case
(#424) Variable "eolChar" must be all lower-case
(#424) Variable "tokenContent" must be all lower-case
(#425) Variable "numLines" must be all lower-case
(#425) Variable "tokenLines" must be all lower-case
(#426) Variable "newToken" must be all lower-case
(#428) Variable "numLines" must be all lower-case
(#429) Variable "newToken" must be all lower-case
(#429) Variable "tokenLines" must be all lower-case
(#430) Variable "numLines" must be all lower-case
(#431) Variable "tokenLines" must be all lower-case
(#435) Variable "newToken" must be all lower-case
(#435) Variable "eolChar" must be all lower-case
(#439) Variable "newToken" must be all lower-case
(#440) Variable "newToken" must be all lower-case
(#442) Variable "newToken" must be all lower-case
(#443) Variable "newToken" must be all lower-case
(#446) Variable "finalTokens" must be all lower-case
(#446) Variable "newStackPtr" must be all lower-case
(#446) Variable "newToken" must be all lower-case
(#447) Variable "newStackPtr" must be all lower-case
(#451) Variable "finalTokens" must be all lower-case
(#451) Variable "newStackPtr" must be all lower-case
(#452) Variable "stackPtr" must be all lower-case
(#455) Variable "finalTokens" must be all lower-case
(#455) Variable "newStackPtr" must be all lower-case
(#456) Variable "finalTokens" must be all lower-case
(#456) Variable "newStackPtr" must be all lower-case
(#460) Variable "newStackPtr" must be all lower-case
(#474) Variable "tokenIsArray" must be all lower-case
(#476) Variable "stackPtr" must be all lower-case
(#477) Variable "stackPtr" must be all lower-case
(#479) Variable "stopTokens" must be all lower-case
(#486) Variable "newStackPtr" must be all lower-case
(#487) Variable "finalTokens" must be all lower-case
(#487) Variable "stopTokens" must be all lower-case
(#492) Variable "finalTokens" must be all lower-case
(#493) Variable "finalTokens" must be all lower-case
(#495) Variable "finalTokens" must be all lower-case
(#495) Variable "newStackPtr" must be all lower-case
(#500) Variable "newStackPtr" must be all lower-case
(#501) Variable "stackPtr" must be all lower-case
(#513) Variable "tokenIsArray" must be all lower-case
(#513) Variable "eolChar" must be all lower-case
(#514) Variable "tokenLines" must be all lower-case
(#514) Variable "eolChar" must be all lower-case
(#515) Variable "numLines" must be all lower-case
(#515) Variable "tokenLines" must be all lower-case
(#516) Variable "tokenName" must be all lower-case
(#518) Variable "numLines" must be all lower-case
(#519) Variable "newToken" must be all lower-case
(#519) Variable "tokenLines" must be all lower-case
(#520) Variable "numLines" must be all lower-case
(#521) Variable "tokenLines" must be all lower-case
(#525) Variable "newToken" must be all lower-case
(#525) Variable "eolChar" must be all lower-case
(#528) Variable "newToken" must be all lower-case
(#528) Variable "tokenName" must be all lower-case
(#529) Variable "newToken" must be all lower-case
(#530) Variable "finalTokens" must be all lower-case
(#530) Variable "newStackPtr" must be all lower-case
(#530) Variable "newToken" must be all lower-case
(#531) Variable "newStackPtr" must be all lower-case
(#534) Variable "newToken" must be all lower-case
(#538) Variable "newToken" must be all lower-case
(#539) Variable "insideInlineIf" must be all lower-case
(#540) Variable "insideInlineIf" must be all lower-case
(#540) Variable "newToken" must be all lower-case
(#541) Variable "insideInlineIf" must be all lower-case
(#542) Variable "newToken" must be all lower-case
(#543) Variable "newToken" must be all lower-case
(#550) Variable "newToken" must be all lower-case
(#552) Variable "numTokens" must be all lower-case
(#553) Variable "stackPtr" must be all lower-case
(#553) Variable "numTokens" must be all lower-case
(#559) Variable "newToken" must be all lower-case
(#560) Variable "newToken" must be all lower-case
(#568) Variable "newToken" must be all lower-case
(#569) Variable "finalTokens" must be all lower-case
(#569) Variable "newStackPtr" must be all lower-case
(#571) Variable "newToken" must be all lower-case
(#572) Variable "newToken" must be all lower-case
(#575) Variable "finalTokens" must be all lower-case
(#575) Variable "newStackPtr" must be all lower-case
(#575) Variable "newToken" must be all lower-case
(#576) Variable "newStackPtr" must be all lower-case
(#580) Variable "finalTokens" must be all lower-case
(#599) Public method name "PHP_CodeSniffer_Tokenizers_PHP::processAdditional" must be in lower-case letters only
(#599) Variable "eolChar" must be all lower-case
(#600) Opening brace should be on the same line as the declaration
(#605) Variable "numTokens" must be all lower-case
(#606) Variable "numTokens" must be all lower-case
(#616) Variable "numTokens" must be all lower-case
(#617) Variable "emptyTokens" must be all lower-case
(#648) Variable "emptyTokens" must be all lower-case
(#678) Variable "emptyTokens" must be all lower-case
(#704) Variable "scopeOpener" must be all lower-case
(#705) Variable "scopeCloser" must be all lower-case
(#711) Variable "scopeOpener" must be all lower-case
(#711) Variable "numTokens" must be all lower-case
(#712) Variable "emptyTokens" must be all lower-case
(#723) Variable "newCloser" must be all lower-case
(#724) Variable "newCloser" must be all lower-case
(#726) Variable "oldType" must be all lower-case
(#726) Variable "scopeCloser" must be all lower-case
(#727) Variable "newType" must be all lower-case
(#727) Variable "newCloser" must be all lower-case
(#729) Line exceeds 132 characters; contains 140 characters
(#745) Variable "newCloser" must be all lower-case
(#746) Variable "newCloser" must be all lower-case
(#747) Variable "newCloser" must be all lower-case
(#750) Variable "newCloser" must be all lower-case
(#751) Variable "newCloser" must be all lower-case
(#754) Variable "tokenType" must be all lower-case
(#756) Variable "oldType" must be all lower-case
(#756) Variable "scopeOpener" must be all lower-case
(#757) Variable "newType" must be all lower-case
(#760) Variable "oldType" must be all lower-case
(#760) Variable "scopeCloser" must be all lower-case
(#761) Variable "newType" must be all lower-case
(#761) Variable "newCloser" must be all lower-case
(#762) Line exceeds 132 characters; contains 140 characters
(#767) Variable "newCloser" must be all lower-case
(#767) Variable "scopeCloser" must be all lower-case
(#768) Variable "oldCond" must be all lower-case
(#769) Variable "oldCond" must be all lower-case
(#770) Variable "oldConditions" must be all lower-case
(#775) Variable "oldConds" must be all lower-case
(#776) Variable "oldConditions" must be all lower-case
(#777) Variable "oldConds" must be all lower-case
(#780) Variable "oldConds" must be all lower-case
(#780) Variable "oldConds" must be all lower-case
(#782) Variable "newConds" must be all lower-case
(#784) Variable "newConds" must be all lower-case
(#787) Variable "newConds" must be all lower-case
(#787) Variable "newConds" must be all lower-case
(#790) Variable "oldConds" must be all lower-case
(#808) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/CodeSniffer/Tokens.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#73) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#199) Member variable "assignmentTokens" must be all lower-case
(#217) Member variable "equalityTokens" must be all lower-case
(#231) Member variable "comparisonTokens" must be all lower-case
(#247) Member variable "arithmeticTokens" must be all lower-case
(#260) Member variable "castTokens" must be all lower-case
(#275) Member variable "parenthesisOpeners" must be all lower-case
(#293) Member variable "scopeOpeners" must be all lower-case
(#319) Member variable "scopeModifiers" must be all lower-case
(#330) Member variable "methodPrefixes" must be all lower-case
(#360) Member variable "booleanOperators" must be all lower-case
(#373) Member variable "blockOpeners" must be all lower-case
(#384) Member variable "emptyTokens" must be all lower-case
(#395) Member variable "commentTokens" must be all lower-case
(#407) Member variable "stringTokens" must be all lower-case
(#417) Member variable "bracketTokens" must be all lower-case
(#431) Member variable "includeTokens" must be all lower-case
(#443) Member variable "heredocTokens" must be all lower-case
(#459) Opening brace should be on the same line as the declaration
(#479) Public method name "PHP_CodeSniffer_Tokens::getHighestWeightedToken" must be in lower-case letters only
(#480) Opening brace should be on the same line as the declaration
(#482) Variable "highestType" must be all lower-case
(#495) Variable "highestType" must be all lower-case
(#499) Variable "highestType" must be all lower-case
(#506) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/tests/AllTests.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#20) "require_once" must be immediately followed by an open parenthesis
(#22) "require_once" must be immediately followed by an open parenthesis
(#27) "include_once" must be immediately followed by an open parenthesis
(#28) "include_once" must be immediately followed by an open parenthesis
(#29) "include_once" must be immediately followed by an open parenthesis
(#31) "include_once" must be immediately followed by an open parenthesis
(#32) "include_once" must be immediately followed by an open parenthesis
(#33) "include_once" must be immediately followed by an open parenthesis
(#60) Opening brace should be on the same line as the declaration
(#72) Opening brace should be on the same line as the declaration
(#92) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/tests/Core/AllTests.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#16) "require_once" must be immediately followed by an open parenthesis
(#17) "require_once" must be immediately followed by an open parenthesis
(#18) "require_once" must be immediately followed by an open parenthesis
(#22) "include_once" must be immediately followed by an open parenthesis
(#24) "include_once" must be immediately followed by an open parenthesis
(#52) Opening brace should be on the same line as the declaration
(#64) Opening brace should be on the same line as the declaration
(#76) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/tests/Core/ErrorSuppressionTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#35) Public method name "Core_ErrorSuppressionTest::testSuppressError" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#45) Variable "numErrors" must be all lower-case
(#46) Variable "numErrors" must be all lower-case
(#54) Variable "numErrors" must be all lower-case
(#55) Variable "numErrors" must be all lower-case
(#66) Public method name "Core_ErrorSuppressionTest::testSuppressSomeErrors" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#76) Variable "numErrors" must be all lower-case
(#77) Variable "numErrors" must be all lower-case
(#81) Line exceeds 132 characters; contains 155 characters
(#85) Variable "numErrors" must be all lower-case
(#86) Variable "numErrors" must be all lower-case
(#97) Public method name "Core_ErrorSuppressionTest::testSuppressWarning" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#107) Variable "numWarnings" must be all lower-case
(#108) Variable "numWarnings" must be all lower-case
(#112) Line exceeds 132 characters; contains 142 characters
(#116) Variable "numWarnings" must be all lower-case
(#117) Variable "numWarnings" must be all lower-case
(#128) Public method name "Core_ErrorSuppressionTest::testSuppressFile" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#138) Variable "numWarnings" must be all lower-case
(#139) Variable "numWarnings" must be all lower-case
(#147) Variable "numWarnings" must be all lower-case
(#148) Variable "numWarnings" must be all lower-case
(#156) Variable "numWarnings" must be all lower-case
(#157) Variable "numWarnings" must be all lower-case
(#165) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/tests/Core/File/GetMethodParametersTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Member variable "_phpcsFile" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#73) Opening brace should be on the same line as the declaration
(#84) Public method name "Core_File_GetMethodParametersTest::testPassByReference" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#113) Public method name "Core_File_GetMethodParametersTest::testArrayHint" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
(#142) Public method name "Core_File_GetMethodParametersTest::testTypeHint" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#177) Public method name "Core_File_GetMethodParametersTest::testVariable" must be in lower-case letters only
(#178) Opening brace should be on the same line as the declaration
(#206) Public method name "Core_File_GetMethodParametersTest::testSingleDefaultValue" must be in lower-case letters only
(#207) Opening brace should be on the same line as the declaration
(#236) Public method name "Core_File_GetMethodParametersTest::testDefaultValues" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#278) A closing tag is not permitted at the end of a PHP file
(#278) Additional whitespace found at end of file
local/codechecker/pear/PHP/tests/Core/IsCamelCapsTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Public method name "Core_IsCamelCapsTest::testValidNotClassFormatPublic" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#50) Public method name "Core_IsCamelCapsTest::testInvalidNotClassFormatPublic" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#73) Public method name "Core_IsCamelCapsTest::testValidNotClassFormatPrivate" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#88) Public method name "Core_IsCamelCapsTest::testInvalidNotClassFormatPrivate" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#109) Public method name "Core_IsCamelCapsTest::testValidClassFormatPublic" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#123) Public method name "Core_IsCamelCapsTest::testInvalidClassFormat" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#140) Public method name "Core_IsCamelCapsTest::testInvalidClassFormatPrivate" must be in lower-case letters only
(#141) Opening brace should be on the same line as the declaration
(#150) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/tests/Standards/AbstractSniffUnitTest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#49) Opening brace should be on the same line as the declaration
(#62) Protected method name "AbstractSniffUnitTest::shouldSkipTest" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#75) Protected method name "AbstractSniffUnitTest::runTest" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#86) Variable "standardName" must be all lower-case
(#90) Variable "sniffCode" must be all lower-case
(#94) Variable "standardsDir" must be all lower-case
(#95) Variable "testFileBase" must be all lower-case
(#95) Variable "standardsDir" must be all lower-case
(#98) Variable "testFileBase" must be all lower-case
(#103) Variable "testFiles" must be all lower-case
(#105) Variable "testFileBase" must be all lower-case
(#105) Variable "testFileBase" must be all lower-case
(#110) Variable "testFileBase" must be all lower-case
(#110) Variable "testFileBase" must be all lower-case
(#111) Variable "testFileBase" must be all lower-case
(#112) Variable "testFiles" must be all lower-case
(#118) Variable "testFiles" must be all lower-case
(#120) Variable "standardName" must be all lower-case
(#120) Variable "sniffCode" must be all lower-case
(#123) Variable "failureMessages" must be all lower-case
(#124) Variable "testFiles" must be all lower-case
(#124) Variable "testFile" must be all lower-case
(#126) Variable "phpcsFile" must be all lower-case
(#126) Variable "testFile" must be all lower-case
(#131) Variable "phpcsFile" must be all lower-case
(#132) Variable "failureMessages" must be all lower-case
(#132) Variable "failureMessages" must be all lower-case
(#135) Variable "failureMessages" must be all lower-case
(#136) Variable "failureMessages" must be all lower-case
(#150) Public method name "AbstractSniffUnitTest::generateFailureMessages" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#152) Variable "testFile" must be all lower-case
(#154) Variable "foundErrors" must be all lower-case
(#155) Variable "foundWarnings" must be all lower-case
(#156) Variable "expectedErrors" must be all lower-case
(#156) Variable "testFile" must be all lower-case
(#157) Variable "expectedWarnings" must be all lower-case
(#157) Variable "testFile" must be all lower-case
(#159) Variable "expectedErrors" must be all lower-case
(#163) Variable "expectedWarnings" must be all lower-case
(#174) Variable "allProblems" must be all lower-case
(#175) Variable "failureMessages" must be all lower-case
(#177) Variable "foundErrors" must be all lower-case
(#177) Variable "lineErrors" must be all lower-case
(#178) Variable "lineErrors" must be all lower-case
(#179) Variable "allProblems" must be all lower-case
(#180) Variable "allProblems" must be all lower-case
(#188) Variable "foundErrorsTemp" must be all lower-case
(#189) Variable "allProblems" must be all lower-case
(#189) Variable "foundError" must be all lower-case
(#190) Variable "foundErrorsTemp" must be all lower-case
(#190) Variable "foundError" must be all lower-case
(#193) Variable "errorsTemp" must be all lower-case
(#194) Variable "foundError" must be all lower-case
(#195) Variable "errorsTemp" must be all lower-case
(#195) Variable "foundError" must be all lower-case
(#198) Variable "allProblems" must be all lower-case
(#198) Variable "foundErrorsTemp" must be all lower-case
(#198) Variable "errorsTemp" must be all lower-case
(#201) Variable "expectedErrors" must be all lower-case
(#202) Variable "allProblems" must be all lower-case
(#202) Variable "expectedErrors" must be all lower-case
(#204) Variable "allProblems" must be all lower-case
(#207) Variable "expectedErrors" must be all lower-case
(#210) Variable "expectedErrors" must be all lower-case
(#210) Variable "numErrors" must be all lower-case
(#211) Variable "allProblems" must be all lower-case
(#212) Variable "allProblems" must be all lower-case
(#220) Variable "allProblems" must be all lower-case
(#220) Variable "numErrors" must be all lower-case
(#223) Variable "foundWarnings" must be all lower-case
(#223) Variable "lineWarnings" must be all lower-case
(#224) Variable "lineWarnings" must be all lower-case
(#225) Variable "allProblems" must be all lower-case
(#226) Variable "allProblems" must be all lower-case
(#234) Variable "foundWarningsTemp" must be all lower-case
(#235) Variable "allProblems" must be all lower-case
(#235) Variable "foundWarning" must be all lower-case
(#236) Variable "foundWarningsTemp" must be all lower-case
(#236) Variable "foundWarning" must be all lower-case
(#239) Variable "warningsTemp" must be all lower-case
(#241) Variable "warningsTemp" must be all lower-case
(#244) Variable "allProblems" must be all lower-case
(#244) Variable "foundWarningsTemp" must be all lower-case
(#244) Variable "warningsTemp" must be all lower-case
(#247) Variable "expectedWarnings" must be all lower-case
(#248) Variable "allProblems" must be all lower-case
(#248) Variable "expectedWarnings" must be all lower-case
(#250) Variable "allProblems" must be all lower-case
(#253) Variable "expectedWarnings" must be all lower-case
(#256) Variable "expectedWarnings" must be all lower-case
(#256) Variable "numWarnings" must be all lower-case
(#257) Variable "allProblems" must be all lower-case
(#258) Variable "allProblems" must be all lower-case
(#266) Variable "allProblems" must be all lower-case
(#266) Variable "numWarnings" must be all lower-case
(#270) Variable "allProblems" must be all lower-case
(#272) Variable "allProblems" must be all lower-case
(#273) Variable "numErrors" must be all lower-case
(#274) Variable "numWarnings" must be all lower-case
(#275) Variable "expectedErrors" must be all lower-case
(#276) Variable "expectedWarnings" must be all lower-case
(#279) Variable "foundString" must be all lower-case
(#281) Variable "expectedErrors" must be all lower-case
(#281) Variable "numErrors" must be all lower-case
(#281) Variable "expectedWarnings" must be all lower-case
(#281) Variable "numWarnings" must be all lower-case
(#282) Variable "lineMessage" must be all lower-case
(#283) Variable "expectedMessage" must be all lower-case
(#284) Variable "foundMessage" must be all lower-case
(#284) Variable "testFile" must be all lower-case
(#286) Variable "expectedErrors" must be all lower-case
(#286) Variable "numErrors" must be all lower-case
(#287) Variable "expectedMessage" must be all lower-case
(#287) Variable "expectedErrors" must be all lower-case
(#288) Variable "foundMessage" must be all lower-case
(#288) Variable "numErrors" must be all lower-case
(#289) Variable "numErrors" must be all lower-case
(#290) Variable "foundString" must be all lower-case
(#294) Variable "expectedWarnings" must be all lower-case
(#294) Variable "numWarnings" must be all lower-case
(#295) Variable "expectedMessage" must be all lower-case
(#296) Variable "foundMessage" must be all lower-case
(#297) Variable "numWarnings" must be all lower-case
(#298) Variable "foundString" must be all lower-case
(#299) Variable "foundString" must be all lower-case
(#305) Variable "expectedWarnings" must be all lower-case
(#305) Variable "numWarnings" must be all lower-case
(#306) Variable "expectedMessage" must be all lower-case
(#306) Variable "expectedWarnings" must be all lower-case
(#307) Variable "foundMessage" must be all lower-case
(#307) Variable "numWarnings" must be all lower-case
(#308) Variable "numWarnings" must be all lower-case
(#309) Variable "foundString" must be all lower-case
(#318) Variable "fullMessage" must be all lower-case
(#318) Variable "lineMessage" must be all lower-case
(#320) Variable "fullMessage" must be all lower-case
(#320) Variable "foundString" must be all lower-case
(#323) Variable "failureMessages" must be all lower-case
(#323) Variable "fullMessage" must be all lower-case
(#327) Variable "failureMessages" must be all lower-case
(#340) Protected method name "AbstractSniffUnitTest::getErrorList" must be in lower-case letters only
(#351) Protected method name "AbstractSniffUnitTest::getWarningList" must be in lower-case letters only
(#356) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/tests/Standards/AllSniffs.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#18) "require_once" must be immediately followed by an open parenthesis
(#47) Opening brace should be on the same line as the declaration
(#62) Opening brace should be on the same line as the declaration
(#65) Variable "isInstalled" must be all lower-case
(#67) Variable "isInstalled" must be all lower-case
(#69) Variable "standardsDir" must be all lower-case
(#71) Variable "standardsDir" must be all lower-case
(#74) Variable "standardsDir" must be all lower-case
(#77) Variable "isInstalled" must be all lower-case
(#78) Variable "standardDir" must be all lower-case
(#78) Variable "standardsDir" must be all lower-case
(#80) Variable "standardDir" must be all lower-case
(#83) Variable "standardDir" must be all lower-case
(#90) Variable "baseDir" must be all lower-case
(#90) Variable "standardDir" must be all lower-case
(#92) Variable "standardDir" must be all lower-case
(#107) Variable "filePath" must be all lower-case
(#108) Variable "className" must be all lower-case
(#108) Variable "baseDir" must be all lower-case
(#108) Variable "filePath" must be all lower-case
(#109) Variable "className" must be all lower-case
(#109) Variable "className" must be all lower-case
(#110) Variable "className" must be all lower-case
(#110) Variable "className" must be all lower-case
(#112) "include_once" must be immediately followed by an open parenthesis
(#112) Variable "filePath" must be all lower-case
(#113) Variable "className" must be all lower-case
(#125) A closing tag is not permitted at the end of a PHP file
local/codechecker/pear/PHP/tests/TestSuite.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) "require_once" must be immediately followed by an open parenthesis
(#47) Opening brace should be on the same line as the declaration
(#58) A closing tag is not permitted at the end of a PHP file
local/codechecker/renderer.php
(#181) Expected 1 space before "=>"; 0 found
(#181) Expected 1 space after "=>"; 0 found
(#181) Expected 1 space before "=>"; 0 found
(#181) Expected 1 space after "=>"; 0 found
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Expected 1 space before "=>"; 0 found
(#223) Expected 1 space after "=>"; 0 found
local/codechecker/settings.php
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
local/codechecker/tests/local_codechecker_testcase.php
(#91) Expected 1 space after "="; 2 found
(#275) Expected 1 space before "+"; 0 found
(#275) Expected 1 space after "+"; 0 found
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
local/codechecker/version.php
(#30) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(568 errors, 762 warnings)

This section shows the coding style problems detected in the code by eslint [More info]

local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.js
(#8) Unexpected alert. (no-alert)
(#11) Unexpected alert. (no-alert)
(#21) Expected space or tab after '//' in comment. (spaced-comment)
(#22) Expected space or tab after '//' in comment. (spaced-comment)
(#23) Expected space or tab after '//' in comment. (spaced-comment)
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.js
(#8) Unexpected alert. (no-alert)
(#11) Unexpected alert. (no-alert)
(#21) Expected space or tab after '//' in comment. (spaced-comment)
(#22) Expected space or tab after '//' in comment. (spaced-comment)
(#23) Expected space or tab after '//' in comment. (spaced-comment)
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.js
(#1) Parsing error: Unexpected token <
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.js
(#2) Parsing error: Unterminated string constant
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.js
(#2) Parsing error: Unterminated string constant
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.js
(#2) Parsing error: Unterminated string constant
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.js
(#2) Parsing error: Unterminated string constant
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.js
(#2) Parsing error: Unterminated string constant
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.js
(#2) Parsing error: Unterminated string constant
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.js
(#1) Unexpected alert. (no-alert)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Unexpected alert. (no-alert)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.js
(#4) 'var1' is not defined. (no-undef)
(#4) Multiple spaces found before '='. (no-multi-spaces)
(#5) 'var10' is not defined. (no-undef)
(#5) Multiple spaces found before '='. (no-multi-spaces)
(#6) 'var100' is not defined. (no-undef)
(#6) Multiple spaces found before '='. (no-multi-spaces)
(#7) 'var1000' is not defined. (no-undef)
(#10) 'var1' is not defined. (no-undef)
(#10) Multiple spaces found before '='. (no-multi-spaces)
(#11) 'var10' is not defined. (no-undef)
(#12) 'var100' is not defined. (no-undef)
(#13) 'var1000' is not defined. (no-undef)
(#16) 'var1' is not defined. (no-undef)
(#16) Multiple spaces found before '='. (no-multi-spaces)
(#17) 'var10' is not defined. (no-undef)
(#19) 'var100' is not defined. (no-undef)
(#19) Multiple spaces found before '='. (no-multi-spaces)
(#20) 'var1000' is not defined. (no-undef)
(#23) 'var1' is not defined. (no-undef)
(#23) Multiple spaces found before '='. (no-multi-spaces)
(#24) 'var10' is not defined. (no-undef)
(#24) Multiple spaces found before '='. (no-multi-spaces)
(#26) 'var100' is not defined. (no-undef)
(#26) Multiple spaces found before '='. (no-multi-spaces)
(#27) 'var1000' is not defined. (no-undef)
(#27) Multiple spaces found before '='. (no-multi-spaces)
(#30) 'var1' is not defined. (no-undef)
(#30) Multiple spaces found before '+='. (no-multi-spaces)
(#31) 'var10' is not defined. (no-undef)
(#31) Multiple spaces found before '+='. (no-multi-spaces)
(#32) 'var100' is not defined. (no-undef)
(#32) Multiple spaces found before '+='. (no-multi-spaces)
(#33) 'var1000' is not defined. (no-undef)
(#36) 'var1' is not defined. (no-undef)
(#36) Multiple spaces found before '+='. (no-multi-spaces)
(#37) 'var10' is not defined. (no-undef)
(#38) 'var100' is not defined. (no-undef)
(#39) 'var1000' is not defined. (no-undef)
(#42) 'var1' is not defined. (no-undef)
(#42) Multiple spaces found before '='. (no-multi-spaces)
(#43) 'var10' is not defined. (no-undef)
(#43) Multiple spaces found before '+='. (no-multi-spaces)
(#44) 'var100' is not defined. (no-undef)
(#44) Multiple spaces found before '='. (no-multi-spaces)
(#45) 'var1000' is not defined. (no-undef)
(#48) 'var1' is not defined. (no-undef)
(#48) Multiple spaces found before '='. (no-multi-spaces)
(#49) 'var10' is not defined. (no-undef)
(#49) Multiple spaces found before '+='. (no-multi-spaces)
(#50) 'var100' is not defined. (no-undef)
(#50) Multiple spaces found before '='. (no-multi-spaces)
(#51) 'var1000' is not defined. (no-undef)
(#54) 'var1' is not defined. (no-undef)
(#54) Multiple spaces found before '+='. (no-multi-spaces)
(#55) 'var10' is not defined. (no-undef)
(#57) 'var100' is not defined. (no-undef)
(#57) Multiple spaces found before '+='. (no-multi-spaces)
(#58) 'var1000' is not defined. (no-undef)
(#61) 'var1' is not defined. (no-undef)
(#61) Multiple spaces found before '+='. (no-multi-spaces)
(#62) 'var10' is not defined. (no-undef)
(#62) Multiple spaces found before '+='. (no-multi-spaces)
(#64) 'var100' is not defined. (no-undef)
(#64) Multiple spaces found before '+='. (no-multi-spaces)
(#65) 'var1000' is not defined. (no-undef)
(#65) Multiple spaces found before '+='. (no-multi-spaces)
(#68) 'test' is defined but never used (no-unused-vars)
(#71) 'test' is already defined (no-redeclare)
(#71) Multiple spaces found before '='. (no-multi-spaces)
(#73) 'commentStart' is not defined. (no-undef)
(#73) 'phpcsFile' is not defined. (no-undef)
(#74) 'commentEnd' is not defined. (no-undef)
(#74) Multiple spaces found before '='. (no-multi-spaces)
(#75) 'expected' is not defined. (no-undef)
(#75) Multiple spaces found before '+='. (no-multi-spaces)
(#78) Multiple spaces found before '='. (no-multi-spaces)
(#79) 'content' is not defined. (no-undef)
(#82) 'buttonWidget' is defined but never used (no-unused-vars)
(#82) 'WidgetStore' is not defined. (no-undef)
(#84) 'WidgetStore' is not defined. (no-undef)
(#85) 'position' is defined but never used (no-unused-vars)
(#86) 'posForamatsList' is defined but never used (no-unused-vars)
(#86) 'WidgetStore' is not defined. (no-undef)
(#88) 'dfx' is not defined. (no-undef)
(#88) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#88) 'allowedTags' is defined but never used (no-unused-vars)
(#90) 'match' is defined but never used (no-unused-vars)
(#91) 're' is defined but never used (no-unused-vars)
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.js
(#1) 'variable' is not defined. (no-undef)
(#1) Empty block statement. (no-empty)
(#2) 'variable' is not defined. (no-undef)
(#2) 'TRUE' is not defined. (no-undef)
(#2) Empty block statement. (no-empty)
(#3) 'variable' is not defined. (no-undef)
(#3) 'True' is not defined. (no-undef)
(#3) Empty block statement. (no-empty)
(#4) 'variable' is not defined. (no-undef)
(#4) 'True' is not defined. (no-undef)
(#6) 'variable' is not defined. (no-undef)
(#6) Empty block statement. (no-empty)
(#7) 'variable' is not defined. (no-undef)
(#7) 'FALSE' is not defined. (no-undef)
(#7) Empty block statement. (no-empty)
(#8) 'variable' is not defined. (no-undef)
(#8) 'False' is not defined. (no-undef)
(#8) Empty block statement. (no-empty)
(#9) 'variable' is not defined. (no-undef)
(#11) 'variable' is not defined. (no-undef)
(#11) Empty block statement. (no-empty)
(#12) 'variable' is not defined. (no-undef)
(#12) 'NULL' is not defined. (no-undef)
(#12) Empty block statement. (no-empty)
(#13) 'variable' is not defined. (no-undef)
(#13) 'Null' is not defined. (no-undef)
(#13) Empty block statement. (no-empty)
(#14) 'variable' is not defined. (no-undef)
(#14) 'NULL' is not defined. (no-undef)
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.js
(#2) 'x' is already defined (no-redeclare)
(#3) 'x' is already defined (no-redeclare)
(#3) 'y' is not defined. (no-undef)
(#5) ["test"] is better written in dot notation. (dot-notation)
(#7) 'y' is not defined. (no-undef)
(#9) 'y' is not defined. (no-undef)
(#10) 'y' is not defined. (no-undef)
(#10) 'z' is not defined. (no-undef)
(#11) 'y' is not defined. (no-undef)
(#11) 'z' is not defined. (no-undef)
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.js
(#1) 'x' is defined but never used (no-unused-vars)
(#4) Duplicate key 'abc'. (no-dupe-keys)
(#6) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#8) Duplicate key 'abc'. (no-dupe-keys)
(#9) Missing semicolon. (semi)
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.js
(#1) 'x' is defined but never used (no-unused-vars)
(#4) Duplicate key 'abc'. (no-dupe-keys)
(#6) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#8) Duplicate key 'abc'. (no-dupe-keys)
(#9) Missing semicolon. (semi)
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.js
(#6) Parsing error: Unexpected token ;
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.js
(#2) 'buttonWidget' is not defined. (no-undef)
(#6) 'x' used outside of binding context. (block-scoped-var)
(#6) 'x' used outside of binding context. (block-scoped-var)
(#6) 'x' is defined but never used (no-unused-vars)
(#9) 'test' is defined but never used (no-unused-vars)
(#10) Unexpected constant condition. (no-constant-condition)
(#11) Missing semicolon. (semi)
(#14) 'itemid' is defined but never used (no-unused-vars)
(#14) 'i' is not defined. (no-undef)
(#16) 'x' used outside of binding context. (block-scoped-var)
(#16) 'x' is already defined (no-redeclare)
(#17) 'x' is already defined (no-redeclare)
(#20) '_self' is defined but never used (no-unused-vars)
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.js
(#48) Parsing error: Unexpected token getSomething
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Strings/JoinStringsUnitTest.js
(#1) 'one' is not defined. (no-undef)
(#2) 'two' is not defined. (no-undef)
(#2) 'one' is not defined. (no-undef)
(#3) 'two' is not defined. (no-undef)
(#3) 'one' is not defined. (no-undef)
(#3) 'one' is not defined. (no-undef)
(#4) 'three' is not defined. (no-undef)
(#6) 'four' is not defined. (no-undef)
(#6) 'two' is not defined. (no-undef)
(#7) 'four' is not defined. (no-undef)
(#7) 'two' is not defined. (no-undef)
(#8) 'four' is not defined. (no-undef)
(#8) 'one' is not defined. (no-undef)
(#8) 'two' is not defined. (no-undef)
(#9) 'four' is not defined. (no-undef)
(#9) 'one' is not defined. (no-undef)
(#9) 'two' is not defined. (no-undef)
(#10) 'four' is not defined. (no-undef)
(#10) 'one' is not defined. (no-undef)
(#10) 'two' is not defined. (no-undef)
(#12) 'five' is not defined. (no-undef)
(#12) 'one' is not defined. (no-undef)
(#12) 'two' is not defined. (no-undef)
(#14) 'six' is not defined. (no-undef)
(#14) 'myArray' is not defined. (no-undef)
(#15) 'six' is not defined. (no-undef)
(#15) 'arrayOne' is not defined. (no-undef)
(#15) 'arrayTwo' is not defined. (no-undef)
(#18) 'test' is not defined. (no-undef)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.js
(#10) Parsing error: Unexpected token this
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.js
(#2) 'code' is defined but never used (no-unused-vars)
(#12) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#12) 'testFunction' is defined but never used (no-unused-vars)
(#17) Expected space or tab after '//' in comment. (spaced-comment)
(#23) 'myClass' is not defined. (no-undef)
(#25) Missing JSDoc for parameter 'url'. (valid-jsdoc)
(#25) Missing JSDoc for parameter 'callback'. (valid-jsdoc)
(#29) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#29) 'callback' is defined but never used (no-unused-vars)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#64) 'myFunction' is defined but never used (no-unused-vars)
(#64) Unexpected empty function. (no-empty-function)
(#65) Missing semicolon. (semi)
(#71) Unexpected empty function. (no-empty-function)
(#72) Missing semicolon. (semi)
(#78) 'myClass' is not defined. (no-undef)
(#78) Unexpected empty function. (no-empty-function)
(#79) Missing semicolon. (semi)
(#81) 'dfx' is not defined. (no-undef)
(#81) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#81) 'iframe' is defined but never used (no-unused-vars)
(#83) 'doc' is not defined. (no-undef)
(#85) Expected space or tab after '//' in comment. (spaced-comment)
(#87) 'mig' is not defined. (no-undef)
(#89) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#89) 'cb' is defined but never used (no-unused-vars)
(#90) Unexpected empty function. (no-empty-function)
(#92) A space is required after ','. (comma-spacing)
(#92) Expected space or tab after '//' in comment. (spaced-comment)
(#94) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#94) 'id' is defined but never used (no-unused-vars)
(#95) Unexpected empty function. (no-empty-function)
(#97) Expected space or tab after '//' in comment. (spaced-comment)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.js
(#1) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1) Missing JSDoc comment. (require-jsdoc)
(#1) Identifier 'long_function' is not in camel case. (camelcase)
(#1) 'long_function' is defined but never used (no-unused-vars)
(#3) 'longFunction' is not defined. (no-undef)
(#10) 'variable' is not defined. (no-undef)
(#12) 'variable' is not defined. (no-undef)
(#17) 'variable' is not defined. (no-undef)
(#24) Expected space or tab after '//' in comment. (spaced-comment)
(#26) 'longFunction' is not defined. (no-undef)
(#33) 'variable' is not defined. (no-undef)
(#35) 'variable' is not defined. (no-undef)
(#40) 'variable' is not defined. (no-undef)
(#49) 'longFunction' is not defined. (no-undef)
(#56) 'variable' is not defined. (no-undef)
(#58) 'variable' is not defined. (no-undef)
(#63) 'variable' is not defined. (no-undef)
(#72) Expected space or tab after '//' in comment. (spaced-comment)
(#74) 'longFunction' is not defined. (no-undef)
(#81) 'variable' is not defined. (no-undef)
(#83) 'variable' is not defined. (no-undef)
(#88) 'variable' is not defined. (no-undef)
(#100) 'variable' is not defined. (no-undef)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) 'variable' is not defined. (no-undef)
(#100) 'variable' is not defined. (no-undef)
(#121) Expected space or tab after '//' in comment. (spaced-comment)
(#123) 'variable' is not defined. (no-undef)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) 'variable' is not defined. (no-undef)
(#123) 'variable' is not defined. (no-undef)
(#133) 'val' is not defined. (no-undef)
(#133) Infix operators must be spaced. (space-infix-ops)
(#133) 'val' is not defined. (no-undef)
(#133) 'val' is not defined. (no-undef)
(#146) 'variable' is not defined. (no-undef)
(#167) Expected space or tab after '//' in comment. (spaced-comment)
(#169) 'variable' is not defined. (no-undef)
(#179) 'something' is not defined. (no-undef)
(#192) 'longFunction' is not defined. (no-undef)
(#199) 'variable' is not defined. (no-undef)
(#201) 'variable' is not defined. (no-undef)
(#206) 'variable' is not defined. (no-undef)
(#213) Expected space or tab after '//' in comment. (spaced-comment)
(#215) 'longFunction' is not defined. (no-undef)
(#222) 'variable' is not defined. (no-undef)
(#224) 'variable' is not defined. (no-undef)
(#229) 'variable' is not defined. (no-undef)
(#238) Expected space or tab after '//' in comment. (spaced-comment)
(#240) 'variable' is not defined. (no-undef)
(#240) Infix operators must be spaced. (space-infix-ops)
(#240) 'variable' is not defined. (no-undef)
(#240) 'variable' is not defined. (no-undef)
(#261) Expected space or tab after '//' in comment. (spaced-comment)
(#263) 'variable' is not defined. (no-undef)
(#284) Expected space or tab after '//' in comment. (spaced-comment)
(#286) 'variable' is not defined. (no-undef)
(#307) Expected space or tab after '//' in comment. (spaced-comment)
(#309) Unexpected constant condition. (no-constant-condition)
(#330) 'condition' is not defined. (no-undef)
(#372) Expected space or tab after '//' in comment. (spaced-comment)
(#374) 'something' is not defined. (no-undef)
(#377) 'somethingElse' is not defined. (no-undef)
(#403) 'something' is not defined. (no-undef)
(#442) 'condition' is not defined. (no-undef)
(#443) 'condition' is not defined. (no-undef)
(#444) Expected space or tab after '//' in comment. (spaced-comment)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.js
(#1) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1) Missing JSDoc comment. (require-jsdoc)
(#1) 'test' is defined but never used (no-unused-vars)
(#1) 'buttons' is defined but never used (no-unused-vars)
(#3) Unexpected alert. (no-alert)
(#4) Unexpected alert. (no-alert)
(#7) Expected space or tab after '//' in comment. (spaced-comment)
(#9) 'good' is defined but never used (no-unused-vars)
(#11) 'mig' is not defined. (no-undef)
(#13) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#13) 'cb' is defined but never used (no-unused-vars)
(#14) Unexpected empty function. (no-empty-function)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected space or tab after '//' in comment. (spaced-comment)
(#18) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#18) 'id' is defined but never used (no-unused-vars)
(#19) Unexpected empty function. (no-empty-function)
(#21) Expected space or tab after '//' in comment. (spaced-comment)
(#25) 'dfx' is not defined. (no-undef)
(#25) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#25) 'iframe' is defined but never used (no-unused-vars)
(#28) 'doc' is not defined. (no-undef)
(#30) Expected space or tab after '//' in comment. (spaced-comment)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.js
(#2) 'i' is not defined. (no-undef)
(#4) 'i' is not defined. (no-undef)
(#5) 'i' is not defined. (no-undef)
(#7) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#9) 'i' is not defined. (no-undef)
(#10) 'i' is not defined. (no-undef)
(#12) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#14) 'i' is not defined. (no-undef)
(#16) 'i' is not defined. (no-undef)
(#18) 'i' is not defined. (no-undef)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) 'i' is not defined. (no-undef)
(#20) Expected space(s) after "do". (keyword-spacing)
(#21) 'i' is not defined. (no-undef)
(#22) Expected space(s) after "while". (keyword-spacing)
(#22) Expected space(s) before "while". (keyword-spacing)
(#22) 'i' is not defined. (no-undef)
(#25) 'i' is not defined. (no-undef)
(#26) 'i' is not defined. (no-undef)
(#29) Expected space(s) after "while". (keyword-spacing)
(#29) 'i' is not defined. (no-undef)
(#29) Missing space before opening brace. (space-before-blocks)
(#30) 'i' is not defined. (no-undef)
(#33) 'i' is not defined. (no-undef)
(#33) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#33) 'i' is not defined. (no-undef)
(#33) Statement inside of curly braces should be on next line. (brace-style)
(#36) 'i' is not defined. (no-undef)
(#36) 'i' is not defined. (no-undef)
(#36) 'i' is not defined. (no-undef)
(#37) 'i' is not defined. (no-undef)
(#40) Expected space(s) after "for". (keyword-spacing)
(#40) 'i' is not defined. (no-undef)
(#40) 'i' is not defined. (no-undef)
(#40) 'i' is not defined. (no-undef)
(#40) Missing space before opening brace. (space-before-blocks)
(#41) 'i' is not defined. (no-undef)
(#44) 'i' is not defined. (no-undef)
(#44) 'i' is not defined. (no-undef)
(#44) 'i' is not defined. (no-undef)
(#44) 'i' is not defined. (no-undef)
(#44) Statement inside of curly braces should be on next line. (brace-style)
(#44) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#47) 'i' is not defined. (no-undef)
(#48) 'i' is not defined. (no-undef)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) 'i' is not defined. (no-undef)
(#51) Missing space before opening brace. (space-before-blocks)
(#52) 'i' is not defined. (no-undef)
(#55) 'i' is not defined. (no-undef)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) 'i' is not defined. (no-undef)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#58) 'i' is not defined. (no-undef)
(#59) 'i' is not defined. (no-undef)
(#61) 'i' is not defined. (no-undef)
(#64) 'i' is not defined. (no-undef)
(#65) 'i' is not defined. (no-undef)
(#66) Expected space(s) before "else". (keyword-spacing)
(#66) Expected space(s) after "else". (keyword-spacing)
(#67) 'i' is not defined. (no-undef)
(#70) 'i' is not defined. (no-undef)
(#70) 'i' is not defined. (no-undef)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) 'i' is not defined. (no-undef)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#73) 'i' is not defined. (no-undef)
(#74) 'i' is not defined. (no-undef)
(#76) 'i' is not defined. (no-undef)
(#80) 'i' is not defined. (no-undef)
(#81) 'i' is not defined. (no-undef)
(#82) 'i' is not defined. (no-undef)
(#83) 'i' is not defined. (no-undef)
(#86) 'i' is not defined. (no-undef)
(#87) 'i' is not defined. (no-undef)
(#88) Expected space(s) before "else". (keyword-spacing)
(#88) Expected space(s) after "if". (keyword-spacing)
(#88) 'i' is not defined. (no-undef)
(#88) Missing space before opening brace. (space-before-blocks)
(#89) 'i' is not defined. (no-undef)
(#92) 'i' is not defined. (no-undef)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) 'i' is not defined. (no-undef)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#92) 'i' is not defined. (no-undef)
(#92) Statement inside of curly braces should be on next line. (brace-style)
(#92) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#92) 'i' is not defined. (no-undef)
(#94) 'i' is not defined. (no-undef)
(#95) 'i' is not defined. (no-undef)
(#98) 'i' is not defined. (no-undef)
(#98) Requires a space after '{'. (block-spacing)
(#99) 'i' is not defined. (no-undef)
(#102) 'i' is not defined. (no-undef)
(#103) 'i' is not defined. (no-undef)
(#106) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#106) 'i' is not defined. (no-undef)
(#108) 'i' is not defined. (no-undef)
(#111) 'i' is not defined. (no-undef)
(#111) Empty block statement. (no-empty)
(#115) 'code' is not defined. (no-undef)
(#120) 'code' is not defined. (no-undef)
(#120) Statement inside of curly braces should be on next line. (brace-style)
(#120) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) 'i' is not defined. (no-undef)
(#125) 'i' is not defined. (no-undef)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.js
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) 'i' used outside of binding context. (block-scoped-var)
(#2) Empty block statement. (no-empty)
(#6) There should be no spaces inside this paren. (space-in-parens)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) There should be no spaces inside this paren. (space-in-parens)
(#6) Empty block statement. (no-empty)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) Multiple spaces found before 'i'. (no-multi-spaces)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) Multiple spaces found before 'i'. (no-multi-spaces)
(#9) 'i' used outside of binding context. (block-scoped-var)
(#9) Empty block statement. (no-empty)
(#12) 'i' is already defined (no-redeclare)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) Unexpected whitespace before semicolon. (semi-spacing)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) Unexpected whitespace before semicolon. (semi-spacing)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) 'i' used outside of binding context. (block-scoped-var)
(#12) Empty block statement. (no-empty)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) 'i' used outside of binding context. (block-scoped-var)
(#15) Empty block statement. (no-empty)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' is already defined (no-redeclare)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) Unexpected whitespace before semicolon. (semi-spacing)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) Multiple spaces found before 'i'. (no-multi-spaces)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) Unexpected whitespace before semicolon. (semi-spacing)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) Multiple spaces found before 'i'. (no-multi-spaces)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) 'i' used outside of binding context. (block-scoped-var)
(#19) There should be no spaces inside this paren. (space-in-parens)
(#19) Empty block statement. (no-empty)
(#23) 'dfx' is not defined. (no-undef)
(#26) 'dfx' is not defined. (no-undef)
(#26) 'widget' is not defined. (no-undef)
(#27) Line 27 exceeds the maximum line length of 132. (max-len)
(#27) 'widget' is not defined. (no-undef)
(#27) Missing whitespace after semicolon. (semi-spacing)
(#27) 'widget' is not defined. (no-undef)
(#27) Don't make functions within a loop (no-loop-func)
(#27) Requires a space after '{'. (block-spacing)
(#27) This line has too many statements. Maximum allowed is 2. (max-statements-per-line)
(#27) Statement inside of curly braces should be on next line. (brace-style)
(#27) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#27) 'widget' is not defined. (no-undef)
(#27) Requires a space before '}'. (block-spacing)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' is already defined (no-redeclare)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' is not modified in this loop. (no-unmodified-loop-condition)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) 'i' used outside of binding context. (block-scoped-var)
(#31) Empty block statement. (no-empty)
(#33) 'i' is already defined (no-redeclare)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) 'i' is not modified in this loop. (no-unmodified-loop-condition)
(#33) 'i' used outside of binding context. (block-scoped-var)
(#33) There should be no spaces inside this paren. (space-in-parens)
(#33) Empty block statement. (no-empty)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' is already defined (no-redeclare)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) 'i' used outside of binding context. (block-scoped-var)
(#36) Empty block statement. (no-empty)
(#38) Unreachable code. (no-unreachable)
(#38) Unreachable code. (no-unreachable)
(#38) 'i' is already defined (no-redeclare)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) Missing whitespace after semicolon. (semi-spacing)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) 'i' used outside of binding context. (block-scoped-var)
(#38) Unreachable code. (no-unreachable)
(#38) Empty block statement. (no-empty)
(#43) Unreachable code. (no-unreachable)
(#43) Unreachable code. (no-unreachable)
(#43) 'i' is already defined (no-redeclare)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) 'i' used outside of binding context. (block-scoped-var)
(#43) Unreachable code. (no-unreachable)
(#43) Empty block statement. (no-empty)
(#44) Unreachable code. (no-unreachable)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) Unreachable code. (no-unreachable)
(#44) 'i' is already defined (no-redeclare)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) 'i' used outside of binding context. (block-scoped-var)
(#44) There should be no spaces inside this paren. (space-in-parens)
(#44) Empty block statement. (no-empty)
(#44) Unreachable code. (no-unreachable)
(#45) Unreachable code. (no-unreachable)
(#45) There should be no spaces inside this paren. (space-in-parens)
(#45) Multiple spaces found before 'var'. (no-multi-spaces)
(#45) Unreachable code. (no-unreachable)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' is already defined (no-redeclare)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) 'i' used outside of binding context. (block-scoped-var)
(#45) Multiple spaces found before ')'. (no-multi-spaces)
(#45) There should be no spaces inside this paren. (space-in-parens)
(#45) Unreachable code. (no-unreachable)
(#45) Empty block statement. (no-empty)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.js
(#85) Parsing error: Unexpected token Case
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.js
(#1) Unexpected alert. (no-alert)
(#1) Missing semicolon. (semi)
(#2) Unexpected alert. (no-alert)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Debug/JSLintUnitTest.js
(#1) Unexpected alert. (no-alert)
(#1) Missing semicolon. (semi)
(#2) Unexpected alert. (no-alert)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.js
(#74) Parsing error: 'return' outside of function
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.js
(#1) 'variable' is not defined. (no-undef)
(#1) Empty block statement. (no-empty)
(#2) 'variable' is not defined. (no-undef)
(#2) 'TRUE' is not defined. (no-undef)
(#2) Empty block statement. (no-empty)
(#3) 'variable' is not defined. (no-undef)
(#3) 'True' is not defined. (no-undef)
(#3) Empty block statement. (no-empty)
(#4) 'variable' is not defined. (no-undef)
(#4) 'True' is not defined. (no-undef)
(#6) 'variable' is not defined. (no-undef)
(#6) Empty block statement. (no-empty)
(#7) 'variable' is not defined. (no-undef)
(#7) 'FALSE' is not defined. (no-undef)
(#7) Empty block statement. (no-empty)
(#8) 'variable' is not defined. (no-undef)
(#8) 'False' is not defined. (no-undef)
(#8) Empty block statement. (no-empty)
(#9) 'variable' is not defined. (no-undef)
(#11) 'variable' is not defined. (no-undef)
(#11) Empty block statement. (no-empty)
(#12) 'variable' is not defined. (no-undef)
(#12) 'NULL' is not defined. (no-undef)
(#12) Empty block statement. (no-empty)
(#13) 'variable' is not defined. (no-undef)
(#13) 'Null' is not defined. (no-undef)
(#13) Empty block statement. (no-empty)
(#14) 'variable' is not defined. (no-undef)
(#14) 'NULL' is not defined. (no-undef)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.js
(#1) Missing JSDoc comment. (require-jsdoc)
(#1) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#9) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#11) Multiple spaces found before '='. (no-multi-spaces)
(#12) Multiple spaces found before '='. (no-multi-spaces)
(#13) ["phone"] is better written in dot notation. (dot-notation)
(#14) 't' is defined but never used (no-unused-vars)
(#14) Multiple spaces found before '='. (no-multi-spaces)
(#15) 'y' is defined but never used (no-unused-vars)
(#15) Multiple spaces found before '='. (no-multi-spaces)
(#16) 'a' is defined but never used (no-unused-vars)
(#16) Multiple spaces found before '='. (no-multi-spaces)
(#17) 'z' is defined but never used (no-unused-vars)
(#17) Multiple spaces found before '='. (no-multi-spaces)
(#17) ["name"] is better written in dot notation. (dot-notation)
(#18) 'p' is defined but never used (no-unused-vars)
(#18) Multiple spaces found before '='. (no-multi-spaces)
(#23) Missing JSDoc comment. (require-jsdoc)
(#23) 'test' is already defined (no-redeclare)
(#24) 'step' is not defined. (no-undef)
(#24) 'errors' is not defined. (no-undef)
(#25) ["test"] is better written in dot notation. (dot-notation)
(#25) 'x' is not defined. (no-undef)
(#26) 'x' is not defined. (no-undef)
(#27) 'y' is not defined. (no-undef)
(#27) 'x' is not defined. (no-undef)
(#28) 'x' is not defined. (no-undef)
(#29) 'y' is not defined. (no-undef)
(#29) 'x' is not defined. (no-undef)
(#30) 'y' is not defined. (no-undef)
(#30) 'z' is not defined. (no-undef)
(#30) 'x' is not defined. (no-undef)
(#31) 'x' is not defined. (no-undef)
(#34) 'child' is not defined. (no-undef)
(#35) 'above' is not defined. (no-undef)
(#35) ["constructor"] is better written in dot notation. (dot-notation)
(#36) 'child' is not defined. (no-undef)
(#36) ["super"] is better written in dot notation. (dot-notation)
(#36) Multiple spaces found before '='. (no-multi-spaces)
(#36) A constructor name should not start with a lowercase letter. (new-cap)
(#36) 'above' is not defined. (no-undef)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.js
(#1) There should be no space after '{' (object-curly-spacing)
(#1) There should be no space before '}' (object-curly-spacing)
(#3) 'addTypeFormatButton' is not defined. (no-undef)
(#7) 'x' is defined but never used (no-unused-vars)
(#9) 'y' is defined but never used (no-unused-vars)
(#10) Extra space after key 'VarOne'. (key-spacing)
(#11) Extra space after key 'VarTwo'. (key-spacing)
(#12) 'arg' is defined but never used (no-unused-vars)
(#13) Unexpected console statement. (no-console)
(#17) 'z' is defined but never used (no-unused-vars)
(#18) Extra space after key 'VarOne'. (key-spacing)
(#19) Extra space after key 'VarTwo'. (key-spacing)
(#20) 'arg' is defined but never used (no-unused-vars)
(#21) Unexpected console statement. (no-console)
(#25) 'x' is already defined (no-redeclare)
(#26) Unexpected console statement. (no-console)
(#29) 'AssetListingEditWidgetType' is not defined. (no-undef)
(#30) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#30) 'editables' is defined but never used (no-unused-vars)
(#31) Unexpected empty function. (no-empty-function)
(#35) 'AssetListingEditWidgetType' is not defined. (no-undef)
(#36) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#36) 'editables' is defined but never used (no-unused-vars)
(#37) Unexpected empty function. (no-empty-function)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.js
(#1) 'value' is not defined. (no-undef)
(#1) 'TRUE' is not defined. (no-undef)
(#1) Empty block statement. (no-empty)
(#2) 'value' is not defined. (no-undef)
(#2) 'FALSE' is not defined. (no-undef)
(#2) Empty block statement. (no-empty)
(#5) 'value' is not defined. (no-undef)
(#5) 'TRUE' is not defined. (no-undef)
(#5) Empty block statement. (no-empty)
(#6) 'value' is not defined. (no-undef)
(#6) 'FALSE' is not defined. (no-undef)
(#6) Empty block statement. (no-empty)
(#9) 'value' is not defined. (no-undef)
(#9) Empty block statement. (no-empty)
(#10) 'value' is not defined. (no-undef)
(#10) Empty block statement. (no-empty)
(#13) 'value' is not defined. (no-undef)
(#13) 'TRUE' is not defined. (no-undef)
(#13) Empty block statement. (no-empty)
(#14) 'myFunction' is not defined. (no-undef)
(#14) 'value' is not defined. (no-undef)
(#14) 'FALSE' is not defined. (no-undef)
(#14) Empty block statement. (no-empty)
(#17) 'value' is not defined. (no-undef)
(#17) 'TRUE' is not defined. (no-undef)
(#17) Empty block statement. (no-empty)
(#18) 'myFunction' is not defined. (no-undef)
(#18) 'value' is not defined. (no-undef)
(#18) 'FALSE' is not defined. (no-undef)
(#18) Empty block statement. (no-empty)
(#21) 'value' is not defined. (no-undef)
(#21) Empty block statement. (no-empty)
(#22) 'myFunction' is not defined. (no-undef)
(#22) 'value' is not defined. (no-undef)
(#22) Empty block statement. (no-empty)
(#25) 'value' is not defined. (no-undef)
(#25) 'TRUE' is not defined. (no-undef)
(#25) 'other' is not defined. (no-undef)
(#25) 'FALSE' is not defined. (no-undef)
(#25) Empty block statement. (no-empty)
(#28) 'value' is not defined. (no-undef)
(#28) 'TRUE' is not defined. (no-undef)
(#28) 'other' is not defined. (no-undef)
(#28) 'FALSE' is not defined. (no-undef)
(#28) Empty block statement. (no-empty)
(#31) 'value' is not defined. (no-undef)
(#31) 'other' is not defined. (no-undef)
(#31) Empty block statement. (no-empty)
(#34) 'one' is not defined. (no-undef)
(#34) 'TRUE' is not defined. (no-undef)
(#34) 'two' is not defined. (no-undef)
(#34) 'TRUE' is not defined. (no-undef)
(#34) 'three' is not defined. (no-undef)
(#34) 'FALSE' is not defined. (no-undef)
(#34) 'four' is not defined. (no-undef)
(#34) 'TRUE' is not defined. (no-undef)
(#34) Empty block statement. (no-empty)
(#37) 'one' is not defined. (no-undef)
(#37) 'two' is not defined. (no-undef)
(#37) 'three' is not defined. (no-undef)
(#37) 'four' is not defined. (no-undef)
(#37) Empty block statement. (no-empty)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.js
(#1) 'x' is not defined. (no-undef)
(#1) 'x' is not defined. (no-undef)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) 'a' is not defined. (no-undef)
(#1) 'x' is not defined. (no-undef)
(#2) 'id' is not defined. (no-undef)
(#2) 'id' is not defined. (no-undef)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.js
(#1) 'i' used outside of binding context. (block-scoped-var)
(#1) 'i' used outside of binding context. (block-scoped-var)
(#1) 'permissions' is not defined. (no-undef)
(#1) 'i' used outside of binding context. (block-scoped-var)
(#5) 'permissions' is not defined. (no-undef)
(#6) 'length' is defined but never used (no-unused-vars)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#11) 'i' is already defined (no-redeclare)
(#11) 'i' used outside of binding context. (block-scoped-var)
(#11) 'i' used outside of binding context. (block-scoped-var)
(#11) 'i' used outside of binding context. (block-scoped-var)
(#12) 'x' is defined but never used (no-unused-vars)
(#12) 'i' used outside of binding context. (block-scoped-var)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.js
(#1) Parsing error: Unexpected token <
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.js
(#1) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1) Missing JSDoc comment. (require-jsdoc)
(#1) 'FuncOne' is defined but never used (no-unused-vars)
(#5) Expected space or tab after '//' in comment. (spaced-comment)
(#8) 'Testing' is not defined. (no-undef)
(#10) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#15) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) Missing JSDoc comment. (require-jsdoc)
(#22) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#22) 'FuncFour' is defined but never used (no-unused-vars)
(#27) Missing JSDoc comment. (require-jsdoc)
(#27) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#27) 'FuncFive' is defined but never used (no-unused-vars)
(#34) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#34) Missing JSDoc comment. (require-jsdoc)
(#34) 'valid' is defined but never used (no-unused-vars)
(#36) Unexpected constant condition. (no-constant-condition)
(#37) 'test' is not defined. (no-undef)
(#44) 'dfx' is not defined. (no-undef)
(#45) 't' is not defined. (no-undef)
(#46) 'pos' is not defined. (no-undef)
(#51) 'dfx' is not defined. (no-undef)
(#51) 'callback' is not defined. (no-undef)
(#52) 'callback' is not defined. (no-undef)
(#52) Unexpected empty function. (no-empty-function)
(#53) 'callback' is not defined. (no-undef)
(#53) Unexpected empty function. (no-empty-function)
(#56) 'AbstractAttributeEditorWidgetType' is not defined. (no-undef)
(#61) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#61) 'data' is defined but never used (no-unused-vars)
(#63) 'x' is defined but never used (no-unused-vars)
(#64) Unexpected space before function parentheses. (space-before-function-paren)
(#65) Unexpected alert. (no-alert)
(#76) 'myFunc' is defined but never used (no-unused-vars)
(#76) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#80) 'blah' is not defined. (no-undef)
(#81) Unexpected alert. (no-alert)
(#84) 'blah' is not defined. (no-undef)
(#84) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#84) Statement inside of curly braces should be on next line. (brace-style)
(#84) Unexpected alert. (no-alert)
(#88) Missing semicolon. (semi)
(#90) 'CustomFormEditWidgetType' is not defined. (no-undef)
(#92) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#94) 'settings' is defined but never used (no-unused-vars)
(#95) Unquoted reserved word 'default' used as key. (quote-props)
(#100) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#102) 'self' is defined but never used (no-unused-vars)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.js
(#1) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#1) Missing JSDoc comment. (require-jsdoc)
(#1) 'FuncOne' is defined but never used (no-unused-vars)
(#5) Expected space or tab after '//' in comment. (spaced-comment)
(#8) 'Testing' is not defined. (no-undef)
(#10) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#17) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#23) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#25) Unexpected space before function parentheses. (space-before-function-paren)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing semicolon. (semi)
(#30) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) 'FuncFour' is defined but never used (no-unused-vars)
(#37) 'AbstractAttributeEditorWidgetType' is not defined. (no-undef)
(#43) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#43) 'data' is defined but never used (no-unused-vars)
(#45) 'x' is defined but never used (no-unused-vars)
(#46) Unexpected space before function parentheses. (space-before-function-paren)
(#47) Unexpected alert. (no-alert)
(#57) Missing JSDoc comment. (require-jsdoc)
(#57) 'test' is defined but never used (no-unused-vars)
(#59) 'y' is defined but never used (no-unused-vars)
(#59) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#61) Unexpected alert. (no-alert)
(#62) Missing semicolon. (semi)
(#68) 'myFunc' is defined but never used (no-unused-vars)
(#68) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#72) 'blah' is not defined. (no-undef)
(#72) 'y' is not defined. (no-undef)
(#72) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#74) Unexpected alert. (no-alert)
(#75) 'z' is not defined. (no-undef)
(#77) 'blah' is not defined. (no-undef)
(#77) Statement inside of curly braces should be on next line. (brace-style)
(#77) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#77) Unexpected alert. (no-alert)
(#81) Missing semicolon. (semi)
(#83) 'HelpWidgetType' is not defined. (no-undef)
(#86) 'y' is defined but never used (no-unused-vars)
(#88) Unexpected alert. (no-alert)
(#90) Missing semicolon. (semi)
(#94) Missing semicolon. (semi)
(#96) 'CustomFormEditWidgetType' is not defined. (no-undef)
(#98) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#100) 'settings' is defined but never used (no-unused-vars)
(#101) Unquoted reserved word 'default' used as key. (quote-props)
(#106) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#108) 'self' is defined but never used (no-unused-vars)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.js
(#3) 'foo' is not defined. (no-undef)
(#3) 'bar' is not defined. (no-undef)
(#3) Empty block statement. (no-empty)
(#4) 'foo' is not defined. (no-undef)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'bar' is not defined. (no-undef)
(#4) 'baz' is not defined. (no-undef)
(#4) Empty block statement. (no-empty)
(#5) 'foo' is not defined. (no-undef)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'bar' is not defined. (no-undef)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'baz' is not defined. (no-undef)
(#5) Empty block statement. (no-empty)
(#6) 'foo' is not defined. (no-undef)
(#6) Multiple spaces found before '||'. (no-multi-spaces)
(#6) 'bar' is not defined. (no-undef)
(#6) Multiple spaces found before 'bar'. (no-multi-spaces)
(#6) Multiple spaces found before '&&'. (no-multi-spaces)
(#6) 'baz' is not defined. (no-undef)
(#6) Empty block statement. (no-empty)
(#9) 'foo' is not defined. (no-undef)
(#9) Trailing spaces not allowed. (no-trailing-spaces)
(#10) 'bar' is not defined. (no-undef)
(#11) 'baz' is not defined. (no-undef)
(#12) Empty block statement. (no-empty)
(#15) 'foo' is not defined. (no-undef)
(#15) Infix operators must be spaced. (space-infix-ops)
(#16) 'bar' is not defined. (no-undef)
(#17) Infix operators must be spaced. (space-infix-ops)
(#17) 'baz' is not defined. (no-undef)
(#18) Empty block statement. (no-empty)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.js
(#3) 'result' is not defined. (no-undef)
(#4) 'result' is not defined. (no-undef)
(#4) Multiple spaces found before '+'. (no-multi-spaces)
(#5) 'result' is not defined. (no-undef)
(#5) Multiple spaces found before '+'. (no-multi-spaces)
(#5) Multiple spaces found before '2'. (no-multi-spaces)
(#6) 'result' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#7) 'result' is not defined. (no-undef)
(#7) Infix operators must be spaced. (space-infix-ops)
(#8) 'result' is not defined. (no-undef)
(#8) Infix operators must be spaced. (space-infix-ops)
(#10) 'result' is not defined. (no-undef)
(#11) 'result' is not defined. (no-undef)
(#11) Multiple spaces found before '-'. (no-multi-spaces)
(#12) 'result' is not defined. (no-undef)
(#12) Multiple spaces found before '-'. (no-multi-spaces)
(#12) Multiple spaces found before '2'. (no-multi-spaces)
(#13) 'result' is not defined. (no-undef)
(#13) Infix operators must be spaced. (space-infix-ops)
(#14) 'result' is not defined. (no-undef)
(#14) Infix operators must be spaced. (space-infix-ops)
(#15) 'result' is not defined. (no-undef)
(#15) Infix operators must be spaced. (space-infix-ops)
(#17) 'result' is not defined. (no-undef)
(#18) 'result' is not defined. (no-undef)
(#18) Multiple spaces found before '*'. (no-multi-spaces)
(#19) 'result' is not defined. (no-undef)
(#19) Multiple spaces found before '*'. (no-multi-spaces)
(#19) Multiple spaces found before '2'. (no-multi-spaces)
(#20) 'result' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#21) 'result' is not defined. (no-undef)
(#21) Infix operators must be spaced. (space-infix-ops)
(#22) 'result' is not defined. (no-undef)
(#22) Infix operators must be spaced. (space-infix-ops)
(#24) 'result' is not defined. (no-undef)
(#25) 'result' is not defined. (no-undef)
(#25) Multiple spaces found before '/'. (no-multi-spaces)
(#26) 'result' is not defined. (no-undef)
(#26) Multiple spaces found before '/'. (no-multi-spaces)
(#26) Multiple spaces found before '2'. (no-multi-spaces)
(#27) 'result' is not defined. (no-undef)
(#27) Infix operators must be spaced. (space-infix-ops)
(#28) 'result' is not defined. (no-undef)
(#28) Infix operators must be spaced. (space-infix-ops)
(#29) 'result' is not defined. (no-undef)
(#29) Infix operators must be spaced. (space-infix-ops)
(#31) 'result' is not defined. (no-undef)
(#32) 'result' is not defined. (no-undef)
(#32) Multiple spaces found before '%'. (no-multi-spaces)
(#33) 'result' is not defined. (no-undef)
(#33) Multiple spaces found before '%'. (no-multi-spaces)
(#33) Multiple spaces found before '2'. (no-multi-spaces)
(#34) 'result' is not defined. (no-undef)
(#34) Infix operators must be spaced. (space-infix-ops)
(#35) 'result' is not defined. (no-undef)
(#35) Infix operators must be spaced. (space-infix-ops)
(#36) 'result' is not defined. (no-undef)
(#36) Infix operators must be spaced. (space-infix-ops)
(#37) 'result' is not defined. (no-undef)
(#39) 'result' is not defined. (no-undef)
(#40) 'result' is not defined. (no-undef)
(#40) Infix operators must be spaced. (space-infix-ops)
(#41) 'result' is not defined. (no-undef)
(#42) 'result' is not defined. (no-undef)
(#42) Infix operators must be spaced. (space-infix-ops)
(#43) 'result' is not defined. (no-undef)
(#44) 'result' is not defined. (no-undef)
(#44) Infix operators must be spaced. (space-infix-ops)
(#45) 'result' is not defined. (no-undef)
(#45) Infix operators must be spaced. (space-infix-ops)
(#46) 'result' is not defined. (no-undef)
(#46) Infix operators must be spaced. (space-infix-ops)
(#48) '$' is not defined. (no-undef)
(#50) 'result' is not defined. (no-undef)
(#55) 'result' is not defined. (no-undef)
(#55) 'x' is not defined. (no-undef)
(#55) Infix operators must be spaced. (space-infix-ops)
(#55) 'y' is not defined. (no-undef)
(#55) 'z' is not defined. (no-undef)
(#56) 'result' is not defined. (no-undef)
(#56) 'x' is not defined. (no-undef)
(#56) 'y' is not defined. (no-undef)
(#56) 'z' is not defined. (no-undef)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.js
(#4) Unexpected space before function parentheses. (space-before-function-paren)
(#5) Unexpected alert. (no-alert)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'a' is not defined. (no-undef)
(#8) Extra space after key 'casdasd'. (key-spacing)
(#15) 'id' is not defined. (no-undef)
(#15) 'id' is not defined. (no-undef)
(#17) Identifier 'outer_loop' is not in camel case. (camelcase)
(#17) Unexpected labeled statement. (no-labels)
(#18) 'i' is not defined. (no-undef)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) 'i' is not defined. (no-undef)
(#18) Infix operators must be spaced. (space-infix-ops)
(#18) 'i' is not defined. (no-undef)
(#19) 'j' is not defined. (no-undef)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'j' is not defined. (no-undef)
(#19) Infix operators must be spaced. (space-infix-ops)
(#19) 'j' is not defined. (no-undef)
(#20) Expected { after 'if' condition. (curly)
(#20) 'j' is not defined. (no-undef)
(#20) Infix operators must be spaced. (space-infix-ops)
(#21) Unexpected label in break statement. (no-labels)
(#21) Identifier 'outer_loop' is not in camel case. (camelcase)
(#24) Unexpected alert. (no-alert)
(#26) Unexpected labeled statement. (no-labels)
(#26) Identifier 'even_number' is not in camel case. (camelcase)
(#26) 'i' is not defined. (no-undef)
(#27) Expected { after 'if' condition. (curly)
(#27) 'i' is not defined. (no-undef)
(#28) Unexpected label in break statement. (no-labels)
(#28) Identifier 'even_number' is not in camel case. (camelcase)
(#31) 'blah' is not defined. (no-undef)
(#32) 'dfx' is not defined. (no-undef)
(#33) 'shiftKey' is not defined. (no-undef)
(#36) 'blah' is not defined. (no-undef)
(#36) Empty block statement. (no-empty)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.js
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#3) Unexpected alert. (no-alert)
(#3) Multiple spaces found before ';'. (no-multi-spaces)
(#3) Unexpected whitespace before semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'a' is not defined. (no-undef)
(#4) Unexpected whitespace before semicolon. (semi-spacing)
(#6) Unexpected whitespace before semicolon. (semi-spacing)
(#8) 'id' is not defined. (no-undef)
(#8) 'id' is not defined. (no-undef)
(#10) 'i' is not defined. (no-undef)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Unexpected whitespace before semicolon. (semi-spacing)
(#10) Multiple spaces found before ';'. (no-multi-spaces)
(#10) 'i' is not defined. (no-undef)
(#10) Infix operators must be spaced. (space-infix-ops)
(#10) Unexpected whitespace before semicolon. (semi-spacing)
(#10) 'i' is not defined. (no-undef)
(#11) 'j' is not defined. (no-undef)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'j' is not defined. (no-undef)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected whitespace before semicolon. (semi-spacing)
(#11) 'j' is not defined. (no-undef)
(#12) Expected { after 'if' condition. (curly)
(#12) 'j' is not defined. (no-undef)
(#12) Infix operators must be spaced. (space-infix-ops)
(#13) Unexpected whitespace before semicolon. (semi-spacing)
(#16) Unexpected alert. (no-alert)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.1.js
(#2) Unexpected alert. (no-alert)
(#3) Unexpected alert. (no-alert)
(#3) Trailing spaces not allowed. (no-trailing-spaces)
(#4) Trailing spaces not allowed. (no-trailing-spaces)
(#5) 'something' is not defined. (no-undef)
(#5) Empty block statement. (no-empty)
(#5) Trailing spaces not allowed. (no-trailing-spaces)
(#6) Trailing spaces not allowed. (no-trailing-spaces)
(#10) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#10) Missing JSDoc comment. (require-jsdoc)
(#10) 'myFunction' is defined but never used (no-unused-vars)
(#12) Unexpected alert. (no-alert)
(#14) Unexpected alert. (no-alert)
(#26) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#26) Missing JSDoc comment. (require-jsdoc)
(#26) 'myFunction2' is defined but never used (no-unused-vars)
(#28) Unexpected alert. (no-alert)
(#31) Unexpected alert. (no-alert)
(#37) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#37) Missing JSDoc comment. (require-jsdoc)
(#37) 'myFunction2' is already defined (no-redeclare)
(#39) Unexpected alert. (no-alert)
(#40) Trailing spaces not allowed. (no-trailing-spaces)
(#41) Unexpected alert. (no-alert)
(#42) Trailing spaces not allowed. (no-trailing-spaces)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.2.js
(#1) Unexpected alert. (no-alert)
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.3.js
(#1) Unexpected alert. (no-alert)

CSS problems

(21 errors, 29 warnings)

This section shows CSS problems detected by csslint [More info]

local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.css
(#2) Rule is empty.
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.css
(#2) Rule is empty.
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.css
(#2) Rule is empty.
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.css
(#2) Rule is empty.
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.css
(#2) Rule is empty.
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.css
(#2) Rule is empty.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.css
(#1) Rule is empty.
(#5) Rule is empty.
(#10) Rule is empty.
(#29) Rule is empty.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.css
(#27) Expected RBRACE at line 27, col 20.
(#27) Expected RBRACE at line 27, col 47.
(#27) Expected RBRACE at line 27, col 81.
(#27) Expected RBRACE at line 27, col 120.
(#30) Unexpected token '<' at line 30, col 19.
(#30) Expected RBRACE at line 30, col 45.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.css
(#9) Rule is empty.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.css
(#5) Duplicate property 'float' found.
(#10) Expected RBRACE at line 10, col 20.
(#10) Expected RBRACE at line 10, col 47.
(#10) Expected RBRACE at line 10, col 81.
(#10) Expected RBRACE at line 10, col 120.
(#10) Unexpected token '<' at line 10, col 181.
(#10) Expected RBRACE at line 10, col 207.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.css
(#13) Rule is empty.
(#16) Rule is empty.
(#19) Rule is empty.
(#22) Rule is empty.
(#26) Rule is empty.
(#29) Rule is empty.
(#32) Rule is empty.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.css
(#7) Duplicate property 'left' found.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.css
(#1) Rule is empty.
(#2) Rule is empty.
(#4) Rule is empty.
(#7) Rule is empty.
(#10) Rule is empty.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.css
(#3) Expected (<margin-width> | inherit) but found 'float'.
(#4) Expected RBRACE at line 4, col 10.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.css
(#17) Expected (<shadow>) but found '1px'.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.css
(#46) Rule is empty.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/MissingColonUnitTest.css
(#2) Expected COLON at line 2, col 18.
(#4) Expected COLON at line 4, col 17.
(#6) Expected COLON at line 6, col 19.
(#12) Expected COLON at line 12, col 23.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.css
(#2) Expected end of value but found 'float'.
(#3) Expected RBRACE at line 3, col 10.
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.css
(#7) Expected (auto | avoid | inherit) but found '1'.
(#16) Use of !important
(#19) Duplicate property 'margin' found.

PHPDocs style problems

(4475 errors, 544 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

local/codechecker/PHPCompatibility/Sniffs/PHP/DefaultTimezoneRequiredSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_DefaultTimeZoneRequiredSniff does not have @license tag
(#8) Package PHPCompatibility is not valid
(#19) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/DeprecatedFunctionsSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_DeprecatedFunctionsSniff does not have @license tag
(#19) Not recommended phpdocs tag @version used
(#8) Package PHPCompatibility is not valid
(#17) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#16) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/DeprecatedIniDirectivesSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_DeprecatedIniDirectivesSniff does not have @license tag
(#8) Package PHPCompatibility is not valid
(#19) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/DeprecatedNewReferenceSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_DeprecatedNewReferenceSniff does not have @license tag
(#8) Package PHPCompatibility is not valid
(#21) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/ForbiddenBreakContinueVariableArgumentsSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_ForbiddenBreakContinueVariableArgumentsSniff does not have @license tag
(#8) Package PHPCompatibility is not valid
(#21) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/ForbiddenCallTimePassByReferenceSniff.php
(#8) Package PHPCompatibility is not valid
(#23) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/ForbiddenNamesAsInvokedFunctionsSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_ForbiddenNamesAsInvokedFunctionsSniff does not have @license tag
(#8) Package PHPCompatibility is not valid
(#21) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/ForbiddenNamesSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_ForbiddenNamesSniff does not have @license tag
(#8) Package PHPCompatibility is not valid
(#21) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/LongArraysSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_LongArraysSniff does not have @license tag
(#8) Package PHPCompatibility is not valid
(#21) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/NewClassesSniff.php
(#253) Phpdocs for function PHPCompatibility_Sniffs_PHP_NewClassesSniff::addError has incomplete parameters list
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_NewClassesSniff does not have @license tag
(#19) Not recommended phpdocs tag @version used
(#8) Package PHPCompatibility is not valid
(#17) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#16) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/NewFunctionsSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_NewFunctionsSniff does not have @license tag
(#19) Not recommended phpdocs tag @version used
(#8) Package PHPCompatibility is not valid
(#17) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#16) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/NewIniDirectivesSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_NewIniDirectivesSniff does not have @license tag
(#8) Package PHPCompatibility is not valid
(#19) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/NewKeywordsSniff.php
(#132) Phpdocs for function PHPCompatibility_Sniffs_PHP_NewKeywordsSniff::addError has incomplete parameters list
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_NewKeywordsSniff does not have @license tag
(#19) Not recommended phpdocs tag @version used
(#8) Package PHPCompatibility is not valid
(#17) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#16) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/NonStaticMagicMethodsSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_NonStaticMagicMethodsSniff does not have @license tag
(#8) Package PHPCompatibility is not valid
(#19) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/RemovedExtensionsSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_RemovedExtensionsSniff does not have @license tag
(#8) Package PHPCompatibility is not valid
(#19) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/PHPCompatibility/Sniffs/PHP/RemovedHashAlgorithmsSniff.php
(#2) File-level phpdocs block does not have @license tag
(#13) Class PHPCompatibility_Sniffs_PHP_RemovedHashAlgorithmsSniff does not have @license tag
(#8) Package PHPCompatibility is not valid
(#21) Package PHPCompatibility is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/lang/en/local_codechecker.php
(#20) Package local is not valid
local/codechecker/locallib.php
(#38) Function local_codechecker_form::definition is not documented
(#88) Function local_codechecker_codesniffer_cli::getCommandLineValues is not documented
(#67) Variable local_codechecker_codesniffer_cli::$report is not documented
(#68) Variable local_codechecker_codesniffer_cli::$reportfile is not documented
(#61) No one-line description found in phpdocs for class local_codechecker_codesniffer_cli
(#77) Phpdocs for function local_codechecker_codesniffer_cli::setReport has incomplete parameters list
(#82) Phpdocs for function local_codechecker_codesniffer_cli::setReportFile has incomplete parameters list
(#244) Phpdocs for function local_codechecker_get_line_of_code has incomplete parameters list
(#278) Phpdocs for function local_codechecker_find_other_files has incomplete parameters list
(#61) Class local_codechecker_codesniffer_cli does not have @copyright tag
(#101) Class PHP_CodeSniffer_Reports_local_codechecker does not have @copyright tag
(#61) Class local_codechecker_codesniffer_cli does not have @license tag
(#101) Class PHP_CodeSniffer_Reports_local_codechecker does not have @license tag
local/codechecker/moodle/Sniffs/Commenting/InlineCommentSniff.php
(#27) Class moodle_Sniffs_Commenting_InlineCommentSniff is not documented
local/codechecker/moodle/Sniffs/ControlStructures/ControlSignatureSniff.php
(#32) Class moodle_Sniffs_ControlStructures_ControlSignatureSniff is not documented
(#35) Function moodle_Sniffs_ControlStructures_ControlSignatureSniff::__construct is not documented
(#42) Function moodle_Sniffs_ControlStructures_ControlSignatureSniff::getPatterns is not documented
local/codechecker/moodle/Sniffs/Files/BoilerplateCommentSniff.php
(#25) Class moodle_Sniffs_Files_BoilerplateCommentSniff is not documented
(#42) Function moodle_Sniffs_Files_BoilerplateCommentSniff::register is not documented
(#46) Function moodle_Sniffs_Files_BoilerplateCommentSniff::process is not documented
(#26) Variable moodle_Sniffs_Files_BoilerplateCommentSniff::$comment is not documented
local/codechecker/moodle/Sniffs/Files/LineLengthSniff.php
(#25) Class moodle_Sniffs_Files_LineLengthSniff is not documented
(#32) Function moodle_Sniffs_Files_LineLengthSniff::process is not documented
local/codechecker/moodle/Sniffs/NamingConventions/ValidFunctionNameSniff.php
(#33) Class moodle_Sniffs_NamingConventions_ValidFunctionNameSniff is not documented
(#58) Variable moodle_Sniffs_NamingConventions_ValidFunctionNameSniff::$permittedmethods is not documented
local/codechecker/moodle/Sniffs/NamingConventions/ValidVariableNameSniff.php
(#30) Class moodle_Sniffs_NamingConventions_ValidVariableNameSniff is not documented
(#33) Variable moodle_Sniffs_NamingConventions_ValidVariableNameSniff::$allowedglobals is not documented
local/codechecker/moodle/Sniffs/PHP/CommentedOutCodeSniff.php
(#25) Class moodle_Sniffs_PHP_CommentedOutCodeSniff is not documented
(#26) Function moodle_Sniffs_PHP_CommentedOutCodeSniff::__construct is not documented
(#33) Function moodle_Sniffs_PHP_CommentedOutCodeSniff::register is not documented
(#37) Function moodle_Sniffs_PHP_CommentedOutCodeSniff::process is not documented
local/codechecker/moodle/Sniffs/PHP/ForbiddenFunctionsSniff.php
(#30) Class moodle_Sniffs_PHP_ForbiddenFunctionsSniff is not documented
local/codechecker/moodle/Sniffs/PHP/ForbiddenNamesAsInvokedFunctionsSniff.php
(#34) Class moodle_Sniffs_PHP_ForbiddenNamesAsInvokedFunctionsSniff is not documented
local/codechecker/moodle/Sniffs/PHP/ForbiddenTokensSniff.php
(#28) Class moodle_Sniffs_PHP_ForbiddenTokensSniff is not documented
local/codechecker/moodle/Sniffs/PHP/IncludingFileSniff.php
(#30) Class moodle_Sniffs_PHP_IncludingFileSniff is not documented
(#31) Function moodle_Sniffs_PHP_IncludingFileSniff::register is not documented
(#35) Function moodle_Sniffs_PHP_IncludingFileSniff::process is not documented
(#17) No one-line description found in phpdocs for file
local/codechecker/moodle/Sniffs/PHP/MemberVarScopeSniff.php
(#36) Class moodle_Sniffs_PHP_MemberVarScopeSniff is not documented
(#17) No one-line description found in phpdocs for file
local/codechecker/moodle/Sniffs/Strings/ForbiddenStringsSniff.php
(#25) Class moodle_Sniffs_Strings_ForbiddenStringsSniff is not documented
local/codechecker/moodle/Sniffs/WhiteSpace/ScopeIndentSniff.php
(#32) Class moodle_Sniffs_WhiteSpace_ScopeIndentSniff is not documented
local/codechecker/moodle/Sniffs/WhiteSpace/SpaceAfterCommaSniff.php
(#25) Class moodle_Sniffs_WhiteSpace_SpaceAfterCommaSniff is not documented
(#26) Function moodle_Sniffs_WhiteSpace_SpaceAfterCommaSniff::register is not documented
local/codechecker/moodle/Sniffs/WhiteSpace/WhiteSpaceInStringsSniff.php
(#25) Class moodle_Sniffs_WhiteSpace_WhiteSpaceInStringsSniff is not documented
local/codechecker/moodle/tests/fixtures/PHPCompatibility_php_deprecatedfunctions.php
(#2) File-level phpdocs block is not found
local/codechecker/moodle/tests/fixtures/PHPCompatibility_php_forbiddencalltimepassbyreference.php
(#2) File-level phpdocs block is not found
local/codechecker/moodle/tests/fixtures/moodle_comenting_inlinecomment.php
(#2) File-level phpdocs block is not found
(#4) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
(#20) Phpdocs for variable commented_class::$aprivate does not contain @var or incorrect
(#22) Phpdocs for variable commented_class::$aprotected does not contain @var or incorrect
(#24) Phpdocs for variable commented_class::$apublic does not contain @var or incorrect
(#26) Phpdocs for variable commented_class::$astatic does not contain @var or incorrect
(#28) Phpdocs for variable commented_class::$avar does not contain @var or incorrect
(#15) Class commented_class does not have @copyright tag
(#15) Class commented_class does not have @license tag
(#15) Package is not specified for class commented_class. It is also not specified in file-level phpdocs
local/codechecker/moodle/tests/fixtures/moodle_controlstructures_controlsignature.php
(#2) File-level phpdocs block is not found
local/codechecker/moodle/tests/fixtures/moodle_namingconventions_variablename.php
(#2) File-level phpdocs block is not found
(#11) Class foo is not documented
(#12) Variable foo::$bad_variable is not documented
(#13) Variable foo::$badVariable is not documented
(#14) Variable foo::$REALLY_badvar is not documented
(#15) Variable foo::$goodvariable is not documented
(#16) Variable foo::$_goodvariable is not documented
(#17) Variable foo::$badvarusage is not documented
(#11) Package is not specified for class foo. It is also not specified in file-level phpdocs
local/codechecker/moodle/tests/fixtures/moodle_php_forbiddenfunctions.php
(#2) File-level phpdocs block is not found
local/codechecker/moodle/tests/fixtures/moodle_php_forbiddennamesasinvokedfunctions.php
(#2) File-level phpdocs block is not found
local/codechecker/moodle/tests/fixtures/moodle_php_forbiddentokens.php
(#2) File-level phpdocs block is not found
local/codechecker/moodle/tests/fixtures/moodle_strings_forbiddenstrings.php
(#2) File-level phpdocs block is not found
local/codechecker/moodle/tests/fixtures/moodle_whitespace_scopeindent.php
(#2) File-level phpdocs block is not found
local/codechecker/moodle/tests/fixtures/squiz_whitespace_operatorspacing.php
(#2) File-level phpdocs block is not found
local/codechecker/moodle/tests/moodlestandard_test.php
(#31) Class moodlestandard_testcase does not have @copyright tag
(#31) Class moodlestandard_testcase does not have @license tag
(#22) Category phpunit is not valid
local/codechecker/pear/PHP/CodeSniffer.php
(#2) No one-line description found in phpdocs for file
(#39) No one-line description found in phpdocs for class PHP_CodeSniffer
(#61) Not recommended phpdocs tag @version used
(#56) Invalid inline phpdocs tag @package found
(#9) Package PHP_CodeSniffer is not valid
(#56) Package PHP_CodeSniffer is not valid
(#8) Category PHP is not valid
(#55) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/CLI.php
(#29) Not recommended phpdocs tag @version used
(#25) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#25) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#24) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/CommentParser/AbstractDocElement.php
(#61) Not recommended phpdocs tag @version used
(#56) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#56) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#55) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/CommentParser/AbstractParser.php
(#66) Not recommended phpdocs tag @version used
(#38) Invalid inline phpdocs tag @see found
(#40) Invalid inline phpdocs tag @deprecated found
(#41) Invalid inline phpdocs tag @since found
(#48) Invalid inline phpdocs tag @param found
(#61) Invalid inline phpdocs tag @package found
(#142) Invalid inline phpdocs tag @since found
(#445) Invalid inline phpdocs tag @deprecated found
(#466) Invalid inline phpdocs tag @since found
(#39) Inline phpdocs tag not enclosed with curly brackets @link found
(#487) Inline phpdocs tag not enclosed with curly brackets @link found
(#8) Package PHP_CodeSniffer is not valid
(#61) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#60) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/CommentParser/ClassCommentParser.php
(#30) Not recommended phpdocs tag @version used
(#25) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#25) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#24) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/CommentParser/CommentElement.php
(#44) Not recommended phpdocs tag @version used
(#31) Invalid inline phpdocs tag @return found
(#39) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#39) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#38) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/CommentParser/DocElement.php
(#25) Not recommended phpdocs tag @version used
(#20) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/CommentParser/FunctionCommentParser.php
(#45) Not recommended phpdocs tag @version used
(#40) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#40) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#39) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/CommentParser/MemberCommentParser.php
(#30) Not recommended phpdocs tag @version used
(#25) Invalid inline phpdocs tag @package found
(#37) Invalid inline phpdocs tag @var found
(#8) Package PHP_CodeSniffer is not valid
(#25) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#24) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/CommentParser/PairElement.php
(#33) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @throws found
(#28) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#28) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#27) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/CommentParser/ParameterElement.php
(#30) Not recommended phpdocs tag @version used
(#25) Invalid inline phpdocs tag @package found
(#267) Invalid inline phpdocs tag @param found
(#268) Invalid inline phpdocs tag @param found
(#8) Package PHP_CodeSniffer is not valid
(#25) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#24) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/CommentParser/ParserException.php
(#2) No one-line description found in phpdocs for file
(#17) No one-line description found in phpdocs for class PHP_CodeSniffer_CommentParser_ParserException
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#9) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#8) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/CommentParser/SingleElement.php
(#33) Not recommended phpdocs tag @version used
(#25) Invalid inline phpdocs tag @package found
(#25) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#25) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#27) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/DocGenerators/Generator.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/DocGenerators/HTML.php
(#33) Not recommended phpdocs tag @version used
(#28) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#28) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#27) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/DocGenerators/Text.php
(#31) Not recommended phpdocs tag @version used
(#26) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#26) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#25) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Exception.php
(#25) Not recommended phpdocs tag @version used
(#20) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/File.php
(#2) No one-line description found in phpdocs for file
(#17) No one-line description found in phpdocs for class PHP_CodeSniffer_File
(#275) Phpdocs for function PHP_CodeSniffer_File::__construct has incomplete parameters list
(#337) Phpdocs for function PHP_CodeSniffer_File::addTokenListener has incomplete parameters list
(#362) Phpdocs for function PHP_CodeSniffer_File::removeTokenListener has incomplete parameters list
(#1101) Phpdocs for function PHP_CodeSniffer_File::_createLineMap has incomplete parameters list
(#1130) Phpdocs for function PHP_CodeSniffer_File::_convertTabs has incomplete parameters list
(#1211) Phpdocs for function PHP_CodeSniffer_File::_createColumnMap has incomplete parameters list
(#1243) Phpdocs for function PHP_CodeSniffer_File::_createBracketMap has incomplete parameters list
(#1333) Phpdocs for function PHP_CodeSniffer_File::_createParenthesisMap has incomplete parameters list
(#1384) Phpdocs for function PHP_CodeSniffer_File::_createParenthesisNestingMap has incomplete parameters list
(#1429) Phpdocs for function PHP_CodeSniffer_File::_createScopeMap has incomplete parameters list
(#1472) Phpdocs for function PHP_CodeSniffer_File::_recurseScopeMap has incomplete parameters list
(#1825) Phpdocs for function PHP_CodeSniffer_File::_createLevelMap has incomplete parameters list
(#114) Not recommended phpdocs tag @version used
(#109) Invalid inline phpdocs tag @package found
(#9) Package PHP_CodeSniffer is not valid
(#109) Package PHP_CodeSniffer is not valid
(#8) Category PHP is not valid
(#108) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Report.php
(#27) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reporting.php
(#33) Not recommended phpdocs tag @version used
(#27) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#27) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#26) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Checkstyle.php
(#29) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Csv.php
(#29) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Emacs.php
(#29) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Full.php
(#29) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Gitblame.php
(#27) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Hgblame.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Json.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Junit.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Notifysend.php
(#32) Not recommended phpdocs tag @version used
(#26) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#26) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#25) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Source.php
(#29) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Summary.php
(#29) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Svnblame.php
(#29) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/VersionControl.php
(#27) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Reports/Xml.php
(#29) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Sniff.php
(#30) Not recommended phpdocs tag @version used
(#25) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#25) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#24) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/AbstractPatternSniff.php
(#32) Not recommended phpdocs tag @version used
(#27) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#27) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#26) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/AbstractScopeSniff.php
(#2) No one-line description found in phpdocs for file
(#17) No one-line description found in phpdocs for class PHP_CodeSniffer_Standards_AbstractScopeSniff
(#44) Not recommended phpdocs tag @version used
(#39) Invalid inline phpdocs tag @package found
(#9) Package PHP_CodeSniffer is not valid
(#39) Package PHP_CodeSniffer is not valid
(#8) Category PHP is not valid
(#38) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/AbstractVariableSniff.php
(#36) Not recommended phpdocs tag @version used
(#31) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#31) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#30) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Classes/DuplicateClassNameSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#19) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/EmptyStatementSniff.php
(#41) Not recommended phpdocs tag @version used
(#37) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#37) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#36) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopShouldBeWhileLoopSniff.php
(#37) Not recommended phpdocs tag @version used
(#33) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#33) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#32) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/ForLoopWithTestFunctionCallSniff.php
(#40) Not recommended phpdocs tag @version used
(#36) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#36) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#35) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/JumbledIncrementerSniff.php
(#115) Phpdocs for function Generic_Sniffs_CodeAnalysis_JumbledIncrementerSniff::findIncrementers has incomplete parameters list
(#44) Not recommended phpdocs tag @version used
(#40) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#40) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#39) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnconditionalIfStatementSniff.php
(#41) Not recommended phpdocs tag @version used
(#37) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#37) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#36) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnnecessaryFinalModifierSniff.php
(#37) Not recommended phpdocs tag @version used
(#33) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#33) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#32) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UnusedFunctionParameterSniff.php
(#31) Not recommended phpdocs tag @version used
(#26) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#26) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#25) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/UselessOverridingMethodSniff.php
(#36) Not recommended phpdocs tag @version used
(#32) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#32) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#31) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Commenting/FixmeSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Commenting/TodoSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/ControlStructures/InlineControlStructureSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Debug/CSSLintSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Debug/ClosureLinterSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Debug/JSHintSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/ByteOrderMarkSniff.php
(#26) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/EndFileNewlineSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/EndFileNoNewlineSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/InlineHTMLSniff.php
(#26) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/LineEndingsSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/LineLengthSniff.php
(#29) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/LowercasedFilenameSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#19) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/OneClassPerFileSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#19) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Files/OneInterfacePerFileSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#19) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting/DisallowMultipleStatementsSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting/MultipleStatementAlignmentSniff.php
(#29) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting/NoSpaceAfterCastSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Formatting/SpaceAfterCastSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions/CallTimePassByReferenceSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions/FunctionCallArgumentSpacingSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceBsdAllmanSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Functions/OpeningFunctionBraceKernighanRitchieSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Metrics/CyclomaticComplexitySniff.php
(#29) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Metrics/NestingLevelSniff.php
(#25) Not recommended phpdocs tag @version used
(#20) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/CamelCapsFunctionNameSniff.php
(#32) Not recommended phpdocs tag @version used
(#27) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#27) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#26) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/ConstructorNameSniff.php
(#21) Class Generic_Sniffs_NamingConventions_ConstructorNameSniff does not have @copyright tag
(#31) Not recommended phpdocs tag @version used
(#28) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#28) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#27) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/UpperCaseConstantNameSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/CharacterBeforePHPOpeningTagSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#19) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/ClosingPHPTagSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#19) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/DeprecatedFunctionsSniff.php
(#29) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/DisallowShortOpenTagSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/ForbiddenFunctionsSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseConstantSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/LowerCaseKeywordSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/NoSilencedErrorsSniff.php
(#2) File-level phpdocs block does not have @copyright tag
(#14) Class Generic_Sniffs_PHP_NoSilencedErrorsSniff does not have @copyright tag
(#30) Not recommended phpdocs tag @version used
(#27) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#27) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#26) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/SAPIUsageSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/PHP/UpperCaseConstantSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/Strings/UnnecessaryStringConcatSniff.php
(#26) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/VersionControl/SubversionPropertiesSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowSpaceIndentSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/DisallowTabIndentSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ScopeIndentSniff.php
(#29) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.1.inc
(#2) File-level phpdocs block is not found
(#2) Class MyClass is not documented
(#3) Class YourClass is not documented
(#6) Class MyClass is not documented
(#2) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#3) Package is not specified for class YourClass. It is also not specified in file-level phpdocs
(#6) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.2.inc
(#2) File-level phpdocs block is not found
(#2) Class MyClass is not documented
(#2) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.3.inc
(#2) File-level phpdocs block is not found
(#3) Class MyClass is not documented
(#8) Class MyClass is not documented
(#3) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#8) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.4.inc
(#2) File-level phpdocs block is not found
(#3) Class MyClass is not documented
(#3) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.5.inc
(#2) File-level phpdocs block is not found
(#3) Class MyClass is not documented
(#7) Class MyClass is not documented
(#3) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#7) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.6.inc
(#2) File-level phpdocs block is not found
(#2) Class Test is not documented
(#10) Class Test is not documented
(#3) Function Test::testOne is not documented
(#2) Package is not specified for class Test. It is also not specified in file-level phpdocs
(#10) Package is not specified for class Test. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Classes/DuplicateClassNameUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/EmptyStatementUnitTest.php
(#27) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.php
(#27) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/ForLoopWithTestFunctionCallUnitTest.php
(#27) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/JumbledIncrementerUnitTest.php
(#27) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnconditionalIfStatementUnitTest.php
(#27) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class Foo is not documented
(#9) Class Foo_Bar is not documented
(#20) Class Bar_Foo is not documented
(#4) Variable Foo::$FOOBAR is not documented
(#5) Variable Foo::$FOO is not documented
(#6) Variable Foo::$BAR is not documented
(#10) Variable Foo_Bar::$foobar is not documented
(#11) Variable Foo_Bar::$FOOBAR is not documented
(#13) Variable Foo_Bar::$foo is not documented
(#14) Variable Foo_Bar::$FOO is not documented
(#16) Variable Foo_Bar::$bar is not documented
(#17) Variable Foo_Bar::$BAR is not documented
(#21) Variable Bar_Foo::$foobar is not documented
(#22) Variable Bar_Foo::$foo is not documented
(#23) Variable Bar_Foo::$bar is not documented
(#3) Package is not specified for class Foo. It is also not specified in file-level phpdocs
(#9) Package is not specified for class Foo_Bar. It is also not specified in file-level phpdocs
(#20) Package is not specified for class Bar_Foo. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnnecessaryFinalModifierUnitTest.php
(#27) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) Class Foo is not documented
(#3) Function foo is not documented
(#7) Function baz is not documented
(#11) Function bar is not documented
(#19) Function foobar is not documented
(#24) Function Foo::barfoo is not documented
(#28) Function Foo::fooBar is not documented
(#33) Function foo is not documented
(#40) Function foo is not documented
(#58) Function foo is not documented
(#68) Function foo is not documented
(#73) Function bar is not documented
(#23) Package is not specified for class Foo. It is also not specified in file-level phpdocs
(#3) Package is not specified for function foo. It is also not specified in file-level phpdocs
(#7) Package is not specified for function baz. It is also not specified in file-level phpdocs
(#11) Package is not specified for function bar. It is also not specified in file-level phpdocs
(#19) Package is not specified for function foobar. It is also not specified in file-level phpdocs
(#33) Package is not specified for function foo. It is also not specified in file-level phpdocs
(#40) Package is not specified for function foo. It is also not specified in file-level phpdocs
(#58) Package is not specified for function foo. It is also not specified in file-level phpdocs
(#68) Package is not specified for function foo. It is also not specified in file-level phpdocs
(#73) Package is not specified for function bar. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UnusedFunctionParameterUnitTest.php
(#27) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class FooBar is not documented
(#9) Class BarFoo is not documented
(#15) Class Foo is not documented
(#21) Class Bar is not documented
(#4) Function FooBar::__construct is not documented
(#10) Function BarFoo::__construct is not documented
(#16) Function Foo::export is not documented
(#22) Function Bar::export is not documented
(#3) Package is not specified for class FooBar. It is also not specified in file-level phpdocs
(#9) Package is not specified for class BarFoo. It is also not specified in file-level phpdocs
(#15) Package is not specified for class Foo. It is also not specified in file-level phpdocs
(#21) Package is not specified for class Bar. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/CodeAnalysis/UselessOverridingMethodUnitTest.php
(#27) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.inc
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Commenting/FixmeUnitTest.php
(#30) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.inc
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Commenting/TodoUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/ControlStructures/InlineControlStructureUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.inc
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/ByteOrderMarkUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.1.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.2.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.3.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNewlineUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.1.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.2.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.3.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.4.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/EndFileNoNewlineUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.1.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.2.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.3.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.4.inc
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/InlineHTMLUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/LineEndingsUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/LineLengthUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/LowercasedFilenameUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class foo is not documented
(#6) Class bar is not documented
(#10) Class baz is not documented
(#2) Package is not specified for class foo. It is also not specified in file-level phpdocs
(#6) Package is not specified for class bar. It is also not specified in file-level phpdocs
(#10) Package is not specified for class baz. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/OneClassPerFileUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Files/OneInterfacePerFileUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/DisallowMultipleStatementsUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#84) Class MyClass is not documented
(#99) Function myFunction is not documented
(#192) Function blah is not documented
(#89) Variable MyClass::$array is not documented
(#89) Variable MyClass::$test is not documented
(#90) Variable MyClass::$var is not documented
(#93) Variable MyClass::$array is not documented
(#93) Variable MyClass::$test is not documented
(#94) Variable MyClass::$var is not documented
(#95) Variable MyClass::$array is not documented
(#95) Variable MyClass::$test is not documented
(#96) Variable MyClass::$array is not documented
(#96) Variable MyClass::$blah is not documented
(#96) Variable MyClass::$test is not documented
(#86) Constant MyClass::MODE_DEBUG is not documented
(#87) Constant MyClass::MODE_DEBUG2 is not documented
(#92) Constant MyClass::MODE_DEBUG2 is not documented
(#84) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#99) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#192) Package is not specified for function blah. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/MultipleStatementAlignmentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/NoSpaceAfterCastUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Formatting/SpaceAfterCastUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class myclass is not documented
(#3) Function myclass::myfunc is not documented
(#2) Package is not specified for class myclass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Functions/CallTimePassByReferenceUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#49) Class MyClass is not documented
(#25) Function myFunction is not documented
(#29) Function myFunction is not documented
(#33) Function myFunction is not documented
(#38) Function myFunction is not documented
(#50) Function MyClass::myFunction is not documented
(#56) Function myFunction is not documented
(#49) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#25) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#29) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#33) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#38) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#56) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Functions/FunctionCallArgumentSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#27) Class myClass is not documented
(#94) Class myClass is not documented
(#4) Function myFunction is not documented
(#8) Function myFunction is not documented
(#13) Function myFunction is not documented
(#17) Function myFunction is not documented
(#23) Function myFunction is not documented
(#30) Function myClass::myFunction is not documented
(#34) Function myClass::myFunction is not documented
(#39) Function myClass::myFunction is not documented
(#44) Function myClass::myFunction is not documented
(#48) Function myClass::myFunction is not documented
(#54) Function myClass::myFunction is not documented
(#66) Function myFunction is not documented
(#71) Function myFunction is not documented
(#77) Function myFunction is not documented
(#82) Function myFunction is not documented
(#89) Function myFunction is not documented
(#97) Function myClass::myFunction is not documented
(#102) Function myClass::myFunction is not documented
(#108) Function myClass::myFunction is not documented
(#114) Function myClass::myFunction is not documented
(#119) Function myClass::myFunction is not documented
(#126) Function myClass::myFunction is not documented
(#134) Function myFunction is not documented
(#137) Function myFunction is not documented
(#148) Function myFunction is not documented
(#27) Package is not specified for class myClass. It is also not specified in file-level phpdocs
(#94) Package is not specified for class myClass. It is also not specified in file-level phpdocs
(#4) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#8) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#13) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#17) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#23) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#66) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#71) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#77) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#82) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#89) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#134) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#137) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#148) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceBsdAllmanUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#21) Class myClass is not documented
(#67) Class myClass is not documented
(#4) Function myFunction is not documented
(#8) Function myFunction is not documented
(#13) Function myFunction is not documented
(#17) Function myFunction is not documented
(#24) Function myClass::myFunction is not documented
(#28) Function myClass::myFunction is not documented
(#33) Function myClass::myFunction is not documented
(#37) Function myClass::myFunction is not documented
(#46) Function myFunction is not documented
(#51) Function myFunction is not documented
(#57) Function myFunction is not documented
(#62) Function myFunction is not documented
(#70) Function myClass::myFunction is not documented
(#75) Function myClass::myFunction is not documented
(#81) Function myClass::myFunction is not documented
(#86) Function myClass::myFunction is not documented
(#93) Function myFunction is not documented
(#96) Function myFunction is not documented
(#107) Function myFunction is not documented
(#21) Package is not specified for class myClass. It is also not specified in file-level phpdocs
(#67) Package is not specified for class myClass. It is also not specified in file-level phpdocs
(#4) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#8) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#13) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#17) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#46) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#51) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#57) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#62) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#93) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#96) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#107) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Functions/OpeningFunctionBraceKernighanRitchieUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Function complexityOne is not documented
(#5) Function comlexityFive is not documented
(#20) Function comlexityTen is not documented
(#45) Function comlexityEleven is not documented
(#72) Function comlexityTwenty is not documented
(#116) Function comlexityTwentyOne is not documented
(#3) Package is not specified for function complexityOne. It is also not specified in file-level phpdocs
(#5) Package is not specified for function comlexityFive. It is also not specified in file-level phpdocs
(#20) Package is not specified for function comlexityTen. It is also not specified in file-level phpdocs
(#45) Package is not specified for function comlexityEleven. It is also not specified in file-level phpdocs
(#72) Package is not specified for function comlexityTwenty. It is also not specified in file-level phpdocs
(#116) Package is not specified for function comlexityTwentyOne. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Metrics/CyclomaticComplexityUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Function nestingOne is not documented
(#10) Function nestingFive is not documented
(#27) Function nestingSix is not documented
(#46) Function nestingTen is not documented
(#73) Function nestingEleven is not documented
(#3) Package is not specified for function nestingOne. It is also not specified in file-level phpdocs
(#10) Package is not specified for function nestingFive. It is also not specified in file-level phpdocs
(#27) Package is not specified for function nestingSix. It is also not specified in file-level phpdocs
(#46) Package is not specified for function nestingTen. It is also not specified in file-level phpdocs
(#73) Package is not specified for function nestingEleven. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Metrics/NestingLevelUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class My_Class is not documented
(#36) Class Magic_Test is not documented
(#76) Class Closure_Test is not documented
(#87) Class MyClass is not documented
(#98) Class Magic_Case_Test is not documented
(#105) Class Foo is not documented
(#5) Function My_Class::__construct is not documented
(#6) Function My_Class::My_Class is not documented
(#7) Function My_Class::_My_Class is not documented
(#9) Function My_Class::getSomeValue is not documented
(#10) Function My_Class::parseMyDSN is not documented
(#11) Function My_Class::get_some_value is not documented
(#12) Function My_Class::GetSomeValue is not documented
(#13) Function My_Class::getSomeValue_Again is not documented
(#15) Function My_Class::getSomeValue is not documented
(#16) Function My_Class::parseMyDSN is not documented
(#17) Function My_Class::get_some_value is not documented
(#19) Function My_Class::getSomeValue is not documented
(#20) Function My_Class::parseMyDSN is not documented
(#21) Function My_Class::get_some_value is not documented
(#23) Function My_Class::getSomeValue is not documented
(#24) Function My_Class::parseMyDSN is not documented
(#25) Function My_Class::get_some_value is not documented
(#29) Function getSomeValue is not documented
(#30) Function parseMyDSN is not documented
(#31) Function get_some_value is not documented
(#37) Function Magic_Test::__construct is not documented
(#38) Function Magic_Test::__destruct is not documented
(#39) Function Magic_Test::__call is not documented
(#40) Function Magic_Test::__callStatic is not documented
(#41) Function Magic_Test::__get is not documented
(#42) Function Magic_Test::__set is not documented
(#43) Function Magic_Test::__isset is not documented
(#44) Function Magic_Test::__unset is not documented
(#45) Function Magic_Test::__sleep is not documented
(#46) Function Magic_Test::__wakeup is not documented
(#47) Function Magic_Test::__toString is not documented
(#48) Function Magic_Test::__set_state is not documented
(#49) Function Magic_Test::__clone is not documented
(#50) Function Magic_Test::__autoload is not documented
(#51) Function Magic_Test::__invoke is not documented
(#52) Function Magic_Test::__myFunction is not documented
(#53) Function Magic_Test::__my_function is not documented
(#54) Function Magic_Test::__call is not documented
(#57) Function __construct is not documented
(#58) Function __destruct is not documented
(#59) Function __call is not documented
(#60) Function __callStatic is not documented
(#61) Function __get is not documented
(#62) Function __set is not documented
(#63) Function __isset is not documented
(#64) Function __unset is not documented
(#65) Function __sleep is not documented
(#66) Function __wakeup is not documented
(#67) Function __toString is not documented
(#68) Function __set_state is not documented
(#69) Function __clone is not documented
(#70) Function __autoload is not documented
(#71) Function __invoke is not documented
(#72) Function __myFunction is not documented
(#73) Function __my_function is not documented
(#74) Function __call is not documented
(#77) Function Closure_Test::test is not documented
(#82) Function test is not documented
(#90) Function MyClass::__construct is not documented
(#95) Function __call is not documented
(#99) Function Magic_Case_Test::__Construct is not documented
(#100) Function Magic_Case_Test::__isSet is not documented
(#101) Function Magic_Case_Test::__tostring is not documented
(#103) Function __autoLoad is not documented
(#107) Function Foo::__soapCall is not documented
(#86) Invalid phpdocs tag @codingStandardsIgnoreStart used
(#89) Invalid phpdocs tag @codingStandardsIgnoreEnd used
(#3) Package is not specified for class My_Class. It is also not specified in file-level phpdocs
(#36) Package is not specified for class Magic_Test. It is also not specified in file-level phpdocs
(#76) Package is not specified for class Closure_Test. It is also not specified in file-level phpdocs
(#87) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#98) Package is not specified for class Magic_Case_Test. It is also not specified in file-level phpdocs
(#105) Package is not specified for class Foo. It is also not specified in file-level phpdocs
(#29) Package is not specified for function getSomeValue. It is also not specified in file-level phpdocs
(#30) Package is not specified for function parseMyDSN. It is also not specified in file-level phpdocs
(#31) Package is not specified for function get_some_value. It is also not specified in file-level phpdocs
(#57) Package is not specified for function __construct. It is also not specified in file-level phpdocs
(#58) Package is not specified for function __destruct. It is also not specified in file-level phpdocs
(#59) Package is not specified for function __call. It is also not specified in file-level phpdocs
(#60) Package is not specified for function __callStatic. It is also not specified in file-level phpdocs
(#61) Package is not specified for function __get. It is also not specified in file-level phpdocs
(#62) Package is not specified for function __set. It is also not specified in file-level phpdocs
(#63) Package is not specified for function __isset. It is also not specified in file-level phpdocs
(#64) Package is not specified for function __unset. It is also not specified in file-level phpdocs
(#65) Package is not specified for function __sleep. It is also not specified in file-level phpdocs
(#66) Package is not specified for function __wakeup. It is also not specified in file-level phpdocs
(#67) Package is not specified for function __toString. It is also not specified in file-level phpdocs
(#68) Package is not specified for function __set_state. It is also not specified in file-level phpdocs
(#69) Package is not specified for function __clone. It is also not specified in file-level phpdocs
(#70) Package is not specified for function __autoload. It is also not specified in file-level phpdocs
(#71) Package is not specified for function __invoke. It is also not specified in file-level phpdocs
(#72) Package is not specified for function __myFunction. It is also not specified in file-level phpdocs
(#73) Package is not specified for function __my_function. It is also not specified in file-level phpdocs
(#74) Package is not specified for function __call. It is also not specified in file-level phpdocs
(#82) Package is not specified for function test. It is also not specified in file-level phpdocs
(#95) Package is not specified for function __call. It is also not specified in file-level phpdocs
(#103) Package is not specified for function __autoLoad. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/NamingConventions/CamelCapsFunctionNameUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class TestClass is not documented
(#17) Class MyClass is not documented
(#32) Class MyClass is not documented
(#40) Class MyAbstractClass is not documented
(#5) Function TestClass::TestClass is not documented
(#10) Function TestClass::__construct is not documented
(#20) Function MyClass::MyClass is not documented
(#25) Function MyClass::__construct is not documented
(#34) Function MyClass::__construct is not documented
(#42) Function MyAbstractClass::__construct is not documented
(#2) Package is not specified for class TestClass. It is also not specified in file-level phpdocs
(#17) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#32) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#40) Package is not specified for class MyAbstractClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/NamingConventions/ConstructorNameUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.inc
(#2) File-level phpdocs block is not found
(#12) Class TestClass is not documented
(#96) Class ConstTest is not documented
(#104) Class A is not documented
(#127) Class Object is not documented
(#139) Class MyClass is not documented
(#145) Class Foo is not documented
(#149) Class ; is not documented
(#18) Function TestClass::test is not documented
(#47) Function TestClass::myFunc is not documented
(#48) Function TestClass::myFunc is not documented
(#98) Function ConstTest::__construct is not documented
(#105) Function A::constant is not documented
(#113) Function ConstTest is not documented
(#147) Function Foo::bar is not documented
(#15) Constant TestClass::const1 is not documented
(#16) Constant TestClass::CONST2 is not documented
(#97) Constant ConstTest::TESTER is not documented
(#12) Package is not specified for class TestClass. It is also not specified in file-level phpdocs
(#96) Package is not specified for class ConstTest. It is also not specified in file-level phpdocs
(#104) Package is not specified for class A. It is also not specified in file-level phpdocs
(#127) Package is not specified for class Object. It is also not specified in file-level phpdocs
(#139) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#145) Package is not specified for class Foo. It is also not specified in file-level phpdocs
(#149) Package is not specified for class ;. It is also not specified in file-level phpdocs
(#113) Package is not specified for function ConstTest. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/NamingConventions/UpperCaseConstantNameUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.inc
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/CharacterBeforePHPOpeningTagUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.inc
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.inc
(#2) File-level phpdocs block is not found
(#29) Class LeftSideTest is not documented
(#35) Class RightSideTest is not documented
(#41) Class RightSideVisTest is not documented
(#50) Class SizeOf is not documented
(#18) Function delete is not documented
(#19) Function unset is not documented
(#20) Function sizeof is not documented
(#21) Function count is not documented
(#24) Function delete is not documented
(#29) Package is not specified for class LeftSideTest. It is also not specified in file-level phpdocs
(#35) Package is not specified for class RightSideTest. It is also not specified in file-level phpdocs
(#41) Package is not specified for class RightSideVisTest. It is also not specified in file-level phpdocs
(#50) Package is not specified for class SizeOf. It is also not specified in file-level phpdocs
(#18) Package is not specified for function delete. It is also not specified in file-level phpdocs
(#19) Package is not specified for function unset. It is also not specified in file-level phpdocs
(#20) Package is not specified for function sizeof. It is also not specified in file-level phpdocs
(#21) Package is not specified for function count. It is also not specified in file-level phpdocs
(#24) Package is not specified for function delete. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/ForbiddenFunctionsUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#54) Class True is not documented
(#59) Class MyClass is not documented
(#70) Class MyClass is not documented
(#4) Function myFunction is not documented
(#7) Function myFunction is not documented
(#10) Function myFunction is not documented
(#20) Function myFunction is not documented
(#23) Function myFunction is not documented
(#26) Function myFunction is not documented
(#36) Function myFunction is not documented
(#39) Function myFunction is not documented
(#42) Function myFunction is not documented
(#61) Function MyClass::myFunction is not documented
(#73) Constant MyClass::TRUE is not documented
(#54) Package is not specified for class True. It is also not specified in file-level phpdocs
(#59) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#70) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#4) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#7) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#10) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#20) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#23) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#26) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#36) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#39) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#42) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseConstantUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.inc
(#3) File-level phpdocs block is not found
(#3) Class Something is not documented
(#10) Class Something is not documented
(#3) Function Something::whatever is not documented
(#10) Function Something::whatever is not documented
(#3) Package is not specified for class Something. It is also not specified in file-level phpdocs
(#10) Package is not specified for class Something. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/LowerCaseKeywordUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.inc
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/NoSilencedErrorsUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/SAPIUsageUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#54) Class True is not documented
(#59) Class MyClass is not documented
(#70) Class MyClass is not documented
(#4) Function myFunction is not documented
(#7) Function myFunction is not documented
(#10) Function myFunction is not documented
(#20) Function myFunction is not documented
(#23) Function myFunction is not documented
(#26) Function myFunction is not documented
(#36) Function myFunction is not documented
(#39) Function myFunction is not documented
(#42) Function myFunction is not documented
(#61) Function MyClass::myFunction is not documented
(#73) Constant MyClass::true is not documented
(#54) Package is not specified for class True. It is also not specified in file-level phpdocs
(#59) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#70) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#4) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#7) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#10) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#20) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#23) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#26) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#36) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#39) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#42) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/PHP/UpperCaseConstantUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/Strings/UnnecessaryStringConcatUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class ExampleClass is not documented
(#5) Function ExampleClass::exampleFunction is not documented
(#32) Not recommended phpdocs tag @access used
(#3) Package is not specified for class ExampleClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowSpaceIndentUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class ExampleClass is not documented
(#5) Function ExampleClass::exampleFunction is not documented
(#3) Package is not specified for class ExampleClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/WhiteSpace/DisallowTabIndentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class Test is not documented
(#54) Class Test2 is not documented
(#150) Class Test3 is not documented
(#365) Class a is not documented
(#401) Class Whatever is not documented
(#424) Class AnonymousFn is not documented
(#5) Function Test::__construct is not documented
(#10) Function Test::hello is not documented
(#15) Function Test::hello2 is not documented
(#32) Function Test::hello3 is not documented
(#56) Function Test2::__construct is not documented
(#61) Function Test2::open is not documented
(#133) Function Test2::read is not documented
(#152) Function Test3::parse is not documented
(#184) Function test is not documented
(#220) Function test is not documented
(#265) Function temp is not documented
(#306) Function myFunction is not documented
(#366) Function a::c is not documented
(#426) Function AnonymousFn::getAnonFn is not documented
(#403) Variable Whatever::$_protectedArray is not documented
(#3) Package is not specified for class Test. It is also not specified in file-level phpdocs
(#54) Package is not specified for class Test2. It is also not specified in file-level phpdocs
(#150) Package is not specified for class Test3. It is also not specified in file-level phpdocs
(#365) Package is not specified for class a. It is also not specified in file-level phpdocs
(#401) Package is not specified for class Whatever. It is also not specified in file-level phpdocs
(#424) Package is not specified for class AnonymousFn. It is also not specified in file-level phpdocs
(#184) Package is not specified for function test. It is also not specified in file-level phpdocs
(#220) Package is not specified for function test. It is also not specified in file-level phpdocs
(#265) Package is not specified for function temp. It is also not specified in file-level phpdocs
(#306) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Generic/Tests/WhiteSpace/ScopeIndentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/IncorrectPatternException.php
(#2) No one-line description found in phpdocs for file
(#17) No one-line description found in phpdocs for class PHP_CodeSniffer_Standards_IncorrectPatternException
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#9) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#8) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/CSS/BrowserSpecificStylesSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/ChannelExceptionSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/DisallowSelfActionsSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeOwnSystemSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/IncludeSystemSniff.php
(#28) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#24) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Channels/UnusedSystemSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Commenting/FunctionCommentSniff.php
(#31) Not recommended phpdocs tag @version used
(#27) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#27) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#26) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Debug/DebugCodeSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Debug/FirebugConsoleSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Objects/AssignThisSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Objects/CreateWidgetTypeCallbackSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Objects/DisallowNewWidgetSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP/AjaxNullComparisonSniff.php
(#26) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP/EvalObjectFactorySniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP/GetRequestDataSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/PHP/ReturnFunctionValueSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Sniffs/Strings/JoinStringsSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/CSS/BrowserSpecificStylesUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class SomethingActions is not documented
(#36) Class AbstractEditingScreenModeWidgetActions is not documented
(#5) Function SomethingActions::_x is not documented
(#10) Function SomethingActions::y is not documented
(#21) Function SomethingActions::z is not documented
(#25) Function SomethingActions::a is not documented
(#38) Function AbstractEditingScreenModeWidgetActions::getScreens is not documented
(#43) Function AbstractEditingScreenModeWidgetActions::setHelpScreenTitle is not documented
(#2) Package is not specified for class SomethingActions. It is also not specified in file-level phpdocs
(#36) Package is not specified for class AbstractEditingScreenModeWidgetActions. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Channels/DisallowSelfActionsUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.inc
(#2) File-level phpdocs block is not found
(#31) Class AssetListingAssetType is not documented
(#69) Class MyWidget is not documented
(#70) Class MyOtherWidget is not documented
(#75) Class AssetListingUnitTest is not documented
(#6) Function one is not documented
(#13) Function two is not documented
(#18) Function three is not documented
(#33) Function AssetListingAssetType::one is not documented
(#40) Function AssetListingAssetType::two is not documented
(#46) Function AssetListingAssetType::three is not documented
(#77) Function AssetListingUnitTest::setUp is not documented
(#83) Function AssetListingUnitTest::two is not documented
(#88) Function AssetListingUnitTest::three is not documented
(#102) Function two is not documented
(#31) Package is not specified for class AssetListingAssetType. It is also not specified in file-level phpdocs
(#69) Package is not specified for class MyWidget. It is also not specified in file-level phpdocs
(#70) Package is not specified for class MyOtherWidget. It is also not specified in file-level phpdocs
(#75) Package is not specified for class AssetListingUnitTest. It is also not specified in file-level phpdocs
(#6) Package is not specified for function one. It is also not specified in file-level phpdocs
(#13) Package is not specified for function two. It is also not specified in file-level phpdocs
(#18) Package is not specified for function three. It is also not specified in file-level phpdocs
(#102) Package is not specified for function two. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Channels/IncludeSystemUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.inc
(#2) File-level phpdocs block is not found
(#20) Class AssetListingAssetType is not documented
(#35) Class MyLog is not documented
(#38) Class MyLog is not documented
(#40) Class MyLog is not documented
(#43) Class MyLog is not documented
(#55) Class MyOtherWidget is not documented
(#7) Function one is not documented
(#14) Function two is not documented
(#22) Function AssetListingAssetType::one is not documented
(#28) Function AssetListingAssetType::two is not documented
(#57) Function myFunction is not documented
(#20) Package is not specified for class AssetListingAssetType. It is also not specified in file-level phpdocs
(#35) Package is not specified for class MyLog. It is also not specified in file-level phpdocs
(#38) Package is not specified for class MyLog. It is also not specified in file-level phpdocs
(#40) Package is not specified for class MyLog. It is also not specified in file-level phpdocs
(#43) Package is not specified for class MyLog. It is also not specified in file-level phpdocs
(#55) Package is not specified for class MyOtherWidget. It is also not specified in file-level phpdocs
(#7) Package is not specified for function one. It is also not specified in file-level phpdocs
(#14) Package is not specified for function two. It is also not specified in file-level phpdocs
(#57) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Channels/UnusedSystemUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.inc
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#7) Invalid phpdocs tag @api used
(#8) Invalid phpdocs tag @api-privilege used
(#9) Invalid phpdocs tag @api-mustlock used
(#18) Invalid phpdocs tag @api used
(#25) Invalid phpdocs tag @api used
(#36) Invalid phpdocs tag @api-privilege used
(#36) Invalid phpdocs tag @api used
(#38) Invalid phpdocs tag @api-mustlock used
(#47) Invalid phpdocs tag @api used
(#49) Invalid phpdocs tag @api-privilege used
(#50) Invalid phpdocs tag @api-mustlock used
(#58) Invalid phpdocs tag @api used
(#67) Invalid phpdocs tag @hello used
(#77) Invalid phpdocs tag @api used
(#78) Invalid phpdocs tag @api-privilege used
(#79) Invalid phpdocs tag @api-mustlock used
(#88) Invalid phpdocs tag @api used
(#89) Invalid phpdocs tag @api-mustlock used
(#98) Invalid phpdocs tag @api used
(#2) Package is not specified for function functionCall. It is also not specified in file-level phpdocs
(#13) Package is not specified for function functionCall. It is also not specified in file-level phpdocs
(#22) Package is not specified for function functionCall. It is also not specified in file-level phpdocs
(#31) Package is not specified for function functionCall. It is also not specified in file-level phpdocs
(#42) Package is not specified for function functionCall. It is also not specified in file-level phpdocs
(#54) Package is not specified for function functionCall. It is also not specified in file-level phpdocs
(#72) Package is not specified for function functionCall. It is also not specified in file-level phpdocs
(#83) Package is not specified for function functionCall. It is also not specified in file-level phpdocs
(#93) Package is not specified for function functionCall. It is also not specified in file-level phpdocs
(#68) Package Test is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Commenting/FunctionCommentUnitTest.php
(#23) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#19) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Debug/DebugCodeUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Debug/DebugCodeUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Debug/FirebugConsoleUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Objects/AssignThisUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Objects/CreateWidgetTypeCallbackUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Objects/DisallowNewWidgetUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.inc
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Invalid phpdocs tag @api used
(#23) Invalid phpdocs tag @api-permission used
(#2) Package is not specified for function addIssue. It is also not specified in file-level phpdocs
(#139) Package is not specified for function addIssue. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/PHP/AjaxNullComparisonUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Function getWidget is not documented
(#9) Function getWidget2 is not documented
(#18) Function getWidget3 is not documented
(#2) Package is not specified for function getWidget. It is also not specified in file-level phpdocs
(#9) Package is not specified for function getWidget2. It is also not specified in file-level phpdocs
(#18) Package is not specified for function getWidget3. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/PHP/EvalObjectFactoryUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.inc
(#2) File-level phpdocs block is not found
(#11) Class Security is not documented
(#18) Class Insecurity is not documented
(#13) Function Security::getRequestData is not documented
(#20) Function Insecurity::getRequestData is not documented
(#11) Package is not specified for class Security. It is also not specified in file-level phpdocs
(#18) Package is not specified for class Insecurity. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/PHP/GetRequestDataUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/PHP/ReturnFunctionValueUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/MySource/Tests/Strings/JoinStringsUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer_MySource is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Classes/ClassDeclarationSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ClassCommentSniff.php
(#46) Not recommended phpdocs tag @version used
(#41) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#41) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#40) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FileCommentSniff.php
(#45) Class PEAR_Sniffs_Commenting_FileCommentSniff is not documented
(#41) Not recommended phpdocs tag @version used
(#36) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#36) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#35) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting/FunctionCommentSniff.php
(#44) Not recommended phpdocs tag @version used
(#39) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#39) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#38) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Commenting/InlineCommentSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/ControlSignatureSniff.php
(#29) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/MultiLineConditionSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Files/IncludingFileSniff.php
(#29) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Formatting/MultiLineAssignmentSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionCallSignatureSniff.php
(#25) Not recommended phpdocs tag @version used
(#20) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Functions/FunctionDeclarationSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/Functions/ValidDefaultValueSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidClassNameSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidFunctionNameSniff.php
(#32) Not recommended phpdocs tag @version used
(#27) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#27) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#26) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/ValidVariableNameSniff.php
(#30) Not recommended phpdocs tag @version used
(#26) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#26) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#25) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ObjectOperatorIndentSniff.php
(#26) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Sniffs/WhiteSpace/ScopeIndentSniff.php
(#33) Not recommended phpdocs tag @version used
(#28) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#28) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#27) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#4) Class CorrectClassDeclaration is not documented
(#9) Class CorrectClassDeclarationWithExtends is not documented
(#14) Class CorrectClassDeclarationWithImplements is not documented
(#21) Class IncorrectBracePlacement is not documented
(#22) Class IncorrectBracePlacementWithExtends is not documented
(#23) Class IncorrectBracePlacementWithImplements is not documented
(#26) Class IncorrectCodeAfterOpeningBrace is not documented
(#31) Class IncorrectClassDeclarationWithExtends is not documented
(#37) Class IncorrectBracePlacement is not documented
(#41) Class CodeSnifferFail is not documented
(#52) Class CodeSnifferFail is not documented
(#66) Class B is not documented
(#4) Package is not specified for class CorrectClassDeclaration. It is also not specified in file-level phpdocs
(#9) Package is not specified for class CorrectClassDeclarationWithExtends. It is also not specified in file-level phpdocs
(#14) Package is not specified for class CorrectClassDeclarationWithImplements. It is also not specified in file-level phpdocs
(#21) Package is not specified for class IncorrectBracePlacement. It is also not specified in file-level phpdocs
(#22) Package is not specified for class IncorrectBracePlacementWithExtends. It is also not specified in file-level phpdocs
(#23) Package is not specified for class IncorrectBracePlacementWithImplements. It is also not specified in file-level phpdocs
(#26) Package is not specified for class IncorrectCodeAfterOpeningBrace. It is also not specified in file-level phpdocs
(#31) Package is not specified for class IncorrectClassDeclarationWithExtends. It is also not specified in file-level phpdocs
(#37) Package is not specified for class IncorrectBracePlacement. It is also not specified in file-level phpdocs
(#41) Package is not specified for class CodeSnifferFail. It is also not specified in file-level phpdocs
(#52) Package is not specified for class CodeSnifferFail. It is also not specified in file-level phpdocs
(#66) Package is not specified for class B. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Classes/ClassDeclarationUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.inc
(#2) File-level phpdocs block is not found
(#4) Class No_Comment is not documented
(#15) Class Invalid_Comment_Style1 is not documented
(#85) Class Sub_Class is not documented
(#93) No one-line description found in phpdocs for class Empty_Class_Doc
(#93) Class Empty_Class_Doc does not have @copyright tag
(#93) Class Empty_Class_Doc does not have @license tag
(#80) Invalid phpdocs tag @unknown used
(#35) Not recommended phpdocs tag @version used
(#51) Not recommended phpdocs tag @version used
(#73) Not recommended phpdocs tag @version used
(#67) Invalid inline phpdocs tag @example found
(#4) Package is not specified for class No_Comment. It is also not specified in file-level phpdocs
(#15) Package is not specified for class Invalid_Comment_Style1. It is also not specified in file-level phpdocs
(#85) Package is not specified for class Sub_Class. It is also not specified in file-level phpdocs
(#93) Package is not specified for class Empty_Class_Doc. It is also not specified in file-level phpdocs
(#31) Package PHP_CodeSniffer is not valid
(#47) Package PHP_CodeSniffer is not valid
(#64) Package PHP_CodeSniffer is not valid
(#64) Package ADDITIONAL PACKAGE TAG is not valid
(#30) Category PHP is not valid
(#46) Category PHP is not valid
(#63) Category _wrong_category is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/ClassCommentUnitTest.php
(#25) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.inc
(#2) File-level phpdocs block is not found
(#39) Invalid phpdocs tag @summary used
(#34) Not recommended phpdocs tag @version used
(#22) Package PHP_CodeSniffer is not valid
(#22) Package ADDITIONAL PACKAGE TAG is not valid
(#21) Category _wrong_category is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/FileCommentUnitTest.php
(#36) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#31) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#30) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class PHP_CodeSniffer_File is not documented
(#246) Class MyClass is not documented
(#28) Function PHP_CodeSniffer_File::invalidCommentStyle is not documented
(#103) Function PHP_CodeSniffer_File::missingComment is not documented
(#165) Function missingCommentOutsideClass is not documented
(#172) Function tagBeforeComment is not documented
(#234) Function myFunction is not documented
(#204) There is no description in phpdocs for function emptyFunctionDocComment
(#10) Phpdocs for function PHP_CodeSniffer_File::_functionCall has incomplete parameters list
(#109) Phpdocs for function PHP_CodeSniffer_File::noReturn has incomplete parameters list
(#123) Phpdocs for function PHP_CodeSniffer_File::missingDescroption has incomplete parameters list
(#193) Phpdocs for function missingTwoParamComment has incomplete parameters list
(#196) Invalid phpdocs tag @fine used
(#64) Not recommended phpdocs tag @access used
(#217) Not recommended phpdocs tag @access used
(#228) Not recommended phpdocs tag @access used
(#239) Not recommended phpdocs tag @access used
(#2) Package is not specified for class PHP_CodeSniffer_File. It is also not specified in file-level phpdocs
(#246) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#152) Package is not specified for function functionOutsideClass. It is also not specified in file-level phpdocs
(#165) Package is not specified for function missingCommentOutsideClass. It is also not specified in file-level phpdocs
(#172) Package is not specified for function tagBeforeComment. It is also not specified in file-level phpdocs
(#178) Package is not specified for function noReturnOutsideClass. It is also not specified in file-level phpdocs
(#190) Package is not specified for function missingTwoParamComment. It is also not specified in file-level phpdocs
(#204) Package is not specified for function emptyFunctionDocComment. It is also not specified in file-level phpdocs
(#212) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#234) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#236) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/FunctionCommentUnitTest.php
(#25) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.inc
(#2) Empty line found after PHP open tag
(#11) File-level phpdocs block is not found
(#11) Function test is not documented
(#11) Package is not specified for function test. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Commenting/InlineCommentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/ControlStructures/ControlSignatureUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.inc
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/ControlStructures/MultiLineConditionUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#53) Function get_some_value is not documented
(#53) Package is not specified for function get_some_value. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Files/IncludingFileUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.inc
(#2) File-level phpdocs block is not found
(#17) Function getInstalledStandards is not documented
(#17) Package is not specified for function getInstalledStandards. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Formatting/MultiLineAssignmentUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Class TestClass is not documented
(#27) Function TestClass::test is not documented
(#67) Function testFunction is not documented
(#108) Function doSomething is not documented
(#145) Function doSomething is not documented
(#195) Function foo is not documented
(#24) Constant TestClass::const1 is not documented
(#25) Constant TestClass::CONST2 is not documented
(#21) Package is not specified for class TestClass. It is also not specified in file-level phpdocs
(#67) Package is not specified for function testFunction. It is also not specified in file-level phpdocs
(#108) Package is not specified for function doSomething. It is also not specified in file-level phpdocs
(#145) Package is not specified for function doSomething. It is also not specified in file-level phpdocs
(#195) Package is not specified for function foo. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionCallSignatureUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.inc
(#2) File-level phpdocs block is not found
(#21) Class MyClass is not documented
(#2) Function someFunctionWithAVeryLongName is not documented
(#8) Function someFunctionWithAVeryLongName2 is not documented
(#14) Function blah is not documented
(#17) Function blah is not documented
(#24) Function MyClass::someFunctionWithAVeryLongName is not documented
(#30) Function MyClass::someFunctionWithAVeryLongName2 is not documented
(#35) Function MyClass::processTokenWithinScope is not documented
(#41) Function MyClass::processToken is not documented
(#48) Function getInstalledStandards is not documented
(#55) Function testFunction is not documented
(#60) Function testFunction is not documented
(#64) Function validateUrl is not documented
(#113) Function test is not documented
(#21) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#2) Package is not specified for function someFunctionWithAVeryLongName. It is also not specified in file-level phpdocs
(#8) Package is not specified for function someFunctionWithAVeryLongName2. It is also not specified in file-level phpdocs
(#14) Package is not specified for function blah. It is also not specified in file-level phpdocs
(#17) Package is not specified for function blah. It is also not specified in file-level phpdocs
(#48) Package is not specified for function getInstalledStandards. It is also not specified in file-level phpdocs
(#55) Package is not specified for function testFunction. It is also not specified in file-level phpdocs
(#60) Package is not specified for function testFunction. It is also not specified in file-level phpdocs
(#64) Package is not specified for function validateUrl. It is also not specified in file-level phpdocs
(#113) Package is not specified for function test. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Functions/FunctionDeclarationUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#43) Class myClass is not documented
(#4) Function myFunction is not documented
(#9) Function myFunction is not documented
(#14) Function myFunction is not documented
(#19) Function myFunction is not documented
(#24) Function myFunction is not documented
(#29) Function myFunction is not documented
(#34) Function myFunction is not documented
(#39) Function myFunction is not documented
(#46) Function myClass::myFunction is not documented
(#51) Function myClass::myFunction is not documented
(#56) Function myClass::myFunction is not documented
(#61) Function myClass::myFunction is not documented
(#66) Function myClass::myFunction is not documented
(#71) Function myClass::myFunction is not documented
(#76) Function myClass::myFunction is not documented
(#81) Function myClass::myFunction is not documented
(#43) Package is not specified for class myClass. It is also not specified in file-level phpdocs
(#4) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#9) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#14) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#19) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#24) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#29) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#34) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#39) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/Functions/ValidDefaultValueUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class Valid_Name is not documented
(#5) Class invalid_Name is not documented
(#7) Class invalid_name is not documented
(#9) Class Invalid_name is not documented
(#11) Class VALID_Name is not documented
(#13) Class VALID_NAME is not documented
(#15) Class VALID_Name is not documented
(#17) Class ValidName is not documented
(#19) Class _Invalid_Name is not documented
(#40) Class ___ is not documented
(#44) Class Invalid__Name is not documented
(#3) Package is not specified for class Valid_Name. It is also not specified in file-level phpdocs
(#5) Package is not specified for class invalid_Name. It is also not specified in file-level phpdocs
(#7) Package is not specified for class invalid_name. It is also not specified in file-level phpdocs
(#9) Package is not specified for class Invalid_name. It is also not specified in file-level phpdocs
(#11) Package is not specified for class VALID_Name. It is also not specified in file-level phpdocs
(#13) Package is not specified for class VALID_NAME. It is also not specified in file-level phpdocs
(#15) Package is not specified for class VALID_Name. It is also not specified in file-level phpdocs
(#17) Package is not specified for class ValidName. It is also not specified in file-level phpdocs
(#19) Package is not specified for class _Invalid_Name. It is also not specified in file-level phpdocs
(#40) Package is not specified for class ___. It is also not specified in file-level phpdocs
(#44) Package is not specified for class Invalid__Name. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidClassNameUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class My_Class is not documented
(#135) Class Magic_Test is not documented
(#177) Class Closure_Test is not documented
(#188) Class MyClass is not documented
(#199) Class Magic_Case_Test is not documented
(#5) Function My_Class::__construct is not documented
(#6) Function My_Class::My_Class is not documented
(#7) Function My_Class::_My_Class is not documented
(#9) Function My_Class::getSomeValue is not documented
(#10) Function My_Class::parseMyDSN is not documented
(#11) Function My_Class::get_some_value is not documented
(#12) Function My_Class::GetSomeValue is not documented
(#13) Function My_Class::getSomeValue_Again is not documented
(#14) Function My_Class::My_Package_getSomeValue is not documented
(#15) Function My_Class::_getSomeValue is not documented
(#16) Function My_Class::_parseMyDSN is not documented
(#17) Function My_Class::_get_some_value is not documented
(#18) Function My_Class::_GetSomeValue is not documented
(#19) Function My_Class::_getSomeValue_Again is not documented
(#20) Function My_Class::_My_Package_getSomeValue is not documented
(#22) Function My_Class::getSomeValue is not documented
(#23) Function My_Class::parseMyDSN is not documented
(#24) Function My_Class::get_some_value is not documented
(#25) Function My_Class::GetSomeValue is not documented
(#26) Function My_Class::getSomeValue_Again is not documented
(#27) Function My_Class::My_Package_getSomeValue is not documented
(#28) Function My_Class::_getSomeValue is not documented
(#29) Function My_Class::_parseMyDSN is not documented
(#30) Function My_Class::_get_some_value is not documented
(#31) Function My_Class::_GetSomeValue is not documented
(#32) Function My_Class::_getSomeValue_Again is not documented
(#33) Function My_Class::_My_Package_getSomeValue is not documented
(#35) Function My_Class::getSomeValue is not documented
(#36) Function My_Class::parseMyDSN is not documented
(#37) Function My_Class::get_some_value is not documented
(#38) Function My_Class::GetSomeValue is not documented
(#39) Function My_Class::getSomeValue_Again is not documented
(#40) Function My_Class::My_Package_getSomeValue is not documented
(#41) Function My_Class::_getSomeValue is not documented
(#42) Function My_Class::_parseMyDSN is not documented
(#43) Function My_Class::_get_some_value is not documented
(#44) Function My_Class::_GetSomeValue is not documented
(#45) Function My_Class::_getSomeValue_Again is not documented
(#46) Function My_Class::_My_Package_getSomeValue is not documented
(#48) Function My_Class::getSomeValue is not documented
(#49) Function My_Class::parseMyDSN is not documented
(#50) Function My_Class::get_some_value is not documented
(#51) Function My_Class::GetSomeValue is not documented
(#52) Function My_Class::getSomeValue_Again is not documented
(#53) Function My_Class::My_Package_getSomeValue is not documented
(#54) Function My_Class::_getSomeValue is not documented
(#55) Function My_Class::_parseMyDSN is not documented
(#56) Function My_Class::_get_some_value is not documented
(#57) Function My_Class::_GetSomeValue is not documented
(#58) Function My_Class::_getSomeValue_Again is not documented
(#59) Function My_Class::_My_Package_getSomeValue is not documented
(#65) Function getSomeValue is not documented
(#66) Function parseMyDSN is not documented
(#67) Function get_some_value is not documented
(#68) Function GetSomeValue is not documented
(#69) Function getSomeValue_Again is not documented
(#70) Function My_Package_getSomeValue is not documented
(#71) Function _getSomeValue is not documented
(#72) Function _parseMyDSN is not documented
(#73) Function _get_some_value is not documented
(#74) Function _GetSomeValue is not documented
(#75) Function _getSomeValue_Again is not documented
(#76) Function _My_Package_getSomeValue is not documented
(#78) Function getSomeValue is not documented
(#79) Function parseMyDSN is not documented
(#80) Function get_some_value is not documented
(#81) Function GetSomeValue is not documented
(#82) Function getSomeValue_Again is not documented
(#83) Function My_Package_getSomeValue is not documented
(#84) Function _getSomeValue is not documented
(#85) Function _parseMyDSN is not documented
(#86) Function _get_some_value is not documented
(#87) Function _GetSomeValue is not documented
(#88) Function _getSomeValue_Again is not documented
(#89) Function _My_Package_getSomeValue is not documented
(#91) Function getSomeValue is not documented
(#92) Function parseMyDSN is not documented
(#93) Function get_some_value is not documented
(#94) Function GetSomeValue is not documented
(#95) Function getSomeValue_Again is not documented
(#96) Function My_Package_getSomeValue is not documented
(#97) Function _getSomeValue is not documented
(#98) Function _parseMyDSN is not documented
(#99) Function _get_some_value is not documented
(#100) Function _GetSomeValue is not documented
(#101) Function _getSomeValue_Again is not documented
(#102) Function _My_Package_getSomeValue is not documented
(#104) Function getSomeValue is not documented
(#105) Function parseMyDSN is not documented
(#106) Function get_some_value is not documented
(#107) Function GetSomeValue is not documented
(#108) Function getSomeValue_Again is not documented
(#109) Function My_Package_getSomeValue is not documented
(#110) Function _getSomeValue is not documented
(#111) Function _parseMyDSN is not documented
(#112) Function _get_some_value is not documented
(#113) Function _GetSomeValue is not documented
(#114) Function _getSomeValue_Again is not documented
(#115) Function _My_Package_getSomeValue is not documented
(#119) Function My_Package_getSomeValue is not documented
(#120) Function My_Package_parseMyDSN is not documented
(#121) Function My_Package_get_some_value is not documented
(#122) Function My_PackagegetSomeValue is not documented
(#123) Function My_Package_getSomeValue_Again is not documented
(#124) Function My_Package is not documented
(#125) Function _My_Package_getSomeValue is not documented
(#126) Function _My_Package_parseMyDSN is not documented
(#127) Function _My_Package_get_some_value is not documented
(#128) Function _My_PackagegetSomeValue is not documented
(#129) Function _My_Package_getSomeValue_Again is not documented
(#130) Function _My_Package is not documented
(#136) Function Magic_Test::__construct is not documented
(#137) Function Magic_Test::__destruct is not documented
(#138) Function Magic_Test::__call is not documented
(#139) Function Magic_Test::__callStatic is not documented
(#140) Function Magic_Test::__get is not documented
(#141) Function Magic_Test::__set is not documented
(#142) Function Magic_Test::__isset is not documented
(#143) Function Magic_Test::__unset is not documented
(#144) Function Magic_Test::__sleep is not documented
(#145) Function Magic_Test::__wakeup is not documented
(#146) Function Magic_Test::__toString is not documented
(#147) Function Magic_Test::__set_state is not documented
(#148) Function Magic_Test::__clone is not documented
(#149) Function Magic_Test::__autoload is not documented
(#150) Function Magic_Test::__invoke is not documented
(#151) Function Magic_Test::__myFunction is not documented
(#152) Function Magic_Test::__my_function is not documented
(#155) Function __construct is not documented
(#156) Function __destruct is not documented
(#157) Function __call is not documented
(#158) Function __callStatic is not documented
(#159) Function __get is not documented
(#160) Function __set is not documented
(#161) Function __isset is not documented
(#162) Function __unset is not documented
(#163) Function __sleep is not documented
(#164) Function __wakeup is not documented
(#165) Function __toString is not documented
(#166) Function __set_state is not documented
(#167) Function __clone is not documented
(#168) Function __autoload is not documented
(#169) Function __invoke is not documented
(#170) Function __myFunction is not documented
(#171) Function __my_function is not documented
(#173) Function my_package_function is not documented
(#174) Function Package_ is not documented
(#175) Function Package is not documented
(#178) Function Closure_Test::test is not documented
(#183) Function test is not documented
(#191) Function MyClass::__construct is not documented
(#196) Function __call is not documented
(#200) Function Magic_Case_Test::__Construct is not documented
(#201) Function Magic_Case_Test::__isSet is not documented
(#202) Function Magic_Case_Test::__tostring is not documented
(#204) Function __autoLoad is not documented
(#187) Invalid phpdocs tag @codingStandardsIgnoreStart used
(#190) Invalid phpdocs tag @codingStandardsIgnoreEnd used
(#3) Package is not specified for class My_Class. It is also not specified in file-level phpdocs
(#135) Package is not specified for class Magic_Test. It is also not specified in file-level phpdocs
(#177) Package is not specified for class Closure_Test. It is also not specified in file-level phpdocs
(#188) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#199) Package is not specified for class Magic_Case_Test. It is also not specified in file-level phpdocs
(#65) Package is not specified for function getSomeValue. It is also not specified in file-level phpdocs
(#66) Package is not specified for function parseMyDSN. It is also not specified in file-level phpdocs
(#67) Package is not specified for function get_some_value. It is also not specified in file-level phpdocs
(#68) Package is not specified for function GetSomeValue. It is also not specified in file-level phpdocs
(#69) Package is not specified for function getSomeValue_Again. It is also not specified in file-level phpdocs
(#70) Package is not specified for function My_Package_getSomeValue. It is also not specified in file-level phpdocs
(#71) Package is not specified for function _getSomeValue. It is also not specified in file-level phpdocs
(#72) Package is not specified for function _parseMyDSN. It is also not specified in file-level phpdocs
(#73) Package is not specified for function _get_some_value. It is also not specified in file-level phpdocs
(#74) Package is not specified for function _GetSomeValue. It is also not specified in file-level phpdocs
(#75) Package is not specified for function _getSomeValue_Again. It is also not specified in file-level phpdocs
(#76) Package is not specified for function _My_Package_getSomeValue. It is also not specified in file-level phpdocs
(#78) Package is not specified for function getSomeValue. It is also not specified in file-level phpdocs
(#79) Package is not specified for function parseMyDSN. It is also not specified in file-level phpdocs
(#80) Package is not specified for function get_some_value. It is also not specified in file-level phpdocs
(#81) Package is not specified for function GetSomeValue. It is also not specified in file-level phpdocs
(#82) Package is not specified for function getSomeValue_Again. It is also not specified in file-level phpdocs
(#83) Package is not specified for function My_Package_getSomeValue. It is also not specified in file-level phpdocs
(#84) Package is not specified for function _getSomeValue. It is also not specified in file-level phpdocs
(#85) Package is not specified for function _parseMyDSN. It is also not specified in file-level phpdocs
(#86) Package is not specified for function _get_some_value. It is also not specified in file-level phpdocs
(#87) Package is not specified for function _GetSomeValue. It is also not specified in file-level phpdocs
(#88) Package is not specified for function _getSomeValue_Again. It is also not specified in file-level phpdocs
(#89) Package is not specified for function _My_Package_getSomeValue. It is also not specified in file-level phpdocs
(#91) Package is not specified for function getSomeValue. It is also not specified in file-level phpdocs
(#92) Package is not specified for function parseMyDSN. It is also not specified in file-level phpdocs
(#93) Package is not specified for function get_some_value. It is also not specified in file-level phpdocs
(#94) Package is not specified for function GetSomeValue. It is also not specified in file-level phpdocs
(#95) Package is not specified for function getSomeValue_Again. It is also not specified in file-level phpdocs
(#96) Package is not specified for function My_Package_getSomeValue. It is also not specified in file-level phpdocs
(#97) Package is not specified for function _getSomeValue. It is also not specified in file-level phpdocs
(#98) Package is not specified for function _parseMyDSN. It is also not specified in file-level phpdocs
(#99) Package is not specified for function _get_some_value. It is also not specified in file-level phpdocs
(#100) Package is not specified for function _GetSomeValue. It is also not specified in file-level phpdocs
(#101) Package is not specified for function _getSomeValue_Again. It is also not specified in file-level phpdocs
(#102) Package is not specified for function _My_Package_getSomeValue. It is also not specified in file-level phpdocs
(#104) Package is not specified for function getSomeValue. It is also not specified in file-level phpdocs
(#105) Package is not specified for function parseMyDSN. It is also not specified in file-level phpdocs
(#106) Package is not specified for function get_some_value. It is also not specified in file-level phpdocs
(#107) Package is not specified for function GetSomeValue. It is also not specified in file-level phpdocs
(#108) Package is not specified for function getSomeValue_Again. It is also not specified in file-level phpdocs
(#109) Package is not specified for function My_Package_getSomeValue. It is also not specified in file-level phpdocs
(#110) Package is not specified for function _getSomeValue. It is also not specified in file-level phpdocs
(#111) Package is not specified for function _parseMyDSN. It is also not specified in file-level phpdocs
(#112) Package is not specified for function _get_some_value. It is also not specified in file-level phpdocs
(#113) Package is not specified for function _GetSomeValue. It is also not specified in file-level phpdocs
(#114) Package is not specified for function _getSomeValue_Again. It is also not specified in file-level phpdocs
(#115) Package is not specified for function _My_Package_getSomeValue. It is also not specified in file-level phpdocs
(#119) Package is not specified for function My_Package_getSomeValue. It is also not specified in file-level phpdocs
(#120) Package is not specified for function My_Package_parseMyDSN. It is also not specified in file-level phpdocs
(#121) Package is not specified for function My_Package_get_some_value. It is also not specified in file-level phpdocs
(#122) Package is not specified for function My_PackagegetSomeValue. It is also not specified in file-level phpdocs
(#123) Package is not specified for function My_Package_getSomeValue_Again. It is also not specified in file-level phpdocs
(#124) Package is not specified for function My_Package. It is also not specified in file-level phpdocs
(#125) Package is not specified for function _My_Package_getSomeValue. It is also not specified in file-level phpdocs
(#126) Package is not specified for function _My_Package_parseMyDSN. It is also not specified in file-level phpdocs
(#127) Package is not specified for function _My_Package_get_some_value. It is also not specified in file-level phpdocs
(#128) Package is not specified for function _My_PackagegetSomeValue. It is also not specified in file-level phpdocs
(#129) Package is not specified for function _My_Package_getSomeValue_Again. It is also not specified in file-level phpdocs
(#130) Package is not specified for function _My_Package. It is also not specified in file-level phpdocs
(#155) Package is not specified for function __construct. It is also not specified in file-level phpdocs
(#156) Package is not specified for function __destruct. It is also not specified in file-level phpdocs
(#157) Package is not specified for function __call. It is also not specified in file-level phpdocs
(#158) Package is not specified for function __callStatic. It is also not specified in file-level phpdocs
(#159) Package is not specified for function __get. It is also not specified in file-level phpdocs
(#160) Package is not specified for function __set. It is also not specified in file-level phpdocs
(#161) Package is not specified for function __isset. It is also not specified in file-level phpdocs
(#162) Package is not specified for function __unset. It is also not specified in file-level phpdocs
(#163) Package is not specified for function __sleep. It is also not specified in file-level phpdocs
(#164) Package is not specified for function __wakeup. It is also not specified in file-level phpdocs
(#165) Package is not specified for function __toString. It is also not specified in file-level phpdocs
(#166) Package is not specified for function __set_state. It is also not specified in file-level phpdocs
(#167) Package is not specified for function __clone. It is also not specified in file-level phpdocs
(#168) Package is not specified for function __autoload. It is also not specified in file-level phpdocs
(#169) Package is not specified for function __invoke. It is also not specified in file-level phpdocs
(#170) Package is not specified for function __myFunction. It is also not specified in file-level phpdocs
(#171) Package is not specified for function __my_function. It is also not specified in file-level phpdocs
(#173) Package is not specified for function my_package_function. It is also not specified in file-level phpdocs
(#174) Package is not specified for function Package_. It is also not specified in file-level phpdocs
(#175) Package is not specified for function Package. It is also not specified in file-level phpdocs
(#183) Package is not specified for function test. It is also not specified in file-level phpdocs
(#196) Package is not specified for function __call. It is also not specified in file-level phpdocs
(#204) Package is not specified for function __autoLoad. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidFunctionNameUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class MyClass is not documented
(#25) Class MyClass is not documented
(#37) Class MyClass is not documented
(#44) Class MyClass is not documented
(#51) Class MyClass is not documented
(#61) Class mpgResponse is not documented
(#75) Class foo is not documented
(#82) Class foo is not documented
(#89) Class a is not documented
(#27) Function MyClass::func1 is not documented
(#29) Function MyClass::func2 is not documented
(#39) Function MyClass::prepare is not documented
(#40) Function MyClass::paint is not documented
(#52) Function MyClass::myFunction is not documented
(#64) Function mpgResponse::characterHandler is not documented
(#4) Variable MyClass::$varName is not documented
(#5) Variable MyClass::$var_name is not documented
(#6) Variable MyClass::$varname is not documented
(#7) Variable MyClass::$_varName is not documented
(#9) Variable MyClass::$varName is not documented
(#10) Variable MyClass::$var_name is not documented
(#11) Variable MyClass::$varname is not documented
(#12) Variable MyClass::$_varName is not documented
(#14) Variable MyClass::$varName is not documented
(#15) Variable MyClass::$var_name is not documented
(#16) Variable MyClass::$varname is not documented
(#17) Variable MyClass::$_varName is not documented
(#19) Variable MyClass::$_varName is not documented
(#20) Variable MyClass::$_var_name is not documented
(#21) Variable MyClass::$_varname is not documented
(#22) Variable MyClass::$varName is not documented
(#46) Variable MyClass::$varName is not documented
(#47) Variable MyClass::$var_name is not documented
(#62) Variable mpgResponse::$term_id is not documented
(#63) Variable mpgResponse::$currentTag is not documented
(#84) Variable foo::$c is not documented
(#92) Variable a::$_sheet is not documented
(#93) Variable a::$_FieldParser is not documented
(#94) Variable a::$_key is not documented
(#77) Constant foo::bar is not documented
(#2) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#25) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#37) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#44) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#51) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#61) Package is not specified for class mpgResponse. It is also not specified in file-level phpdocs
(#75) Package is not specified for class foo. It is also not specified in file-level phpdocs
(#82) Package is not specified for class foo. It is also not specified in file-level phpdocs
(#89) Package is not specified for class a. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/NamingConventions/ValidVariableNameUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ObjectOperatorIndentUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class Test is not documented
(#22) Class Test2 is not documented
(#5) Function Test::__construct is not documented
(#9) Function Test::test1 is not documented
(#13) Function Test::test2 is not documented
(#15) Function Test::_test3 is not documented
(#27) Function test2 is not documented
(#3) Package is not specified for class Test. It is also not specified in file-level phpdocs
(#22) Package is not specified for class Test2. It is also not specified in file-level phpdocs
(#27) Package is not specified for function test2. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class Test is not documented
(#54) Class Test2 is not documented
(#150) Class Test3 is not documented
(#5) Function Test::__construct is not documented
(#10) Function Test::hello is not documented
(#15) Function Test::hello2 is not documented
(#32) Function Test::hello3 is not documented
(#56) Function Test2::__construct is not documented
(#61) Function Test2::open is not documented
(#133) Function Test2::read is not documented
(#152) Function Test3::parse is not documented
(#184) Function test is not documented
(#220) Function test is not documented
(#265) Function temp is not documented
(#3) Package is not specified for class Test. It is also not specified in file-level phpdocs
(#54) Package is not specified for class Test2. It is also not specified in file-level phpdocs
(#150) Package is not specified for class Test3. It is also not specified in file-level phpdocs
(#184) Package is not specified for function test. It is also not specified in file-level phpdocs
(#220) Package is not specified for function test. It is also not specified in file-level phpdocs
(#265) Package is not specified for function temp. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PEAR/Tests/WhiteSpace/ScopeIndentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Sniffs/Classes/ClassDeclarationSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Sniffs/Files/SideEffectsSniff.php
(#26) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Sniffs/Methods/CamelCapsMethodNameSniff.php
(#29) Not recommended phpdocs tag @version used
(#25) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#25) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#24) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class Foo is not documented
(#3) Class Bar is not documented
(#2) Package is not specified for class Foo. It is also not specified in file-level phpdocs
(#3) Package is not specified for class Bar. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Tests/Classes/ClassDeclarationUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.1.inc
(#2) File-level phpdocs block is not found
(#16) Class Foo is not documented
(#39) Class MyClass is not documented
(#57) Class A is not documented
(#21) Function Foo::Bar is not documented
(#26) Function MyFunction is not documented
(#32) Function YourFunction is not documented
(#41) Function MyClass::SomeFunction is not documented
(#18) Variable Foo::$myvar is not documented
(#4) Constant CONSTANT1 is not documented
(#5) Constant CONSTANT2 is not documented
(#16) Package is not specified for class Foo. It is also not specified in file-level phpdocs
(#39) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#57) Package is not specified for class A. It is also not specified in file-level phpdocs
(#26) Package is not specified for function MyFunction. It is also not specified in file-level phpdocs
(#32) Package is not specified for function YourFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.2.inc
(#2) File-level phpdocs block is not found
(#4) Constant CONSTANT1 is not documented
(#5) Constant CONSTANT2 is not documented
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.3.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.4.inc
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
(#3) Function printHead is not documented
(#3) Package is not specified for function printHead. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Tests/Files/SideEffectsUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class My_Class is not documented
(#33) Class Closure_Test is not documented
(#44) Class Magic_Case_Test is not documented
(#51) Class Foo is not documented
(#5) Function My_Class::__construct is not documented
(#6) Function My_Class::My_Class is not documented
(#7) Function My_Class::_My_Class is not documented
(#9) Function My_Class::getSomeValue is not documented
(#10) Function My_Class::parseMyDSN is not documented
(#11) Function My_Class::get_some_value is not documented
(#12) Function My_Class::GetSomeValue is not documented
(#13) Function My_Class::getSomeValue_Again is not documented
(#15) Function My_Class::getSomeValue is not documented
(#16) Function My_Class::parseMyDSN is not documented
(#17) Function My_Class::get_some_value is not documented
(#19) Function My_Class::getSomeValue is not documented
(#20) Function My_Class::parseMyDSN is not documented
(#21) Function My_Class::get_some_value is not documented
(#23) Function My_Class::getSomeValue is not documented
(#24) Function My_Class::parseMyDSN is not documented
(#25) Function My_Class::get_some_value is not documented
(#29) Function getSomeValue is not documented
(#30) Function parseMyDSN is not documented
(#31) Function get_some_value is not documented
(#34) Function Closure_Test::test is not documented
(#41) Function __call is not documented
(#45) Function Magic_Case_Test::__Construct is not documented
(#46) Function Magic_Case_Test::__isSet is not documented
(#47) Function Magic_Case_Test::__tostring is not documented
(#49) Function __autoLoad is not documented
(#53) Function Foo::__soapCall is not documented
(#3) Package is not specified for class My_Class. It is also not specified in file-level phpdocs
(#33) Package is not specified for class Closure_Test. It is also not specified in file-level phpdocs
(#44) Package is not specified for class Magic_Case_Test. It is also not specified in file-level phpdocs
(#51) Package is not specified for class Foo. It is also not specified in file-level phpdocs
(#29) Package is not specified for function getSomeValue. It is also not specified in file-level phpdocs
(#30) Package is not specified for function parseMyDSN. It is also not specified in file-level phpdocs
(#31) Package is not specified for function get_some_value. It is also not specified in file-level phpdocs
(#41) Package is not specified for function __call. It is also not specified in file-level phpdocs
(#49) Package is not specified for function __autoLoad. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR1/Tests/Methods/CamelCapsMethodNameUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Classes/ClassDeclarationSniff.php
(#30) Not recommended phpdocs tag @version used
(#26) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#26) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#25) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Classes/PropertyDeclarationSniff.php
(#27) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ControlStructureSpacingSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/ElseIfDeclarationSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/ControlStructures/SwitchDeclarationSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Files/EndFileNewlineSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Methods/FunctionCallSignatureSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#19) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Methods/MethodDeclarationSniff.php
(#29) Not recommended phpdocs tag @version used
(#25) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#25) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#24) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/NamespaceDeclarationSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/UseDeclarationSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class ClassName is not documented
(#7) Class ClassName is not documented
(#11) Class ClassName is not documented
(#19) Class ClassName is not documented
(#27) Class ClassName is not documented
(#34) Class ClassName is not documented
(#42) Class ClassName is not documented
(#51) Class Foo is not documented
(#55) Class ClassName is not documented
(#62) Class ClassName is not documented
(#69) Class Test is not documented
(#77) Class MyClass is not documented
(#81) Class MyClass is not documented
(#86) Class MyClass is not documented
(#91) Class MyClass is not documented
(#97) Class Test is not documented
(#71) Function Test::test is not documented
(#2) Package is not specified for class ClassName. It is also not specified in file-level phpdocs
(#7) Package is not specified for class ClassName. It is also not specified in file-level phpdocs
(#11) Package is not specified for class ClassName. It is also not specified in file-level phpdocs
(#19) Package is not specified for class ClassName. It is also not specified in file-level phpdocs
(#27) Package is not specified for class ClassName. It is also not specified in file-level phpdocs
(#34) Package is not specified for class ClassName. It is also not specified in file-level phpdocs
(#42) Package is not specified for class ClassName. It is also not specified in file-level phpdocs
(#51) Package is not specified for class Foo. It is also not specified in file-level phpdocs
(#55) Package is not specified for class ClassName. It is also not specified in file-level phpdocs
(#62) Package is not specified for class ClassName. It is also not specified in file-level phpdocs
(#69) Package is not specified for class Test. It is also not specified in file-level phpdocs
(#77) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#81) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#86) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#91) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#97) Package is not specified for class Test. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class MyClass is not documented
(#22) Class foo is not documented
(#4) Variable MyClass::$var is not documented
(#5) Variable MyClass::$var is not documented
(#6) Variable MyClass::$var is not documented
(#7) Variable MyClass::$var is not documented
(#9) Variable MyClass::$var is not documented
(#10) Variable MyClass::$var is not documented
(#12) Variable MyClass::$_var is not documented
(#13) Variable MyClass::$_var is not documented
(#14) Variable MyClass::$_var is not documented
(#16) Variable MyClass::$foo is not documented
(#16) Variable MyClass::$bar is not documented
(#16) Variable MyClass::$var is not documented
(#17) Variable MyClass::$foo is not documented
(#18) Variable MyClass::$bar is not documented
(#19) Variable MyClass::$var is not documented
(#24) Constant foo::bar is not documented
(#2) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#22) Package is not specified for class foo. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Classes/PropertyDeclarationUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ControlStructureSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/ControlStructures/ElseIfDeclarationUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.inc
(#2) File-level phpdocs block is not found
(#72) Class : is not documented
(#72) Package is not specified for class :. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/ControlStructures/SwitchDeclarationUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.1.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.2.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.3.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.4.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.5.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Files/EndFileNewlineUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Methods/FunctionCallSignatureUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class MyClass is not documented
(#5) Function MyClass::_myFunction is not documented
(#6) Function MyClass::myFunction is not documented
(#7) Function MyClass::__myFunction is not documented
(#8) Function MyClass::myFunction is not documented
(#9) Function MyClass::myFunction is not documented
(#10) Function MyClass::myFunction is not documented
(#11) Function MyClass::myFunction is not documented
(#12) Function MyClass::myFunction is not documented
(#13) Function MyClass::myFunction is not documented
(#14) Function MyClass::myFunction is not documented
(#15) Function MyClass::myFunction is not documented
(#16) Function MyClass::_ is not documented
(#3) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Methods/MethodDeclarationUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Namespaces/NamespaceDeclarationUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.1.inc
(#2) File-level phpdocs block is not found
(#14) Class Foo is not documented
(#23) Class Container is not documented
(#14) Package is not specified for class Foo. It is also not specified in file-level phpdocs
(#23) Package is not specified for class Container. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.2.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.3.inc
(#2) File-level phpdocs block is not found
(#6) Class Bug is not documented
(#8) Function Bug::__construct is not documented
(#6) Package is not specified for class Bug. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/PSR2/Tests/Namespaces/UseDeclarationUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayBracketSpacingSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Arrays/ArrayDeclarationSniff.php
(#25) Not recommended phpdocs tag @version used
(#20) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionClosingBraceSpaceSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionNameSpacingSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ClassDefinitionOpeningBraceSpaceSniff.php
(#26) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ColonSpacingSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ColourDefinitionSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/DisallowMultipleStyleDefinitionsSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateClassDefinitionSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/DuplicateStyleDefinitionSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyClassDefinitionSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/EmptyStyleDefinitionSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ForbiddenStylesSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/IndentationSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/LowercaseStyleDefinitionSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/MissingColonSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/NamedColoursSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/OpacitySniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/SemicolonSpacingSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CSS/ShorthandSizeSniff.php
(#26) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassDeclarationSniff.php
(#32) Not recommended phpdocs tag @version used
(#27) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#27) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#26) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/ClassFileNameSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/DuplicatePropertySniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/LowercaseClassKeywordsSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/SelfMemberReferenceSniff.php
(#37) Not recommended phpdocs tag @version used
(#32) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#32) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#31) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Classes/ValidClassNameSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/CodeAnalysis/EmptyStatementSniff.php
(#27) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/BlockCommentSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClassCommentSniff.php
(#40) Not recommended phpdocs tag @version used
(#35) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#35) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#34) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ClosingDeclarationCommentSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/DocCommentAlignmentSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/EmptyCatchCommentSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FileCommentSniff.php
(#45) Class Squiz_Sniffs_Commenting_FileCommentSniff is not documented
(#41) Not recommended phpdocs tag @version used
(#36) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#36) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#35) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentSniff.php
(#47) Not recommended phpdocs tag @version used
(#42) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#42) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#41) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/FunctionCommentThrowTagSniff.php
(#2) No one-line description found in phpdocs for file
(#23) No one-line description found in phpdocs for class Squiz_Sniffs_Commenting_FunctionCommentThrowTagSniff
(#34) Not recommended phpdocs tag @version used
(#3) Invalid inline phpdocs tag @throws found
(#3) Invalid inline phpdocs tag @throws found
(#24) Invalid inline phpdocs tag @throws found
(#24) Invalid inline phpdocs tag @throws found
(#29) Invalid inline phpdocs tag @package found
(#117) Invalid inline phpdocs tag @throws found
(#160) Invalid inline phpdocs tag @throws found
(#170) Invalid inline phpdocs tag @throws found
(#184) Invalid inline phpdocs tag @throws found
(#196) Invalid inline phpdocs tag @throws found
(#10) Package PHP_CodeSniffer is not valid
(#29) Package PHP_CodeSniffer is not valid
(#9) Category PHP is not valid
(#28) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/InlineCommentSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/LongConditionClosingCommentSniff.php
(#25) Not recommended phpdocs tag @version used
(#20) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/PostStatementCommentSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Commenting/VariableCommentSniff.php
(#46) Class Squiz_Sniffs_Commenting_VariableCommentSniff is not documented
(#42) Not recommended phpdocs tag @version used
(#37) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#37) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#36) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ControlSignatureSniff.php
(#29) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ElseIfDeclarationSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForEachLoopDeclarationSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ForLoopDeclarationSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/InlineIfDeclarationSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/LowercaseDeclarationSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/SwitchDeclarationSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Debug/JSLintSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Debug/JavaScriptLintSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Files/FileExtensionSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Formatting/OperatorBracketSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationArgumentSpacingSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDeclarationSniff.php
(#31) Not recommended phpdocs tag @version used
(#26) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#26) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#25) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/FunctionDuplicateArgumentSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/GlobalFunctionSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/LowercaseFunctionKeywordsSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Functions/MultiLineFunctionDeclarationSniff.php
(#30) Not recommended phpdocs tag @version used
(#26) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#26) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#25) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ConstantCaseSniff.php
(#35) Not recommended phpdocs tag @version used
(#31) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#31) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#30) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidFunctionNameSniff.php
(#32) Not recommended phpdocs tag @version used
(#27) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#27) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#26) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ValidVariableNameSniff.php
(#31) Not recommended phpdocs tag @version used
(#26) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#26) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#25) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Objects/DisallowObjectStringIndexSniff.php
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer_MySource is not valid
(#19) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectInstantiationSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Objects/ObjectMemberCommaSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Operators/ComparisonOperatorUsageSniff.php
(#46) Not recommended phpdocs tag @version used
(#41) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#41) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#40) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Operators/IncrementDecrementUsageSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Operators/ValidLogicalOperatorsSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/CommentedOutCodeSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowBooleanStatementSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowComparisonAssignmentSniff.php
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowInlineIfSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowMultipleAssignmentsSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowObEndFlushSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DisallowSizeFunctionsInLoopsSniff.php
(#41) Phpdocs for variable Squiz_Sniffs_PHP_DisallowSizeFunctionsInLoopsSniff::$forbiddenFunctions does not contain @var or incorrect
(#25) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/DiscouragedFunctionsSniff.php
(#29) Not recommended phpdocs tag @version used
(#25) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#25) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#24) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/EmbeddedPhpSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/EvalSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/ForbiddenFunctionsSniff.php
(#32) Not recommended phpdocs tag @version used
(#27) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#27) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#26) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/GlobalKeywordSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/HeredocSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/InnerFunctionsSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/LowercasePHPFunctionsSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/PHP/NonExecutableCodeSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Scope/MemberVarScopeSniff.php
(#29) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Scope/MethodScopeSniff.php
(#29) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Scope/StaticThisUsageSniff.php
(#32) Not recommended phpdocs tag @version used
(#27) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#27) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#26) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Strings/ConcatenationSpacingSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Strings/DoubleQuoteUsageSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/Strings/EchoedStringsSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/CastSpacingSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionOpeningBraceSpaceSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionSpacingSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LanguageConstructSpacingSniff.php
(#28) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/LogicalOperatorSpacingSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/MemberVarSpacingSniff.php
(#29) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/PropertyLabelSpacingSniff.php
(#26) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeClosingBraceSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/ScopeKeywordSpacingSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SemicolonSpacingSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/SuperfluousWhitespaceSniff.php
(#29) Not recommended phpdocs tag @version used
(#24) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayBracketSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Class TestClass is not documented
(#3) Function test is not documented
(#28) Function TestClass::test is not documented
(#17) Variable TestClass::$good is not documented
(#22) Variable TestClass::$_bad is not documented
(#15) Package is not specified for class TestClass. It is also not specified in file-level phpdocs
(#3) Package is not specified for function test. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Arrays/ArrayDeclarationUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionClosingBraceSpaceUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionNameSpacingUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ClassDefinitionOpeningBraceSpaceUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ColonSpacingUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/DisallowMultipleStyleDefinitionsUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateClassDefinitionUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/DuplicateStyleDefinitionUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/EmptyClassDefinitionUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/EmptyStyleDefinitionUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ForbiddenStylesUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/IndentationUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/LowercaseStyleDefinitionUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/MissingColonUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/NamedColoursUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/OpacityUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/SemicolonSpacingUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CSS/ShorthandSizeUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.inc
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
(#5) Class ClassDeclaration is not documented
(#10) Class CorrectClassDeclarationWithExtends is not documented
(#15) Class CorrectClassDeclarationWithImplements is not documented
(#22) Class IncorrectBracePlacement is not documented
(#23) Class IncorrectBracePlacementWithExtends is not documented
(#24) Class IncorrectBracePlacementWithImplements is not documented
(#27) Class IncorrectIndentedClass is not documented
(#34) Class IncorrectCodeAfterOpeningBrace is not documented
(#39) Class IncorrectCodeAfterClosingBrace is not documented
(#45) Class IncorrectCodeBeforeClosingBrace is not documented
(#50) Class IncorrectIndentedClass is not documented
(#55) Class ClassOne is not documented
(#59) Class ClassOne is not documented
(#63) Class CorrectClassDeclarationWithExtends is not documented
(#69) Class CorrectClassDeclarationWithExtends is not documented
(#74) Class CorrectClassDeclaration is not documented
(#80) Class CorrectClassDeclaration is not documented
(#85) Class File is not documented
(#97) Class CorrectClassDeclaration is not documented
(#5) Package is not specified for class ClassDeclaration. It is also not specified in file-level phpdocs
(#10) Package is not specified for class CorrectClassDeclarationWithExtends. It is also not specified in file-level phpdocs
(#15) Package is not specified for class CorrectClassDeclarationWithImplements. It is also not specified in file-level phpdocs
(#22) Package is not specified for class IncorrectBracePlacement. It is also not specified in file-level phpdocs
(#23) Package is not specified for class IncorrectBracePlacementWithExtends. It is also not specified in file-level phpdocs
(#24) Package is not specified for class IncorrectBracePlacementWithImplements. It is also not specified in file-level phpdocs
(#27) Package is not specified for class IncorrectIndentedClass. It is also not specified in file-level phpdocs
(#34) Package is not specified for class IncorrectCodeAfterOpeningBrace. It is also not specified in file-level phpdocs
(#39) Package is not specified for class IncorrectCodeAfterClosingBrace. It is also not specified in file-level phpdocs
(#45) Package is not specified for class IncorrectCodeBeforeClosingBrace. It is also not specified in file-level phpdocs
(#50) Package is not specified for class IncorrectIndentedClass. It is also not specified in file-level phpdocs
(#55) Package is not specified for class ClassOne. It is also not specified in file-level phpdocs
(#59) Package is not specified for class ClassOne. It is also not specified in file-level phpdocs
(#63) Package is not specified for class CorrectClassDeclarationWithExtends. It is also not specified in file-level phpdocs
(#69) Package is not specified for class CorrectClassDeclarationWithExtends. It is also not specified in file-level phpdocs
(#74) Package is not specified for class CorrectClassDeclaration. It is also not specified in file-level phpdocs
(#80) Package is not specified for class CorrectClassDeclaration. It is also not specified in file-level phpdocs
(#85) Package is not specified for class File. It is also not specified in file-level phpdocs
(#97) Package is not specified for class CorrectClassDeclaration. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/ClassDeclarationUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.inc
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
(#5) Class ClassFileNameUnitTest is not documented
(#9) Class classFileNameUnitTest is not documented
(#10) Class classfilenameunittest is not documented
(#11) Class CLASSFILENAMEUNITTEST is not documented
(#15) Class CompletelyWrongClassName is not documented
(#16) Class ClassFileNameUnitTestExtra is not documented
(#17) Class ClassFileNameUnitTestInc is not documented
(#18) Class ExtraClassFileNameUnitTest is not documented
(#5) Package is not specified for class ClassFileNameUnitTest. It is also not specified in file-level phpdocs
(#9) Package is not specified for class classFileNameUnitTest. It is also not specified in file-level phpdocs
(#10) Package is not specified for class classfilenameunittest. It is also not specified in file-level phpdocs
(#11) Package is not specified for class CLASSFILENAMEUNITTEST. It is also not specified in file-level phpdocs
(#15) Package is not specified for class CompletelyWrongClassName. It is also not specified in file-level phpdocs
(#16) Package is not specified for class ClassFileNameUnitTestExtra. It is also not specified in file-level phpdocs
(#17) Package is not specified for class ClassFileNameUnitTestInc. It is also not specified in file-level phpdocs
(#18) Package is not specified for class ExtraClassFileNameUnitTest. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/ClassFileNameUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/DuplicatePropertyUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class MyClass is not documented
(#3) Class MyClass is not documented
(#7) Class MyClass is not documented
(#9) Variable MyClass::$myVar is not documented
(#10) Constant MyClass::myConst is not documented
(#2) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#3) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#7) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/LowercaseClassKeywordsUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#4) Class SelfMemberReferenceUnitTestExample is not documented
(#48) Class MyClass is not documented
(#67) Class Controller is not documented
(#77) Class Status is not documented
(#87) Class Status is not documented
(#14) Function SelfMemberReferenceUnitTestExample::SelfMemberReferenceUnitTestExample is not documented
(#37) Function SelfMemberReferenceUnitTestExample::selfMemberReferenceUnitTestFunction is not documented
(#50) Function MyClass::test is not documented
(#54) Function MyClass::walk is not documented
(#69) Function Controller::Action is not documented
(#88) Function Status::getHighestSeverity is not documented
(#8) Variable SelfMemberReferenceUnitTestExample::$testCount is not documented
(#11) Variable SelfMemberReferenceUnitTestExample::$testResults is not documented
(#78) Constant Status::NOTICE is not documented
(#79) Constant Status::INFO is not documented
(#80) Constant Status::OK is not documented
(#81) Constant Status::WARNING is not documented
(#82) Constant Status::ERROR is not documented
(#4) Package is not specified for class SelfMemberReferenceUnitTestExample. It is also not specified in file-level phpdocs
(#48) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#67) Package is not specified for class Controller. It is also not specified in file-level phpdocs
(#77) Package is not specified for class Status. It is also not specified in file-level phpdocs
(#87) Package is not specified for class Status. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/SelfMemberReferenceUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.inc
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
(#5) Class ValidCamelCaseClass is not documented
(#9) Class invalidCamelCaseClass is not documented
(#10) Class Invalid_Camel_Case_Class_With_Underscores is not documented
(#14) Class invalidlowercaseclass is not documented
(#15) Class invalid_lowercase_class_with_underscores is not documented
(#19) Class VALIDUPPERCASECLASS is not documented
(#20) Class INVALID_UPPERCASE_CLASS_WITH_UNDERSCORES is not documented
(#24) Class ValidCamelCaseClassWithUPPERCASE is not documented
(#28) Class ValidCamelCaseClassWith1Number is not documented
(#29) Class ValidCamelCaseClassWith12345Numbers is not documented
(#30) Class 5 is not documented
(#31) Class ValidCamelCaseClassEndingWithNumber5 is not documented
(#32) Class 12345 is not documented
(#5) Package is not specified for class ValidCamelCaseClass. It is also not specified in file-level phpdocs
(#9) Package is not specified for class invalidCamelCaseClass. It is also not specified in file-level phpdocs
(#10) Package is not specified for class Invalid_Camel_Case_Class_With_Underscores. It is also not specified in file-level phpdocs
(#14) Package is not specified for class invalidlowercaseclass. It is also not specified in file-level phpdocs
(#15) Package is not specified for class invalid_lowercase_class_with_underscores. It is also not specified in file-level phpdocs
(#19) Package is not specified for class VALIDUPPERCASECLASS. It is also not specified in file-level phpdocs
(#20) Package is not specified for class INVALID_UPPERCASE_CLASS_WITH_UNDERSCORES. It is also not specified in file-level phpdocs
(#24) Package is not specified for class ValidCamelCaseClassWithUPPERCASE. It is also not specified in file-level phpdocs
(#28) Package is not specified for class ValidCamelCaseClassWith1Number. It is also not specified in file-level phpdocs
(#29) Package is not specified for class ValidCamelCaseClassWith12345Numbers. It is also not specified in file-level phpdocs
(#30) Package is not specified for class 5. It is also not specified in file-level phpdocs
(#31) Package is not specified for class ValidCamelCaseClassEndingWithNumber5. It is also not specified in file-level phpdocs
(#32) Package is not specified for class 12345. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Classes/ValidClassNameUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CodeAnalysis/EmptyStatementUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/CodeAnalysis/EmptyStatementUnitTest.php
(#12) Not recommended phpdocs tag @version used
(#27) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.inc
(#2) Empty line found after PHP open tag
(#41) File-level phpdocs block is not found
(#120) Class MyClass is not documented
(#81) Function func is not documented
(#96) Function test is not documented
(#108) Function test is not documented
(#133) Class MyClass does not have @copyright tag
(#133) Class MyClass does not have @license tag
(#120) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#133) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#81) Package is not specified for function func. It is also not specified in file-level phpdocs
(#96) Package is not specified for function test. It is also not specified in file-level phpdocs
(#108) Package is not specified for function test. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/BlockCommentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.inc
(#4) Class No_Comment is not documented
(#15) Class Invalid_Comment_Style1 is not documented
(#55) Class Sub_Class is not documented
(#63) No one-line description found in phpdocs for class Unknown_Hello_Tag
(#77) No one-line description found in phpdocs for class Empty_Class_Doc
(#88) No one-line description found in phpdocs for class Missing_Short_Desc
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Extra_Description_Newlines does not have @copyright tag
(#39) Class Missing_Newlines_Before_Tags does not have @copyright tag
(#48) Class Checking_Tags does not have @copyright tag
(#63) Class Unknown_Hello_Tag does not have @copyright tag
(#77) Class Empty_Class_Doc does not have @copyright tag
(#88) Class Missing_Short_Desc does not have @copyright tag
(#96) Class Incorrect_Case does not have @copyright tag
(#107) Class Incorrect_Case2 does not have @copyright tag
(#118) Class Start_Tag_Incorrect does not have @copyright tag
(#125) Class Space_At_end does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Extra_Description_Newlines does not have @license tag
(#39) Class Missing_Newlines_Before_Tags does not have @license tag
(#48) Class Checking_Tags does not have @license tag
(#63) Class Unknown_Hello_Tag does not have @license tag
(#77) Class Empty_Class_Doc does not have @license tag
(#88) Class Missing_Short_Desc does not have @license tag
(#96) Class Incorrect_Case does not have @license tag
(#107) Class Incorrect_Case2 does not have @license tag
(#118) Class Start_Tag_Incorrect does not have @license tag
(#125) Class Space_At_end does not have @license tag
(#68) Invalid phpdocs tag @hello used
(#30) Not recommended phpdocs tag @version used
(#4) Package is not specified for class No_Comment. It is also not specified in file-level phpdocs
(#15) Package is not specified for class Invalid_Comment_Style1. It is also not specified in file-level phpdocs
(#21) Package is not specified for class Extra_Description_Newlines. It is also not specified in file-level phpdocs
(#39) Package is not specified for class Missing_Newlines_Before_Tags. It is also not specified in file-level phpdocs
(#48) Package is not specified for class Checking_Tags. It is also not specified in file-level phpdocs
(#55) Package is not specified for class Sub_Class. It is also not specified in file-level phpdocs
(#77) Package is not specified for class Empty_Class_Doc. It is also not specified in file-level phpdocs
(#88) Package is not specified for class Missing_Short_Desc. It is also not specified in file-level phpdocs
(#96) Package is not specified for class Incorrect_Case. It is also not specified in file-level phpdocs
(#107) Package is not specified for class Incorrect_Case2. It is also not specified in file-level phpdocs
(#118) Package is not specified for class Start_Tag_Incorrect. It is also not specified in file-level phpdocs
(#125) Package is not specified for class Space_At_end. It is also not specified in file-level phpdocs
(#69) Package phpcs is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/ClassCommentUnitTest.php
(#25) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Class TestClass is not documented
(#35) Class TestClass is not documented
(#57) Class TestClass is not documented
(#61) Class TestClass is not documented
(#69) Class MyClass is not documented
(#3) Function __construct is not documented
(#7) Function myFunction is not documented
(#11) Function ourFunction is not documented
(#15) Function yourFunction is not documented
(#21) Function TestClass::__construct is not documented
(#25) Function TestClass::myFunction is not documented
(#29) Function TestClass::yourFunction is not documented
(#37) Function TestClass::myFunction is not documented
(#39) Function TestClass::ourFunction is not documented
(#43) Function TestClass::yourFunction is not documented
(#51) Function myFunction is not documented
(#52) Function ourFunction is not documented
(#53) Function yourFunction is not documented
(#71) Function MyClass::myFunction is not documented
(#19) Package is not specified for class TestClass. It is also not specified in file-level phpdocs
(#35) Package is not specified for class TestClass. It is also not specified in file-level phpdocs
(#57) Package is not specified for class TestClass. It is also not specified in file-level phpdocs
(#61) Package is not specified for class TestClass. It is also not specified in file-level phpdocs
(#69) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#3) Package is not specified for function __construct. It is also not specified in file-level phpdocs
(#7) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#11) Package is not specified for function ourFunction. It is also not specified in file-level phpdocs
(#15) Package is not specified for function yourFunction. It is also not specified in file-level phpdocs
(#51) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#52) Package is not specified for function ourFunction. It is also not specified in file-level phpdocs
(#53) Package is not specified for function yourFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/ClosingDeclarationCommentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.inc
(#2) File-level phpdocs block is not found
(#44) Function myFunction is not documented
(#2) Class MyClass does not have @copyright tag
(#16) Class MyClass does not have @copyright tag
(#30) Class MyClass does not have @copyright tag
(#2) Class MyClass does not have @license tag
(#16) Class MyClass does not have @license tag
(#30) Class MyClass does not have @license tag
(#2) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#16) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#30) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#44) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/DocCommentAlignmentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/EmptyCatchCommentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.inc
(#2) Empty line found after PHP open tag
(#28) Invalid phpdocs tag @summary used
(#21) Package SquizCMS is not valid
(#21) Package ADDITIONAL PACKAGE TAG is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.php
(#36) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#31) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#30) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class FunctionCommentThrowTagUnitTest is not documented
(#198) Class NamespacedException is not documented
(#221) Class Foo is not documented
(#228) Function Foo::bar is not documented
(#199) There is no description in phpdocs for function foo
(#206) There is no description in phpdocs for function fooBar2
(#213) There is no description in phpdocs for function fooBar2
(#102) Invalid inline phpdocs tag @throws found
(#157) Invalid inline phpdocs tag @throws found
(#169) Invalid inline phpdocs tag @throws found
(#2) Package is not specified for class FunctionCommentThrowTagUnitTest. It is also not specified in file-level phpdocs
(#198) Package is not specified for class NamespacedException. It is also not specified in file-level phpdocs
(#221) Package is not specified for class Foo. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentThrowTagUnitTest.php
(#32) Not recommended phpdocs tag @version used
(#21) Invalid inline phpdocs tag @throws found
(#21) Invalid inline phpdocs tag @throws found
(#8) Package PHP_CodeSniffer is not valid
(#27) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#26) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class PHP_CodeSniffer_File is not documented
(#328) Class Another_Class is not documented
(#443) Class MyClass is not documented
(#28) Function PHP_CodeSniffer_File::invalidCommentStyle is not documented
(#103) Function PHP_CodeSniffer_File::missingComment is not documented
(#166) Function missingCommentOutsideClass is not documented
(#173) Function tagBeforeComment is not documented
(#441) Function myFunction is not documented
(#293) There is no description in phpdocs for function empty1
(#300) There is no description in phpdocs for function empty2
(#308) There is no description in phpdocs for function empty3
(#318) There is no description in phpdocs for function missingShortDescriptionInFunctionComment
(#10) Phpdocs for function PHP_CodeSniffer_File::_functionCall has incomplete parameters list
(#109) Phpdocs for function PHP_CodeSniffer_File::noReturn has incomplete parameters list
(#123) Phpdocs for function PHP_CodeSniffer_File::missingDescription has incomplete parameters list
(#137) Phpdocs for function PHP_CodeSniffer_File::oneSpaceAfterLongestVar has incomplete parameters list
(#155) Phpdocs for function functionOutsideClass has incomplete parameters list
(#193) Phpdocs for function missingTwoParamComment has incomplete parameters list
(#207) Phpdocs for function missingReturnType has incomplete parameters list
(#222) Phpdocs for function caseSensitive has incomplete parameters list
(#241) Phpdocs for function typeHint has incomplete parameters list
(#275) Phpdocs for function mixedArrayType has incomplete parameters list
(#569) Phpdocs for function variableArgs has incomplete parameters list
(#198) Invalid phpdocs tag @extra used
(#64) Not recommended phpdocs tag @access used
(#435) Not recommended phpdocs tag @access used
(#2) Package is not specified for class PHP_CodeSniffer_File. It is also not specified in file-level phpdocs
(#328) Package is not specified for class Another_Class. It is also not specified in file-level phpdocs
(#443) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#152) Package is not specified for function functionOutsideClass. It is also not specified in file-level phpdocs
(#166) Package is not specified for function missingCommentOutsideClass. It is also not specified in file-level phpdocs
(#173) Package is not specified for function tagBeforeComment. It is also not specified in file-level phpdocs
(#179) Package is not specified for function noReturnOutsideClass. It is also not specified in file-level phpdocs
(#190) Package is not specified for function missingTwoParamComment. It is also not specified in file-level phpdocs
(#207) Package is not specified for function missingReturnType. It is also not specified in file-level phpdocs
(#219) Package is not specified for function caseSensitive. It is also not specified in file-level phpdocs
(#238) Package is not specified for function typeHint. It is also not specified in file-level phpdocs
(#255) Package is not specified for function mixedType. It is also not specified in file-level phpdocs
(#272) Package is not specified for function mixedArrayType. It is also not specified in file-level phpdocs
(#293) Package is not specified for function empty1. It is also not specified in file-level phpdocs
(#300) Package is not specified for function empty2. It is also not specified in file-level phpdocs
(#308) Package is not specified for function empty3. It is also not specified in file-level phpdocs
(#318) Package is not specified for function missingShortDescriptionInFunctionComment. It is also not specified in file-level phpdocs
(#354) Package is not specified for function paramAlign. It is also not specified in file-level phpdocs
(#369) Package is not specified for function paint. It is also not specified in file-level phpdocs
(#383) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#398) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#415) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#441) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#452) Package is not specified for function test. It is also not specified in file-level phpdocs
(#470) Package is not specified for function test. It is also not specified in file-level phpdocs
(#480) Package is not specified for function test. It is also not specified in file-level phpdocs
(#493) Package is not specified for function test. It is also not specified in file-level phpdocs
(#506) Package is not specified for function test. It is also not specified in file-level phpdocs
(#519) Package is not specified for function test. It is also not specified in file-level phpdocs
(#546) Package is not specified for function test123. It is also not specified in file-level phpdocs
(#553) Package is not specified for function test. It is also not specified in file-level phpdocs
(#566) Package is not specified for function variableArgs. It is also not specified in file-level phpdocs
(#581) Package is not specified for function containsClosure. It is also not specified in file-level phpdocs
(#594) Package is not specified for function test. It is also not specified in file-level phpdocs
(#604) Package is not specified for function usesCallable. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/FunctionCommentUnitTest.php
(#25) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.inc
(#3) File-level phpdocs block is not found
(#70) Class MyClass is not documented
(#12) Function test is not documented
(#42) Function test is not documented
(#81) Class MyClass does not have @copyright tag
(#81) Class MyClass does not have @license tag
(#70) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#81) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#12) Package is not specified for function test. It is also not specified in file-level phpdocs
(#42) Package is not specified for function test. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/InlineCommentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Function long_function is not documented
(#3) Package is not specified for function long_function. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/LongConditionClosingCommentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Class TestClass is not documented
(#3) Function test is not documented
(#10) Function test is not documented
(#18) Variable TestClass::$good is not documented
(#16) Package is not specified for class TestClass. It is also not specified in file-level phpdocs
(#3) Package is not specified for function test. It is also not specified in file-level phpdocs
(#10) Package is not specified for function test. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/PostStatementCommentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class VariableCommentUnitTest is not documented
(#21) Variable VariableCommentUnitTest::$_incorrectCommentStyle is not documented
(#24) Variable VariableCommentUnitTest::$noComment is not documented
(#163) Variable VariableCommentUnitTest::$noComment2 is not documented
(#178) Variable VariableCommentUnitTest2::$hello is not documented
(#61) Phpdocs for variable VariableCommentUnitTest::$noNewlineBeforeTags does not contain @var or incorrect
(#128) Phpdocs for variable VariableCommentUnitTest::$emptyVarDoc does not contain @var or incorrect
(#169) Class VariableCommentUnitTest2 does not have @copyright tag
(#169) Class VariableCommentUnitTest2 does not have @license tag
(#93) Invalid phpdocs tag @summary used
(#20) Invalid inline phpdocs tag @var found
(#2) Package is not specified for class VariableCommentUnitTest. It is also not specified in file-level phpdocs
(#169) Package is not specified for class VariableCommentUnitTest2. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Commenting/VariableCommentUnitTest.php
(#25) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ControlSignatureUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ElseIfDeclarationUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForEachLoopDeclarationUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/ForLoopDeclarationUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/InlineIfDeclarationUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/ControlStructures/SwitchDeclarationUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Debug/JSLintUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Debug/JavaScriptLintUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.1.inc
(#2) File-level phpdocs block is not found
(#2) Function myFunction is not documented
(#2) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.2.inc
(#2) File-level phpdocs block is not found
(#2) Class MyClass is not documented
(#2) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.3.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.4.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Files/FileExtensionUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.inc
(#2) File-level phpdocs block is not found
(#96) Class MyClass is not documented
(#53) Function myFunction is not documented
(#100) Function MyClass::myFunction is not documented
(#96) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#53) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Formatting/OperatorBracketUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Function myFunc is not documented
(#3) Function myFunc is not documented
(#4) Function myFunc is not documented
(#5) Function myFunc is not documented
(#6) Function myFunc is not documented
(#7) Function myFunc is not documented
(#8) Function myFunc is not documented
(#9) Function myFunc is not documented
(#10) Function myFunc is not documented
(#11) Function myFunc is not documented
(#12) Function myFunc is not documented
(#13) Function myFunc is not documented
(#14) Function myFunc is not documented
(#15) Function myFunc is not documented
(#16) Function myFunc is not documented
(#17) Function myFunc is not documented
(#18) Function myFunc is not documented
(#20) Function multiLineFunction is not documented
(#28) Function multiLineFunction is not documented
(#43) Function myFunc is not documented
(#44) Function myFunc is not documented
(#45) Function myFunc is not documented
(#46) Function myFunc is not documented
(#51) Function myFunc is not documented
(#52) Function myFunc is not documented
(#53) Function myFunc is not documented
(#54) Function myFunc is not documented
(#55) Function myFunc is not documented
(#56) Function myFunc is not documented
(#57) Function myFunc is not documented
(#2) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#3) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#4) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#5) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#6) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#7) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#8) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#9) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#10) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#11) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#12) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#13) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#14) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#15) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#16) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#17) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#18) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#20) Package is not specified for function multiLineFunction. It is also not specified in file-level phpdocs
(#28) Package is not specified for function multiLineFunction. It is also not specified in file-level phpdocs
(#43) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#44) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#45) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#46) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#51) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#52) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#53) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#54) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#55) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#56) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#57) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationArgumentSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#15) Class MyClass is not documented
(#33) Class MyClass is not documented
(#4) Function func1 is not documented
(#10) Function func1 is not documented
(#19) Function MyClass::func1 is not documented
(#25) Function MyClass::func1 is not documented
(#37) Function MyClass::func1 is not documented
(#40) Function MyClass::func1 is not documented
(#52) Function func1 is not documented
(#55) Function func2 is not documented
(#60) Function recurseCreateTree is not documented
(#15) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#33) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#4) Package is not specified for function func1. It is also not specified in file-level phpdocs
(#10) Package is not specified for function func1. It is also not specified in file-level phpdocs
(#52) Package is not specified for function func1. It is also not specified in file-level phpdocs
(#55) Package is not specified for function func2. It is also not specified in file-level phpdocs
(#60) Package is not specified for function recurseCreateTree. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDeclarationUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Function myFunc is not documented
(#3) Function myFunc is not documented
(#4) Function myFunc is not documented
(#5) Function myFunc is not documented
(#2) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#3) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#4) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#5) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/FunctionDuplicateArgumentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.inc
(#2) File-level phpdocs block is not found
(#4) Class MyClass is not documented
(#2) Function func1 is not documented
(#6) Function MyClass::func1 is not documented
(#11) Function func1 is not documented
(#14) Function __autoload is not documented
(#4) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#2) Package is not specified for function func1. It is also not specified in file-level phpdocs
(#11) Package is not specified for function func1. It is also not specified in file-level phpdocs
(#14) Package is not specified for function __autoload. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/GlobalFunctionUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Function MyFunction is not documented
(#3) Function MyFunction is not documented
(#4) Function MyFunction is not documented
(#5) Function MyFunction is not documented
(#6) Function MyFunction is not documented
(#2) Package is not specified for function MyFunction. It is also not specified in file-level phpdocs
(#3) Package is not specified for function MyFunction. It is also not specified in file-level phpdocs
(#4) Package is not specified for function MyFunction. It is also not specified in file-level phpdocs
(#5) Package is not specified for function MyFunction. It is also not specified in file-level phpdocs
(#6) Package is not specified for function MyFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/LowercaseFunctionKeywordsUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.inc
(#2) File-level phpdocs block is not found
(#23) Class MyClass is not documented
(#2) Function someFunctionWithAVeryLongName is not documented
(#10) Function someFunctionWithAVeryLongName2 is not documented
(#16) Function blah is not documented
(#19) Function blah is not documented
(#26) Function MyClass::someFunctionWithAVeryLongName is not documented
(#36) Function MyClass::someFunctionWithAVeryLongName2 is not documented
(#42) Function MyClass::someFunctionWithAVeryLongName3 is not documented
(#47) Function MyClass::someFunctionWithAVeryLongName4 is not documented
(#52) Function MyClass::someFunctionWithAVeryLongName5 is not documented
(#23) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#2) Package is not specified for function someFunctionWithAVeryLongName. It is also not specified in file-level phpdocs
(#10) Package is not specified for function someFunctionWithAVeryLongName2. It is also not specified in file-level phpdocs
(#16) Package is not specified for function blah. It is also not specified in file-level phpdocs
(#19) Package is not specified for function blah. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Functions/MultiLineFunctionDeclarationUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.inc
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#4) Function myFunction is not documented
(#7) Function myFunction is not documented
(#10) Function myFunction is not documented
(#20) Function myFunction is not documented
(#23) Function myFunction is not documented
(#26) Function myFunction is not documented
(#36) Function myFunction is not documented
(#39) Function myFunction is not documented
(#42) Function myFunction is not documented
(#4) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#7) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#10) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#20) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#23) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#26) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#36) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#39) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#42) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ConstantCaseUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.inc
(#2) File-level phpdocs block is not found
(#22) Class MyClass is not documented
(#2) Function getSomeValue is not documented
(#3) Function parseMyDSN is not documented
(#4) Function get_some_value is not documented
(#5) Function getSomeValue_Again is not documented
(#6) Function _getSomeValue is not documented
(#7) Function _parseMyDSN is not documented
(#8) Function _get_some_value is not documented
(#9) Function _getSomeValue_Again is not documented
(#11) Function __construct is not documented
(#12) Function __destruct is not documented
(#13) Function __myFunction is not documented
(#14) Function __my_function is not documented
(#16) Function XMLParser is not documented
(#17) Function xmlParser is not documented
(#25) Function MyClass::__construct is not documented
(#21) Invalid phpdocs tag @codingStandardsIgnoreStart used
(#24) Invalid phpdocs tag @codingStandardsIgnoreEnd used
(#22) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#2) Package is not specified for function getSomeValue. It is also not specified in file-level phpdocs
(#3) Package is not specified for function parseMyDSN. It is also not specified in file-level phpdocs
(#4) Package is not specified for function get_some_value. It is also not specified in file-level phpdocs
(#5) Package is not specified for function getSomeValue_Again. It is also not specified in file-level phpdocs
(#6) Package is not specified for function _getSomeValue. It is also not specified in file-level phpdocs
(#7) Package is not specified for function _parseMyDSN. It is also not specified in file-level phpdocs
(#8) Package is not specified for function _get_some_value. It is also not specified in file-level phpdocs
(#9) Package is not specified for function _getSomeValue_Again. It is also not specified in file-level phpdocs
(#11) Package is not specified for function __construct. It is also not specified in file-level phpdocs
(#12) Package is not specified for function __destruct. It is also not specified in file-level phpdocs
(#13) Package is not specified for function __myFunction. It is also not specified in file-level phpdocs
(#14) Package is not specified for function __my_function. It is also not specified in file-level phpdocs
(#16) Package is not specified for function XMLParser. It is also not specified in file-level phpdocs
(#17) Package is not specified for function xmlParser. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidFunctionNameUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.inc
(#2) File-level phpdocs block is not found
(#7) Class MyClass is not documented
(#86) Class foo is not documented
(#103) Class a is not documented
(#9) Variable MyClass::$varName is not documented
(#10) Variable MyClass::$var_name is not documented
(#11) Variable MyClass::$varname is not documented
(#12) Variable MyClass::$_varName is not documented
(#14) Variable MyClass::$varName is not documented
(#15) Variable MyClass::$var_name is not documented
(#16) Variable MyClass::$varname is not documented
(#17) Variable MyClass::$_varName is not documented
(#19) Variable MyClass::$varName is not documented
(#20) Variable MyClass::$var_name is not documented
(#21) Variable MyClass::$varname is not documented
(#22) Variable MyClass::$_varName is not documented
(#24) Variable MyClass::$_varName is not documented
(#25) Variable MyClass::$_var_name is not documented
(#26) Variable MyClass::$_varname is not documented
(#27) Variable MyClass::$varName is not documented
(#106) Variable a::$_sheet is not documented
(#107) Variable a::$_FieldParser is not documented
(#108) Variable a::$_key is not documented
(#88) Constant foo::bar is not documented
(#7) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#86) Package is not specified for class foo. It is also not specified in file-level phpdocs
(#103) Package is not specified for class a. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/NamingConventions/ValidVariableNameUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Objects/DisallowObjectStringIndexUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer_MySource is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.inc
(#2) File-level phpdocs block is not found
(#12) Function foo is not documented
(#12) Package is not specified for function foo. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Objects/ObjectInstantiationUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Objects/ObjectMemberCommaUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Operators/ComparisonOperatorUsageUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Operators/IncrementDecrementUsageUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Operators/ValidLogicalOperatorsUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.inc
(#23) File-level phpdocs block is not found
(#46) Function myFunction is not documented
(#46) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/CommentedOutCodeUnitTest.php
(#50) Phpdocs for function Squiz_Tests_PHP_CommentedOutCodeUnitTest::getWarningList has incomplete parameters list
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowBooleanStatementUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowComparisonAssignmentUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowInlineIfUnitTest.php
(#35) Phpdocs for function Squiz_Tests_PHP_DisallowInlineIfUnitTest::getErrorList has incomplete parameters list
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.inc
(#2) File-level phpdocs block is not found
(#28) Class myClass is not documented
(#2) Function getVar is not documented
(#30) Variable myClass::$_dbh is not documented
(#31) Variable myClass::$dbh is not documented
(#32) Variable myClass::$dbh is not documented
(#28) Package is not specified for class myClass. It is also not specified in file-level phpdocs
(#2) Package is not specified for function getVar. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowMultipleAssignmentsUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowObEndFlushUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowObEndFlushUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DisallowSizeFunctionsInLoopsUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/DiscouragedFunctionsUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/EmbeddedPhpUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/EvalUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/EvalUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/ForbiddenFunctionsUnitTest.inc
(#2) File-level phpdocs block is not found
(#8) Class Test is not documented
(#10) Constant Test::DELETE is not documented
(#8) Package is not specified for class Test. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/ForbiddenFunctionsUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.inc
(#2) File-level phpdocs block is not found
(#6) Function func1 is not documented
(#6) Package is not specified for function func1. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/GlobalKeywordUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/HeredocUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/HeredocUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Function outer is not documented
(#5) Function inner is not documented
(#11) Function myFunc is not documented
(#2) Package is not specified for function outer. It is also not specified in file-level phpdocs
(#5) Package is not specified for function inner. It is also not specified in file-level phpdocs
(#11) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/InnerFunctionsUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.inc
(#2) File-level phpdocs block is not found
(#15) Class MyClass is not documented
(#7) Function getType is not documented
(#16) Function MyClass::Count is not documented
(#19) Function Sort is not documented
(#15) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#7) Package is not specified for function getType. It is also not specified in file-level phpdocs
(#19) Package is not specified for function Sort. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/LowercasePHPFunctionsUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.inc
(#2) File-level phpdocs block is not found
(#234) Class myClass is not documented
(#24) Function myFunction is not documented
(#88) Function myFunction is not documented
(#99) Function myFunction is not documented
(#111) Function thisCausesAnError is not documented
(#116) Function myFunction is not documented
(#138) Function myFunc is not documented
(#142) Function foo is not documented
(#158) Function returnOverMultipleLines is not documented
(#174) Function test is not documented
(#182) Function test is not documented
(#212) Function foo is not documented
(#230) Function test is not documented
(#235) Function myClass::myFunc is not documented
(#240) Function bar is not documented
(#234) Package is not specified for class myClass. It is also not specified in file-level phpdocs
(#24) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#88) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#99) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#111) Package is not specified for function thisCausesAnError. It is also not specified in file-level phpdocs
(#116) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#138) Package is not specified for function myFunc. It is also not specified in file-level phpdocs
(#142) Package is not specified for function foo. It is also not specified in file-level phpdocs
(#158) Package is not specified for function returnOverMultipleLines. It is also not specified in file-level phpdocs
(#174) Package is not specified for function test. It is also not specified in file-level phpdocs
(#182) Package is not specified for function test. It is also not specified in file-level phpdocs
(#212) Package is not specified for function foo. It is also not specified in file-level phpdocs
(#230) Package is not specified for function test. It is also not specified in file-level phpdocs
(#240) Package is not specified for function bar. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/PHP/NonExecutableCodeUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class MyClass is not documented
(#10) Class foo is not documented
(#4) Variable MyClass::$var1 is not documented
(#5) Variable MyClass::$var2 is not documented
(#6) Variable MyClass::$var3 is not documented
(#7) Variable MyClass::$var4 is not documented
(#12) Constant foo::bar is not documented
(#2) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#10) Package is not specified for class foo. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Scope/MemberVarScopeUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.inc
(#2) File-level phpdocs block is not found
(#4) Class MyClass is not documented
(#12) Class Closure_Test is not documented
(#2) Function func1 is not documented
(#6) Function MyClass::func1 is not documented
(#7) Function MyClass::func1 is not documented
(#8) Function MyClass::func1 is not documented
(#9) Function MyClass::func1 is not documented
(#13) Function Closure_Test::test is not documented
(#18) Function test is not documented
(#4) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#12) Package is not specified for class Closure_Test. It is also not specified in file-level phpdocs
(#2) Package is not specified for function func1. It is also not specified in file-level phpdocs
(#18) Package is not specified for function test. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Scope/MethodScopeUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class MyClass is not documented
(#4) Function MyClass::func1 is not documented
(#12) Function MyClass::func1 is not documented
(#20) Function MyClass::func1 is not documented
(#2) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Scope/StaticThisUsageUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Strings/ConcatenationSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Strings/DoubleQuoteUsageUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/CastSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.inc
(#2) File-level phpdocs block is not found
(#94) Function myFunction is not documented
(#94) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ControlStructureSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Class MyClass is not documented
(#3) Function MyFunction1 is not documented
(#8) Function MyFunction2 is not documented
(#14) Function MyClass::MyFunction3 is not documented
(#19) Function MyClass::MyFunction4 is not documented
(#23) Function MyClass::register is not documented
(#26) Function register is not documented
(#12) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#3) Package is not specified for function MyFunction1. It is also not specified in file-level phpdocs
(#8) Package is not specified for function MyFunction2. It is also not specified in file-level phpdocs
(#26) Package is not specified for function register. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionClosingBraceSpaceUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Class MyClass is not documented
(#3) Function MyFunction1 is not documented
(#9) Function MyFunction2 is not documented
(#18) Function MyClass::MyFunction1 is not documented
(#24) Function MyClass::MyFunction2 is not documented
(#31) Function MyClass::register is not documented
(#34) Function emptyFunction is not documented
(#39) Function register is not documented
(#16) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#3) Package is not specified for function MyFunction1. It is also not specified in file-level phpdocs
(#9) Package is not specified for function MyFunction2. It is also not specified in file-level phpdocs
(#34) Package is not specified for function emptyFunction. It is also not specified in file-level phpdocs
(#39) Package is not specified for function register. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionOpeningBraceSpaceUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.inc
(#2) File-level phpdocs block is not found
(#16) Class MyClass is not documented
(#44) Class MyClass is not documented
(#83) Class MyClass is not documented
(#97) Class MyClass is not documented
(#168) Class MyClass is not documented
(#218) Class MyClass is not documented
(#2) Function func1 is not documented
(#7) Function func2 is not documented
(#11) Function func3 is not documented
(#18) Function MyClass::func1 is not documented
(#23) Function MyClass::func2 is not documented
(#27) Function MyClass::func3 is not documented
(#35) Function func1 is not documented
(#38) Function func2 is not documented
(#40) Function func3 is not documented
(#48) Function MyClass::func1 is not documented
(#53) Function MyClass::func2 is not documented
(#59) Function MyClass::func3 is not documented
(#71) Function func1 is not documented
(#74) Function func2 is not documented
(#78) Function func3 is not documented
(#85) Function MyClass::func1 is not documented
(#93) Function func1 is not documented
(#171) Variable MyClass::$tag is not documented
(#173) Variable MyClass::$tag is not documented
(#221) Variable MyClass::$tag is not documented
(#223) Variable MyClass::$tag is not documented
(#16) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#44) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#83) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#97) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#168) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#218) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#2) Package is not specified for function func1. It is also not specified in file-level phpdocs
(#7) Package is not specified for function func2. It is also not specified in file-level phpdocs
(#11) Package is not specified for function func3. It is also not specified in file-level phpdocs
(#35) Package is not specified for function func1. It is also not specified in file-level phpdocs
(#38) Package is not specified for function func2. It is also not specified in file-level phpdocs
(#40) Package is not specified for function func3. It is also not specified in file-level phpdocs
(#71) Package is not specified for function func1. It is also not specified in file-level phpdocs
(#74) Package is not specified for function func2. It is also not specified in file-level phpdocs
(#78) Package is not specified for function func3. It is also not specified in file-level phpdocs
(#93) Package is not specified for function func1. It is also not specified in file-level phpdocs
(#142) Package is not specified for function func1. It is also not specified in file-level phpdocs
(#151) Package is not specified for function func2. It is also not specified in file-level phpdocs
(#159) Package is not specified for function func3. It is also not specified in file-level phpdocs
(#193) Package is not specified for function func1. It is also not specified in file-level phpdocs
(#201) Package is not specified for function func2. It is also not specified in file-level phpdocs
(#208) Package is not specified for function func3. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/FunctionSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LanguageConstructSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/LogicalOperatorSpacingUnitTest.php
(#26) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class MyClass is not documented
(#26) Class MyClass is not documented
(#42) Class MyClass is not documented
(#55) Class MyClass is not documented
(#78) Class MyClass is not documented
(#90) Class MyClass is not documented
(#51) Function myFunction is not documented
(#4) Variable MyClass::$var1 is not documented
(#7) Variable MyClass::$var2 is not documented
(#9) Variable MyClass::$var3 is not documented
(#30) Variable MyClass::$var1 is not documented
(#32) Variable MyClass::$var2 is not documented
(#35) Variable MyClass::$var3 is not documented
(#44) Variable MyClass::$var1 is not documented
(#2) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#26) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#42) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#55) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#78) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#90) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#51) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/MemberVarSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ObjectOperatorSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#93) Function myFunction is not documented
(#105) Function foo is not documented
(#93) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#105) Package is not specified for function foo. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/OperatorSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/PropertyLabelSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class Test is not documented
(#22) Class Test2 is not documented
(#5) Function Test::__construct is not documented
(#9) Function Test::test1 is not documented
(#13) Function Test::test2 is not documented
(#15) Function Test::_test3 is not documented
(#27) Function test2 is not documented
(#3) Package is not specified for class Test. It is also not specified in file-level phpdocs
(#22) Package is not specified for class Test2. It is also not specified in file-level phpdocs
(#27) Package is not specified for function test2. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeClosingBraceUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Class MyClass is not documented
(#27) Class Foo is not documented
(#39) Class MyClass1 is not documented
(#10) Function MyClass::myFunction is not documented
(#11) Function MyClass::myFunction is not documented
(#13) Function MyClass::myFunction is not documented
(#14) Function MyClass::myFunction is not documented
(#15) Function MyClass::myFunction is not documented
(#17) Function MyClass::myFunction is not documented
(#20) Function MyClass::output is not documented
(#29) Function Foo::getInstance is not documented
(#4) Variable MyClass::$var is not documented
(#5) Variable MyClass::$var is not documented
(#7) Variable MyClass::$var is not documented
(#8) Variable MyClass::$var is not documented
(#2) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
(#27) Package is not specified for class Foo. It is also not specified in file-level phpdocs
(#39) Package is not specified for class MyClass1. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/ScopeKeywordSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.inc
(#2) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SemicolonSpacingUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.inc
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
(#11) Function myFunction is not documented
(#27) Function myFunction2 is not documented
(#38) Function myFunction2 is not documented
(#11) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
(#27) Package is not specified for function myFunction2. It is also not specified in file-level phpdocs
(#38) Package is not specified for function myFunction2. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Squiz/Tests/WhiteSpace/SuperfluousWhitespaceUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Sniffs/Debug/CodeAnalyzerSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Sniffs/Files/ClosingTagSniff.php
(#27) Not recommended phpdocs tag @version used
(#22) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#22) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#21) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/ValidVariableNameSniff.php
(#31) Not recommended phpdocs tag @version used
(#26) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#26) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#25) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.inc
(#2) File-level phpdocs block is not found
(#2) Function myFunction is not documented
(#2) Package is not specified for function myFunction. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Tests/Debug/CodeAnalyzerUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.inc
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Tests/Files/ClosingTagUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.inc
(#2) File-level phpdocs block is not found
(#8) Class MyClass is not documented
(#10) Variable MyClass::$varName is not documented
(#11) Variable MyClass::$var_name is not documented
(#12) Variable MyClass::$varname is not documented
(#13) Variable MyClass::$_varName is not documented
(#14) Variable MyClass::$varName2 is not documented
(#16) Variable MyClass::$varName is not documented
(#17) Variable MyClass::$var_name is not documented
(#18) Variable MyClass::$varname is not documented
(#19) Variable MyClass::$_varName is not documented
(#20) Variable MyClass::$varName2 is not documented
(#22) Variable MyClass::$_varName is not documented
(#23) Variable MyClass::$_var_name is not documented
(#24) Variable MyClass::$_varname is not documented
(#25) Variable MyClass::$varName is not documented
(#26) Variable MyClass::$_varName2 is not documented
(#28) Variable MyClass::$_varName is not documented
(#29) Variable MyClass::$_var_name is not documented
(#30) Variable MyClass::$_varname is not documented
(#31) Variable MyClass::$varName is not documented
(#32) Variable MyClass::$_varName2 is not documented
(#8) Package is not specified for class MyClass. It is also not specified in file-level phpdocs
local/codechecker/pear/PHP/CodeSniffer/Standards/Zend/Tests/NamingConventions/ValidVariableNameUnitTest.php
(#28) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Tokenizers/CSS.php
(#384) Phpdocs for function PHP_CodeSniffer_Tokenizers_CSS::processAdditional has incomplete parameters list
(#27) Not recommended phpdocs tag @version used
(#23) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#23) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#22) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Tokenizers/JS.php
(#969) Phpdocs for function PHP_CodeSniffer_Tokenizers_JS::processAdditional has incomplete parameters list
(#24) Not recommended phpdocs tag @version used
(#20) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Tokenizers/PHP.php
(#594) Phpdocs for function PHP_CodeSniffer_Tokenizers_PHP::processAdditional has incomplete parameters list
(#23) Not recommended phpdocs tag @version used
(#19) Invalid inline phpdocs tag @package found
(#8) Package PHP_CodeSniffer is not valid
(#19) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/CodeSniffer/Tokens.php
(#2) No one-line description found in phpdocs for file
(#103) No one-line description found in phpdocs for class PHP_CodeSniffer_Tokens
(#474) Phpdocs for function PHP_CodeSniffer_Tokens::getHighestWeightedToken has incomplete parameters list
(#116) Not recommended phpdocs tag @version used
(#111) Invalid inline phpdocs tag @package found
(#9) Package PHP_CodeSniffer is not valid
(#111) Package PHP_CodeSniffer is not valid
(#8) Category PHP is not valid
(#110) Category PHP is not valid
local/codechecker/pear/PHP/tests/AllTests.php
(#47) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#42) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#41) Category PHP is not valid
local/codechecker/pear/PHP/tests/Core/AllTests.php
(#39) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#34) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#33) Category PHP is not valid
local/codechecker/pear/PHP/tests/Core/ErrorSuppressionTest.php
(#23) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#19) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#18) Category PHP is not valid
local/codechecker/pear/PHP/tests/Core/File/GetMethodParametersTest.php
(#270) Function passByReference is not documented
(#271) Function arrayHint is not documented
(#272) Function variable is not documented
(#273) Function defaultValue is not documented
(#274) Function defaultValues is not documented
(#275) Function typeHint is not documented
(#27) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#21) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#20) Category PHP is not valid
local/codechecker/pear/PHP/tests/Core/IsCamelCapsTest.php
(#25) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#20) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#19) Category PHP is not valid
local/codechecker/pear/PHP/tests/Standards/AbstractSniffUnitTest.php
(#29) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#24) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#23) Category PHP is not valid
local/codechecker/pear/PHP/tests/Standards/AllSniffs.php
(#34) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#29) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#28) Category PHP is not valid
local/codechecker/pear/PHP/tests/TestSuite.php
(#31) Not recommended phpdocs tag @version used
(#8) Package PHP_CodeSniffer is not valid
(#26) Package PHP_CodeSniffer is not valid
(#7) Category PHP is not valid
(#25) Category PHP is not valid
local/codechecker/tests/local_codechecker_testcase.php
(#36) Class local_codechecker_testcase does not have @copyright tag
(#36) Class local_codechecker_testcase does not have @license tag
(#22) Category phpunit is not valid

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(0 errors, 0 warnings)

This section shows files built by grunt and not commited [More info]


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]