Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(11034 errors, 1638 warnings)

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

blocks/cmanager/admin/approve_course.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#33) Inline doc block comments are not allowed; use "// Comment." instead
(#46) Empty IF statement detected
(#46) Commas (,) must be followed by white space.
(#48) Line indented incorrectly; expected at least 4 spaces, found 2
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#78) Expected "if (...) {\n"; found "if(...){\n"
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 1
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 4 spaces, found 1
(#90) Visibility must be declared on method "definition"
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#91) Variable "currentSess" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Expected 1 space after "="; 2 found
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 1
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 1
(#96) Commas (,) must be followed by white space.
(#96) Line exceeds 132 characters; contains 139 characters
(#96) Line exceeds 132 characters; contains 139 characters
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Line indented incorrectly; expected at least 8 spaces, found 1
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 1
(#99) Commas (,) must be followed by white space.
(#99) Line exceeds 132 characters; contains 168 characters
(#99) Line exceeds 132 characters; contains 168 characters
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 1
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 4
(#102) Variable "displayModHTML" must be all lower-case
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 1
(#104) Variable "outputHTML" must be all lower-case
(#104) Variable "displayModHTML" must be all lower-case
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 1
(#106) Variable "outputHTML" must be all lower-case
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 1
(#107) Commas (,) must be followed by white space.
(#107) Line exceeds maximum limit of 180 characters; contains 184 characters
(#107) Line exceeds maximum limit of 180 characters; contains 184 characters
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 1
(#108) Commas (,) must be followed by white space.
(#108) Line exceeds maximum limit of 180 characters; contains 187 characters
(#108) Line exceeds maximum limit of 180 characters; contains 187 characters
(#109) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected 4 spaces, found 1
(#111) Closing brace indented incorrectly; expected 4 spaces, found 1
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#117) Empty IF statement detected
(#119) Expected "} else if (...) {\n"; found "}\nelse if (...) {\n"
(#119) Empty IF statement detected
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Whitespace found at end of line
(#122) Expected "} else {\n"; found "}\nelse {\n"
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 4 spaces, found 1
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 4 spaces, found 1
(#132) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/admin/approve_course_new.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#41) Empty IF statement detected
(#41) Commas (,) must be followed by white space.
(#43) Line indented incorrectly; expected at least 4 spaces, found 2
(#47) Expected "if (...) {\n"; found "if(...){\n"
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Whitespace found at end of line
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Line indented incorrectly; expected 0 spaces, found 2
(#60) Expected "if (...) {\n"; found "if(...){\n"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Line indented incorrectly; expected 0 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Whitespace found at end of line
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 1
(#69) Line indented incorrectly; expected 0 spaces, found 2
(#73) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/admin/bulk_approve.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#31) Inline doc block comments are not allowed; use "// Comment." instead
(#42) Empty IF statement detected
(#42) Commas (,) must be followed by white space.
(#44) Line indented incorrectly; expected at least 4 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Whitespace found at end of line
(#54) Visibility must be declared on method "definition"
(#56) Variable "currentSess" must be all lower-case
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Variable "currentRecord" must be all lower-case
(#60) Expected 1 space after "="; 2 found
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#60) Variable "currentSess" must be all lower-case
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Commas (,) must be followed by white space.
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 2
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#70) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Whitespace found at end of line
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Variable "denyIds" must be all lower-case
(#77) Commas (,) must be followed by white space.
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 8 spaces, found 3
(#79) Variable "denyIds" must be all lower-case
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Line indented incorrectly; expected at least 12 spaces, found 4
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 12 spaces, found 4
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 16 spaces, found 6
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 12 spaces, found 4
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#87) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 8 spaces, found 3
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#93) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 4 spaces, found 1
(#95) Closing brace indented incorrectly; expected 4 spaces, found 1
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#105) Line indented incorrectly; expected 0 spaces, found 3
(#106) Whitespace found at end of line
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 4 spaces, found 1
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#110) Line indented incorrectly; expected 0 spaces, found 2
(#110) Closing brace indented incorrectly; expected 3 spaces, found 2
(#110) Empty IF statement detected
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Whitespace found at end of line
(#114) Line indented incorrectly; expected 0 spaces, found 2
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#117) Closing brace indented incorrectly; expected 2 spaces, found 0
(#123) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/admin/bulk_deny.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#34) Inline doc block comments are not allowed; use "// Comment." instead
(#51) Empty IF statement detected
(#51) Commas (,) must be followed by white space.
(#53) Line indented incorrectly; expected at least 4 spaces, found 2
(#56) Expected "if (...) {\n"; found "if(...){\n"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) Expected "if (...) {\n"; found "if(...){\n"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#69) Whitespace found at end of line
(#70) Visibility must be declared on method "definition"
(#72) Variable "currentSess" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Variable "currentRecord" must be all lower-case
(#77) Expected 1 space after "="; 2 found
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Variable "currentSess" must be all lower-case
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Commas (,) must be followed by white space.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) Commas (,) must be followed by white space.
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#92) Commas (,) must be followed by white space.
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 4 spaces, found 1
(#98) Closing brace indented incorrectly; expected 4 spaces, found 1
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#108) Line indented incorrectly; expected 0 spaces, found 3
(#108) Expected "if (...) {\n"; found "if (...){\n"
(#109) Whitespace found at end of line
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 4 spaces, found 1
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 3
(#113) Line indented incorrectly; expected 0 spaces, found 2
(#113) Closing brace indented incorrectly; expected 3 spaces, found 2
(#113) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#113) Expected "if (...) {\n"; found "if (...){\n"
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 4 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 4 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Whitespace found at end of line
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Whitespace found at end of line
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 4 spaces, found 3
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 4 spaces, found 3
(#121) Variable "denyIds" must be all lower-case
(#121) Commas (,) must be followed by white space.
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 4 spaces, found 3
(#123) Variable "denyIds" must be all lower-case
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Line indented incorrectly; expected at least 8 spaces, found 4
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 4
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 12 spaces, found 7
(#128) Variable "currentRecord" must be all lower-case
(#128) Expected 1 space after "="; 2 found
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 7
(#130) Variable "replaceValues" must be all lower-case
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 10
(#131) Variable "replaceValues" must be all lower-case
(#131) Variable "currentRecord" must be all lower-case
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 12 spaces, found 10
(#132) Variable "replaceValues" must be all lower-case
(#132) Variable "currentRecord" must be all lower-case
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) This comment is 64% valid code; is this commented out code?
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Line indented incorrectly; expected at least 12 spaces, found 10
(#133) No space found before comment text; expected "// $replaceValues['[p_code]'] = $currentRecord->progcode;" but found "//$replaceValues['[p_code]'] = $currentRecord->progcode;"
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) This comment is 64% valid code; is this commented out code?
(#134) Line indented incorrectly; expected at least 12 spaces, found 10
(#134) No space found before comment text; expected "// $replaceValues['[p_name]'] = $currentRecord->progname;" but found "//$replaceValues['[p_name]'] = $currentRecord->progname;"
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 12 spaces, found 10
(#135) Variable "replaceValues" must be all lower-case
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 10
(#136) Variable "replaceValues" must be all lower-case
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 10
(#137) Variable "replaceValues" must be all lower-case
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 12 spaces, found 10
(#138) Variable "replaceValues" must be all lower-case
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Whitespace found at end of line
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Whitespace found at end of line
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Whitespace found at end of line
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line indented incorrectly; expected at least 12 spaces, found 10
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 12 spaces, found 7
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 12 spaces, found 7
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 7
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 7
(#146) Whitespace found at end of line
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Whitespace found at end of line
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Line indented incorrectly; expected at least 12 spaces, found 7
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 12 spaces, found 7
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 12 spaces, found 7
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 12 spaces, found 7
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 12 spaces, found 7
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 12 spaces, found 7
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 12 spaces, found 7
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Whitespace found at end of line
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 12 spaces, found 7
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 12 spaces, found 7
(#157) Variable "replaceValues" must be all lower-case
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 12 spaces, found 7
(#159) Variable "replaceValues" must be all lower-case
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 12 spaces, found 7
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Whitespace found at end of line
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 8 spaces, found 4
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Whitespace found at end of line
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 3
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Whitespace found at end of line
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 4 spaces, found 2
(#172) Line indented incorrectly; expected 0 spaces, found 2
(#173) Whitespace found at end of line
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#178) Closing brace indented incorrectly; expected 2 spaces, found 0
(#184) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/admin/comment.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#44) Empty IF statement detected
(#44) Commas (,) must be followed by white space.
(#46) Line indented incorrectly; expected at least 4 spaces, found 2
(#51) Expected "if (...) {\n"; found "if(...){\n"
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Expected "if (...) {\n"; found "if(...){\n"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Variable "backLink" must be all lower-case
(#68) Expected "if (...) {\n"; found "if(...){\n"
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#69) Variable "backLink" must be all lower-case
(#71) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 4 spaces, found 1
(#72) Variable "backLink" must be all lower-case
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#82) Variable "backLink" must be all lower-case
(#88) Visibility must be declared on method "definition"
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Variable "currentSess" must be all lower-case
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 1
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 1
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 1
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 1
(#94) Variable "backLink" must be all lower-case
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 1
(#96) Variable "currentRecord" must be all lower-case
(#96) Expected 1 space after "="; 2 found
(#96) Expected 1 space before "=>"; 0 found
(#96) Expected 1 space after "=>"; 0 found
(#96) Variable "currentSess" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 1
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#98) Line exceeds 132 characters; contains 136 characters
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Line indented incorrectly; expected at least 8 spaces, found 1
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 1
(#102) Commas (,) must be followed by white space.
(#102) Line exceeds 132 characters; contains 135 characters
(#104) Commas (,) must be followed by white space.
(#105) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Line indented incorrectly; expected at least 8 spaces, found 1
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 1
(#109) Variable "whereQuery" must be all lower-case
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Variable "modRecords" must be all lower-case
(#110) Variable "whereQuery" must be all lower-case
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 1
(#111) Variable "htmlOutput" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 1
(#113) Variable "htmlOutput" must be all lower-case
(#113) Expected 1 space after ".="; 0 found
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 8 spaces, found 1
(#115) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#115) Variable "modRecords" must be all lower-case
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 12 spaces, found 2
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 12 spaces, found 2
(#119) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 2
(#122) Variable "htmlOutput" must be all lower-case
(#122) Expected 1 space after ".="; 0 found
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 2
(#123) Variable "htmlOutput" must be all lower-case
(#123) Expected 1 space after ".="; 0 found
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 2
(#125) Variable "htmlOutput" must be all lower-case
(#125) Expected 1 space after ".="; 0 found
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 4
(#126) Variable "htmlOutput" must be all lower-case
(#126) Expected 1 space after ".="; 0 found
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 2
(#127) Variable "htmlOutput" must be all lower-case
(#127) Expected 1 space after ".="; 0 found
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 8 spaces, found 1
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 1
(#129) Variable "htmlOutput" must be all lower-case
(#129) Expected 1 space after ".="; 0 found
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#163) Variable "htmlOutput" must be all lower-case
(#176) Commas (,) must be followed by white space.
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 4 spaces, found 1
(#190) Closing brace indented incorrectly; expected 4 spaces, found 1
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#200) Line indented incorrectly; expected 0 spaces, found 3
(#200) Expected "if (...) {\n"; found "if (...){\n"
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 4 spaces, found 1
(#202) Variable "backLink" must be all lower-case
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 4 spaces, found 3
(#205) Line indented incorrectly; expected 0 spaces, found 2
(#205) Closing brace indented incorrectly; expected 3 spaces, found 2
(#205) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#205) Expected "if (...) {\n"; found "if (...){\n"
(#205) Empty IF statement detected
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#208) Line indented incorrectly; expected 0 spaces, found 2
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 4 spaces, found 2
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 4 spaces, found 1
(#219) Closing brace indented incorrectly; expected 2 spaces, found 0
(#220) Expected "if (...) {\n"; found "if(...){\n"
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 4 spaces, found 2
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 4 spaces, found 2
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 4 spaces, found 2
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 4 spaces, found 2
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 2
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 2
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 2
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 2
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 4 spaces, found 2
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 4 spaces, found 2
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 4 spaces, found 2
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Line indented incorrectly; expected at least 4 spaces, found 2
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 4 spaces, found 2
(#237) Variable "currentRecord" must be all lower-case
(#237) Expected 1 space after "="; 2 found
(#237) Expected 1 space before "=>"; 0 found
(#237) Expected 1 space after "=>"; 0 found
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 4 spaces, found 2
(#241) Variable "user_ids" must not contain underscores.
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 4 spaces, found 2
(#242) Variable "user_ids" must not contain underscores.
(#242) Variable "currentRecord" must be all lower-case
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 4 spaces, found 2
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) Line indented incorrectly; expected at least 4 spaces, found 2
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 4 spaces, found 2
(#247) Variable "replaceValues" must be all lower-case
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Variable "replaceValues" must be all lower-case
(#248) Variable "currentRecord" must be all lower-case
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Variable "replaceValues" must be all lower-case
(#249) Variable "currentRecord" must be all lower-case
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) This comment is 64% valid code; is this commented out code?
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) No space found before comment text; expected "// $replaceValues['[p_code]'] = $currentRecord->progcode;" but found "//$replaceValues['[p_code]'] = $currentRecord->progcode;"
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) This comment is 59% valid code; is this commented out code?
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Variable "replaceValues" must be all lower-case
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Variable "replaceValues" must be all lower-case
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Variable "replaceValues" must be all lower-case
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 4 spaces, found 2
(#255) Variable "replaceValues" must be all lower-case
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 4 spaces, found 2
(#258) Variable "user_ids" must not contain underscores.
(#258) Variable "replaceValues" must be all lower-case
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Variable "replaceValues" must be all lower-case
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 4 spaces, found 2
(#265) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/admin/deny_course.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#33) Inline doc block comments are not allowed; use "// Comment." instead
(#45) Empty IF statement detected
(#45) Commas (,) must be followed by white space.
(#47) Line indented incorrectly; expected at least 4 spaces, found 2
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#76) Visibility must be declared on method "definition"
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Variable "currentSess" must be all lower-case
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 1
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 1
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 1
(#82) Variable "currentRecord" must be all lower-case
(#82) Expected 1 space after "="; 2 found
(#82) Expected 1 space before "=>"; 0 found
(#82) Expected 1 space after "=>"; 0 found
(#82) Variable "currentSess" must be all lower-case
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 1
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 1
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 1
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 1
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 1
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 1
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 1
(#90) Commas (,) must be followed by white space.
(#90) Line exceeds 132 characters; contains 138 characters
(#90) Line exceeds 132 characters; contains 138 characters
(#91) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Line indented incorrectly; expected at least 8 spaces, found 1
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 1
(#94) Commas (,) must be followed by white space.
(#94) Line exceeds 132 characters; contains 156 characters
(#94) Line exceeds 132 characters; contains 156 characters
(#194) Commas (,) must be followed by white space.
(#199) Commas (,) must be followed by white space.
(#207) Functions must not contain multiple empty lines in a row; found 6 empty lines
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected 4 spaces, found 1
(#213) Closing brace indented incorrectly; expected 4 spaces, found 1
(#216) Whitespace found at end of line
(#217) Expected 1 space(s) before asterisk; 0 found
(#218) Expected 1 space(s) before asterisk; 0 found
(#219) function name "customText" must be lower-case letters only
(#219) Expected 1 space after closing parenthesis; found 0
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 4 spaces, found 1
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 4 spaces, found 1
(#223) Variable "optionHTML" must be all lower-case
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Line indented incorrectly; expected at least 4 spaces, found 1
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 4 spaces, found 3
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected 4 spaces, found 3
(#226) Expected "if (...) {\n"; found "if(...){\n"
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 8 spaces, found 4
(#227) Variable "optionHTML" must be all lower-case
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 4 spaces, found 3
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 3
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected 4 spaces, found 3
(#231) Expected "if (...) {\n"; found "if(...){\n"
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 8 spaces, found 4
(#232) Variable "optionHTML" must be all lower-case
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected 4 spaces, found 3
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected at least 4 spaces, found 3
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 4 spaces, found 3
(#236) Expected "if (...) {\n"; found "if(...){\n"
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 8 spaces, found 4
(#237) Variable "optionHTML" must be all lower-case
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected 4 spaces, found 3
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 4 spaces, found 3
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 4 spaces, found 2
(#241) Expected "if (...) {\n"; found "if(...){\n"
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 8 spaces, found 4
(#242) Variable "optionHTML" must be all lower-case
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected 4 spaces, found 3
(#243) Closing brace indented incorrectly; expected 2 spaces, found 3
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 4 spaces, found 3
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 4 spaces, found 3
(#246) Expected "if (...) {\n"; found "if(...){\n"
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 4
(#247) Variable "optionHTML" must be all lower-case
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected 4 spaces, found 3
(#249) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 4 spaces, found 1
(#251) Variable "optionHTML" must be all lower-case
(#252) Line indented incorrectly; expected 0 spaces, found 4
(#252) Closing brace indented incorrectly; expected 0 spaces, found 4
(#254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#254) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#258) Line indented incorrectly; expected 0 spaces, found 3
(#258) Expected "if (...) {\n"; found "if (...){\n"
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 4 spaces, found 1
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 4 spaces, found 3
(#263) Line indented incorrectly; expected 0 spaces, found 2
(#263) Closing brace indented incorrectly; expected 3 spaces, found 2
(#263) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#263) Expected "if (...) {\n"; found "if (...){\n"
(#263) Expected 1 space before "="; 0 found
(#263) Expected 1 space after "="; 0 found
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 4 spaces, found 2
(#266) Line indented incorrectly; expected 0 spaces, found 2
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 4 spaces, found 2
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#276) Closing brace indented incorrectly; expected 2 spaces, found 0
(#278) Expected 1 space(s) before asterisk; 0 found
(#279) Expected 1 space(s) before asterisk; 0 found
(#280) Expected 1 space after closing parenthesis; found 0
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 4 spaces, found 1
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 4 spaces, found 1
(#283) Expected 1 space before "=>"; 0 found
(#283) Expected 1 space after "=>"; 0 found
(#288) Expected "if (...) {\n"; found "if(...){\n"
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 4 spaces, found 1
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 4 spaces, found 2
(#292) Spaces must be used to indent lines; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 4 spaces, found 2
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 4 spaces, found 2
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) Line indented incorrectly; expected at least 4 spaces, found 2
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 4 spaces, found 2
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 4 spaces, found 2
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 4 spaces, found 2
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 4 spaces, found 2
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) Line indented incorrectly; expected at least 4 spaces, found 2
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 4 spaces, found 2
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 4 spaces, found 2
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Line indented incorrectly; expected at least 4 spaces, found 2
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 4 spaces, found 2
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 4 spaces, found 2
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 4 spaces, found 2
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 4 spaces, found 2
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 4 spaces, found 2
(#316) Variable "currentRecord" must be all lower-case
(#316) Expected 1 space after "="; 2 found
(#316) Expected 1 space before "=>"; 0 found
(#316) Expected 1 space after "=>"; 0 found
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 4 spaces, found 2
(#318) Variable "requesterId" must be all lower-case
(#318) Expected 1 space after "="; 2 found
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Variable "currentRecord" must be all lower-case
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 4 spaces, found 2
(#321) Variable "replaceValues" must be all lower-case
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Variable "replaceValues" must be all lower-case
(#322) Variable "currentRecord" must be all lower-case
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Variable "replaceValues" must be all lower-case
(#323) Variable "currentRecord" must be all lower-case
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) This comment is 64% valid code; is this commented out code?
(#324) Inline comments must start with a capital letter, digit or 3-dots sequence
(#324) No space found before comment text; expected "// $replaceValues['[p_code]'] = $currentRecord->progcode;" but found "//$replaceValues['[p_code]'] = $currentRecord->progcode;"
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
(#325) This comment is 64% valid code; is this commented out code?
(#325) No space found before comment text; expected "// $replaceValues['[p_name]'] = $currentRecord->progname;" but found "//$replaceValues['[p_name]'] = $currentRecord->progname;"
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Variable "replaceValues" must be all lower-case
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Variable "replaceValues" must be all lower-case
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Variable "replaceValues" must be all lower-case
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Variable "replaceValues" must be all lower-case
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 4 spaces, found 2
(#332) Variable "requesterId" must be all lower-case
(#332) Variable "replaceValues" must be all lower-case
(#334) Spaces must be used for alignment; tabs are not allowed
(#334) Tab found within whitespace
(#334) Variable "replaceValues" must be all lower-case
(#337) Spaces must be used for alignment; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 4 spaces, found 2
(#341) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/admin/showcoursedetails.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#2) Whitespace found at end of line
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#36) Empty IF statement detected
(#36) Commas (,) must be followed by white space.
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#44) Variable "displayModHTML" must be all lower-case
(#46) Variable "displayModHTML" must be all lower-case
blocks/cmanager/ajax_functions.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 12 spaces, found 6
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Line indented incorrectly; expected at least 12 spaces, found 6
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 6
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 6
(#42) Closing brace indented incorrectly; expected 8 spaces, found 6
(#47) Inline doc block comments are not allowed; use "// Comment." instead
(#49) Whitespace found at end of line
(#50) Whitespace found at end of line
(#53) Whitespace found at end of line
(#54) Variable "post_value" must not contain underscores.
(#55) Variable "post_id" must not contain underscores.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Variable "selectQuery" must be all lower-case
(#57) Variable "post_id" must not contain underscores.
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 3
(#58) Variable "recordExists" must be all lower-case
(#58) Variable "selectQuery" must be all lower-case
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Variable "recordExists" must be all lower-case
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Variable "current_record" must not contain underscores.
(#63) Expected 1 space after "="; 2 found
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Variable "post_id" must not contain underscores.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 6
(#65) Variable "current_record" must not contain underscores.
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 6
(#66) Variable "post_id" must not contain underscores.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 6
(#67) Variable "post_value" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 7
(#74) Variable "post_id" must not contain underscores.
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 7
(#75) Variable "post_value" must not contain underscores.
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 4 spaces, found 3
(#84) Variable "recId" must be all lower-case
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 4 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 4 spaces, found 3
(#86) Variable "recId" must be all lower-case
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 3
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 4 spaces, found 3
(#88) Whitespace found at end of line
blocks/cmanager/approve_mod.php
(#1) The first thing in a PHP file must be the <?php tag.
(#3) Whitespace found at end of line
(#20) Whitespace found at end of line
(#29) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#31) Variable "formPath" must be all lower-case
(#32) Variable "formPath" must be all lower-case
(#37) Empty IF statement detected
(#37) Commas (,) must be followed by white space.
(#39) Line indented incorrectly; expected at least 4 spaces, found 2
(#50) Whitespace found at end of line
(#51) Visibility must be declared on method "definition"
(#52) Line indented incorrectly; expected at least 8 spaces, found 4
(#54) Line indented incorrectly; expected at least 8 spaces, found 4
(#54) Whitespace found at end of line
(#55) Line indented incorrectly; expected at least 8 spaces, found 4
(#55) Commas (,) must be followed by white space.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 1
(#58) Line indented incorrectly; expected at least 8 spaces, found 4
(#60) Line indented incorrectly; expected at least 8 spaces, found 4
(#60) Variable "currentRecord" must be all lower-case
(#60) Expected 1 space after "="; 2 found
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#61) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#63) Line indented incorrectly; expected at least 8 spaces, found 4
(#63) Variable "newCourseRecord" must be all lower-case
(#64) Line indented incorrectly; expected at least 8 spaces, found 4
(#64) Variable "newCourseRecord" must be all lower-case
(#65) Line indented incorrectly; expected at least 8 spaces, found 4
(#65) Variable "newCourseRecord" must be all lower-case
(#65) Expected 1 space before "="; 0 found
(#65) Variable "currentRecord" must be all lower-case
(#65) Whitespace found at end of line
(#66) Line indented incorrectly; expected at least 8 spaces, found 4
(#66) Variable "newCourseRecord" must be all lower-case
(#66) Expected 1 space before "="; 0 found
(#66) Variable "currentRecord" must be all lower-case
(#66) Whitespace found at end of line
(#67) Line indented incorrectly; expected at least 8 spaces, found 4
(#67) Variable "newCourseRecord" must be all lower-case
(#67) Expected 1 space before "="; 0 found
(#68) Line indented incorrectly; expected at least 8 spaces, found 4
(#68) Variable "newCourseRecord" must be all lower-case
(#68) Expected 1 space before "="; 0 found
(#68) Whitespace found at end of line
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#69) Variable "newCourseRecord" must be all lower-case
(#69) Expected 1 space before "="; 0 found
(#69) Whitespace found at end of line
(#70) Line indented incorrectly; expected at least 8 spaces, found 4
(#70) Variable "newCourseRecord" must be all lower-case
(#70) Expected 1 space before "="; 0 found
(#70) Whitespace found at end of line
(#71) Line indented incorrectly; expected at least 8 spaces, found 4
(#71) Variable "newCourseRecord" must be all lower-case
(#71) Expected 1 space before "="; 0 found
(#71) Whitespace found at end of line
(#72) Line indented incorrectly; expected at least 8 spaces, found 4
(#72) Variable "newCourseRecord" must be all lower-case
(#72) Expected 1 space before "="; 0 found
(#72) Expected 1 space after "="; 2 found
(#72) Whitespace found at end of line
(#73) Line indented incorrectly; expected at least 8 spaces, found 4
(#73) Variable "newCourseRecord" must be all lower-case
(#73) Expected 1 space before "="; 0 found
(#73) Expected 1 space after "="; 2 found
(#73) Whitespace found at end of line
(#74) Line indented incorrectly; expected at least 8 spaces, found 4
(#74) Variable "newCourseRecord" must be all lower-case
(#74) Expected 1 space before "="; 0 found
(#74) Expected 1 space after "="; 2 found
(#74) Whitespace found at end of line
(#75) Line indented incorrectly; expected at least 8 spaces, found 4
(#75) Variable "newCourseRecord" must be all lower-case
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 2 found
(#75) Whitespace found at end of line
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#76) Variable "newCourseRecord" must be all lower-case
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 2 found
(#76) Whitespace found at end of line
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Variable "newCourseRecord" must be all lower-case
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 2 found
(#77) Whitespace found at end of line
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Variable "newCourseRecord" must be all lower-case
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 2 found
(#78) Whitespace found at end of line
(#79) Line indented incorrectly; expected at least 8 spaces, found 4
(#79) Variable "newCourseRecord" must be all lower-case
(#79) Expected 1 space before "="; 0 found
(#79) Whitespace found at end of line
(#80) Line indented incorrectly; expected at least 8 spaces, found 4
(#80) Variable "newCourseRecord" must be all lower-case
(#80) Expected 1 space before "="; 0 found
(#80) Whitespace found at end of line
(#81) Line indented incorrectly; expected at least 8 spaces, found 4
(#81) Variable "newCourseRecord" must be all lower-case
(#81) Expected 1 space before "="; 0 found
(#82) Line indented incorrectly; expected at least 8 spaces, found 4
(#82) Variable "newCourseRecord" must be all lower-case
(#82) Expected 1 space before "="; 0 found
(#82) Whitespace found at end of line
(#83) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Variable "newCourseRecord" must be all lower-case
(#83) Expected 1 space before "="; 0 found
(#83) Whitespace found at end of line
(#84) Line indented incorrectly; expected at least 8 spaces, found 4
(#84) Variable "newCourseRecord" must be all lower-case
(#84) Expected 1 space before "="; 0 found
(#84) Whitespace found at end of line
(#85) Line indented incorrectly; expected at least 8 spaces, found 4
(#85) Variable "newCourseRecord" must be all lower-case
(#85) Expected 1 space before "="; 0 found
(#85) Whitespace found at end of line
(#86) Line indented incorrectly; expected at least 8 spaces, found 4
(#86) Variable "newCourseRecord" must be all lower-case
(#86) Expected 1 space before "="; 0 found
(#86) Whitespace found at end of line
(#87) Line indented incorrectly; expected at least 8 spaces, found 4
(#87) Variable "newCourseRecord" must be all lower-case
(#87) Expected 1 space before "="; 0 found
(#87) Whitespace found at end of line
(#88) Line indented incorrectly; expected at least 8 spaces, found 4
(#88) Variable "newCourseRecord" must be all lower-case
(#88) Expected 1 space before "="; 0 found
(#88) Whitespace found at end of line
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#89) Variable "newCourseRecord" must be all lower-case
(#89) Expected 1 space before "="; 0 found
(#89) Whitespace found at end of line
(#90) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Variable "newCourseRecord" must be all lower-case
(#90) Expected 1 space before "="; 0 found
(#90) Whitespace found at end of line
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#91) Variable "newCourseRecord" must be all lower-case
(#91) Expected 1 space before "="; 0 found
(#91) Whitespace found at end of line
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Variable "newCourseRecord" must be all lower-case
(#92) Expected 1 space before "="; 0 found
(#92) Whitespace found at end of line
(#93) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Variable "newCourseRecord" must be all lower-case
(#93) Expected 1 space before "="; 0 found
(#93) Whitespace found at end of line
(#94) Line indented incorrectly; expected at least 8 spaces, found 4
(#94) Variable "newCourseRecord" must be all lower-case
(#94) Expected 1 space before "="; 0 found
(#94) Whitespace found at end of line
(#95) Line indented incorrectly; expected at least 8 spaces, found 4
(#95) Variable "newCourseRecord" must be all lower-case
(#95) Expected 1 space before "="; 0 found
(#95) Whitespace found at end of line
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#96) Variable "newCourseRecord" must be all lower-case
(#96) Expected 1 space before "="; 0 found
(#96) Whitespace found at end of line
(#97) Line indented incorrectly; expected at least 8 spaces, found 4
(#97) Variable "newCourseRecord" must be all lower-case
(#97) Expected 1 space before "="; 0 found
(#97) Whitespace found at end of line
(#98) Line indented incorrectly; expected at least 8 spaces, found 4
(#98) Variable "newCourseRecord" must be all lower-case
(#98) Expected 1 space before "="; 0 found
(#98) Whitespace found at end of line
(#99) Line indented incorrectly; expected at least 8 spaces, found 4
(#99) Variable "newCourseRecord" must be all lower-case
(#99) Expected 1 space before "="; 0 found
(#99) Whitespace found at end of line
(#100) Line indented incorrectly; expected at least 8 spaces, found 4
(#100) Variable "newCourseRecord" must be all lower-case
(#100) Expected 1 space before "="; 0 found
(#100) Whitespace found at end of line
(#101) Line indented incorrectly; expected at least 8 spaces, found 4
(#101) Variable "newCourseRecord" must be all lower-case
(#101) Expected 1 space before "="; 0 found
(#101) Whitespace found at end of line
(#102) Line indented incorrectly; expected at least 8 spaces, found 4
(#102) Variable "newCourseRecord" must be all lower-case
(#102) Expected 1 space before "="; 0 found
(#103) Line indented incorrectly; expected at least 8 spaces, found 4
(#103) Variable "newCourseRecord" must be all lower-case
(#103) Expected 1 space before "="; 0 found
(#103) Whitespace found at end of line
(#104) Line indented incorrectly; expected at least 8 spaces, found 4
(#104) Variable "newCourseRecord" must be all lower-case
(#104) Expected 1 space before "="; 0 found
(#104) Whitespace found at end of line
(#105) Line indented incorrectly; expected at least 8 spaces, found 4
(#105) Variable "newCourseRecord" must be all lower-case
(#105) Expected 1 space before "="; 0 found
(#105) Whitespace found at end of line
(#106) Line indented incorrectly; expected at least 8 spaces, found 4
(#106) Variable "newCourseRecord" must be all lower-case
(#106) Expected 1 space before "="; 0 found
(#106) Whitespace found at end of line
(#107) Line indented incorrectly; expected at least 8 spaces, found 4
(#107) Variable "newCourseRecord" must be all lower-case
(#107) Expected 1 space before "="; 0 found
(#107) Whitespace found at end of line
(#109) Line indented incorrectly; expected at least 8 spaces, found 4
(#109) Commas (,) must be followed by white space.
(#109) Commas (,) must be followed by white space.
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 1
(#110) Variable "htmlOutput" must be all lower-case
(#111) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 1
(#113) Variable "htmlOutput" must be all lower-case
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 8 spaces, found 1
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 12 spaces, found 8
(#115) Variable "newCourseRecord" must be all lower-case
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 5
(#116) Variable "htmlOutput" must be all lower-case
(#116) Commas (,) must be followed by white space.
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 8 spaces, found 1
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Whitespace found at end of line
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 8 spaces, found 1
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 5
(#120) Variable "htmlOutput" must be all lower-case
(#120) Commas (,) must be followed by white space.
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 1
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 1
(#123) Variable "htmlOutput" must be all lower-case
(#123) Expected 1 space after ".="; 2 found
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Line indented incorrectly; expected at least 8 spaces, found 4
(#125) Line exceeds 132 characters; contains 144 characters
(#126) Whitespace found at end of line within string
(#127) Variable "htmlOutput" must be all lower-case
(#128) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) This comment is 44% valid code; is this commented out code?
(#137) No space found before comment text; expected "// default 'action' for form is strip_querystring(qualified_me())" but found "//default 'action' for form is strip_querystring(qualified_me())"
(#138) Empty IF statement detected
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) No space found before comment text; expected "// you need this section if you have a cancel button on your form" but found "//you need this section if you have a cancel button on your form"
(#140) No space found before comment text; expected "// here you tell php what to do if your user presses cancel" but found "//here you tell php what to do if your user presses cancel"
(#141) No space found before comment text; expected "// probably a redirect is called for!" but found "//probably a redirect is called for!"
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Whitespace found at end of line
(#145) Expected "} else if (...) {\n"; found "} \n\nelse if (...) {\n"
(#145) Empty IF statement detected
(#145) Expected 1 space before "="; 0 found
(#145) Expected 1 space after "="; 0 found
(#146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) No space found before comment text; expected "// this branch is where you process validated data." but found "//this branch is where you process validated data."
(#147) Whitespace found at end of line
(#148) Whitespace found at end of line
(#149) Line indented incorrectly; expected 0 spaces, found 1
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) No space found before comment text; expected "// setup strings for heading" but found "//setup strings for heading"
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) No space found before comment text; expected "// notice use of $mform->focus() above which puts the cursor" but found "//notice use of $mform->focus() above which puts the cursor"
(#157) Whitespace found at end of line
(#158) No space found before comment text; expected "// in the first form field or the first field with an error." but found "//in the first form field or the first field with an error."
(#159) Whitespace found at end of line
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) No space found before comment text; expected "// put data you want to fill out in the form into array $toform here then :" but found "//put data you want to fill out in the form into array $toform here then :"
(#162) Whitespace found at end of line
(#166) Whitespace found at end of line
(#167) Closing brace indented incorrectly; expected 1 spaces, found 0
blocks/cmanager/block_cmanager.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#39) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Whitespace found at end of line
(#44) Visibility must be declared on method "init"
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Visibility must be declared on method "get_content"
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#63) Expected 1 space after "="; 2 found
(#74) Expected 5 space(s) before asterisk; 4 found
(#75) Expected 5 space(s) before asterisk; 4 found
(#76) Expected 5 space(s) before asterisk; 4 found
(#77) Expected 5 space(s) before asterisk; 4 found
(#78) Line indented incorrectly; expected 0 spaces, found 4
(#78) Expected 1 space after closing parenthesis; found 0
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 2
(#82) Variable "adminHTML" must be all lower-case
(#83) Variable "numRequestsPending" must be all lower-case
(#84) Variable "numRequestsPending" must be all lower-case
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 4 spaces, found 10
(#86) Commas (,) must be followed by white space.
(#87) Whitespace found at end of line
(#88) Variable "adminHTML" must be all lower-case
(#88) Commas (,) must be followed by white space.
(#88) Variable "numRequestsPending" must be all lower-case
(#88) Line exceeds maximum limit of 180 characters; contains 243 characters
(#89) Commas (,) must be followed by white space.
(#89) Line exceeds maximum limit of 180 characters; contains 200 characters
(#90) Commas (,) must be followed by white space.
(#90) Line exceeds maximum limit of 180 characters; contains 207 characters
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected 4 spaces, found 9
(#92) Closing brace indented incorrectly; expected 10 spaces, found 9
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#93) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#100) Commas (,) must be followed by white space.
(#100) Line exceeds maximum limit of 180 characters; contains 204 characters
(#101) Commas (,) must be followed by white space.
(#101) Line exceeds maximum limit of 180 characters; contains 196 characters
(#102) Commas (,) must be followed by white space.
(#102) Line exceeds maximum limit of 180 characters; contains 207 characters
(#105) Variable "adminHTML" must be all lower-case
(#108) Whitespace found at end of line
(#111) Closing brace indented incorrectly; expected 4 spaces, found 0
blocks/cmanager/cmanager_admin.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#50) Empty IF statement detected
(#50) Commas (,) must be followed by white space.
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#100) Spaces must be used to indent lines; tabs are not allowed
(#104) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#129) Spaces must be used to indent lines; tabs are not allowed
(#130) Spaces must be used to indent lines; tabs are not allowed
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#139) Spaces must be used to indent lines; tabs are not allowed
(#156) Line indented incorrectly; expected 4 spaces, found 0
(#156) Visibility must be declared on method "definition"
(#157) Line indented incorrectly; expected at least 8 spaces, found 4
(#158) Line indented incorrectly; expected at least 8 spaces, found 4
(#159) Line indented incorrectly; expected at least 8 spaces, found 4
(#160) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#162) Line indented incorrectly; expected at least 8 spaces, found 4
(#162) Variable "selectQuery" must be all lower-case
(#164) Line indented incorrectly; expected at least 8 spaces, found 4
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Line indented incorrectly; expected at least 8 spaces, found 4
(#166) Line indented incorrectly; expected 8 spaces, found 4
(#167) Line indented incorrectly; expected at least 12 spaces, found 8
(#167) Variable "searchText" must be all lower-case
(#168) Line indented incorrectly; expected at least 12 spaces, found 8
(#168) Variable "searchType" must be all lower-case
(#170) Line indented incorrectly; expected 12 spaces, found 8
(#170) Variable "searchText" must be all lower-case
(#170) Variable "searchType" must be all lower-case
(#171) Line indented incorrectly; expected 16 spaces, found 12
(#171) Variable "searchType" must be all lower-case
(#172) Line indented incorrectly; expected at least 20 spaces, found 16
(#172) Variable "selectQuery" must be all lower-case
(#172) Variable "searchText" must be all lower-case
(#173) Line indented incorrectly; expected 16 spaces, found 12
(#174) Line indented incorrectly; expected at least 16 spaces, found 12
(#174) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#174) Expected "if (...) {\n"; found "if(...) {\n"
(#174) Variable "searchType" must be all lower-case
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 20 spaces, found 9
(#175) Variable "selectQuery" must be all lower-case
(#175) Variable "searchText" must be all lower-case
(#176) Line indented incorrectly; expected 16 spaces, found 8
(#176) Closing brace indented incorrectly; expected 12 spaces, found 8
(#177) Line indented incorrectly; expected at least 16 spaces, found 7
(#177) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#177) Variable "searchType" must be all lower-case
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 20 spaces, found 9
(#178) Variable "selectQuery" must be all lower-case
(#178) The use of backticks in strings is not recommended
(#179) Line indented incorrectly; expected at least 20 spaces, found 12
(#179) Whitespace found at end of line within string
(#179) Variable "searchText" must be all lower-case
(#180) Variable "searchText" must be all lower-case
(#181) Line indented incorrectly; expected 16 spaces, found 7
(#182) Line indented incorrectly; expected 12 spaces, found 3
(#182) Closing brace indented incorrectly; expected 8 spaces, found 3
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) This comment is 59% valid code; is this commented out code?
(#184) Line indented incorrectly; expected at least 12 spaces, found 2
(#184) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#185) Line indented incorrectly; expected at least 12 spaces, found 8
(#185) Variable "selectQuery" must be all lower-case
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) This comment is 50% valid code; is this commented out code?
(#186) Line indented incorrectly; expected at least 12 spaces, found 2
(#186) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#187) Line indented incorrectly; expected 8 spaces, found 0
(#187) Closing brace indented incorrectly; expected 4 spaces, found 0
(#188) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Line indented incorrectly; expected at least 8 spaces, found 0
(#191) Line indented incorrectly; expected at least 8 spaces, found 0
(#191) Variable "pendingList" must be all lower-case
(#191) Expected 1 space before "="; 0 found
(#191) Expected 1 space after "="; 0 found
(#191) Variable "selectQuery" must be all lower-case
(#192) Line indented incorrectly; expected at least 8 spaces, found 0
(#192) Variable "outputHTML" must be all lower-case
(#192) Variable "pendingList" must be all lower-case
(#194) Line indented incorrectly; expected at least 8 spaces, found 0
(#194) Commas (,) must be followed by white space.
(#194) Line exceeds 132 characters; contains 133 characters
(#194) Line exceeds 132 characters; contains 133 characters
(#195) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#197) Line indented incorrectly; expected at least 8 spaces, found 0
(#197) Variable "bulkActions" must be all lower-case
(#200) Commas (,) must be followed by white space.
(#206) Commas (,) must be followed by white space.
(#207) Commas (,) must be followed by white space.
(#208) Commas (,) must be followed by white space.
(#212) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#215) Line indented incorrectly; expected at least 8 spaces, found 0
(#215) Variable "page1_fieldname1" must not contain underscores.
(#216) Line indented incorrectly; expected at least 8 spaces, found 0
(#216) Variable "page1_fieldname2" must not contain underscores.
(#218) Line indented incorrectly; expected at least 8 spaces, found 0
(#218) Variable "searchHTML" must be all lower-case
(#226) Variable "page1_fieldname1" must not contain underscores.
(#227) Variable "page1_fieldname2" must not contain underscores.
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected 8 spaces, found 2
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 12 spaces, found 3
(#240) Variable "searchHTML" must be all lower-case
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected 8 spaces, found 2
(#242) Line indented incorrectly; expected at least 8 spaces, found 0
(#242) Variable "searchHTML" must be all lower-case
(#243) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#247) Line indented incorrectly; expected at least 8 spaces, found 0
(#247) Variable "mainBody" must be all lower-case
(#247) Expected 1 space after "="; 0 found
(#250) Variable "searchHTML" must be all lower-case
(#250) Variable "bulkActions" must be all lower-case
(#253) Variable "outputHTML" must be all lower-case
(#257) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#259) Line indented incorrectly; expected at least 8 spaces, found 0
(#259) Variable "mainBody" must be all lower-case
(#260) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#264) Closing brace indented incorrectly; expected 0 spaces, found 4
(#314) Empty IF statement detected
(#317) Empty IF statement detected
(#317) Expected 1 space before "="; 0 found
(#317) Expected 1 space after "="; 0 found
(#320) Empty ELSE statement detected
(#338) Variable "searchText" must be all lower-case
(#339) Variable "searchType" must be all lower-case
(#341) Variable "searchText" must be all lower-case
(#343) Variable "searchType" must be all lower-case
blocks/cmanager/cmanager_admin_arch.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#49) Empty IF statement detected
(#49) Commas (,) must be followed by white space.
(#52) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#86) Spaces must be used to indent lines; tabs are not allowed
(#93) Whitespace found at end of line
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Expected "if (...) {\n"; found "if(...){\n"
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 8 spaces, found 5
(#96) Expected "if (...) {\n"; found "if (...){\n"
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 12 spaces, found 3
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 8 spaces, found 5
(#104) Spaces must be used for alignment; tabs are not allowed
(#105) Spaces must be used for alignment; tabs are not allowed
(#112) Expected 1 space(s) before asterisk; 0 found
(#113) Expected 1 space(s) before asterisk; 0 found
(#114) Expected 1 space(s) before asterisk; 0 found
(#115) Expected 1 space(s) before asterisk; 0 found
(#116) Expected 1 space(s) before asterisk; 0 found
(#117) Expected 1 space(s) before asterisk; 0 found
(#118) Expected 1 space(s) before asterisk; 0 found
(#120) Whitespace found at end of line
(#121) Visibility must be declared on method "definition"
(#124) Whitespace found at end of line
(#125) Whitespace found at end of line
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 7
(#126) Variable "selectQuery" must be all lower-case
(#127) Whitespace found at end of line
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 12 spaces, found 10
(#131) Variable "searchText" must be all lower-case
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 12 spaces, found 6
(#132) Variable "searchType" must be all lower-case
(#134) Variable "searchText" must be all lower-case
(#134) Variable "searchType" must be all lower-case
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Whitespace found at end of line
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 16 spaces, found 7
(#136) Variable "searchType" must be all lower-case
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 20 spaces, found 8
(#137) Variable "selectQuery" must be all lower-case
(#137) Variable "searchText" must be all lower-case
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 16 spaces, found 7
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 16 spaces, found 7
(#139) Expected "} else if (...) {\n"; found "}\n \t\t\telse if (...) {\n"
(#139) Variable "searchType" must be all lower-case
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 20 spaces, found 8
(#140) Variable "selectQuery" must be all lower-case
(#140) Variable "searchText" must be all lower-case
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 16 spaces, found 7
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 16 spaces, found 7
(#142) Expected "} else if (...) {\n"; found "}\n \t\t\telse if (...) {\n"
(#142) Variable "searchType" must be all lower-case
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 20 spaces, found 8
(#143) Variable "selectQuery" must be all lower-case
(#143) The use of backticks in strings is not recommended
(#143) Variable "searchText" must be all lower-case
(#143) Line exceeds maximum limit of 180 characters; contains 194 characters
(#143) Line exceeds maximum limit of 180 characters; contains 194 characters
(#143) Line exceeds maximum limit of 180 characters; contains 194 characters
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 16 spaces, found 7
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 12 spaces, found 6
(#145) Closing brace indented incorrectly; expected 12 spaces, found 6
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 1
(#146) Closing brace indented incorrectly; expected 8 spaces, found 1
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Whitespace found at end of line
(#148) Line indented incorrectly; expected at least 8 spaces, found 1
(#157) Whitespace found at end of line
(#157) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#158) Whitespace found at end of line
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Line indented incorrectly; expected at least 8 spaces, found 0
(#160) Line indented incorrectly; expected at least 8 spaces, found 0
(#160) Variable "page1_fieldname1" must not contain underscores.
(#161) Line indented incorrectly; expected at least 8 spaces, found 0
(#161) Variable "page1_fieldname2" must not contain underscores.
(#162) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Whitespace found at end of line
(#164) Line indented incorrectly; expected at least 8 spaces, found 0
(#164) Variable "additionalSearchQuery" must be all lower-case
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Whitespace found at end of line
(#166) Line indented incorrectly; expected 8 spaces, found 0
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 12 spaces, found 1
(#167) Variable "archSearchText" must be all lower-case
(#168) Line indented incorrectly; expected at least 12 spaces, found 4
(#168) Variable "archSearchType" must be all lower-case
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Whitespace found at end of line
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 12 spaces, found 1
(#170) Variable "archSearchText" must be all lower-case
(#170) Variable "archSearchType" must be all lower-case
(#171) Line indented incorrectly; expected 16 spaces, found 8
(#171) Expected "if (...) {\n"; found "if(...) {\n"
(#171) Variable "archSearchType" must be all lower-case
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 20 spaces, found 6
(#172) Variable "additionalSearchQuery" must be all lower-case
(#172) Variable "archSearchText" must be all lower-case
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 16 spaces, found 2
(#173) Closing brace indented incorrectly; expected 8 spaces, found 2
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 16 spaces, found 2
(#174) Expected "} else if (...) {\n"; found "}\n\t\telse if (...) {\n"
(#174) Variable "archSearchType" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 20 spaces, found 5
(#175) Variable "additionalSearchQuery" must be all lower-case
(#175) Variable "archSearchText" must be all lower-case
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected 16 spaces, found 4
(#176) Closing brace indented incorrectly; expected 2 spaces, found 4
(#177) Line indented incorrectly; expected at least 16 spaces, found 8
(#177) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#177) Expected "if (...) {\n"; found "if(...) {\n"
(#177) Variable "archSearchType" must be all lower-case
(#178) Line indented incorrectly; expected at least 20 spaces, found 12
(#178) Variable "additionalSearchQuery" must be all lower-case
(#178) The use of backticks in strings is not recommended
(#178) Variable "archSearchText" must be all lower-case
(#178) Line exceeds maximum limit of 180 characters; contains 225 characters
(#178) Line exceeds maximum limit of 180 characters; contains 225 characters
(#178) Line exceeds maximum limit of 180 characters; contains 225 characters
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected 16 spaces, found 2
(#179) Closing brace indented incorrectly; expected 8 spaces, found 2
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 12 spaces, found 1
(#181) Line indented incorrectly; expected 8 spaces, found 0
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Whitespace found at end of line
(#182) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#184) Line indented incorrectly; expected at least 8 spaces, found 0
(#184) Variable "numberOfRecords" must be all lower-case
(#184) Variable "additionalSearchQuery" must be all lower-case
(#184) Line exceeds maximum limit of 180 characters; contains 189 characters
(#184) Line exceeds maximum limit of 180 characters; contains 189 characters
(#184) Line exceeds maximum limit of 180 characters; contains 189 characters
(#185) Line indented incorrectly; expected at least 8 spaces, found 0
(#185) Variable "numberOfPages" must be all lower-case
(#185) Variable "numberOfRecords" must be all lower-case
(#185) Expected 1 space after "-"; 0 found
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#187) Line indented incorrectly; expected at least 8 spaces, found 0
(#187) Variable "selectedOption" must be all lower-case
(#188) Line indented incorrectly; expected at least 8 spaces, found 0
(#188) Variable "archRequestsDropdown" must be all lower-case
(#188) Whitespace found at end of line within string
(#190) Whitespace found at end of line
(#191) Line indented incorrectly; expected at least 8 spaces, found 4
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Whitespace found at end of line
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Whitespace found at end of line
(#193) Line indented incorrectly; expected 8 spaces, found 4
(#193) Variable "numberOfPages" must be all lower-case
(#193) Expected 1 space before "+"; 0 found
(#193) Expected 1 space after "+"; 0 found
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 12 spaces, found 5
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 16 spaces, found 9
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 20 spaces, found 10
(#196) Variable "selectedOption" must be all lower-case
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 16 spaces, found 9
(#198) Line indented incorrectly; expected 12 spaces, found 8
(#198) Closing brace indented incorrectly; expected 5 spaces, found 8
(#199) Line indented incorrectly; expected at least 12 spaces, found 8
(#199) Variable "archRequestsDropdown" must be all lower-case
(#199) Variable "selectedOption" must be all lower-case
(#200) Line indented incorrectly; expected at least 12 spaces, found 8
(#201) Line indented incorrectly; expected at least 12 spaces, found 8
(#201) Variable "selectedOption" must be all lower-case
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Whitespace found at end of line
(#202) Line indented incorrectly; expected 8 spaces, found 4
(#202) Whitespace found at end of line
(#204) Line indented incorrectly; expected 8 spaces, found 4
(#204) Empty IF statement detected
(#204) Variable "numberOfRecords" must be all lower-case
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Whitespace found at end of line
(#206) Line indented incorrectly; expected 8 spaces, found 4
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected 12 spaces, found 5
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 16 spaces, found 5
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 20 spaces, found 6
(#209) Variable "selectedOption" must be all lower-case
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 16 spaces, found 5
(#211) Line indented incorrectly; expected 12 spaces, found 4
(#211) Closing brace indented incorrectly; expected 5 spaces, found 4
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 12 spaces, found 1
(#212) Variable "archRequestsDropdown" must be all lower-case
(#212) Variable "selectedOption" must be all lower-case
(#213) Line indented incorrectly; expected 8 spaces, found 4
(#215) Line indented incorrectly; expected at least 8 spaces, found 4
(#215) Variable "archRequestsDropdown" must be all lower-case
(#216) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#217) Whitespace found at end of line
(#218) Line indented incorrectly; expected at least 8 spaces, found 0
(#219) Whitespace found at end of line
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Line indented incorrectly; expected at least 8 spaces, found 0
(#221) Line indented incorrectly; expected 8 spaces, found 0
(#222) Line indented incorrectly; expected at least 12 spaces, found 4
(#222) Variable "selected_page_number" must not contain underscores.
(#223) Line indented incorrectly; expected at least 12 spaces, found 4
(#223) Variable "fromLimit" must be all lower-case
(#223) Variable "selected_page_number" must not contain underscores.
(#223) Expected 1 space after "-"; 0 found
(#224) Line indented incorrectly; expected at least 12 spaces, found 4
(#224) Variable "toLimit" must be all lower-case
(#224) Variable "fromLimit" must be all lower-case
(#225) Line indented incorrectly; expected 8 spaces, found 0
(#226) Line indented incorrectly; expected at least 12 spaces, found 4
(#226) Variable "fromLimit" must be all lower-case
(#227) Line indented incorrectly; expected at least 12 spaces, found 4
(#227) Variable "toLimit" must be all lower-case
(#228) Line indented incorrectly; expected 8 spaces, found 0
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Whitespace found at end of line
(#229) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Whitespace found at end of line
(#231) Line indented incorrectly; expected at least 8 spaces, found 0
(#231) Variable "pendingList" must be all lower-case
(#231) Whitespace found at end of line within string
(#232) Variable "additionalSearchQuery" must be all lower-case
(#232) Whitespace found at end of line within string
(#233) Variable "fromLimit" must be all lower-case
(#234) Line indented incorrectly; expected at least 8 spaces, found 0
(#234) Commas (,) must be followed by white space.
(#234) Line exceeds 132 characters; contains 138 characters
(#234) Line exceeds 132 characters; contains 138 characters
(#234) Line exceeds 132 characters; contains 138 characters
(#236) Line indented incorrectly; expected at least 8 spaces, found 0
(#236) Variable "outputHTML" must be all lower-case
(#237) Line indented incorrectly; expected at least 8 spaces, found 0
(#237) Variable "outputHTML" must be all lower-case
(#237) Variable "archRequestsDropdown" must be all lower-case
(#238) Line indented incorrectly; expected at least 8 spaces, found 0
(#238) Variable "outputHTML" must be all lower-case
(#240) Commas (,) must be followed by white space.
(#240) Line exceeds 132 characters; contains 135 characters
(#240) Line exceeds 132 characters; contains 135 characters
(#240) Line exceeds 132 characters; contains 135 characters
(#240) Whitespace found at end of line within string
(#243) Line indented incorrectly; expected at least 8 spaces, found 0
(#243) Variable "outputHTML" must be all lower-case
(#243) Variable "pendingList" must be all lower-case
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Whitespace found at end of line
(#244) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Whitespace found at end of line
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Whitespace found at end of line
(#247) Line indented incorrectly; expected at least 8 spaces, found 0
(#247) Variable "outputHTML" must be all lower-case
(#248) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Whitespace found at end of line
(#259) Empty IF statement detected
(#260) Whitespace found at end of line
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Whitespace found at end of line
(#262) Empty IF statement detected
(#262) Expected 1 space before "="; 0 found
(#262) Expected 1 space after "="; 0 found
(#263) Inline comments must start with a capital letter, digit or 3-dots sequence
(#263) Line indented incorrectly; expected at least 4 spaces, found 0
(#263) No space found before comment text; expected "// this branch is where you process validated data." but found "//this branch is where you process validated data."
(#264) Whitespace found at end of line
(#265) Empty ELSE statement detected
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Whitespace found at end of line
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 4 spaces, found 1
(#274) Variable "archSearchText" must be all lower-case
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 4 spaces, found 1
(#275) Variable "archSearchType" must be all lower-case
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Whitespace found at end of line
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 4 spaces, found 1
(#277) Variable "archSearchText" must be all lower-case
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Whitespace found at end of line
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 4 spaces, found 1
(#279) Variable "archSearchType" must be all lower-case
(#286) Whitespace found at end of line within string
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Whitespace found at end of line
(#298) Whitespace found at end of line
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Whitespace found at end of line
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Whitespace found at end of line
blocks/cmanager/cmanager_adminsettings.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#37) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Line exceeds 132 characters; contains 143 characters
(#40) Line exceeds 132 characters; contains 143 characters
(#48) Empty IF statement detected
(#48) Commas (,) must be followed by white space.
(#50) Line indented incorrectly; expected at least 4 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#103) Variable "deleteId" must be all lower-case
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Variable "deleteQuery" must be all lower-case
(#105) Variable "deleteId" must be all lower-case
(#106) Variable "deleteQuery" must be all lower-case
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) No space found before comment text; expected "// did we make a change to the course name, enrolment key or date?" but found "//did we make a change to the course name, enrolment key or date?"
(#113) Whitespace found at end of line
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) No space found before comment text; expected "// update autoKey" but found "//update autoKey"
(#118) Variable "rowId" must be all lower-case
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 4 spaces, found 2
(#119) Variable "rowId" must be all lower-case
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) No space found before comment text; expected "// update naming" but found "//update naming"
(#126) Variable "rowId" must be all lower-case
(#127) Variable "rowId" must be all lower-case
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) No space found before comment text; expected "// self car" but found "//self car"
(#134) Variable "rowId" must be all lower-case
(#135) Variable "rowId" must be all lower-case
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) No space found before comment text; expected "// update snaming" but found "//update snaming"
(#143) Variable "rowId" must be all lower-case
(#144) Variable "rowId" must be all lower-case
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) No space found before comment text; expected "// retrieve updated date and convert to timestamp" but found "//retrieve updated date and convert to timestamp"
(#150) Variable "courseTimeStamp" must be all lower-case
(#151) Variable "courseTimeStamp" must be all lower-case
(#151) Variable "courseTimeStamp" must be all lower-case
(#151) Variable "courseTimeStamp" must be all lower-case
(#151) Variable "courseTimeStamp" must be all lower-case
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) No space found before comment text; expected "// add the new date to the config" but found "//add the new date to the config"
(#155) Variable "rowId" must be all lower-case
(#156) Variable "rowId" must be all lower-case
(#158) Variable "courseTimeStamp" must be all lower-case
(#160) Commas (,) must be followed by white space.
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) No space found before comment text; expected "// update no reply email" but found "//update no reply email"
(#165) Variable "rowId" must be all lower-case
(#166) Variable "rowId" must be all lower-case
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) No space found before comment text; expected "// DENY TEXT" but found "//DENY TEXT"
(#173) Variable "rowId" must be all lower-case
(#174) Variable "rowId" must be all lower-case
(#181) Variable "rowId" must be all lower-case
(#182) Variable "rowId" must be all lower-case
(#189) Variable "rowId" must be all lower-case
(#190) Variable "rowId" must be all lower-case
(#197) Variable "rowId" must be all lower-case
(#198) Variable "rowId" must be all lower-case
(#205) Variable "rowId" must be all lower-case
(#206) Variable "rowId" must be all lower-case
(#236) Visibility must be declared on method "definition"
(#238) Line indented incorrectly; expected at least 8 spaces, found 4
(#239) Line indented incorrectly; expected at least 8 spaces, found 4
(#239) Variable "currentSess" must be all lower-case
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 8 spaces, found 1
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 8 spaces, found 1
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 8 spaces, found 1
(#245) Line indented incorrectly; expected at least 8 spaces, found 4
(#245) Variable "currentRecord" must be all lower-case
(#245) Expected 1 space after "="; 2 found
(#245) Expected 1 space before "=>"; 0 found
(#245) Variable "currentSess" must be all lower-case
(#246) Line indented incorrectly; expected at least 8 spaces, found 4
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 8 spaces, found 1
(#247) Commas (,) must be followed by white space.
(#247) Line exceeds 132 characters; contains 142 characters
(#247) Line exceeds 132 characters; contains 142 characters
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Line indented incorrectly; expected at least 8 spaces, found 4
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 8 spaces, found 1
(#250) Commas (,) must be followed by white space.
(#250) Line exceeds maximum limit of 180 characters; contains 185 characters
(#250) Line exceeds maximum limit of 180 characters; contains 185 characters
(#251) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#254) Line indented incorrectly; expected at least 8 spaces, found 4
(#254) Variable "statsCode" must be all lower-case
(#254) Commas (,) must be followed by white space.
(#255) Line indented incorrectly; expected at least 8 spaces, found 4
(#255) Variable "whereQuery" must be all lower-case
(#256) Line indented incorrectly; expected at least 8 spaces, found 4
(#256) Variable "modRecords" must be all lower-case
(#256) Variable "whereQuery" must be all lower-case
(#257) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#259) Inline comments must start with a capital letter, digit or 3-dots sequence
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Line indented incorrectly; expected at least 8 spaces, found 4
(#259) No space found before comment text; expected "// get the current values for naming and autoKey from the database and use in the setting of seleted values for dropdowns" but found "//get the current values for naming and autoKey from the database and use in the setting of seleted values for dropdowns"
(#261) Line indented incorrectly; expected at least 8 spaces, found 4
(#261) Variable "autoKey" must be all lower-case
(#263) Line indented incorrectly; expected at least 8 spaces, found 4
(#264) Line indented incorrectly; expected at least 8 spaces, found 4
(#264) Variable "emailSender" must be all lower-case
(#266) Line indented incorrectly; expected at least 8 spaces, found 4
(#267) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) Line indented incorrectly; expected at least 8 spaces, found 4
(#270) Line indented incorrectly; expected at least 8 spaces, found 4
(#271) Line indented incorrectly; expected at least 8 spaces, found 4
(#272) Line indented incorrectly; expected at least 8 spaces, found 4
(#273) Line indented incorrectly; expected at least 8 spaces, found 4
(#274) Line indented incorrectly; expected at least 8 spaces, found 4
(#276) Line indented incorrectly; expected at least 8 spaces, found 4
(#276) 105 slashes comments are not allowed; use "// Comment." instead
(#276) Blank comments are not allowed
(#278) Line indented incorrectly; expected at least 8 spaces, found 4
(#281) Line indented incorrectly; expected at least 8 spaces, found 4
(#281) Commas (,) must be followed by white space.
(#284) Commas (,) must be followed by white space.
(#287) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#289) Line indented incorrectly; expected at least 8 spaces, found 4
(#289) Expected 1 space after ".="; 0 found
(#290) Commas (,) must be followed by white space.
(#291) Commas (,) must be followed by white space.
(#292) Commas (,) must be followed by white space.
(#293) Commas (,) must be followed by white space.
(#294) Commas (,) must be followed by white space.
(#303) Commas (,) must be followed by white space.
(#307) Commas (,) must be followed by white space.
(#311) Line indented incorrectly; expected 8 spaces, found 4
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 12 spaces, found 5
(#312) Expected 1 space after ".="; 0 found
(#313) Commas (,) must be followed by white space.
(#314) Commas (,) must be followed by white space.
(#315) Line indented incorrectly; expected 8 spaces, found 4
(#317) Line indented incorrectly; expected at least 8 spaces, found 4
(#317) Expected "} else if (...) {\n"; found "}\n\n else if (...) {\n"
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 12 spaces, found 5
(#318) Expected 1 space after ".="; 0 found
(#319) Commas (,) must be followed by white space.
(#320) Commas (,) must be followed by white space.
(#321) Line indented incorrectly; expected 8 spaces, found 4
(#322) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#324) Line indented incorrectly; expected at least 8 spaces, found 4
(#325) Line indented incorrectly; expected at least 8 spaces, found 4
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Line indented incorrectly; expected at least 8 spaces, found 4
(#327) Line indented incorrectly; expected at least 8 spaces, found 4
(#327) Expected 1 space after ".="; 0 found
(#334) Commas (,) must be followed by white space.
(#336) Commas (,) must be followed by white space.
(#339) Variable "autoKey" must be all lower-case
(#340) Expected 1 space after ".="; 0 found
(#341) Commas (,) must be followed by white space.
(#342) Commas (,) must be followed by white space.
(#343) Commas (,) must be followed by white space.
(#345) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#345) Variable "autoKey" must be all lower-case
(#346) Expected 1 space after ".="; 0 found
(#347) Commas (,) must be followed by white space.
(#348) Commas (,) must be followed by white space.
(#349) Commas (,) must be followed by white space.
(#351) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#351) Variable "autoKey" must be all lower-case
(#352) Expected 1 space after ".="; 0 found
(#353) Commas (,) must be followed by white space.
(#354) Commas (,) must be followed by white space.
(#355) Commas (,) must be followed by white space.
(#357) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 8 spaces, found 1
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 8 spaces, found 1
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Inline comments must end in full-stops, exclamation marks, or question marks
(#361) Line indented incorrectly; expected at least 8 spaces, found 1
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 8 spaces, found 1
(#362) Expected 1 space after ".="; 0 found
(#367) Commas (,) must be followed by white space.
(#392) Commas (,) must be followed by white space.
(#398) Spaces must be used to indent lines; tabs are not allowed
(#398) Tab found within whitespace
(#398) Line indented incorrectly; expected at least 8 spaces, found 2
(#399) Spaces must be used to indent lines; tabs are not allowed
(#399) Tab found within whitespace
(#399) Line indented incorrectly; expected at least 8 spaces, found 2
(#399) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#400) Spaces must be used to indent lines; tabs are not allowed
(#400) Tab found within whitespace
(#400) Inline comments must end in full-stops, exclamation marks, or question marks
(#400) Line indented incorrectly; expected at least 8 spaces, found 2
(#401) Spaces must be used to indent lines; tabs are not allowed
(#401) Tab found within whitespace
(#401) Line indented incorrectly; expected 8 spaces, found 2
(#402) Spaces must be used to indent lines; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected at least 12 spaces, found 3
(#410) Spaces must be used to indent lines; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected 8 spaces, found 2
(#411) Spaces must be used to indent lines; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 12 spaces, found 4
(#419) Spaces must be used to indent lines; tabs are not allowed
(#419) Tab found within whitespace
(#419) Line indented incorrectly; expected 8 spaces, found 2
(#420) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#424) Spaces must be used to indent lines; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 8 spaces, found 2
(#424) Expected 1 space after ".="; 0 found
(#433) Commas (,) must be followed by white space.
(#437) Commas (,) must be followed by white space.
(#439) Commas (,) must be followed by white space.
(#440) Variable "emailSender" must be all lower-case
(#450) Commas (,) must be followed by white space.
(#453) Commas (,) must be followed by white space.
(#459) Commas (,) must be followed by white space.
(#463) Commas (,) must be followed by white space.
(#467) Commas (,) must be followed by white space.
(#471) Commas (,) must be followed by white space.
(#475) Commas (,) must be followed by white space.
(#487) Commas (,) must be followed by white space.
(#492) Commas (,) must be followed by white space.
(#499) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#503) Line indented incorrectly; expected at least 8 spaces, found 0
(#503) 105 slashes comments are not allowed; use "// Comment." instead
(#503) Blank comments are not allowed
(#504) Line indented incorrectly; expected at least 8 spaces, found 0
(#507) Commas (,) must be followed by white space.
(#513) Line indented incorrectly; expected at least 8 spaces, found 0
(#513) Variable "mainSlider" must be all lower-case
(#518) Inline comments must start with a capital letter, digit or 3-dots sequence
(#518) Inline comments must end in full-stops, exclamation marks, or question marks
(#518) Line indented incorrectly; expected at least 8 spaces, found 4
(#518) No space found before comment text; expected "// add the main slider" but found "//add the main slider"
(#519) Line indented incorrectly; expected at least 8 spaces, found 4
(#519) Variable "mainSlider" must be all lower-case
(#520) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#522) Line indented incorrectly; expected at least 8 spaces, found 4
(#522) Variable "timestamp_startdate" must not contain underscores.
(#523) Inline comments must start with a capital letter, digit or 3-dots sequence
(#523) Inline comments must end in full-stops, exclamation marks, or question marks
(#523) Line indented incorrectly; expected at least 8 spaces, found 4
(#523) No space found before comment text; expected "// convert to date" but found "//convert to date"
(#524) Line indented incorrectly; expected at least 8 spaces, found 4
(#524) Variable "timestamp_startdate" must not contain underscores.
(#525) Inline comments must start with a capital letter, digit or 3-dots sequence
(#525) Inline comments must end in full-stops, exclamation marks, or question marks
(#525) Line indented incorrectly; expected at least 8 spaces, found 4
(#525) No space found before comment text; expected "// add the date selector and set defaults" but found "//add the date selector and set defaults"
(#526) Line indented incorrectly; expected at least 8 spaces, found 4
(#526) Variable "date_options" must not contain underscores.
(#528) Line indented incorrectly; expected at least 8 spaces, found 4
(#528) Variable "date_options" must not contain underscores.
(#529) Line indented incorrectly; expected at least 8 spaces, found 4
(#529) Variable "date_defaults" must not contain underscores.
(#530) Line indented incorrectly; expected at least 8 spaces, found 4
(#530) Variable "date_defaults" must not contain underscores.
(#532) Inline comments must start with a capital letter, digit or 3-dots sequence
(#532) Inline comments must end in full-stops, exclamation marks, or question marks
(#532) Line indented incorrectly; expected at least 8 spaces, found 4
(#532) No space found before comment text; expected "// close off the html and form" but found "//close off the html and form"
(#533) Line indented incorrectly; expected at least 8 spaces, found 4
(#534) Spaces must be used to indent lines; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected 4 spaces, found 1
(#534) Closing brace indented incorrectly; expected 4 spaces, found 1
(#547) Inline comments must end in full-stops, exclamation marks, or question marks
(#548) Variable "post_email" must not contain underscores.
(#550) Variable "post_email" must not contain underscores.
(#550) Variable "post_email" must not contain underscores.
(#553) Variable "post_email" must not contain underscores.
(#577) Spaces must be used to indent lines; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected at least 8 spaces, found 4
(#580) Spaces must be used to indent lines; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 4 spaces, found 1
(#581) Spaces must be used to indent lines; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected 4 spaces, found 1
(#582) Spaces must be used to indent lines; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected at least 8 spaces, found 2
(#583) Spaces must be used to indent lines; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected 4 spaces, found 1
(#585) Spaces must be used to indent lines; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected at least 4 spaces, found 1
(#586) Spaces must be used to indent lines; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected 4 spaces, found 1
(#587) Spaces must be used to indent lines; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected at least 8 spaces, found 2
(#588) Spaces must be used to indent lines; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected 4 spaces, found 1
(#590) Spaces must be used to indent lines; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected 4 spaces, found 1
(#591) Spaces must be used to indent lines; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected at least 8 spaces, found 4
(#592) Spaces must be used to indent lines; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected 4 spaces, found 1
(#593) Spaces must be used to indent lines; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected at least 8 spaces, found 5
(#594) Spaces must be used to indent lines; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected 4 spaces, found 1
(#598) Spaces must be used to indent lines; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/cmanager/cmanager_config.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#38) Inline doc block comments are not allowed; use "// Comment." instead
(#41) Line exceeds 132 characters; contains 143 characters
(#41) Line exceeds 132 characters; contains 143 characters
(#41) Line exceeds 132 characters; contains 143 characters
(#50) Empty IF statement detected
(#50) Commas (,) must be followed by white space.
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#109) Variable "deleteId" must be all lower-case
(#109) Whitespace found at end of line
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Variable "deleteQuery" must be all lower-case
(#111) Variable "deleteId" must be all lower-case
(#112) Variable "deleteQuery" must be all lower-case
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) No space found before comment text; expected "// did we make a change to the course name, enrolment key or date?" but found "//did we make a change to the course name, enrolment key or date?"
(#119) Whitespace found at end of line
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) No space found before comment text; expected "// update autoKey" but found "//update autoKey"
(#124) Variable "rowId" must be all lower-case
(#125) Variable "rowId" must be all lower-case
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) No space found before comment text; expected "// update naming" but found "//update naming"
(#132) Variable "rowId" must be all lower-case
(#133) Variable "rowId" must be all lower-case
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) No space found before comment text; expected "// self car" but found "//self car"
(#140) Variable "rowId" must be all lower-case
(#141) Variable "rowId" must be all lower-case
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) No space found before comment text; expected "// update snaming" but found "//update snaming"
(#149) Variable "rowId" must be all lower-case
(#150) Variable "rowId" must be all lower-case
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) No space found before comment text; expected "// retrieve updated date and convert to timestamp" but found "//retrieve updated date and convert to timestamp"
(#156) Variable "courseTimeStamp" must be all lower-case
(#157) Variable "courseTimeStamp" must be all lower-case
(#157) Variable "courseTimeStamp" must be all lower-case
(#157) Variable "courseTimeStamp" must be all lower-case
(#157) Variable "courseTimeStamp" must be all lower-case
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) No space found before comment text; expected "// add the new date to the config" but found "//add the new date to the config"
(#161) Variable "rowId" must be all lower-case
(#162) Variable "rowId" must be all lower-case
(#164) Variable "courseTimeStamp" must be all lower-case
(#166) Commas (,) must be followed by white space.
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// update no reply email" but found "//update no reply email"
(#171) Variable "rowId" must be all lower-case
(#172) Variable "rowId" must be all lower-case
(#184) Spaces must be used to indent lines; tabs are not allowed
(#199) Visibility must be declared on method "definition"
(#200) Line indented incorrectly; expected at least 8 spaces, found 4
(#201) Line indented incorrectly; expected at least 8 spaces, found 4
(#201) Variable "currentSess" must be all lower-case
(#202) Line indented incorrectly; expected at least 8 spaces, found 4
(#203) Line indented incorrectly; expected at least 8 spaces, found 4
(#204) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#206) Line indented incorrectly; expected at least 8 spaces, found 4
(#206) Variable "currentRecord" must be all lower-case
(#206) Expected 1 space after "="; 2 found
(#206) Expected 1 space before "=>"; 0 found
(#206) Variable "currentSess" must be all lower-case
(#207) Line indented incorrectly; expected at least 8 spaces, found 4
(#208) Line indented incorrectly; expected at least 8 spaces, found 4
(#208) Commas (,) must be followed by white space.
(#208) Commas (,) must be followed by white space.
(#208) Line exceeds 132 characters; contains 133 characters
(#208) Line exceeds 132 characters; contains 133 characters
(#208) Line exceeds 132 characters; contains 133 characters
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Line indented incorrectly; expected at least 8 spaces, found 4
(#211) Line indented incorrectly; expected at least 8 spaces, found 4
(#211) Commas (,) must be followed by white space.
(#211) Line exceeds maximum limit of 180 characters; contains 188 characters
(#211) Line exceeds maximum limit of 180 characters; contains 188 characters
(#211) Line exceeds maximum limit of 180 characters; contains 188 characters
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Line indented incorrectly; expected at least 8 spaces, found 4
(#214) Line indented incorrectly; expected at least 8 spaces, found 4
(#214) Variable "approvedTextRecord" must be all lower-case
(#214) Expected 1 space before "=>"; 0 found
(#214) Expected 1 space after "=>"; 0 found
(#216) Line indented incorrectly; expected at least 8 spaces, found 4
(#216) Variable "emailText" must be all lower-case
(#217) Line indented incorrectly; expected 8 spaces, found 4
(#217) Variable "approvedTextRecord" must be all lower-case
(#218) Line indented incorrectly; expected at least 12 spaces, found 8
(#218) Variable "emailText" must be all lower-case
(#218) Variable "approvedTextRecord" must be all lower-case
(#219) Line indented incorrectly; expected 8 spaces, found 4
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Line indented incorrectly; expected at least 8 spaces, found 4
(#222) Line indented incorrectly; expected at least 8 spaces, found 4
(#222) Variable "approved_user_email" must not contain underscores.
(#222) Expected 1 space after "="; 2 found
(#222) Expected 1 space before "=>"; 0 found
(#222) Expected 1 space after "=>"; 0 found
(#223) Line indented incorrectly; expected at least 8 spaces, found 4
(#223) Variable "approved_user_email_value" must not contain underscores.
(#224) Line indented incorrectly; expected 8 spaces, found 4
(#224) Variable "approved_user_email" must not contain underscores.
(#225) Line indented incorrectly; expected at least 12 spaces, found 8
(#225) Variable "approved_user_email_value" must not contain underscores.
(#225) Variable "approved_user_email" must not contain underscores.
(#226) Line indented incorrectly; expected 8 spaces, found 4
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) Line indented incorrectly; expected at least 8 spaces, found 4
(#229) Line indented incorrectly; expected at least 8 spaces, found 4
(#229) Variable "approved_admin_email" must not contain underscores.
(#229) Expected 1 space after "="; 2 found
(#229) Expected 1 space before "=>"; 0 found
(#229) Expected 1 space after "=>"; 0 found
(#230) Line indented incorrectly; expected at least 8 spaces, found 4
(#230) Variable "approved_admin_email_value" must not contain underscores.
(#231) Line indented incorrectly; expected 8 spaces, found 4
(#231) Variable "approved_admin_email" must not contain underscores.
(#232) Line indented incorrectly; expected at least 12 spaces, found 8
(#232) Variable "approved_admin_email_value" must not contain underscores.
(#232) Variable "approved_admin_email" must not contain underscores.
(#233) Line indented incorrectly; expected 8 spaces, found 4
(#234) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Line indented incorrectly; expected at least 8 spaces, found 4
(#237) Line indented incorrectly; expected at least 8 spaces, found 4
(#237) Variable "request_new_module_user" must not contain underscores.
(#237) Expected 1 space after "="; 2 found
(#237) Expected 1 space before "=>"; 0 found
(#237) Expected 1 space after "=>"; 0 found
(#238) Line indented incorrectly; expected at least 8 spaces, found 4
(#238) Variable "request_new_module_user_value" must not contain underscores.
(#239) Line indented incorrectly; expected 8 spaces, found 4
(#239) Variable "request_new_module_user" must not contain underscores.
(#240) Line indented incorrectly; expected at least 12 spaces, found 4
(#240) Variable "request_new_module_user_value" must not contain underscores.
(#240) Variable "request_new_module_user" must not contain underscores.
(#241) Line indented incorrectly; expected 8 spaces, found 4
(#242) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Line indented incorrectly; expected at least 8 spaces, found 4
(#245) Line indented incorrectly; expected at least 8 spaces, found 4
(#245) Variable "request_new_module_admin" must not contain underscores.
(#245) Expected 1 space after "="; 2 found
(#245) Expected 1 space before "=>"; 0 found
(#245) Expected 1 space after "=>"; 0 found
(#246) Line indented incorrectly; expected at least 8 spaces, found 4
(#246) Variable "request_new_module_admin_value" must not contain underscores.
(#247) Line indented incorrectly; expected 8 spaces, found 4
(#247) Variable "request_new_module_admin" must not contain underscores.
(#248) Line indented incorrectly; expected at least 12 spaces, found 8
(#248) Variable "request_new_module_admin_value" must not contain underscores.
(#248) Variable "request_new_module_admin" must not contain underscores.
(#249) Line indented incorrectly; expected 8 spaces, found 4
(#250) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) Line indented incorrectly; expected at least 8 spaces, found 4
(#253) Line indented incorrectly; expected at least 8 spaces, found 4
(#253) Variable "comment_email_admin" must not contain underscores.
(#253) Expected 1 space after "="; 2 found
(#253) Expected 1 space before "=>"; 0 found
(#253) Expected 1 space after "=>"; 0 found
(#254) Line indented incorrectly; expected at least 8 spaces, found 4
(#254) Variable "comment_email_admin_value" must not contain underscores.
(#255) Line indented incorrectly; expected 8 spaces, found 4
(#255) Variable "comment_email_admin" must not contain underscores.
(#256) Line indented incorrectly; expected at least 12 spaces, found 8
(#256) Variable "comment_email_admin_value" must not contain underscores.
(#256) Variable "comment_email_admin" must not contain underscores.
(#257) Line indented incorrectly; expected 8 spaces, found 4
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Line indented incorrectly; expected at least 8 spaces, found 4
(#260) Line indented incorrectly; expected at least 8 spaces, found 4
(#260) Variable "comment_email_user" must not contain underscores.
(#260) Expected 1 space after "="; 2 found
(#260) Expected 1 space before "=>"; 0 found
(#260) Expected 1 space after "=>"; 0 found
(#261) Line indented incorrectly; expected at least 8 spaces, found 4
(#261) Variable "comment_email_user_value" must not contain underscores.
(#262) Line indented incorrectly; expected 8 spaces, found 4
(#262) Variable "comment_email_user" must not contain underscores.
(#263) Line indented incorrectly; expected at least 12 spaces, found 8
(#263) Variable "comment_email_user_value" must not contain underscores.
(#263) Variable "comment_email_user" must not contain underscores.
(#264) Line indented incorrectly; expected 8 spaces, found 4
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Line indented incorrectly; expected at least 8 spaces, found 4
(#267) Line indented incorrectly; expected at least 8 spaces, found 4
(#267) Variable "module_request_denied_admin" must not contain underscores.
(#267) Expected 1 space after "="; 2 found
(#267) Expected 1 space before "=>"; 0 found
(#267) Expected 1 space after "=>"; 0 found
(#268) Line indented incorrectly; expected at least 8 spaces, found 4
(#268) Variable "module_request_denied_admin_value" must not contain underscores.
(#269) Line indented incorrectly; expected 8 spaces, found 4
(#269) Variable "module_request_denied_admin" must not contain underscores.
(#270) Line indented incorrectly; expected at least 12 spaces, found 8
(#270) Variable "module_request_denied_admin_value" must not contain underscores.
(#270) Variable "module_request_denied_admin" must not contain underscores.
(#271) Line indented incorrectly; expected 8 spaces, found 4
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) Line indented incorrectly; expected at least 8 spaces, found 4
(#274) Line indented incorrectly; expected at least 8 spaces, found 4
(#274) Variable "module_request_denied_user" must not contain underscores.
(#274) Expected 1 space after "="; 2 found
(#274) Expected 1 space before "=>"; 0 found
(#274) Expected 1 space after "=>"; 0 found
(#275) Line indented incorrectly; expected at least 8 spaces, found 4
(#275) Variable "module_request_denied_user_value" must not contain underscores.
(#276) Line indented incorrectly; expected 8 spaces, found 4
(#276) Variable "module_request_denied_user" must not contain underscores.
(#277) Line indented incorrectly; expected at least 12 spaces, found 8
(#277) Variable "module_request_denied_user_value" must not contain underscores.
(#277) Variable "module_request_denied_user" must not contain underscores.
(#278) Line indented incorrectly; expected 8 spaces, found 4
(#279) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Line indented incorrectly; expected at least 8 spaces, found 4
(#282) Line indented incorrectly; expected at least 8 spaces, found 4
(#282) Variable "handover_current" must not contain underscores.
(#282) Expected 1 space after "="; 2 found
(#282) Expected 1 space before "=>"; 0 found
(#282) Expected 1 space after "=>"; 0 found
(#283) Line indented incorrectly; expected at least 8 spaces, found 4
(#283) Variable "handover_current_value" must not contain underscores.
(#284) Line indented incorrectly; expected 8 spaces, found 4
(#284) Variable "handover_current" must not contain underscores.
(#285) Line indented incorrectly; expected at least 12 spaces, found 8
(#285) Variable "handover_current_value" must not contain underscores.
(#285) Variable "handover_current" must not contain underscores.
(#286) Line indented incorrectly; expected 8 spaces, found 4
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Line indented incorrectly; expected at least 8 spaces, found 4
(#288) No space found before comment text; expected "// Handover user" but found "//Handover user"
(#289) Line indented incorrectly; expected at least 8 spaces, found 4
(#289) Variable "handover_user" must not contain underscores.
(#289) Expected 1 space after "="; 2 found
(#289) Expected 1 space before "=>"; 0 found
(#289) Expected 1 space after "=>"; 0 found
(#290) Line indented incorrectly; expected at least 8 spaces, found 4
(#290) Variable "handover_user_value" must not contain underscores.
(#291) Line indented incorrectly; expected 8 spaces, found 4
(#291) Variable "handover_user" must not contain underscores.
(#292) Line indented incorrectly; expected at least 12 spaces, found 9
(#292) Variable "handover_user_value" must not contain underscores.
(#292) Variable "handover_user" must not contain underscores.
(#293) Line indented incorrectly; expected 8 spaces, found 4
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#295) Line indented incorrectly; expected at least 8 spaces, found 4
(#296) Line indented incorrectly; expected at least 8 spaces, found 4
(#296) Variable "handover_admin" must not contain underscores.
(#296) Expected 1 space after "="; 2 found
(#296) Expected 1 space before "=>"; 0 found
(#296) Expected 1 space after "=>"; 0 found
(#297) Line indented incorrectly; expected at least 8 spaces, found 4
(#297) Variable "handover_admin_value" must not contain underscores.
(#298) Line indented incorrectly; expected 8 spaces, found 4
(#298) Variable "handover_admin" must not contain underscores.
(#299) Line indented incorrectly; expected at least 12 spaces, found 8
(#299) Variable "handover_admin_value" must not contain underscores.
(#299) Variable "handover_admin" must not contain underscores.
(#300) Line indented incorrectly; expected 8 spaces, found 4
(#301) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#303) Line indented incorrectly; expected at least 8 spaces, found 4
(#303) Variable "statsCode" must be all lower-case
(#303) Commas (,) must be followed by white space.
(#303) Whitespace found at end of line
(#304) Line indented incorrectly; expected at least 8 spaces, found 4
(#304) Variable "whereQuery" must be all lower-case
(#305) Line indented incorrectly; expected at least 8 spaces, found 4
(#305) Variable "modRecords" must be all lower-case
(#305) Variable "whereQuery" must be all lower-case
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) Line indented incorrectly; expected at least 8 spaces, found 4
(#307) No space found before comment text; expected "// get the current values for naming and autoKey from the database and use in the setting of seleted values for dropdowns" but found "//get the current values for naming and autoKey from the database and use in the setting of seleted values for dropdowns"
(#308) Line indented incorrectly; expected at least 8 spaces, found 4
(#308) Variable "autoKey" must be all lower-case
(#309) Line indented incorrectly; expected at least 8 spaces, found 4
(#310) Line indented incorrectly; expected at least 8 spaces, found 4
(#311) Line indented incorrectly; expected at least 8 spaces, found 4
(#311) Variable "emailSender" must be all lower-case
(#313) Line indented incorrectly; expected at least 8 spaces, found 4
(#314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#314) Line indented incorrectly; expected at least 8 spaces, found 4
(#314) 105 slashes comments are not allowed; use "// Comment." instead
(#315) Line indented incorrectly; expected at least 8 spaces, found 4
(#315) No space found before comment text; expected "// fragment 1 (placed on tab 2)" but found "//fragment 1 (placed on tab 2)"
(#316) Inline comments must end in full-stops, exclamation marks, or question marks
(#316) Line indented incorrectly; expected at least 8 spaces, found 4
(#316) 105 slashes comments are not allowed; use "// Comment." instead
(#317) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#319) Line indented incorrectly; expected at least 8 spaces, found 3
(#322) Line indented incorrectly; expected at least 8 spaces, found 3
(#322) Commas (,) must be followed by white space.
(#323) Commas (,) must be followed by white space.
(#325) Commas (,) must be followed by white space.
(#327) Commas (,) must be followed by white space.
(#329) Whitespace found at end of line within string
(#334) Line indented incorrectly; expected 8 spaces, found 4
(#334) Variable "modRecords" must be all lower-case
(#335) Line indented incorrectly; expected at least 12 spaces, found 8
(#335) Expected 1 space after ".="; 0 found
(#336) Line indented incorrectly; expected at least 12 spaces, found 8
(#336) Expected 1 space after ".="; 0 found
(#337) Line indented incorrectly; expected at least 12 spaces, found 8
(#337) Expected 1 space after ".="; 0 found
(#337) Commas (,) must be followed by white space.
(#337) Commas (,) must be followed by white space.
(#337) Line exceeds maximum limit of 180 characters; contains 252 characters
(#337) Line exceeds maximum limit of 180 characters; contains 252 characters
(#337) Line exceeds maximum limit of 180 characters; contains 252 characters
(#338) Line indented incorrectly; expected at least 12 spaces, found 8
(#338) Expected 1 space after ".="; 0 found
(#339) Line indented incorrectly; expected 8 spaces, found 4
(#340) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#342) Line indented incorrectly; expected at least 8 spaces, found 4
(#346) Commas (,) must be followed by white space.
(#348) Commas (,) must be followed by white space.
(#350) Commas (,) must be followed by white space.
(#351) Commas (,) must be followed by white space.
(#352) Commas (,) must be followed by white space.
(#353) Commas (,) must be followed by white space.
(#354) Commas (,) must be followed by white space.
(#359) Commas (,) must be followed by white space.
(#359) Commas (,) must be followed by white space.
(#361) Commas (,) must be followed by white space.
(#363) Variable "approved_user_email_value" must not contain underscores.
(#363) Line exceeds 132 characters; contains 138 characters
(#363) Line exceeds 132 characters; contains 138 characters
(#363) Line exceeds 132 characters; contains 138 characters
(#365) Commas (,) must be followed by white space.
(#365) Commas (,) must be followed by white space.
(#365) Line exceeds maximum limit of 180 characters; contains 201 characters
(#365) Line exceeds maximum limit of 180 characters; contains 201 characters
(#365) Line exceeds maximum limit of 180 characters; contains 201 characters
(#369) Commas (,) must be followed by white space.
(#369) Commas (,) must be followed by white space.
(#370) Commas (,) must be followed by white space.
(#372) Variable "approved_admin_email_value" must not contain underscores.
(#372) Line exceeds 132 characters; contains 140 characters
(#372) Line exceeds 132 characters; contains 140 characters
(#372) Line exceeds 132 characters; contains 140 characters
(#374) Commas (,) must be followed by white space.
(#374) Line exceeds 132 characters; contains 151 characters
(#374) Line exceeds 132 characters; contains 151 characters
(#374) Line exceeds 132 characters; contains 151 characters
(#378) Commas (,) must be followed by white space.
(#378) Commas (,) must be followed by white space.
(#380) Commas (,) must be followed by white space.
(#382) Variable "request_new_module_user_value" must not contain underscores.
(#382) Line exceeds 132 characters; contains 151 characters
(#382) Line exceeds 132 characters; contains 151 characters
(#382) Line exceeds 132 characters; contains 151 characters
(#383) Commas (,) must be followed by white space.
(#383) Line exceeds 132 characters; contains 155 characters
(#383) Line exceeds 132 characters; contains 155 characters
(#383) Line exceeds 132 characters; contains 155 characters
(#387) Commas (,) must be followed by white space.
(#387) Commas (,) must be followed by white space.
(#389) Commas (,) must be followed by white space.
(#391) Variable "request_new_module_admin_value" must not contain underscores.
(#391) Line exceeds 132 characters; contains 150 characters
(#391) Line exceeds 132 characters; contains 150 characters
(#391) Line exceeds 132 characters; contains 150 characters
(#393) Commas (,) must be followed by white space.
(#393) Line exceeds 132 characters; contains 157 characters
(#393) Line exceeds 132 characters; contains 157 characters
(#393) Line exceeds 132 characters; contains 157 characters
(#397) Commas (,) must be followed by white space.
(#397) Commas (,) must be followed by white space.
(#399) Commas (,) must be followed by white space.
(#401) Variable "comment_email_admin_value" must not contain underscores.
(#401) Line exceeds 132 characters; contains 137 characters
(#401) Line exceeds 132 characters; contains 137 characters
(#401) Line exceeds 132 characters; contains 137 characters
(#403) Commas (,) must be followed by white space.
(#403) Line exceeds 132 characters; contains 149 characters
(#403) Line exceeds 132 characters; contains 149 characters
(#403) Line exceeds 132 characters; contains 149 characters
(#407) Commas (,) must be followed by white space.
(#407) Commas (,) must be followed by white space.
(#409) Commas (,) must be followed by white space.
(#411) Variable "comment_email_user_value" must not contain underscores.
(#411) Line exceeds 132 characters; contains 138 characters
(#411) Line exceeds 132 characters; contains 138 characters
(#411) Line exceeds 132 characters; contains 138 characters
(#412) Commas (,) must be followed by white space.
(#412) Line exceeds 132 characters; contains 147 characters
(#412) Line exceeds 132 characters; contains 147 characters
(#412) Line exceeds 132 characters; contains 147 characters
(#417) Commas (,) must be followed by white space.
(#417) Commas (,) must be followed by white space.
(#419) Commas (,) must be followed by white space.
(#421) Variable "module_request_denied_admin_value" must not contain underscores.
(#421) Line exceeds 132 characters; contains 159 characters
(#421) Line exceeds 132 characters; contains 159 characters
(#421) Line exceeds 132 characters; contains 159 characters
(#423) Commas (,) must be followed by white space.
(#423) Line exceeds 132 characters; contains 163 characters
(#423) Line exceeds 132 characters; contains 163 characters
(#423) Line exceeds 132 characters; contains 163 characters
(#427) Commas (,) must be followed by white space.
(#427) Commas (,) must be followed by white space.
(#429) Commas (,) must be followed by white space.
(#431) Variable "module_request_denied_user_value" must not contain underscores.
(#431) Line exceeds 132 characters; contains 160 characters
(#431) Line exceeds 132 characters; contains 160 characters
(#431) Line exceeds 132 characters; contains 160 characters
(#432) Commas (,) must be followed by white space.
(#432) Line exceeds 132 characters; contains 161 characters
(#432) Line exceeds 132 characters; contains 161 characters
(#432) Line exceeds 132 characters; contains 161 characters
(#437) Commas (,) must be followed by white space.
(#437) Commas (,) must be followed by white space.
(#439) Commas (,) must be followed by white space.
(#441) Variable "handover_current_value" must not contain underscores.
(#441) Line exceeds 132 characters; contains 134 characters
(#441) Line exceeds 132 characters; contains 134 characters
(#441) Line exceeds 132 characters; contains 134 characters
(#442) Commas (,) must be followed by white space.
(#442) Line exceeds 132 characters; contains 145 characters
(#442) Line exceeds 132 characters; contains 145 characters
(#442) Line exceeds 132 characters; contains 145 characters
(#446) Commas (,) must be followed by white space.
(#446) Commas (,) must be followed by white space.
(#448) Commas (,) must be followed by white space.
(#450) Variable "handover_user_value" must not contain underscores.
(#451) Commas (,) must be followed by white space.
(#451) Line exceeds 132 characters; contains 139 characters
(#451) Line exceeds 132 characters; contains 139 characters
(#451) Line exceeds 132 characters; contains 139 characters
(#456) Commas (,) must be followed by white space.
(#456) Commas (,) must be followed by white space.
(#458) Commas (,) must be followed by white space.
(#460) Variable "handover_admin_value" must not contain underscores.
(#461) Commas (,) must be followed by white space.
(#461) Line exceeds 132 characters; contains 141 characters
(#461) Line exceeds 132 characters; contains 141 characters
(#461) Line exceeds 132 characters; contains 141 characters
(#469) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#472) Line indented incorrectly; expected at least 8 spaces, found 4
(#472) 105 slashes comments are not allowed; use "// Comment." instead
(#472) Blank comments are not allowed
(#474) Line indented incorrectly; expected at least 8 spaces, found 4
(#474) Variable "mainSlider" must be all lower-case
(#483) Inline comments must start with a capital letter, digit or 3-dots sequence
(#483) Inline comments must end in full-stops, exclamation marks, or question marks
(#483) Line indented incorrectly; expected at least 8 spaces, found 4
(#483) No space found before comment text; expected "// add the main slider" but found "//add the main slider"
(#484) Line indented incorrectly; expected at least 8 spaces, found 4
(#484) Variable "mainSlider" must be all lower-case
(#485) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#487) Line indented incorrectly; expected 4 spaces, found 0
(#487) Closing brace indented incorrectly; expected 4 spaces, found 0
(#499) Inline comments must end in full-stops, exclamation marks, or question marks
(#500) Variable "post_email" must not contain underscores.
(#501) Variable "post_email" must not contain underscores.
(#501) Variable "post_email" must not contain underscores.
(#504) Variable "post_email" must not contain underscores.
(#506) Line indented incorrectly; expected 4 spaces, found 3
(#506) Closing brace indented incorrectly; expected 4 spaces, found 3
(#508) Line indented incorrectly; expected at least 4 spaces, found 3
(#509) Line indented incorrectly; expected at least 4 spaces, found 3
(#513) Line indented incorrectly; expected at least 4 spaces, found 0
(#514) Line indented incorrectly; expected at least 4 spaces, found 0
(#515) Line indented incorrectly; expected at least 4 spaces, found 0
(#516) Line indented incorrectly; expected at least 4 spaces, found 0
(#524) Expected 1 space(s) before asterisk; 0 found
(#525) Expected 1 space(s) before asterisk; 0 found
(#526) Expected 1 space(s) before asterisk; 0 found
(#529) Line indented incorrectly; expected at least 4 spaces, found 0
(#531) Line indented incorrectly; expected 4 spaces, found 0
(#532) Line indented incorrectly; expected at least 8 spaces, found 4
(#533) Line indented incorrectly; expected 4 spaces, found 0
(#535) Line indented incorrectly; expected at least 4 spaces, found 0
(#536) Line indented incorrectly; expected 4 spaces, found 0
(#537) Line indented incorrectly; expected at least 8 spaces, found 4
(#538) Line indented incorrectly; expected 4 spaces, found 0
(#540) Line indented incorrectly; expected at least 4 spaces, found 0
(#541) Line indented incorrectly; expected 4 spaces, found 0
(#542) Line indented incorrectly; expected at least 8 spaces, found 4
(#543) Line indented incorrectly; expected 4 spaces, found 0
(#545) Line indented incorrectly; expected 4 spaces, found 0
(#546) Line indented incorrectly; expected at least 8 spaces, found 4
(#547) Line indented incorrectly; expected 4 spaces, found 0
(#548) Line indented incorrectly; expected at least 8 spaces, found 4
(#549) Line indented incorrectly; expected 4 spaces, found 0
(#554) A closing tag is not permitted at the end of a PHP file
(#554) Additional whitespace found at end of file
blocks/cmanager/cmanager_confighome.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#32) Inline doc block comments are not allowed; use "// Comment." instead
(#45) Empty IF statement detected
(#45) Commas (,) must be followed by white space.
(#47) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 1
(#62) Visibility must be declared on method "definition"
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Commas (,) must be followed by white space.
(#65) Line exceeds 132 characters; contains 152 characters
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 2
(#67) Variable "mainSlider" must be all lower-case
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Line exceeds maximum limit of 180 characters; contains 184 characters
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Line exceeds 132 characters; contains 177 characters
(#85) Commas (,) must be followed by white space.
(#85) Commas (,) must be followed by white space.
(#85) Line exceeds 132 characters; contains 176 characters
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#90) Line exceeds 132 characters; contains 168 characters
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 2
(#97) Variable "mainSlider" must be all lower-case
(#99) Closing brace indented incorrectly; expected 1 spaces, found 4
(#106) Empty IF statement detected
(#109) Expected "} else if (...) {\n"; found "}\nelse if (...) {\n"
(#109) Empty IF statement detected
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#112) Expected "} else {\n"; found "}\nelse {\n"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 4 spaces, found 1
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 4 spaces, found 1
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/cmanager/cmanager_email.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#44) Whitespace found at end of line
(#47) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) No space found before comment text; expected "// Course code: [course_code]" but found "//Course code: [course_code]"
(#50) Variable "course_code_added" must not contain underscores.
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Variable "course_name_added" must not contain underscores.
(#53) Variable "course_code_added" must not contain underscores.
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Variable "enroll_key_added" must not contain underscores.
(#56) Variable "course_name_added" must not contain underscores.
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Variable "full_url_added" must not contain underscores.
(#59) Expected 1 space after "="; 2 found
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Variable "enroll_key_added" must not contain underscores.
(#61) Variable "req_link_added" must not contain underscores.
(#61) Variable "full_url_added" must not contain underscores.
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Variable "location_added" must not contain underscores.
(#64) Variable "req_link_added" must not contain underscores.
(#65) Whitespace found at end of line
(#66) Variable "new_email" must not contain underscores.
(#66) Variable "location_added" must not contain underscores.
(#68) Variable "new_email" must not contain underscores.
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#75) Whitespace found at end of line
(#76) Whitespace found at end of line
(#78) Variable "current_mod_info" must not contain underscores.
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#89) Commas (,) must be followed by white space.
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#93) Variable "current_mod_info" must not contain underscores.
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#94) Expected 1 space before "="; 0 found
(#94) Expected 1 space after "="; 0 found
(#94) Whitespace found at end of line
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#97) Line indented incorrectly; expected 4 spaces, found 0
(#97) Closing brace indented incorrectly; expected 4 spaces, found 0
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#98) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#107) Whitespace found at end of line
(#108) Whitespace found at end of line
(#110) Variable "current_mod_info" must not contain underscores.
(#112) Line indented incorrectly; expected at least 4 spaces, found 0
(#113) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Variable "admin_email" must not contain underscores.
(#119) Commas (,) must be followed by white space.
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Whitespace found at end of line
(#121) Variable "admin_email" must not contain underscores.
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#122) Variable "admin_email" must not contain underscores.
(#122) Variable "current_mod_info" must not contain underscores.
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#123) Whitespace found at end of line
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#127) Commas (,) must be followed by white space.
(#128) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#140) Whitespace found at end of line
(#142) Variable "current_mod_info" must not contain underscores.
(#142) Expected 1 space after closing parenthesis; found 0
(#143) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#146) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 4 spaces, found 1
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Variable "admin_email" must not contain underscores.
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Whitespace found at end of line
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Whitespace found at end of line
(#153) Variable "admin_email" must not contain underscores.
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#154) Variable "admin_email" must not contain underscores.
(#154) Variable "current_mod_info" must not contain underscores.
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Whitespace found at end of line
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 12 spaces, found 9
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) This comment is 50% valid code; is this commented out code?
(#158) No space found before comment text; expected "// $from = $senderemailaddress;" but found "//$from = $senderemailaddress;"
(#159) Commas (,) must be followed by white space.
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Whitespace found at end of line
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#170) Whitespace found at end of line
(#171) Whitespace found at end of line
(#173) Variable "current_mod_info" must not contain underscores.
(#173) Expected 1 space after closing parenthesis; found 0
(#175) Commas (,) must be followed by white space.
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#178) Commas (,) must be followed by white space.
(#179) Variable "user_email_message" must not contain underscores.
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Whitespace found at end of line
(#181) Variable "user_email_message" must not contain underscores.
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#182) Variable "user_email_message" must not contain underscores.
(#182) Variable "current_mod_info" must not contain underscores.
(#183) Expected 1 space before "="; 0 found
(#183) Expected 1 space after "="; 0 found
(#183) Expected 1 space before "="; 0 found
(#183) Expected 1 space after "="; 0 found
(#183) Whitespace found at end of line
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#190) Whitespace found at end of line
(#191) Whitespace found at end of line
(#195) function name "block_cmanager_send_email_to_Address" must be lower-case letters only
(#195) Expected 1 space after closing parenthesis; found 0
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Whitespace found at end of line
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 4 spaces, found 1
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Whitespace found at end of line
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 4 spaces, found 1
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Whitespace found at end of line
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 4 spaces, found 1
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 4 spaces, found 1
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 4 spaces, found 1
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 4 spaces, found 1
(#204) Expected 1 space before "="; 0 found
(#204) Expected 1 space after "="; 0 found
(#204) Expected 1 space before "="; 0 found
(#204) Expected 1 space after "="; 0 found
(#204) Whitespace found at end of line
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Whitespace found at end of line
(#212) Expected 1 space(s) before asterisk; 0 found
(#213) Expected 1 space(s) before asterisk; 0 found
(#214) Variable "current_mod_info" must not contain underscores.
(#214) Expected 1 space after closing parenthesis; found 0
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 4 spaces, found 1
(#218) Expected 1 space before "=>"; 0 found
(#218) Expected 1 space after "=>"; 0 found
(#219) Variable "commentForUser" must be all lower-case
(#219) Commas (,) must be followed by white space.
(#219) Expected 1 space before "=>"; 0 found
(#219) Expected 1 space after "=>"; 0 found
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Whitespace found at end of line
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Whitespace found at end of line
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected 4 spaces, found 1
(#221) Variable "commentForUser" must be all lower-case
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 8 spaces, found 5
(#222) Variable "additionalSignature" must be all lower-case
(#222) Variable "commentForUser" must be all lower-case
(#222) Variable "current_mod_info" must not contain underscores.
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 8 spaces, found 2
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 8 spaces, found 2
(#224) Commas (,) must be followed by white space.
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 8 spaces, found 2
(#225) Commas (,) must be followed by white space.
(#226) Whitespace found at end of line within string
(#228) Whitespace found at end of line within string
(#229) Variable "additionalSignature" must be all lower-case
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 8 spaces, found 1
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#232) Whitespace found at end of line
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Expected 1 space before "="; 0 found
(#233) Expected 1 space after "="; 0 found
(#233) Expected 1 space before "="; 0 found
(#233) Expected 1 space after "="; 0 found
(#233) Expected 1 space before "="; 0 found
(#233) Expected 1 space after "="; 0 found
(#233) Expected 1 space before "="; 0 found
(#233) Expected 1 space after "="; 0 found
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 4 spaces, found 2
(#235) Closing brace indented incorrectly; expected 1 spaces, found 2
(#240) Expected 1 space(s) before asterisk; 0 found
(#241) Expected 1 space(s) before asterisk; 0 found
(#242) Variable "current_mod_info" must not contain underscores.
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 4 spaces, found 1
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) Spaces must be used for alignment; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 4 spaces, found 2
(#247) Variable "adminEmailAddresses" must be all lower-case
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Line indented incorrectly; expected at least 4 spaces, found 1
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 4 spaces, found 1
(#249) Variable "commentForAdmin" must be all lower-case
(#249) Commas (,) must be followed by white space.
(#249) Expected 1 space before "=>"; 0 found
(#249) Expected 1 space after "=>"; 0 found
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Whitespace found at end of line
(#251) Variable "commentForAdmin" must be all lower-case
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 8 spaces, found 5
(#252) Variable "additionalSignature" must be all lower-case
(#252) Variable "commentForAdmin" must be all lower-case
(#252) Variable "current_mod_info" must not contain underscores.
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Whitespace found at end of line
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Line indented incorrectly; expected at least 8 spaces, found 5
(#254) Whitespace found at end of line
(#255) Variable "adminEmailAddresses" must be all lower-case
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Whitespace found at end of line
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 12 spaces, found 6
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 12 spaces, found 9
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 12 spaces, found 6
(#258) Commas (,) must be followed by white space.
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 12 spaces, found 6
(#259) Commas (,) must be followed by white space.
(#260) Whitespace found at end of line within string
(#262) Whitespace found at end of line within string
(#263) Variable "additionalSignature" must be all lower-case
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Whitespace found at end of line
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) This comment is 54% valid code; is this commented out code?
(#266) Line indented incorrectly; expected at least 12 spaces, found 2
(#266) No space found before comment text; expected "// $headers = get_string('emailSubj_From','block_cmanager') . $from;" but found "//$headers = get_string('emailSubj_From','block_cmanager') . $from;"
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Whitespace found at end of line
(#267) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Whitespace found at end of line
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Whitespace found at end of line
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 12 spaces, found 2
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 8 spaces, found 2
(#271) Closing brace indented incorrectly; expected 8 spaces, found 2
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Whitespace found at end of line
(#273) Line indented incorrectly; expected 4 spaces, found 5
(#273) Closing brace indented incorrectly; expected 4 spaces, found 5
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Whitespace found at end of line
(#282) Whitespace found at end of line
(#283) Whitespace found at end of line
(#285) Variable "current_mod_info" must not contain underscores.
(#285) Expected 1 space after closing parenthesis; found 0
(#286) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) Expected 1 space before "=>"; 0 found
(#291) Expected 1 space after "=>"; 0 found
(#293) Variable "admin_email" must not contain underscores.
(#293) Expected 1 space before "=>"; 0 found
(#293) Expected 1 space after "=>"; 0 found
(#294) Variable "admin_email" must not contain underscores.
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) Line indented incorrectly; expected at least 8 spaces, found 4
(#296) Whitespace found at end of line
(#297) Line indented incorrectly; expected 8 spaces, found 4
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Whitespace found at end of line
(#298) Line indented incorrectly; expected at least 12 spaces, found 8
(#299) Whitespace found at end of line
(#300) Line indented incorrectly; expected at least 12 spaces, found 8
(#301) Line indented incorrectly; expected at least 12 spaces, found 8
(#301) Commas (,) must be followed by white space.
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Whitespace found at end of line
(#303) Line indented incorrectly; expected at least 12 spaces, found 8
(#304) Line indented incorrectly; expected at least 12 spaces, found 8
(#305) Whitespace found at end of line
(#306) Line indented incorrectly; expected at least 12 spaces, found 8
(#306) Variable "admin_email" must not contain underscores.
(#306) Variable "current_mod_info" must not contain underscores.
(#307) Line indented incorrectly; expected at least 12 spaces, found 8
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Whitespace found at end of line
(#309) Line indented incorrectly; expected 8 spaces, found 5
(#309) Closing brace indented incorrectly; expected 4 spaces, found 5
(#321) Whitespace found at end of line
(#323) Variable "current_mod_info" must not contain underscores.
(#323) Expected 1 space after closing parenthesis; found 0
(#326) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#328) Expected 1 space before "=>"; 0 found
(#328) Expected 1 space after "=>"; 0 found
(#330) Commas (,) must be followed by white space.
(#331) Variable "user_email" must not contain underscores.
(#331) Expected 1 space before "=>"; 0 found
(#331) Expected 1 space after "=>"; 0 found
(#331) Spaces must be used for alignment; tabs are not allowed
(#331) Tab found within whitespace
(#331) Whitespace found at end of line
(#333) Variable "user_email" must not contain underscores.
(#333) Inline comments must start with a capital letter, digit or 3-dots sequence
(#333) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#333) Whitespace found at end of line
(#336) Variable "user_email" must not contain underscores.
(#336) Variable "current_mod_info" must not contain underscores.
(#337) Expected 1 space before "="; 0 found
(#337) Expected 1 space before "="; 0 found
(#337) Expected 1 space after "="; 0 found
(#337) Whitespace found at end of line
(#338) Expected 1 space before "="; 0 found
(#338) Expected 1 space after "="; 0 found
(#338) Expected 1 space before "="; 0 found
(#338) Expected 1 space after "="; 0 found
(#338) Expected 1 space before "="; 0 found
(#338) Expected 1 space after "="; 0 found
(#338) Expected 1 space before "="; 0 found
(#338) Expected 1 space after "="; 0 found
(#347) Whitespace found at end of line
(#348) Whitespace found at end of line
(#350) Variable "course_id" must not contain underscores.
(#350) Variable "currentUserId" must be all lower-case
(#350) Expected 1 space after closing parenthesis; found 0
(#351) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#352) Whitespace found at end of line
(#354) Variable "teacher_ids" must not contain underscores.
(#355) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) Expected 1 space before "=>"; 0 found
(#359) Expected 1 space after "=>"; 0 found
(#359) Variable "course_id" must not contain underscores.
(#363) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) Variable "teacher_ids" must not contain underscores.
(#364) Variable "course_id" must not contain underscores.
(#365) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) Expected 1 space before "=>"; 0 found
(#368) Expected 1 space after "=>"; 0 found
(#368) Variable "currentUserId" must be all lower-case
(#369) Variable "requester_email" must not contain underscores.
(#369) Whitespace found at end of line
(#371) Variable "teacher_ids" must not contain underscores.
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
(#374) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) Variable "teacher_ids" must not contain underscores.
(#376) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#378) Inline comments must start with a capital letter, digit or 3-dots sequence
(#378) Inline comments must end in full-stops, exclamation marks, or question marks
(#378) No space found before comment text; expected "// ****** Email each of the people who are associated with the course ******" but found "//****** Email each of the people who are associated with the course ******"
(#378) Whitespace found at end of line
(#379) Variable "admin_email" must not contain underscores.
(#379) Expected 1 space before "=>"; 0 found
(#379) Expected 1 space after "=>"; 0 found
(#381) Variable "admin_email" must not contain underscores.
(#381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#381) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#381) Whitespace found at end of line
(#382) Variable "custom_sig" must not contain underscores.
(#382) Variable "admin_email" must not contain underscores.
(#382) Spaces must be used for alignment; tabs are not allowed
(#382) Tab found within whitespace
(#382) Whitespace found at end of line
(#383) Variable "single_id" must not contain underscores.
(#384) Expected 1 space before "=>"; 0 found
(#384) Expected 1 space after "=>"; 0 found
(#384) Variable "single_id" must not contain underscores.
(#387) Commas (,) must be followed by white space.
(#389) Spaces must be used for alignment; tabs are not allowed
(#389) Tab found within whitespace
(#389) Line indented incorrectly; expected at least 12 spaces, found 7
(#390) Whitespace found at end of line within string
(#391) Whitespace found at end of line within string
(#392) Commas (,) must be followed by white space.
(#393) Line indented incorrectly; expected at least 12 spaces, found 0
(#393) Whitespace found at end of line within string
(#393) Variable "requester_email" must not contain underscores.
(#396) Variable "custom_sig" must not contain underscores.
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Whitespace found at end of line
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#398) Expected 1 space before "="; 0 found
(#398) Expected 1 space after "="; 0 found
(#398) Expected 1 space before "="; 0 found
(#398) Expected 1 space after "="; 0 found
(#398) Whitespace found at end of line
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#399) Expected 1 space before "="; 0 found
(#399) Expected 1 space after "="; 0 found
(#400) Spaces must be used for alignment; tabs are not allowed
(#400) Tab found within whitespace
(#400) Whitespace found at end of line
(#401) Line indented incorrectly; expected 8 spaces, found 0
(#401) Closing brace indented incorrectly; expected 8 spaces, found 0
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Line indented incorrectly; expected 4 spaces, found 1
(#402) Closing brace indented incorrectly; expected 4 spaces, found 1
(#403) Whitespace found at end of line
(#403) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Whitespace found at end of line
(#405) Whitespace found at end of line
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) No space found before comment text; expected "// ***** Email the person who made the request" but found "//***** Email the person who made the request"
(#406) Whitespace found at end of line
(#407) Line indented incorrectly; expected at least 4 spaces, found 3
(#407) Variable "current_user_emailinguserobject" must not contain underscores.
(#407) Expected 1 space before "=>"; 0 found
(#407) Expected 1 space after "=>"; 0 found
(#408) Line indented incorrectly; expected at least 4 spaces, found 3
(#408) Variable "admin_email" must not contain underscores.
(#408) Expected 1 space before "=>"; 0 found
(#408) Expected 1 space after "=>"; 0 found
(#408) Spaces must be used for alignment; tabs are not allowed
(#408) Tab found within whitespace
(#408) Whitespace found at end of line
(#409) Spaces must be used for alignment; tabs are not allowed
(#409) Tab found within whitespace
(#409) Whitespace found at end of line
(#410) Spaces must be used for alignment; tabs are not allowed
(#410) Tab found within whitespace
(#410) Line indented incorrectly; expected 4 spaces, found 1
(#410) Variable "admin_email" must not contain underscores.
(#410) Inline comments must start with a capital letter, digit or 3-dots sequence
(#410) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#410) Whitespace found at end of line
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Line indented incorrectly; expected at least 8 spaces, found 2
(#411) Variable "custom_sig" must not contain underscores.
(#411) Variable "admin_email" must not contain underscores.
(#411) Spaces must be used for alignment; tabs are not allowed
(#411) Tab found within whitespace
(#411) Whitespace found at end of line
(#413) Line indented incorrectly; expected at least 8 spaces, found 4
(#413) Commas (,) must be followed by white space.
(#414) Line indented incorrectly; expected at least 8 spaces, found 4
(#415) Whitespace found at end of line within string
(#416) Commas (,) must be followed by white space.
(#417) Whitespace found at end of line within string
(#418) Whitespace found at end of line within string
(#419) Whitespace found at end of line within string
(#420) Variable "custom_sig" must not contain underscores.
(#422) Spaces must be used for alignment; tabs are not allowed
(#422) Tab found within whitespace
(#422) Whitespace found at end of line
(#423) Spaces must be used for alignment; tabs are not allowed
(#423) Tab found within whitespace
(#423) Line indented incorrectly; expected at least 8 spaces, found 1
(#423) Variable "current_user_emailinguserobject" must not contain underscores.
(#423) Expected 1 space before "="; 0 found
(#423) Expected 1 space after "="; 0 found
(#423) Expected 1 space before "="; 0 found
(#423) Expected 1 space after "="; 0 found
(#423) Whitespace found at end of line
(#424) Spaces must be used for alignment; tabs are not allowed
(#424) Tab found within whitespace
(#424) Line indented incorrectly; expected at least 8 spaces, found 6
(#424) Expected 1 space before "="; 0 found
(#424) Expected 1 space after "="; 0 found
(#424) Expected 1 space before "="; 0 found
(#424) Expected 1 space after "="; 0 found
(#424) Expected 1 space before "="; 0 found
(#424) Expected 1 space after "="; 0 found
(#424) Expected 1 space before "="; 0 found
(#424) Expected 1 space after "="; 0 found
(#424) Expected 1 space before "="; 0 found
(#424) Expected 1 space after "="; 0 found
(#426) Line indented incorrectly; expected 4 spaces, found 0
(#426) Closing brace indented incorrectly; expected 1 spaces, found 0
(#427) Whitespace found at end of line
(#427) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#428) Spaces must be used for alignment; tabs are not allowed
(#428) Tab found within whitespace
(#428) Whitespace found at end of line
(#429) Spaces must be used for alignment; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 4 spaces, found 1
(#430) Spaces must be used for alignment; tabs are not allowed
(#430) Tab found within whitespace
(#430) Whitespace found at end of line
(#432) Spaces must be used for alignment; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected at least 4 spaces, found 2
(#434) Spaces must be used for alignment; tabs are not allowed
(#434) Tab found within whitespace
(#434) Whitespace found at end of line
(#437) Commas (,) must be followed by white space.
(#439) Variable "admin_email" must not contain underscores.
(#439) Expected 1 space before "=>"; 0 found
(#439) Expected 1 space after "=>"; 0 found
(#441) Variable "admin_email" must not contain underscores.
(#441) Inline comments must start with a capital letter, digit or 3-dots sequence
(#441) No space found before comment text; expected "// are there characters in the field." but found "//are there characters in the field."
(#441) Whitespace found at end of line
(#442) Variable "custom_sig" must not contain underscores.
(#442) Variable "admin_email" must not contain underscores.
(#442) Spaces must be used for alignment; tabs are not allowed
(#442) Tab found within whitespace
(#442) Whitespace found at end of line
(#447) Spaces must be used for alignment; tabs are not allowed
(#447) Tab found within whitespace
(#447) Whitespace found at end of line
(#448) Spaces must be used for alignment; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected at least 12 spaces, found 4
(#450) Whitespace found at end of line within string
(#451) Commas (,) must be followed by white space.
(#451) Variable "requester_email" must not contain underscores.
(#452) Whitespace found at end of line within string
(#453) Variable "custom_sig" must not contain underscores.
(#455) Spaces must be used for alignment; tabs are not allowed
(#455) Tab found within whitespace
(#455) Whitespace found at end of line
(#456) Commas (,) must be followed by white space.
(#459) Spaces must be used for alignment; tabs are not allowed
(#459) Tab found within whitespace
(#459) Whitespace found at end of line
(#461) Spaces must be used for alignment; tabs are not allowed
(#461) Tab found within whitespace
(#461) Whitespace found at end of line
(#461) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#462) Spaces must be used for alignment; tabs are not allowed
(#462) Tab found within whitespace
(#462) Whitespace found at end of line
(#463) Spaces must be used for alignment; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected 8 spaces, found 2
(#463) Closing brace indented incorrectly; expected 8 spaces, found 2
(#464) Spaces must be used for alignment; tabs are not allowed
(#464) Tab found within whitespace
(#464) Whitespace found at end of line
(#465) Line indented incorrectly; expected 4 spaces, found 5
(#465) Closing brace indented incorrectly; expected 4 spaces, found 5
(#466) Spaces must be used for alignment; tabs are not allowed
(#466) Tab found within whitespace
(#466) Whitespace found at end of line
blocks/cmanager/comment.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#27) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#32) Inline doc block comments are not allowed; use "// Comment." instead
(#43) Empty IF statement detected
(#43) Commas (,) must be followed by white space.
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#49) Expected "if (...) {\n"; found "if(...){\n"
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Expected "if (...) {\n"; found "if(...){\n"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#62) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 4 spaces, found 1
(#65) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#65) Expected "if (...) {\n"; found "if(...){\n"
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#70) Expected "if (...) {\n"; found "if(...){\n"
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 4 spaces, found 1
(#93) Duplicate class name "block_cmanager_comment_form" found; first defined in /var/lib/jenkins/git_repositories/prechecker/blocks/cmanager/admin/comment.php on line 86
(#95) Visibility must be declared on method "definition"
(#97) Line indented incorrectly; expected at least 8 spaces, found 4
(#99) Line indented incorrectly; expected at least 8 spaces, found 4
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Commas (,) must be followed by white space.
(#100) Line exceeds 132 characters; contains 136 characters
(#100) Line exceeds 132 characters; contains 136 characters
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Line indented incorrectly; expected at least 8 spaces, found 1
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 1
(#104) Commas (,) must be followed by white space.
(#107) Commas (,) must be followed by white space.
(#108) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 1
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 1
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 1
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 1
(#116) Expected 1 space after ".="; 0 found
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 8 spaces, found 1
(#118) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 2
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 12 spaces, found 2
(#122) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 2
(#125) Expected 1 space after ".="; 0 found
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 2
(#126) Expected 1 space after ".="; 0 found
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 12 spaces, found 2
(#128) Expected 1 space after ".="; 0 found
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 12 spaces, found 4
(#129) Expected 1 space after ".="; 0 found
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 2
(#130) Expected 1 space after ".="; 0 found
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 8 spaces, found 1
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 1
(#132) Expected 1 space after ".="; 0 found
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 4 spaces, found 1
(#135) Spaces must be used to indent lines; tabs are not allowed
(#136) Spaces must be used to indent lines; tabs are not allowed
(#151) Spaces must be used to indent lines; tabs are not allowed
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#163) Commas (,) must be followed by white space.
(#177) Commas (,) must be followed by white space.
(#187) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 4 spaces, found 1
(#190) Closing brace indented incorrectly; expected 4 spaces, found 1
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#200) Line indented incorrectly; expected 0 spaces, found 3
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 4 spaces, found 1
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 4 spaces, found 3
(#205) Line indented incorrectly; expected 0 spaces, found 2
(#205) Closing brace indented incorrectly; expected 3 spaces, found 2
(#205) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#205) Expected "if (...) {\n"; found "if (...){\n"
(#205) Empty IF statement detected
(#205) Expected 1 space before "="; 0 found
(#205) Expected 1 space after "="; 0 found
(#208) Line indented incorrectly; expected 0 spaces, found 2
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 4 spaces, found 3
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#219) Closing brace indented incorrectly; expected 2 spaces, found 0
(#222) Expected "if (...) {\n"; found "if(...){\n"
(#224) Line indented incorrectly; expected at least 4 spaces, found 0
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Line indented incorrectly; expected at least 4 spaces, found 2
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 2
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 2
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 2
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 2
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 4 spaces, found 2
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 4 spaces, found 2
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 4 spaces, found 2
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 4 spaces, found 2
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 4 spaces, found 2
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 4 spaces, found 2
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Line indented incorrectly; expected at least 4 spaces, found 2
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 4 spaces, found 2
(#239) Expected 1 space after "="; 2 found
(#239) Expected 1 space before "=>"; 0 found
(#239) Expected 1 space after "=>"; 0 found
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 4 spaces, found 2
(#242) Variable "user_id" must not contain underscores.
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 4 spaces, found 2
(#243) Variable "user_id" must not contain underscores.
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 4 spaces, found 2
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 4 spaces, found 2
(#246) Expected 1 space after "="; 2 found
(#246) Expected 1 space before "=>"; 0 found
(#246) Expected 1 space after "=>"; 0 found
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Line indented incorrectly; expected at least 4 spaces, found 2
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 4 spaces, found 2
(#249) Variable "replaceValues" must be all lower-case
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Variable "replaceValues" must be all lower-case
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Variable "replaceValues" must be all lower-case
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) This comment is 64% valid code; is this commented out code?
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) No space found before comment text; expected "// $replaceValues['[p_code]'] = $currentrecord->progcode;" but found "//$replaceValues['[p_code]'] = $currentrecord->progcode;"
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) This comment is 64% valid code; is this commented out code?
(#253) No space found before comment text; expected "// $replaceValues['[p_name]'] = $currentrecord->progname;" but found "//$replaceValues['[p_name]'] = $currentrecord->progname;"
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Variable "replaceValues" must be all lower-case
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Variable "replaceValues" must be all lower-case
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Variable "replaceValues" must be all lower-case
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 4 spaces, found 2
(#257) Variable "replaceValues" must be all lower-case
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 4 spaces, found 2
(#260) Variable "user_id" must not contain underscores.
(#260) Variable "replaceValues" must be all lower-case
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 4 spaces, found 2
(#261) Variable "replaceValues" must be all lower-case
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected at least 4 spaces, found 2
blocks/cmanager/course_exists.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#2) Whitespace found at end of line
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#46) Variable "currentSess" must be all lower-case
(#47) Variable "currentSess" must be all lower-case
(#54) Whitespace found at end of line
(#55) Visibility must be declared on method "definition"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Variable "currentSess" must be all lower-case
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Whitespace found at end of line
(#59) Variable "currentRecord" must be all lower-case
(#59) Expected 1 space after "="; 2 found
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#59) Variable "currentSess" must be all lower-case
(#60) Whitespace found at end of line
(#61) Commas (,) must be followed by white space.
(#61) Line exceeds 132 characters; contains 147 characters
(#61) Line exceeds 132 characters; contains 147 characters
(#62) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#65) Commas (,) must be followed by white space.
(#66) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 8 spaces, found 3
(#71) Commas (,) must be followed by white space.
(#71) Whitespace found at end of line within string
(#72) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Line exceeds 132 characters; contains 133 characters
(#75) Line exceeds 132 characters; contains 133 characters
(#75) Whitespace found at end of line within string
(#76) Commas (,) must be followed by white space.
(#76) Whitespace found at end of line within string
(#77) Whitespace found at end of line within string
(#80) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#81) Whitespace found at end of line
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Line indented incorrectly; expected at least 8 spaces, found 1
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 1
(#85) Variable "currentRecord" must be all lower-case
(#85) Expected 1 space after "="; 2 found
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#85) Variable "currentSess" must be all lower-case
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#86) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 1
(#88) Variable "modCode" must be all lower-case
(#88) Variable "currentRecord" must be all lower-case
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 1
(#89) Variable "modTitle" must be all lower-case
(#89) Variable "currentRecord" must be all lower-case
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 1
(#90) Variable "modMode" must be all lower-case
(#90) Variable "currentRecord" must be all lower-case
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 1
(#92) Variable "spaceCheck" must be all lower-case
(#92) Expected 1 space after "="; 2 found
(#92) Variable "modCode" must be all lower-case
(#92) Variable "modCode" must be all lower-case
(#92) Variable "modCode" must be all lower-case
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 1
(#94) Variable "selectQuery" must be all lower-case
(#94) Whitespace found at end of line within string
(#94) Variable "modCode" must be all lower-case
(#95) Whitespace found at end of line within string
(#96) Whitespace found at end of line within string
(#96) Variable "spaceCheck" must be all lower-case
(#97) Variable "modMode" must be all lower-case
(#98) Variable "spaceCheck" must be all lower-case
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 1
(#100) Variable "recordsExist" must be all lower-case
(#100) Variable "selectQuery" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Whitespace found at end of line
(#101) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 1
(#104) Variable "allRecords" must be all lower-case
(#104) Expected 1 space before "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#104) Variable "selectQuery" must be all lower-case
(#105) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Whitespace found at end of line
(#109) Line indented incorrectly; expected 8 spaces, found 0
(#109) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#109) Variable "allRecords" must be all lower-case
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#110) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 12 spaces, found 1
(#112) Variable "lecturerHTML" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Line indented incorrectly; expected at least 12 spaces, found 1
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 12 spaces, found 1
(#114) Variable "categoryName" must be all lower-case
(#114) Expected 1 space before "=>"; 0 found
(#114) Expected 1 space after "=>"; 0 found
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Whitespace found at end of line
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Line indented incorrectly; expected at least 12 spaces, found 5
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 12 spaces, found 2
(#117) Variable "lecturerHTML" must be all lower-case
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Line indented incorrectly; expected at least 12 spaces, found 1
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 12 spaces, found 1
(#120) Expected "if (...) {\n"; found "if(...){\n"
(#120) Variable "categoryName" must be all lower-case
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 16 spaces, found 2
(#121) Variable "catLocation" must be all lower-case
(#121) Variable "categoryName" must be all lower-case
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 12 spaces, found 1
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 16 spaces, found 2
(#123) Variable "catLocation" must be all lower-case
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 12 spaces, found 1
(#125) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 2
(#130) Whitespace found at end of line within string
(#132) Variable "catLocation" must be all lower-case
(#134) Variable "lecturerHTML" must be all lower-case
(#134) Whitespace found at end of line within string
(#135) Commas (,) must be followed by white space.
(#135) Line exceeds maximum limit of 180 characters; contains 211 characters
(#135) Line exceeds maximum limit of 180 characters; contains 211 characters
(#137) Commas (,) must be followed by white space.
(#137) Line exceeds 132 characters; contains 161 characters
(#137) Line exceeds 132 characters; contains 161 characters
(#137) Whitespace found at end of line within string
(#140) Closing brace indented incorrectly; expected 0 spaces, found 8
(#141) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 1
(#144) Whitespace found at end of line within string
(#145) Whitespace found at end of line within string
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Line indented incorrectly; expected at least 8 spaces, found 1
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 1
(#150) Commas (,) must be followed by white space.
(#150) Commas (,) must be followed by white space.
(#150) Line exceeds maximum limit of 180 characters; contains 212 characters
(#150) Line exceeds maximum limit of 180 characters; contains 212 characters
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Whitespace found at end of line
(#151) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 1
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected 4 spaces, found 1
(#154) Closing brace indented incorrectly; expected 4 spaces, found 1
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#160) Whitespace found at end of line
(#161) Line indented incorrectly; expected 0 spaces, found 2
(#161) Expected "if (...) {\n"; found "if (...){\n"
(#161) Empty IF statement detected
(#163) Line indented incorrectly; expected 0 spaces, found 2
(#163) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#163) Expected "if (...) {\n"; found "if (...){\n"
(#163) Empty IF statement detected
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#165) Line indented incorrectly; expected 0 spaces, found 2
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Whitespace found at end of line
(#172) Whitespace found at end of line
(#173) Closing brace indented incorrectly; expected 2 spaces, found 0
(#177) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/course_new.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#27) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#32) Inline doc block comments are not allowed; use "// Comment." instead
(#43) Empty IF statement detected
(#43) Commas (,) must be followed by white space.
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#57) Whitespace found at end of line
(#59) Space found before semicolon; expected "];" but found "] ;"
(#71) Whitespace found at end of line
(#72) Visibility must be declared on method "definition"
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Expected 1 space after "="; 2 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Whitespace found at end of line
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Commas (,) must be followed by white space.
(#78) Whitespace found at end of line
(#79) Commas (,) must be followed by white space.
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Line indented incorrectly; expected at least 8 spaces, found 7
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Commas (,) must be followed by white space.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Whitespace found at end of line
(#84) Commas (,) must be followed by white space.
(#88) Whitespace found at end of line
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 7
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Whitespace found at end of line
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Whitespace found at end of line
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 12 spaces, found 3
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 16 spaces, found 7
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 20 spaces, found 8
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 20 spaces, found 7
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 20 spaces, found 5
(#101) Whitespace found at end of line
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected 16 spaces, found 4
(#103) Closing brace indented incorrectly; expected 7 spaces, found 4
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 20 spaces, found 10
(#104) Whitespace found at end of line
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected 16 spaces, found 6
(#106) Closing brace indented incorrectly; expected 4 spaces, found 6
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 12 spaces, found 3
(#109) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 16 spaces, found 11
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 20 spaces, found 9
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 20 spaces, found 8
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 20 spaces, found 6
(#113) Whitespace found at end of line
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 16 spaces, found 5
(#115) Closing brace indented incorrectly; expected 11 spaces, found 5
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 20 spaces, found 8
(#116) Whitespace found at end of line
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 16 spaces, found 7
(#118) Closing brace indented incorrectly; expected 5 spaces, found 7
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 12 spaces, found 3
(#119) Closing brace indented incorrectly; expected 12 spaces, found 3
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 12 spaces, found 3
(#120) Expected "} else if (...) {\n"; found "}\n\t\t\telse if (...) {\n"
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 16 spaces, found 11
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 20 spaces, found 9
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 20 spaces, found 8
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 20 spaces, found 6
(#124) Whitespace found at end of line
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 16 spaces, found 5
(#127) Closing brace indented incorrectly; expected 11 spaces, found 5
(#127) Expected "} else {\n"; found "} else {\n"
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 20 spaces, found 9
(#128) Whitespace found at end of line
(#129) Whitespace found at end of line
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 16 spaces, found 5
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 12 spaces, found 5
(#131) Closing brace indented incorrectly; expected 3 spaces, found 5
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 12 spaces, found 5
(#132) Expected "} else if (...) {\n"; found "}\n\t\t else if (...) {\n"
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 16 spaces, found 8
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 20 spaces, found 9
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 20 spaces, found 9
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 20 spaces, found 7
(#136) Whitespace found at end of line
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Whitespace found at end of line
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected 16 spaces, found 5
(#139) Closing brace indented incorrectly; expected 8 spaces, found 5
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 20 spaces, found 7
(#140) Whitespace found at end of line
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 16 spaces, found 5
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 12 spaces, found 4
(#143) Closing brace indented incorrectly; expected 5 spaces, found 4
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Whitespace found at end of line
(#144) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Whitespace found at end of line
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 6
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 8 spaces, found 2
(#147) Closing brace indented incorrectly; expected 8 spaces, found 2
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Whitespace found at end of line
(#148) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#149) Whitespace found at end of line
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 5
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 5
(#151) Expected 1 space before "="; 0 found
(#151) Expected 1 space after "="; 0 found
(#152) Commas (,) must be followed by white space.
(#153) Commas (,) must be followed by white space.
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 4 spaces, found 1
(#156) Closing brace indented incorrectly; expected 4 spaces, found 1
(#159) Whitespace found at end of line
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) This comment is 44% valid code; is this commented out code?
(#166) No space found before comment text; expected "// default 'action' for form is strip_querystring(qualified_me())" but found "//default 'action' for form is strip_querystring(qualified_me())"
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 4 spaces, found 1
(#171) Expected 1 space before "="; 0 found
(#171) Expected 1 space after "="; 0 found
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Line indented incorrectly; expected at least 4 spaces, found 1
(#175) Whitespace found at end of line
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 4 spaces, found 1
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 4 spaces, found 1
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Whitespace found at end of line
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Whitespace found at end of line
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 4 spaces, found 1
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Whitespace found at end of line
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 4 spaces, found 1
(#232) Whitespace found at end of line
(#233) Line indented incorrectly; expected 0 spaces, found 2
(#233) Closing brace indented incorrectly; expected 0 spaces, found 2
(#235) Expected 1 space(s) before asterisk; 0 found
(#236) Expected 1 space(s) before asterisk; 0 found
(#236) Whitespace found at end of line
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Whitespace found at end of line
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 4 spaces, found 1
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 4 spaces, found 1
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 4 spaces, found 1
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected 4 spaces, found 1
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 8 spaces, found 2
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 4 spaces, found 1
(#249) Expected 1 space(s) before asterisk; 0 found
(#249) Whitespace found at end of line
(#250) Expected 1 space(s) before asterisk; 0 found
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Whitespace found at end of line
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 4 spaces, found 1
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 4 spaces, found 1
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 4 spaces, found 1
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 4 spaces, found 1
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Whitespace found at end of line
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 4 spaces, found 1
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#259) Whitespace found at end of line
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 4 spaces, found 1
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 8 spaces, found 2
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 4 spaces, found 1
(#268) Expected 1 space(s) before asterisk; 0 found
(#269) Expected 1 space(s) before asterisk; 0 found
(#270) Variable "selectedValue" must be all lower-case
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Whitespace found at end of line
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 4 spaces, found 1
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 4 spaces, found 1
(#274) Variable "field3Items" must be all lower-case
(#274) Expected 1 space before "="; 0 found
(#274) Expected 1 space after "="; 0 found
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Whitespace found at end of line
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 4 spaces, found 1
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Whitespace found at end of line
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 4 spaces, found 1
(#277) Variable "field3Items" must be all lower-case
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 8 spaces, found 5
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected 8 spaces, found 5
(#279) Whitespace found at end of line
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 12 spaces, found 3
(#280) Expected 1 space before "="; 0 found
(#280) Expected 1 space after "="; 0 found
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 12 spaces, found 3
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 12 spaces, found 3
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected 12 spaces, found 6
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Whitespace found at end of line
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 16 spaces, found 7
(#286) Whitespace found at end of line
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 12 spaces, found 3
(#287) Closing brace indented incorrectly; expected 6 spaces, found 3
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Whitespace found at end of line
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 12 spaces, found 6
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 8 spaces, found 2
(#290) Closing brace indented incorrectly; expected 5 spaces, found 2
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 12 spaces, found 3
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 12 spaces, found 3
(#292) Whitespace found at end of line
(#294) Spaces must be used for alignment; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 12 spaces, found 3
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 12 spaces, found 6
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected 8 spaces, found 2
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Whitespace found at end of line
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 4 spaces, found 3
(#298) Closing brace indented incorrectly; expected 1 spaces, found 3
(#298) Whitespace found at end of line
(#299) Spaces must be used for alignment; tabs are not allowed
(#299) Tab found within whitespace
(#299) Whitespace found at end of line
(#299) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#300) Spaces must be used for alignment; tabs are not allowed
(#300) Tab found within whitespace
(#300) Whitespace found at end of line
(#301) Spaces must be used for alignment; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 4 spaces, found 1
(#301) Variable "selectedValue" must be all lower-case
(#302) Spaces must be used for alignment; tabs are not allowed
(#302) Tab found within whitespace
(#302) Whitespace found at end of line
(#303) Spaces must be used for alignment; tabs are not allowed
(#303) Tab found within whitespace
(#303) Whitespace found at end of line
(#307) Expected 1 space(s) before asterisk; 0 found
(#308) Expected 1 space(s) before asterisk; 0 found
(#309) Variable "selectedValue" must be all lower-case
(#309) Expected 1 space after closing parenthesis; found 0
(#310) Spaces must be used for alignment; tabs are not allowed
(#310) Tab found within whitespace
(#310) Whitespace found at end of line
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 4 spaces, found 1
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Whitespace found at end of line
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 4 spaces, found 1
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Whitespace found at end of line
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 4 spaces, found 1
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 4 spaces, found 1
(#316) Variable "field3Items" must be all lower-case
(#316) Expected 1 space before "="; 0 found
(#316) Expected 1 space after "="; 0 found
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 4 spaces, found 1
(#317) Variable "field3Items" must be all lower-case
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected 8 spaces, found 3
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 12 spaces, found 7
(#321) Spaces must be used for alignment; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 12 spaces, found 7
(#322) Spaces must be used for alignment; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected 8 spaces, found 3
(#323) Spaces must be used for alignment; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected 4 spaces, found 2
(#323) Closing brace indented incorrectly; expected 1 spaces, found 2
(#324) Spaces must be used for alignment; tabs are not allowed
(#324) Tab found within whitespace
(#324) Whitespace found at end of line
(#325) Spaces must be used for alignment; tabs are not allowed
(#325) Tab found within whitespace
(#325) Line indented incorrectly; expected at least 4 spaces, found 1
(#326) Spaces must be used for alignment; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 4 spaces, found 1
(#326) Variable "selectedValue" must be all lower-case
(#327) Spaces must be used for alignment; tabs are not allowed
(#327) Tab found within whitespace
(#327) Whitespace found at end of line
(#328) Spaces must be used for alignment; tabs are not allowed
(#328) Tab found within whitespace
(#328) Line indented incorrectly; expected 4 spaces, found 1
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected at least 8 spaces, found 5
(#330) Spaces must be used for alignment; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 4 spaces, found 1
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Whitespace found at end of line
(#334) Whitespace found at end of line
blocks/cmanager/course_request.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#52) Inline doc block comments are not allowed; use "// Comment." instead
(#56) Whitespace found at end of line
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#66) Whitespace found at end of line
(#70) Empty IF statement detected
(#70) Commas (,) must be followed by white space.
(#76) Expected "} else if (...) {\n"; found "}\nelse if (...) { // editing mode\n"
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Empty IF statement detected
(#82) Commas (,) must be followed by white space.
(#85) Whitespace found at end of line
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Whitespace found at end of line
(#91) Expected 1 space after "="; 2 found
(#91) Expected 1 space before "=>"; 0 found
(#91) Expected 1 space after "=>"; 0 found
(#92) Whitespace found at end of line
(#93) Whitespace found at end of line
(#111) Visibility must be declared on method "definition"
(#112) Whitespace found at end of line
(#115) Whitespace found at end of line
(#116) Whitespace found at end of line
(#117) Whitespace found at end of line
(#118) Commas (,) must be followed by white space.
(#118) Whitespace found at end of line
(#119) Commas (,) must be followed by white space.
(#120) Whitespace found at end of line
(#121) Whitespace found at end of line
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#123) Whitespace found at end of line
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#125) Whitespace found at end of line
(#125) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#126) Whitespace found at end of line
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Whitespace found at end of line
(#129) Expected 1 space before "=>"; 0 found
(#129) Expected 1 space after "=>"; 0 found
(#130) Whitespace found at end of line
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#132) Whitespace found at end of line
(#133) Expected 1 space before "=>"; 0 found
(#133) Expected 1 space after "=>"; 0 found
(#134) Whitespace found at end of line
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#136) Whitespace found at end of line
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) No space found before comment text; expected "// get field 3 status" but found "//get field 3 status"
(#139) Whitespace found at end of line
(#140) Expected 1 space before "=>"; 0 found
(#140) Expected 1 space after "=>"; 0 found
(#141) Whitespace found at end of line
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) No space found before comment text; expected "// get the value for autokey - the config variable that determines enrolment key auto or prompt" but found "//get the value for autokey - the config variable that determines enrolment key auto or prompt"
(#143) Variable "autoKey" must be all lower-case
(#144) Whitespace found at end of line
(#146) Whitespace found at end of line
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Commas (,) must be followed by white space.
(#149) Whitespace found at end of line
(#150) Commas (,) must be followed by white space.
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Commas (,) must be followed by white space.
(#157) Whitespace found at end of line
(#159) Whitespace found at end of line
(#159) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Whitespace found at end of line
(#169) Commas (,) must be followed by white space.
(#169) Whitespace found at end of line
(#175) Whitespace found at end of line
(#175) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#176) Whitespace found at end of line
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Variable "selectQuery" must be all lower-case
(#181) Variable "field3Items" must be all lower-case
(#181) Expected 1 space before "="; 0 found
(#181) Expected 1 space after "="; 0 found
(#181) Variable "selectQuery" must be all lower-case
(#183) Variable "field3Items" must be all lower-case
(#189) Whitespace found at end of line
(#191) Whitespace found at end of line
(#192) Commas (,) must be followed by white space.
(#192) Whitespace found at end of line
(#197) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#198) Whitespace found at end of line
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) This comment is 56% valid code; is this commented out code?
(#202) Line indented incorrectly; expected at least 12 spaces, found 10
(#202) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#203) Whitespace found at end of line
(#205) Whitespace found at end of line
(#208) Line indented incorrectly; expected 12 spaces, found 13
(#208) Closing brace indented incorrectly; expected 12 spaces, found 13
(#211) Variable "autoKey" must be all lower-case
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Commas (,) must be followed by white space.
(#217) Whitespace found at end of line
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Whitespace found at end of line
(#225) Whitespace found at end of line
(#226) Whitespace found at end of line
(#228) Line indented incorrectly; expected 8 spaces, found 9
(#228) Closing brace indented incorrectly; expected 8 spaces, found 9
(#231) Expected 1 space before "="; 0 found
(#231) Expected 1 space after "="; 0 found
(#232) Commas (,) must be followed by white space.
(#233) Commas (,) must be followed by white space.
(#234) Whitespace found at end of line
(#240) Inline comments must start with a capital letter, digit or 3-dots sequence
(#240) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#245) Expected 1 space before "="; 0 found
(#245) Expected 1 space after "="; 0 found
(#250) Whitespace found at end of line
(#270) Whitespace found at end of line
(#277) Line indented incorrectly; expected at least 8 spaces, found 6
(#280) Expected 1 space after "="; 2 found
(#294) Whitespace found at end of line
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) Expected "if (...) {\n"; found "if (...){\n"
(#307) Whitespace found at end of line
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) Whitespace found at end of line within string
(#310) Whitespace found at end of line within string
(#314) Whitespace found at end of line
(#319) Expected "} else {\n"; found "} else{\n"
(#321) Whitespace found at end of line
blocks/cmanager/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Whitespace found at end of line
(#37) Whitespace found at end of line
(#39) Whitespace found at end of line
(#42) Whitespace found at end of line
(#45) Whitespace found at end of line
(#54) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#71) Whitespace found at end of line
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#113) Whitespace found at end of line
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Whitespace found at end of line
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#142) Whitespace found at end of line
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#156) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
blocks/cmanager/db/install.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Line indented incorrectly; expected at least 4 spaces, found 0
(#31) Line indented incorrectly; expected at least 4 spaces, found 0
(#33) Line indented incorrectly; expected at least 4 spaces, found 0
(#34) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#37) Line indented incorrectly; expected at least 4 spaces, found 0
(#38) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) Line indented incorrectly; expected at least 4 spaces, found 0
(#40) Line indented incorrectly; expected at least 4 spaces, found 0
(#41) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#43) Line indented incorrectly; expected at least 4 spaces, found 0
(#44) Line indented incorrectly; expected at least 4 spaces, found 0
(#45) Line indented incorrectly; expected at least 4 spaces, found 0
(#46) Line indented incorrectly; expected at least 4 spaces, found 0
(#48) Line indented incorrectly; expected at least 4 spaces, found 0
(#49) Line indented incorrectly; expected at least 4 spaces, found 0
(#50) Line indented incorrectly; expected at least 4 spaces, found 0
(#51) Line indented incorrectly; expected at least 4 spaces, found 0
(#53) Line indented incorrectly; expected at least 4 spaces, found 0
(#54) Line indented incorrectly; expected at least 4 spaces, found 0
(#55) Line indented incorrectly; expected at least 4 spaces, found 0
(#56) Line indented incorrectly; expected at least 4 spaces, found 0
(#58) Line indented incorrectly; expected at least 4 spaces, found 0
(#59) Line indented incorrectly; expected at least 4 spaces, found 0
(#60) Line indented incorrectly; expected at least 4 spaces, found 0
(#61) Line indented incorrectly; expected at least 4 spaces, found 0
(#63) Line indented incorrectly; expected at least 4 spaces, found 0
(#64) Line indented incorrectly; expected at least 4 spaces, found 0
(#65) Line indented incorrectly; expected at least 4 spaces, found 0
(#66) Line indented incorrectly; expected at least 4 spaces, found 0
(#68) Line indented incorrectly; expected at least 4 spaces, found 0
(#69) Line indented incorrectly; expected at least 4 spaces, found 0
(#70) Line indented incorrectly; expected at least 4 spaces, found 0
(#71) Line indented incorrectly; expected at least 4 spaces, found 0
(#72) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#74) Line indented incorrectly; expected at least 4 spaces, found 0
(#75) Line indented incorrectly; expected at least 4 spaces, found 0
(#76) Line indented incorrectly; expected at least 4 spaces, found 0
(#77) Line indented incorrectly; expected at least 4 spaces, found 0
(#79) Line indented incorrectly; expected at least 4 spaces, found 0
(#80) Line indented incorrectly; expected at least 4 spaces, found 0
(#81) Line indented incorrectly; expected at least 4 spaces, found 0
(#88) Line indented incorrectly; expected at least 4 spaces, found 0
(#90) Line indented incorrectly; expected at least 4 spaces, found 0
(#91) Line indented incorrectly; expected at least 4 spaces, found 0
(#92) Line indented incorrectly; expected at least 4 spaces, found 0
(#107) Line indented incorrectly; expected at least 4 spaces, found 0
(#108) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#110) Line indented incorrectly; expected at least 4 spaces, found 0
(#111) Line indented incorrectly; expected at least 4 spaces, found 0
(#112) Line indented incorrectly; expected at least 4 spaces, found 0
(#124) Line indented incorrectly; expected at least 4 spaces, found 0
(#125) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#127) Line indented incorrectly; expected at least 4 spaces, found 0
(#128) Line indented incorrectly; expected at least 4 spaces, found 0
(#129) Line indented incorrectly; expected at least 4 spaces, found 0
(#143) Line indented incorrectly; expected at least 4 spaces, found 0
(#144) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#146) Line indented incorrectly; expected at least 4 spaces, found 0
(#147) Line indented incorrectly; expected at least 4 spaces, found 0
(#148) Line indented incorrectly; expected at least 4 spaces, found 0
(#157) Line indented incorrectly; expected at least 4 spaces, found 0
(#159) Line indented incorrectly; expected at least 4 spaces, found 0
(#160) Line indented incorrectly; expected at least 4 spaces, found 0
(#161) Line indented incorrectly; expected at least 4 spaces, found 0
(#170) Line indented incorrectly; expected at least 4 spaces, found 0
(#172) Line indented incorrectly; expected at least 4 spaces, found 0
(#173) Line indented incorrectly; expected at least 4 spaces, found 0
(#174) Line indented incorrectly; expected at least 4 spaces, found 0
(#184) Line indented incorrectly; expected at least 4 spaces, found 0
(#186) Line indented incorrectly; expected at least 4 spaces, found 0
(#187) Line indented incorrectly; expected at least 4 spaces, found 0
(#188) Line indented incorrectly; expected at least 4 spaces, found 0
(#204) Line indented incorrectly; expected at least 4 spaces, found 0
(#206) Line indented incorrectly; expected at least 4 spaces, found 0
(#207) Line indented incorrectly; expected at least 4 spaces, found 0
(#208) Line indented incorrectly; expected at least 4 spaces, found 0
(#219) Line indented incorrectly; expected at least 4 spaces, found 0
(#220) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#222) Line indented incorrectly; expected at least 4 spaces, found 0
(#223) Line indented incorrectly; expected at least 4 spaces, found 0
(#224) Line indented incorrectly; expected at least 4 spaces, found 0
(#237) Line indented incorrectly; expected at least 4 spaces, found 0
(#239) Line indented incorrectly; expected at least 4 spaces, found 0
(#240) Line indented incorrectly; expected at least 4 spaces, found 0
(#241) Line indented incorrectly; expected at least 4 spaces, found 0
(#250) Line indented incorrectly; expected at least 4 spaces, found 0
(#252) Line indented incorrectly; expected at least 4 spaces, found 0
(#253) Line indented incorrectly; expected at least 4 spaces, found 0
(#254) Line indented incorrectly; expected at least 4 spaces, found 0
(#255) Line indented incorrectly; expected at least 4 spaces, found 0
(#257) Line indented incorrectly; expected at least 4 spaces, found 0
(#258) Line indented incorrectly; expected at least 4 spaces, found 0
(#259) Line indented incorrectly; expected at least 4 spaces, found 0
(#260) Line indented incorrectly; expected at least 4 spaces, found 0
(#262) Line indented incorrectly; expected at least 4 spaces, found 0
(#263) Line indented incorrectly; expected at least 4 spaces, found 0
(#264) Line indented incorrectly; expected at least 4 spaces, found 0
(#265) Line indented incorrectly; expected at least 4 spaces, found 0
(#266) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#268) Line indented incorrectly; expected at least 4 spaces, found 0
(#269) Line indented incorrectly; expected at least 4 spaces, found 0
(#270) Line indented incorrectly; expected at least 4 spaces, found 0
(#271) Line indented incorrectly; expected at least 4 spaces, found 0
(#272) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#274) Line indented incorrectly; expected at least 4 spaces, found 0
(#275) Line indented incorrectly; expected at least 4 spaces, found 0
(#276) Line indented incorrectly; expected at least 4 spaces, found 0
(#277) Line indented incorrectly; expected at least 4 spaces, found 0
(#278) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#280) Line indented incorrectly; expected at least 4 spaces, found 0
(#281) Line indented incorrectly; expected at least 4 spaces, found 0
(#282) Line indented incorrectly; expected at least 4 spaces, found 0
(#283) Line indented incorrectly; expected at least 4 spaces, found 0
(#284) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#286) Line indented incorrectly; expected at least 4 spaces, found 0
(#287) Line indented incorrectly; expected at least 4 spaces, found 0
(#288) Line indented incorrectly; expected at least 4 spaces, found 0
(#289) Line indented incorrectly; expected at least 4 spaces, found 0
(#290) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#292) Line indented incorrectly; expected at least 4 spaces, found 0
(#293) Line indented incorrectly; expected at least 4 spaces, found 0
(#294) Line indented incorrectly; expected at least 4 spaces, found 0
(#295) Line indented incorrectly; expected at least 4 spaces, found 0
(#297) Line indented incorrectly; expected at least 4 spaces, found 0
(#298) Line indented incorrectly; expected at least 4 spaces, found 0
(#299) Line indented incorrectly; expected at least 4 spaces, found 0
(#300) Line indented incorrectly; expected at least 4 spaces, found 0
(#302) Line indented incorrectly; expected at least 4 spaces, found 0
(#303) Line indented incorrectly; expected at least 4 spaces, found 0
(#304) Line indented incorrectly; expected at least 4 spaces, found 0
(#305) Line indented incorrectly; expected at least 4 spaces, found 0
(#306) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#309) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) Line indented incorrectly; expected at least 4 spaces, found 0
(#310) Line indented incorrectly; expected at least 4 spaces, found 0
(#311) Line indented incorrectly; expected at least 4 spaces, found 0
(#312) Line indented incorrectly; expected at least 4 spaces, found 0
(#313) Line indented incorrectly; expected at least 4 spaces, found 0
(#315) Inline comments must start with a capital letter, digit or 3-dots sequence
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) This comment is 60% valid code; is this commented out code?
(#315) Line indented incorrectly; expected at least 4 spaces, found 0
(#315) No space found before comment text; expected "// $activeFormId = get_field_select('block_cmanager_config', 'id', "varname = 'page2form'");" but found "//$activeFormId = get_field_select('block_cmanager_config', 'id', "varname = 'page2form'");"
(#316) Line indented incorrectly; expected at least 4 spaces, found 0
(#316) Variable "activeFormId" must be all lower-case
(#316) Expected 1 space before "=>"; 0 found
(#316) Expected 1 space after "=>"; 0 found
(#317) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#320) Line indented incorrectly; expected at least 4 spaces, found 0
(#321) Line indented incorrectly; expected at least 4 spaces, found 0
(#322) Line indented incorrectly; expected at least 4 spaces, found 0
(#322) Variable "activeFormId" must be all lower-case
(#323) Line indented incorrectly; expected at least 4 spaces, found 0
(#324) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Line indented incorrectly; expected at least 4 spaces, found 0
(#327) Line indented incorrectly; expected at least 4 spaces, found 0
(#328) Line indented incorrectly; expected at least 4 spaces, found 0
(#329) Line indented incorrectly; expected at least 4 spaces, found 0
(#330) Line indented incorrectly; expected at least 4 spaces, found 0
(#332) Line indented incorrectly; expected at least 4 spaces, found 0
(#333) Line indented incorrectly; expected at least 4 spaces, found 0
(#334) Line indented incorrectly; expected at least 4 spaces, found 0
(#335) Line indented incorrectly; expected at least 4 spaces, found 0
(#337) Line indented incorrectly; expected at least 4 spaces, found 0
(#338) Line indented incorrectly; expected at least 4 spaces, found 0
(#339) Line indented incorrectly; expected at least 4 spaces, found 0
(#340) Line indented incorrectly; expected at least 4 spaces, found 0
(#342) Line indented incorrectly; expected at least 4 spaces, found 0
(#343) Line indented incorrectly; expected at least 4 spaces, found 0
(#344) Line indented incorrectly; expected at least 4 spaces, found 0
(#345) Line indented incorrectly; expected at least 4 spaces, found 0
(#347) Line indented incorrectly; expected at least 4 spaces, found 0
(#348) Line indented incorrectly; expected at least 4 spaces, found 0
(#349) Line indented incorrectly; expected at least 4 spaces, found 0
(#350) Line indented incorrectly; expected at least 4 spaces, found 0
(#351) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#353) Line indented incorrectly; expected at least 4 spaces, found 0
(#354) Line indented incorrectly; expected at least 4 spaces, found 0
(#355) Line indented incorrectly; expected at least 4 spaces, found 0
(#356) Line indented incorrectly; expected at least 4 spaces, found 0
(#357) Line indented incorrectly; expected at least 4 spaces, found 0
(#358) Line indented incorrectly; expected at least 4 spaces, found 0
(#358) Variable "activeFormId" must be all lower-case
(#359) Line indented incorrectly; expected at least 4 spaces, found 0
(#360) Functions must not contain multiple empty lines in a row; found 6 empty lines
(#366) Line indented incorrectly; expected at least 4 spaces, found 0
(#367) Line indented incorrectly; expected at least 4 spaces, found 0
(#368) Line indented incorrectly; expected at least 4 spaces, found 0
(#369) Line indented incorrectly; expected at least 4 spaces, found 0
(#370) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#372) Line indented incorrectly; expected at least 4 spaces, found 0
(#375) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/db/upgrade.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Line indented incorrectly; expected at least 4 spaces, found 0
(#31) Line indented incorrectly; expected at least 4 spaces, found 0
(#33) Line indented incorrectly; expected at least 4 spaces, found 0
(#35) Line indented incorrectly; expected 4 spaces, found 0
(#35) Expected "if (...) {\n"; found "if(...){\n"
(#36) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) This comment is 86% valid code; is this commented out code?
(#38) Line indented incorrectly; expected at least 8 spaces, found 1
(#38) No space found before comment text; expected "// $DB->get_record_sql("ALTER TABLE mdl_block_cmanager_comments MODIFY message LONGTEXT ");" but found "//$DB->get_record_sql("ALTER TABLE mdl_block_cmanager_comments MODIFY message LONGTEXT ");"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 1
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 1
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 1
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 8 spaces, found 1
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 1
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 1
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 1
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 1
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 8 spaces, found 1
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 8 spaces, found 1
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 1
(#64) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#66) Line indented incorrectly; expected 4 spaces, found 0
(#68) Line indented incorrectly; expected at least 4 spaces, found 0
(#71) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/deleterequest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#32) Whitespace found at end of line
(#36) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#39) Empty IF statement detected
(#39) Commas (,) must be followed by white space.
(#41) Line indented incorrectly; expected at least 4 spaces, found 2
(#45) Variable "deleteId" must be all lower-case
(#45) Whitespace found at end of line
(#46) Whitespace found at end of line
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Variable "deleteQuery" must be all lower-case
(#49) Variable "deleteId" must be all lower-case
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#50) Variable "deleteId" must be all lower-case
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#53) Variable "deleteId" must be all lower-case
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 1
(#58) Whitespace found at end of line
(#59) Expected "} else if (...) {\n"; found "} \nelse if (...) {\n"
(#59) Expected 1 space after "=="; 0 found
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#62) Expected "} else {\n"; found "}\nelse {\n"
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) Spaces must be used for alignment; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
blocks/cmanager/edit_form.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#32) Expected 1 space(s) before asterisk; 2 found
(#37) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Whitespace found at end of line
(#40) Whitespace found at end of line
(#43) Whitespace found at end of line
(#47) Whitespace found at end of line
(#48) Whitespace found at end of line
blocks/cmanager/formeditor/ajax_functions.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#27) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#31) Whitespace found at end of line
(#33) Expected "if (...) {\n"; found "if(...){\n"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 4 spaces, found 1
(#36) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#36) Expected "if (...) {\n"; found "if(...){\n"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#42) Expected "if (...) {\n"; found "if(...){\n"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#45) Expected "if (...) {\n"; found "if(...){\n"
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#48) Expected "if (...) {\n"; found "if(...){\n"
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 4 spaces, found 1
(#51) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#51) Expected "if (...) {\n"; found "if(...){\n"
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#54) Expected "if (...) {\n"; found "if(...){\n"
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) Expected "} else if (...) {\n"; found "}\nelse if(...){\n"
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#63) Expected 1 space after closing parenthesis; found 0
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 4 spaces, found 1
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) This comment is 75% valid code; is this commented out code?
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#66) No space found before comment text; expected "// echo 'saving form';" but found "//echo 'saving form';"
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Whitespace found at end of line
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 1
(#68) Expected 1 space after "="; 2 found
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#69) Variable "rowId" must be all lower-case
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Spaces must be used for alignment; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 4 spaces, found 1
(#71) Variable "rowId" must be all lower-case
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 4 spaces, found 1
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 4 spaces, found 1
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#74) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#80) Expected 1 space after closing parenthesis; found 0
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Whitespace found at end of line
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 4 spaces, found 1
(#84) Variable "formName" must be all lower-case
(#84) Whitespace found at end of line
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#85) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#86) Spaces must be used for alignment; tabs are not allowed
(#86) Tab found within whitespace
(#86) Whitespace found at end of line
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 4 spaces, found 1
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 4 spaces, found 1
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 4 spaces, found 1
(#89) Variable "formName" must be all lower-case
(#90) Spaces must be used for alignment; tabs are not allowed
(#90) Tab found within whitespace
(#90) Whitespace found at end of line
(#90) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 1
(#92) Whitespace found at end of line
(#95) Whitespace found at end of line
(#96) Expected 1 space(s) before asterisk; 0 found
(#97) Expected 1 space(s) before asterisk; 0 found
(#97) Whitespace found at end of line
(#98) Expected 1 space(s) before asterisk; 0 found
(#99) Expected 1 space after closing parenthesis; found 0
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 1
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Whitespace found at end of line
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 4 spaces, found 1
(#104) Whitespace found at end of line
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Whitespace found at end of line
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 4 spaces, found 1
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 4 spaces, found 1
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Whitespace found at end of line
(#109) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 4 spaces, found 1
(#111) Whitespace found at end of line
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#112) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Whitespace found at end of line
(#117) Expected 1 space(s) before asterisk; 0 found
(#117) Whitespace found at end of line
(#118) Expected 1 space(s) before asterisk; 0 found
(#119) Expected 1 space after closing parenthesis; found 0
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Whitespace found at end of line
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 4 spaces, found 1
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 4 spaces, found 1
(#122) Variable "elementId" must be all lower-case
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 4 spaces, found 1
(#123) Whitespace found at end of line
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Whitespace found at end of line
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 4 spaces, found 1
(#125) Variable "elementId" must be all lower-case
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 4 spaces, found 1
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 4 spaces, found 1
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Whitespace found at end of line
(#128) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#133) Whitespace found at end of line
(#134) Expected 1 space(s) before asterisk; 0 found
(#134) Whitespace found at end of line
(#135) Expected 1 space(s) before asterisk; 0 found
(#136) Expected 1 space after closing parenthesis; found 0
(#137) Whitespace found at end of line
(#139) Whitespace found at end of line
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#140) Variable "fieldType" must be all lower-case
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 4 spaces, found 1
(#141) Variable "formId" must be all lower-case
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Whitespace found at end of line
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Variable "formId" must be all lower-case
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 4 spaces, found 1
(#144) Whitespace found at end of line
(#145) Spaces must be used for alignment; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 4 spaces, found 1
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 1
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Whitespace found at end of line
(#147) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#148) Spaces must be used for alignment; tabs are not allowed
(#148) Tab found within whitespace
(#148) Whitespace found at end of line
(#149) Spaces must be used for alignment; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 1
(#149) Expected "if (...) {\n"; found "if(...){\n"
(#149) Variable "fieldType" must be all lower-case
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#151) Spaces must be used for alignment; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Variable "formId" must be all lower-case
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Whitespace found at end of line
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Whitespace found at end of line
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Whitespace found at end of line
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 4 spaces, found 1
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected at least 4 spaces, found 1
(#162) Expected "} else if (...) {\n"; found "}\n\telse if(...){\n"
(#162) Expected "if (...) {\n"; found "if(...){\n"
(#162) Variable "fieldType" must be all lower-case
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Whitespace found at end of line
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 2
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 2
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 2
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Variable "formId" must be all lower-case
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Whitespace found at end of line
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Whitespace found at end of line
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Whitespace found at end of line
(#173) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Whitespace found at end of line
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 4 spaces, found 1
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 4 spaces, found 1
(#176) Expected "} else if (...) {\n"; found "}\n\telse if(...){\n"
(#176) Expected "if (...) {\n"; found "if(...){\n"
(#176) Variable "fieldType" must be all lower-case
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Whitespace found at end of line
(#177) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Whitespace found at end of line
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Whitespace found at end of line
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 8 spaces, found 2
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 8 spaces, found 2
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 8 spaces, found 2
(#184) Variable "formId" must be all lower-case
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 8 spaces, found 2
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 8 spaces, found 2
(#186) Whitespace found at end of line
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Whitespace found at end of line
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 8 spaces, found 2
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 4 spaces, found 1
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Whitespace found at end of line
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 4 spaces, found 1
(#191) Expected "} else if (...) {\n"; found "}\n\t\n\telse if(...){\n"
(#191) Expected "if (...) {\n"; found "if(...){\n"
(#191) Variable "fieldType" must be all lower-case
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Whitespace found at end of line
(#192) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Whitespace found at end of line
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 8 spaces, found 2
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 8 spaces, found 2
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 8 spaces, found 2
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Variable "formId" must be all lower-case
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 8 spaces, found 2
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 8 spaces, found 2
(#200) Whitespace found at end of line
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Whitespace found at end of line
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 2
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 4 spaces, found 1
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Whitespace found at end of line
(#207) Whitespace found at end of line
(#208) Expected 1 space(s) before asterisk; 0 found
(#209) Expected 1 space(s) before asterisk; 0 found
(#210) Expected 1 space after closing parenthesis; found 0
(#211) Spaces must be used for alignment; tabs are not allowed
(#211) Tab found within whitespace
(#211) Whitespace found at end of line
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 4 spaces, found 1
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 4 spaces, found 1
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 4 spaces, found 1
(#214) Variable "field3ItemsHTML" must be all lower-case
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Whitespace found at end of line
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 4 spaces, found 1
(#215) Variable "selectQuery" must be all lower-case
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 4 spaces, found 1
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 4 spaces, found 1
(#217) Variable "field3Items" must be all lower-case
(#217) Expected 1 space before "="; 0 found
(#217) Expected 1 space after "="; 0 found
(#217) Variable "selectQuery" must be all lower-case
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Whitespace found at end of line
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 4 spaces, found 1
(#219) Variable "field3ItemsHTML" must be all lower-case
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Whitespace found at end of line
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 4 spaces, found 6
(#220) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#220) Variable "field3Items" must be all lower-case
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 7
(#221) Variable "field3ItemsHTML" must be all lower-case
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 8 spaces, found 7
(#222) Variable "field3ItemsHTML" must be all lower-case
(#222) Line exceeds maximum limit of 180 characters; contains 229 characters
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 8 spaces, found 5
(#223) Variable "field3ItemsHTML" must be all lower-case
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 4 spaces, found 6
(#224) Whitespace found at end of line
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 4 spaces, found 1
(#225) Variable "field3ItemsHTML" must be all lower-case
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#227) Variable "field3ItemsHTML" must be all lower-case
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Whitespace found at end of line
(#228) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Whitespace found at end of line
(#232) Whitespace found at end of line
(#233) Expected 1 space(s) before asterisk; 0 found
(#234) Expected 1 space(s) before asterisk; 0 found
(#235) Expected 1 space after closing parenthesis; found 0
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 4 spaces, found 1
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 4 spaces, found 1
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#238) Whitespace found at end of line
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 4 spaces, found 1
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 4 spaces, found 1
(#241) Spaces must be used for alignment; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 4 spaces, found 1
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 4 spaces, found 1
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 4 spaces, found 1
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Line indented incorrectly; expected at least 4 spaces, found 1
(#244) Variable "dStat" must be all lower-case
(#244) Spaces must be used for alignment; tabs are not allowed
(#244) Tab found within whitespace
(#244) Whitespace found at end of line
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Whitespace found at end of line
(#246) Spaces must be used for alignment; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 4 spaces, found 1
(#246) Variable "field1title_id" must not contain underscores.
(#247) Variable "field1desc_id" must not contain underscores.
(#248) Variable "field2title_id" must not contain underscores.
(#249) Variable "field2desc_id" must not contain underscores.
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 4 spaces, found 1
(#250) Variable "field3desc_id" must not contain underscores.
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Whitespace found at end of line
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 4 spaces, found 1
(#252) Variable "statusField_id" must be all lower-case
(#252) Variable "statusField_id" must not contain underscores.
(#253) Spaces must be used for alignment; tabs are not allowed
(#253) Tab found within whitespace
(#253) Whitespace found at end of line
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 4 spaces, found 1
(#254) Variable "field1title_id" must not contain underscores.
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 4 spaces, found 1
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 4 spaces, found 1
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 4 spaces, found 1
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Whitespace found at end of line
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#259) Variable "field1desc_id" must not contain underscores.
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 4 spaces, found 1
(#261) Spaces must be used for alignment; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 4 spaces, found 1
(#262) Spaces must be used for alignment; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 4 spaces, found 1
(#263) Spaces must be used for alignment; tabs are not allowed
(#263) Tab found within whitespace
(#263) Whitespace found at end of line
(#264) Spaces must be used for alignment; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 4 spaces, found 1
(#264) Variable "field2title_id" must not contain underscores.
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 4 spaces, found 1
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 4 spaces, found 1
(#267) Spaces must be used for alignment; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 4 spaces, found 1
(#268) Spaces must be used for alignment; tabs are not allowed
(#268) Tab found within whitespace
(#268) Whitespace found at end of line
(#269) Spaces must be used for alignment; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected at least 4 spaces, found 1
(#269) Variable "field2desc_id" must not contain underscores.
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 4 spaces, found 1
(#271) Spaces must be used for alignment; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 4 spaces, found 1
(#272) Spaces must be used for alignment; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 4 spaces, found 1
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Whitespace found at end of line
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 4 spaces, found 1
(#274) Variable "field3desc_id" must not contain underscores.
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 4 spaces, found 1
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 4 spaces, found 1
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 4 spaces, found 1
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Whitespace found at end of line
(#278) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Whitespace found at end of line
(#280) Spaces must be used for alignment; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 4 spaces, found 1
(#280) Variable "statusField_id" must be all lower-case
(#280) Variable "statusField_id" must not contain underscores.
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 4 spaces, found 1
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 4 spaces, found 1
(#282) Variable "dStat" must be all lower-case
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected at least 4 spaces, found 1
(#284) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Whitespace found at end of line
(#287) Whitespace found at end of line
(#288) Expected 1 space(s) before asterisk; 0 found
(#289) Expected 1 space(s) before asterisk; 0 found
(#290) Expected 1 space after closing parenthesis; found 0
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 4 spaces, found 1
(#293) Spaces must be used for alignment; tabs are not allowed
(#293) Tab found within whitespace
(#293) Line indented incorrectly; expected at least 4 spaces, found 1
(#293) Variable "newValue" must be all lower-case
(#295) Spaces must be used for alignment; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 4 spaces, found 1
(#296) Spaces must be used for alignment; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 4 spaces, found 1
(#297) Spaces must be used for alignment; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 4 spaces, found 1
(#297) Variable "newValue" must be all lower-case
(#298) Spaces must be used for alignment; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 4 spaces, found 1
(#298) Expected 1 space before "="; 0 found
(#298) Expected 1 space after "="; 0 found
(#298) Whitespace found at end of line
(#299) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#302) Whitespace found at end of line
(#303) Expected 1 space(s) before asterisk; 0 found
(#304) Expected 1 space(s) before asterisk; 0 found
(#305) Expected 1 space after closing parenthesis; found 0
(#306) Spaces must be used for alignment; tabs are not allowed
(#306) Tab found within whitespace
(#306) Whitespace found at end of line
(#306) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#307) Spaces must be used for alignment; tabs are not allowed
(#307) Tab found within whitespace
(#307) Whitespace found at end of line
(#308) Spaces must be used for alignment; tabs are not allowed
(#308) Tab found within whitespace
(#308) Whitespace found at end of line
(#309) Spaces must be used for alignment; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 4 spaces, found 1
(#311) Spaces must be used for alignment; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 4 spaces, found 1
(#312) Spaces must be used for alignment; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 4 spaces, found 1
(#313) Spaces must be used for alignment; tabs are not allowed
(#313) Tab found within whitespace
(#313) Whitespace found at end of line
(#313) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#314) Spaces must be used for alignment; tabs are not allowed
(#314) Tab found within whitespace
(#314) Whitespace found at end of line
(#315) Spaces must be used for alignment; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 4 spaces, found 1
(#316) Spaces must be used for alignment; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 4 spaces, found 1
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 4 spaces, found 1
(#318) Spaces must be used for alignment; tabs are not allowed
(#318) Tab found within whitespace
(#318) Whitespace found at end of line
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 4 spaces, found 1
(#320) Spaces must be used for alignment; tabs are not allowed
(#320) Tab found within whitespace
(#320) Whitespace found at end of line
(#320) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#325) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/formeditor/form_builder.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#34) Inline doc block comments are not allowed; use "// Comment." instead
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#42) Variable "formPath" must be all lower-case
(#43) Variable "formPath" must be all lower-case
(#49) Empty IF statement detected
(#49) Commas (,) must be followed by white space.
(#51) Line indented incorrectly; expected at least 4 spaces, found 2
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#88) Spaces must be used to indent lines; tabs are not allowed
(#89) Spaces must be used to indent lines; tabs are not allowed
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#102) Expected "if (...) {\n"; found "if(...){\n"
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 4 spaces, found 1
(#103) Variable "delId" must be all lower-case
(#104) Variable "delId" must be all lower-case
(#104) Whitespace found at end of line
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 4 spaces, found 1
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#129) Spaces must be used to indent lines; tabs are not allowed
(#130) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#140) Whitespace found at end of line
(#141) Visibility must be declared on method "definition"
(#143) Whitespace found at end of line
(#144) Whitespace found at end of line
(#144) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#145) Whitespace found at end of line
(#146) Line indented incorrectly; expected at least 8 spaces, found 1
(#146) Variable "headingTab" must be all lower-case
(#146) Expected 1 space after "="; 2 found
(#147) Whitespace found at end of line within string
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Whitespace found at end of line
(#150) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#151) Whitespace found at end of line
(#152) Whitespace found at end of line
(#153) Whitespace found at end of line
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 8 spaces, found 4
(#154) Commas (,) must be followed by white space.
(#155) Whitespace found at end of line
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#156) Commas (,) must be followed by white space.
(#156) Line exceeds 132 characters; contains 166 characters
(#156) Line exceeds 132 characters; contains 166 characters
(#156) Line exceeds 132 characters; contains 166 characters
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Whitespace found at end of line
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Line indented incorrectly; expected at least 8 spaces, found 1
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 8 spaces, found 1
(#160) Commas (,) must be followed by white space.
(#160) Commas (,) must be followed by white space.
(#160) Commas (,) must be followed by white space.
(#160) Commas (,) must be followed by white space.
(#160) Commas (,) must be followed by white space.
(#160) Commas (,) must be followed by white space.
(#160) Commas (,) must be followed by white space.
(#160) Line exceeds maximum limit of 180 characters; contains 527 characters
(#160) Line exceeds maximum limit of 180 characters; contains 527 characters
(#160) Line exceeds maximum limit of 180 characters; contains 527 characters
(#161) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Whitespace found at end of line
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 1
(#163) Commas (,) must be followed by white space.
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 8 spaces, found 1
(#164) Commas (,) must be followed by white space.
(#164) Commas (,) must be followed by white space.
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 8 spaces, found 1
(#166) Variable "currentSelectedForm" must be all lower-case
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Whitespace found at end of line
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Whitespace found at end of line
(#168) Line indented incorrectly; expected at least 8 spaces, found 4
(#168) Variable "whereQuery" must be all lower-case
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Variable "whereQuery" must be all lower-case
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Whitespace found at end of line
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 8 spaces, found 2
(#171) Variable "selectHTML" must be all lower-case
(#171) Commas (,) must be followed by white space.
(#171) Line exceeds 132 characters; contains 147 characters
(#171) Line exceeds 132 characters; contains 147 characters
(#171) Line exceeds 132 characters; contains 147 characters
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected 8 spaces, found 7
(#172) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 12 spaces, found 4
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Whitespace found at end of line
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected 12 spaces, found 4
(#174) Expected "if (...) {\n"; found "if(...){\n"
(#174) Variable "currentSelectedForm" must be all lower-case
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 16 spaces, found 5
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Whitespace found at end of line
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 12 spaces, found 4
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 12 spaces, found 4
(#178) Variable "selectHTML" must be all lower-case
(#178) Expected 1 space after ".="; 0 found
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 12 spaces, found 4
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 8 spaces, found 3
(#180) Closing brace indented incorrectly; expected 7 spaces, found 3
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Whitespace found at end of line
(#181) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Whitespace found at end of line
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Whitespace found at end of line
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 8 spaces, found 2
(#184) Variable "selectHTML" must be all lower-case
(#184) Expected 1 space after ".="; 0 found
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Variable "selectHTML" must be all lower-case
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Whitespace found at end of line
(#186) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Whitespace found at end of line
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Whitespace found at end of line
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 8 spaces, found 1
(#189) Variable "whereQuery" must be all lower-case
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 2
(#190) Variable "formRecords" must be all lower-case
(#190) Variable "whereQuery" must be all lower-case
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Whitespace found at end of line
(#191) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Whitespace found at end of line
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 8 spaces, found 1
(#193) Variable "formsItemsHTML" must be all lower-case
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 8 spaces, found 1
(#194) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#194) Variable "formRecords" must be all lower-case
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 12 spaces, found 2
(#195) Variable "formsItemsHTML" must be all lower-case
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Whitespace found at end of line
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 12 spaces, found 2
(#197) Variable "formsItemsHTML" must be all lower-case
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 12 spaces, found 2
(#198) Variable "formsItemsHTML" must be all lower-case
(#198) Commas (,) must be followed by white space.
(#198) Line exceeds 132 characters; contains 167 characters
(#198) Line exceeds 132 characters; contains 167 characters
(#198) Line exceeds 132 characters; contains 167 characters
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 12 spaces, found 2
(#199) Variable "formsItemsHTML" must be all lower-case
(#199) Commas (,) must be followed by white space.
(#199) Line exceeds 132 characters; contains 155 characters
(#199) Line exceeds 132 characters; contains 155 characters
(#199) Line exceeds 132 characters; contains 155 characters
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 12 spaces, found 2
(#200) Variable "formsItemsHTML" must be all lower-case
(#200) Commas (,) must be followed by white space.
(#200) Commas (,) must be followed by white space.
(#200) Line exceeds maximum limit of 180 characters; contains 247 characters
(#200) Line exceeds maximum limit of 180 characters; contains 247 characters
(#200) Line exceeds maximum limit of 180 characters; contains 247 characters
(#201) Spaces must be used for alignment; tabs are not allowed
(#201) Tab found within whitespace
(#201) Whitespace found at end of line
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 12 spaces, found 2
(#202) Variable "formsItemsHTML" must be all lower-case
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected 8 spaces, found 1
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Whitespace found at end of line
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 8 spaces, found 2
(#205) Variable "formsItemsHTML" must be all lower-case
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Whitespace found at end of line
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 8 spaces, found 2
(#207) Commas (,) must be followed by white space.
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Whitespace found at end of line
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 5
(#211) Commas (,) must be followed by white space.
(#212) Whitespace found at end of line within string
(#213) Variable "formsItemsHTML" must be all lower-case
(#214) Whitespace found at end of line within string
(#215) Commas (,) must be followed by white space.
(#215) Line exceeds maximum limit of 180 characters; contains 192 characters
(#215) Line exceeds maximum limit of 180 characters; contains 192 characters
(#215) Line exceeds maximum limit of 180 characters; contains 192 characters
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected 4 spaces, found 1
(#216) Closing brace indented incorrectly; expected 4 spaces, found 1
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#222) Empty IF statement detected
(#223) Whitespace found at end of line
(#224) Empty IF statement detected
(#224) Expected 1 space before "="; 0 found
(#224) Expected 1 space after "="; 0 found
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Whitespace found at end of line
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Whitespace found at end of line
(#228) Whitespace found at end of line
(#229) Empty ELSE statement detected
(#231) Whitespace found at end of line
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Whitespace found at end of line
(#233) Whitespace found at end of line
(#238) Spaces must be used for alignment; tabs are not allowed
(#238) Tab found within whitespace
(#239) Spaces must be used for alignment; tabs are not allowed
(#239) Tab found within whitespace
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#245) A closing tag is not permitted at the end of a PHP file
(#245) Additional whitespace found at end of file
(#248) Spaces must be used for alignment; tabs are not allowed
(#249) Spaces must be used for alignment; tabs are not allowed
blocks/cmanager/formeditor/page1.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#33) Inline doc block comments are not allowed; use "// Comment." instead
(#36) Line exceeds 132 characters; contains 143 characters
(#36) Line exceeds 132 characters; contains 143 characters
(#43) Line indented incorrectly; expected 0 spaces, found 1
(#43) Expected "if (...) {\n"; found "if(...){\n"
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#46) Whitespace found at end of line
(#47) Line indented incorrectly; expected 0 spaces, found 1
(#48) Whitespace found at end of line
(#49) Whitespace found at end of line
(#51) Empty IF statement detected
(#51) Commas (,) must be followed by white space.
(#53) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#100) Spaces must be used to indent lines; tabs are not allowed
(#101) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#115) Spaces must be used to indent lines; tabs are not allowed
(#116) Spaces must be used to indent lines; tabs are not allowed
(#117) Spaces must be used to indent lines; tabs are not allowed
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Line exceeds 132 characters; contains 160 characters
(#121) Line exceeds 132 characters; contains 160 characters
(#121) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Spaces must be used to indent lines; tabs are not allowed
(#129) Spaces must be used to indent lines; tabs are not allowed
(#145) Whitespace found at end of line
(#146) Visibility must be declared on method "definition"
(#148) Whitespace found at end of line
(#149) Whitespace found at end of line
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 5
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 5
(#156) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 5
(#157) Commas (,) must be followed by white space.
(#157) Line exceeds 132 characters; contains 133 characters
(#157) Line exceeds 132 characters; contains 133 characters
(#158) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Whitespace found at end of line
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Line indented incorrectly; expected at least 8 spaces, found 5
(#161) Line indented incorrectly; expected at least 8 spaces, found 5
(#162) Line indented incorrectly; expected at least 8 spaces, found 5
(#162) Variable "selectQuery" must be all lower-case
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 8 spaces, found 2
(#163) Variable "field3Items" must be all lower-case
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Variable "selectQuery" must be all lower-case
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Whitespace found at end of line
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#165) Line indented incorrectly; expected at least 8 spaces, found 4
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Whitespace found at end of line
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 8 spaces, found 9
(#166) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#166) Variable "field3Items" must be all lower-case
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 12 spaces, found 10
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 12 spaces, found 10
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 12 spaces, found 8
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 8 spaces, found 9
(#170) Whitespace found at end of line
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 8 spaces, found 4
(#172) Whitespace found at end of line
(#172) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Line indented incorrectly; expected at least 8 spaces, found 3
(#175) Line indented incorrectly; expected 8 spaces, found 5
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 12 spaces, found 6
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 12 spaces, found 2
(#178) Line indented incorrectly; expected 8 spaces, found 5
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 12 spaces, found 6
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 12 spaces, found 2
(#181) Line indented incorrectly; expected 8 spaces, found 5
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#185) Commas (,) must be followed by white space.
(#186) Commas (,) must be followed by white space.
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Whitespace found at end of line
(#189) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Whitespace found at end of line
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 8 spaces, found 3
(#191) Variable "htmlOutput" must be all lower-case
(#192) Whitespace found at end of line within string
(#194) Whitespace found at end of line within string
(#202) Whitespace found at end of line within string
(#205) Whitespace found at end of line within string
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Whitespace found at end of line
(#208) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Whitespace found at end of line
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) This comment is 80% valid code; is this commented out code?
(#210) Line indented incorrectly; expected at least 8 spaces, found 3
(#210) No space found before comment text; expected "// $mform->addElement('html', $htmlOutput);" but found "//$mform->addElement('html', $htmlOutput);"
(#211) Whitespace found at end of line
(#211) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#212) Whitespace found at end of line
(#213) Line indented incorrectly; expected at least 8 spaces, found 5
(#214) Whitespace found at end of line within string
(#216) Whitespace found at end of line within string
(#217) Whitespace found at end of line within string
(#218) Commas (,) must be followed by white space.
(#219) Whitespace found at end of line within string
(#225) Commas (,) must be followed by white space.
(#227) Commas (,) must be followed by white space.
(#228) Whitespace found at end of line within string
(#229) Whitespace found at end of line within string
(#230) Whitespace found at end of line within string
(#233) Commas (,) must be followed by white space.
(#235) Whitespace found at end of line within string
(#236) Whitespace found at end of line within string
(#240) Commas (,) must be followed by white space.
(#242) Whitespace found at end of line within string
(#243) Whitespace found at end of line within string
(#247) Whitespace found at end of line within string
(#248) Whitespace found at end of line within string
(#252) Commas (,) must be followed by white space.
(#254) Whitespace found at end of line within string
(#255) Whitespace found at end of line within string
(#259) Whitespace found at end of line within string
(#260) Whitespace found at end of line within string
(#261) Whitespace found at end of line within string
(#263) Whitespace found at end of line within string
(#265) Whitespace found at end of line within string
(#266) Whitespace found at end of line within string
(#267) Whitespace found at end of line within string
(#268) Whitespace found at end of line within string
(#270) Commas (,) must be followed by white space.
(#272) Whitespace found at end of line within string
(#273) Whitespace found at end of line within string
(#277) Commas (,) must be followed by white space.
(#279) Whitespace found at end of line within string
(#280) Whitespace found at end of line within string
(#284) Whitespace found at end of line within string
(#285) Whitespace found at end of line within string
(#289) Commas (,) must be followed by white space.
(#291) Whitespace found at end of line within string
(#292) Whitespace found at end of line within string
(#296) Whitespace found at end of line within string
(#297) Whitespace found at end of line within string
(#298) Whitespace found at end of line within string
(#301) Whitespace found at end of line within string
(#302) Whitespace found at end of line within string
(#303) Whitespace found at end of line within string
(#305) Whitespace found at end of line within string
(#306) Whitespace found at end of line within string
(#308) Whitespace found at end of line within string
(#309) Commas (,) must be followed by white space.
(#310) Whitespace found at end of line within string
(#314) Whitespace found at end of line within string
(#316) Commas (,) must be followed by white space.
(#321) Commas (,) must be followed by white space.
(#326) Whitespace found at end of line within string
(#328) Whitespace found at end of line within string
(#331) Commas (,) must be followed by white space.
(#331) Whitespace found at end of line within string
(#333) Whitespace found at end of line within string
(#334) Whitespace found at end of line within string
(#336) Whitespace found at end of line within string
(#339) Whitespace found at end of line within string
(#340) Whitespace found at end of line within string
(#350) Commas (,) must be followed by white space.
(#350) Line exceeds 132 characters; contains 173 characters
(#350) Line exceeds 132 characters; contains 173 characters
(#352) Whitespace found at end of line within string
(#353) Commas (,) must be followed by white space.
(#353) Commas (,) must be followed by white space.
(#353) Line exceeds 132 characters; contains 159 characters
(#353) Line exceeds 132 characters; contains 159 characters
(#353) Whitespace found at end of line within string
(#354) Whitespace found at end of line within string
(#355) Whitespace found at end of line within string
(#357) Whitespace found at end of line within string
(#358) Whitespace found at end of line within string
(#360) Whitespace found at end of line within string
(#361) Whitespace found at end of line within string
(#362) Whitespace found at end of line within string
(#364) Whitespace found at end of line within string
(#366) Whitespace found at end of line within string
(#367) Whitespace found at end of line within string
(#371) Whitespace found at end of line within string
(#372) Whitespace found at end of line within string
(#376) Whitespace found at end of line within string
(#378) Spaces must be used for alignment; tabs are not allowed
(#378) Tab found within whitespace
(#378) Whitespace found at end of line
(#378) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#379) Spaces must be used for alignment; tabs are not allowed
(#379) Tab found within whitespace
(#379) Whitespace found at end of line
(#380) Spaces must be used for alignment; tabs are not allowed
(#380) Tab found within whitespace
(#380) Whitespace found at end of line
(#381) Spaces must be used for alignment; tabs are not allowed
(#381) Tab found within whitespace
(#381) Line indented incorrectly; expected at least 8 spaces, found 2
(#383) Spaces must be used for alignment; tabs are not allowed
(#383) Tab found within whitespace
(#383) Line indented incorrectly; expected 4 spaces, found 1
(#383) Closing brace indented incorrectly; expected 4 spaces, found 1
(#386) Whitespace found at end of line
(#387) Whitespace found at end of line
(#388) Whitespace found at end of line
(#389) Inline comments must start with a capital letter, digit or 3-dots sequence
(#389) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#391) Empty IF statement detected
(#394) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#394) Expected "if (...) {\n"; found "if (...){\n"
(#394) Expected 1 space before "="; 0 found
(#394) Expected 1 space after "="; 0 found
(#395) Spaces must be used for alignment; tabs are not allowed
(#395) Tab found within whitespace
(#395) Whitespace found at end of line
(#396) Spaces must be used for alignment; tabs are not allowed
(#396) Tab found within whitespace
(#396) Line indented incorrectly; expected at least 4 spaces, found 3
(#397) Spaces must be used for alignment; tabs are not allowed
(#397) Tab found within whitespace
(#397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) This comment is 86% valid code; is this commented out code?
(#397) No space found before comment text; expected "// $mform->set_data($toform);" but found "//$mform->set_data($toform);"
(#398) Spaces must be used for alignment; tabs are not allowed
(#398) Tab found within whitespace
(#399) Spaces must be used for alignment; tabs are not allowed
(#399) Tab found within whitespace
(#400) Whitespace found at end of line
(#402) Spaces must be used for alignment; tabs are not allowed
(#402) Tab found within whitespace
(#402) Whitespace found at end of line
(#403) Spaces must be used for alignment; tabs are not allowed
(#403) Tab found within whitespace
(#403) Line indented incorrectly; expected at least 4 spaces, found 3
(#404) Spaces must be used for alignment; tabs are not allowed
(#404) Tab found within whitespace
(#404) Inline comments must start with a capital letter, digit or 3-dots sequence
(#404) Inline comments must end in full-stops, exclamation marks, or question marks
(#404) This comment is 86% valid code; is this commented out code?
(#404) No space found before comment text; expected "// $mform->set_data($toform);" but found "//$mform->set_data($toform);"
(#405) Spaces must be used for alignment; tabs are not allowed
(#405) Tab found within whitespace
(#406) Spaces must be used for alignment; tabs are not allowed
(#406) Tab found within whitespace
(#407) Whitespace found at end of line
(#411) Whitespace found at end of line
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Whitespace found at end of line
(#413) Spaces must be used for alignment; tabs are not allowed
(#413) Tab found within whitespace
(#413) Whitespace found at end of line
blocks/cmanager/formeditor/page2.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#34) Inline doc block comments are not allowed; use "// Comment." instead
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#37) Line exceeds 132 characters; contains 143 characters
(#47) Empty IF statement detected
(#47) Commas (,) must be followed by white space.
(#49) Line indented incorrectly; expected at least 4 spaces, found 2
(#53) Expected "if (...) {\n"; found "if(...){\n"
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Variable "current_record" must not contain underscores.
(#55) Expected 1 space after "="; 2 found
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 3
(#56) Expected 1 space after "="; 2 found
(#56) Variable "current_record" must not contain underscores.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Expected "} else {\n"; found "}\n\nelse {\n"
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 4 spaces, found 1
(#61) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 4 spaces, found 1
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Whitespace found at end of line
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#67) Whitespace found at end of line within string
(#73) Whitespace found at end of line within string
(#84) Whitespace found at end of line within string
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#86) Line exceeds 132 characters; contains 155 characters
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#99) Line exceeds maximum limit of 180 characters; contains 501 characters
(#100) Whitespace found at end of line within string
(#101) Whitespace found at end of line within string
(#107) Whitespace found at end of line within string
(#108) Commas (,) must be followed by white space.
(#109) Whitespace found at end of line within string
(#111) Commas (,) must be followed by white space.
(#112) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#116) Commas (,) must be followed by white space.
(#117) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#120) Commas (,) must be followed by white space.
(#129) Commas (,) must be followed by white space.
(#143) Commas (,) must be followed by white space.
(#144) Commas (,) must be followed by white space.
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Line exceeds 132 characters; contains 144 characters
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Whitespace found at end of line
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Spaces must be used for alignment; tabs are not allowed
(#147) Tab found within whitespace
(#147) Whitespace found at end of line
(#154) Spaces must be used for alignment; tabs are not allowed
(#157) Spaces must be used for alignment; tabs are not allowed
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Expected "if (...) {\n"; found "if(...){\n"
(#166) Whitespace found at end of line
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected 4 spaces, found 1
(#167) Expected "if (...) {\n"; found "if(...){ // Delete a dropdown menu item\n"
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected at least 8 spaces, found 2
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#170) Commas (,) must be followed by white space.
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 4 spaces, found 1
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Whitespace found at end of line
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 4 spaces, found 1
(#173) Expected "if (...) {\n"; found "if(...){ // Delete all dropdown field items\n"
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Whitespace found at end of line
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) Spaces must be used for alignment; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 4 spaces, found 1
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Expected "if (...) {\n"; found "if(...){\n"
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 4 spaces, found 1
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 4 spaces, found 1
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Line indented incorrectly; expected at least 4 spaces, found 1
(#190) No space found before comment text; expected "// Update the position numbers" but found "//Update the position numbers"
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 4 spaces, found 1
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 4 spaces, found 1
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 4 spaces, found 1
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 4 spaces, found 1
(#196) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 8 spaces, found 2
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected at least 8 spaces, found 2
(#200) Spaces must be used for alignment; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected at least 8 spaces, found 2
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 2
(#204) Spaces must be used for alignment; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected 4 spaces, found 3
(#204) Closing brace indented incorrectly; expected 4 spaces, found 3
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Expected "if (...) {\n"; found "if(...){\n"
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 4 spaces, found 1
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 4 spaces, found 1
(#215) Expected 1 space before "=>"; 0 found
(#215) Expected 1 space after "=>"; 0 found
(#215) Expected 1 space before "="; 0 found
(#215) Expected 1 space after "="; 0 found
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 4 spaces, found 1
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 4 spaces, found 1
(#218) Expected 1 space before "-"; 0 found
(#218) Expected 1 space after "-"; 0 found
(#219) Expected 1 space before "=>"; 0 found
(#219) Expected 1 space after "=>"; 0 found
(#219) Expected 1 space before "="; 0 found
(#219) Expected 1 space after "="; 0 found
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Line indented incorrectly; expected at least 4 spaces, found 1
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 4 spaces, found 1
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected at least 4 spaces, found 1
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 4 spaces, found 1
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 4 spaces, found 1
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 1
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Expected "if (...) {\n"; found "if(...){\n"
(#240) Spaces must be used for alignment; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 4 spaces, found 1
(#242) Spaces must be used for alignment; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 4 spaces, found 1
(#242) Expected 1 space before "=>"; 0 found
(#242) Expected 1 space after "=>"; 0 found
(#242) Expected 1 space before "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#243) Spaces must be used for alignment; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 4 spaces, found 1
(#245) Spaces must be used for alignment; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected at least 4 spaces, found 1
(#245) Expected 1 space before "+"; 0 found
(#245) Expected 1 space after "+"; 0 found
(#246) Expected 1 space before "=>"; 0 found
(#246) Expected 1 space after "=>"; 0 found
(#246) Expected 1 space before "="; 0 found
(#246) Expected 1 space after "="; 0 found
(#248) Spaces must be used for alignment; tabs are not allowed
(#248) Tab found within whitespace
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Line indented incorrectly; expected at least 4 spaces, found 1
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 4 spaces, found 1
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 4 spaces, found 1
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 4 spaces, found 1
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 4 spaces, found 1
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 4 spaces, found 1
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 4 spaces, found 1
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 4 spaces, found 1
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 4 spaces, found 1
(#272) Spaces must be used for alignment; tabs are not allowed
(#274) Spaces must be used for alignment; tabs are not allowed
(#276) Spaces must be used for alignment; tabs are not allowed
(#277) Spaces must be used for alignment; tabs are not allowed
(#279) Spaces must be used for alignment; tabs are not allowed
(#281) Spaces must be used for alignment; tabs are not allowed
(#285) Spaces must be used for alignment; tabs are not allowed
(#287) Spaces must be used for alignment; tabs are not allowed
(#288) Spaces must be used for alignment; tabs are not allowed
(#296) Spaces must be used for alignment; tabs are not allowed
(#297) Spaces must be used for alignment; tabs are not allowed
(#299) Spaces must be used for alignment; tabs are not allowed
(#300) Spaces must be used for alignment; tabs are not allowed
(#301) Spaces must be used for alignment; tabs are not allowed
(#302) Spaces must be used for alignment; tabs are not allowed
(#303) Spaces must be used for alignment; tabs are not allowed
(#304) Spaces must be used for alignment; tabs are not allowed
(#305) Spaces must be used for alignment; tabs are not allowed
(#306) Spaces must be used for alignment; tabs are not allowed
(#307) Spaces must be used for alignment; tabs are not allowed
(#308) Spaces must be used for alignment; tabs are not allowed
(#309) Spaces must be used for alignment; tabs are not allowed
(#310) Spaces must be used for alignment; tabs are not allowed
(#319) Spaces must be used for alignment; tabs are not allowed
(#320) Spaces must be used for alignment; tabs are not allowed
(#321) Spaces must be used for alignment; tabs are not allowed
(#322) Spaces must be used for alignment; tabs are not allowed
(#323) Spaces must be used for alignment; tabs are not allowed
(#325) Spaces must be used for alignment; tabs are not allowed
(#326) Spaces must be used for alignment; tabs are not allowed
(#330) Spaces must be used for alignment; tabs are not allowed
(#339) Spaces must be used for alignment; tabs are not allowed
(#341) Spaces must be used for alignment; tabs are not allowed
(#343) Spaces must be used for alignment; tabs are not allowed
(#345) Spaces must be used for alignment; tabs are not allowed
(#346) Spaces must be used for alignment; tabs are not allowed
(#347) Spaces must be used for alignment; tabs are not allowed
(#358) Spaces must be used for alignment; tabs are not allowed
(#359) Spaces must be used for alignment; tabs are not allowed
(#360) Spaces must be used for alignment; tabs are not allowed
(#361) Spaces must be used for alignment; tabs are not allowed
(#362) Spaces must be used for alignment; tabs are not allowed
(#364) Spaces must be used for alignment; tabs are not allowed
(#365) Spaces must be used for alignment; tabs are not allowed
(#369) Spaces must be used for alignment; tabs are not allowed
(#373) Spaces must be used for alignment; tabs are not allowed
(#374) Spaces must be used for alignment; tabs are not allowed
(#376) Spaces must be used for alignment; tabs are not allowed
(#377) Spaces must be used for alignment; tabs are not allowed
(#380) Spaces must be used for alignment; tabs are not allowed
(#381) Spaces must be used for alignment; tabs are not allowed
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Line exceeds 132 characters; contains 134 characters
(#382) Spaces must be used for alignment; tabs are not allowed
(#383) Spaces must be used for alignment; tabs are not allowed
(#384) Spaces must be used for alignment; tabs are not allowed
(#385) Spaces must be used for alignment; tabs are not allowed
(#386) Spaces must be used for alignment; tabs are not allowed
(#387) Spaces must be used for alignment; tabs are not allowed
(#388) Spaces must be used for alignment; tabs are not allowed
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Line exceeds 132 characters; contains 161 characters
(#389) Spaces must be used for alignment; tabs are not allowed
(#390) Spaces must be used for alignment; tabs are not allowed
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Line exceeds 132 characters; contains 136 characters
(#391) Spaces must be used for alignment; tabs are not allowed
(#393) Spaces must be used for alignment; tabs are not allowed
(#394) Spaces must be used for alignment; tabs are not allowed
(#395) Spaces must be used for alignment; tabs are not allowed
(#396) Spaces must be used for alignment; tabs are not allowed
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Line exceeds 132 characters; contains 155 characters
(#397) Spaces must be used for alignment; tabs are not allowed
(#398) Spaces must be used for alignment; tabs are not allowed
(#399) Spaces must be used for alignment; tabs are not allowed
(#400) Spaces must be used for alignment; tabs are not allowed
(#401) Spaces must be used for alignment; tabs are not allowed
(#402) Spaces must be used for alignment; tabs are not allowed
(#403) Spaces must be used for alignment; tabs are not allowed
(#404) Spaces must be used for alignment; tabs are not allowed
(#405) Spaces must be used for alignment; tabs are not allowed
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Line exceeds 132 characters; contains 169 characters
(#406) Spaces must be used for alignment; tabs are not allowed
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Line exceeds 132 characters; contains 146 characters
(#407) Spaces must be used for alignment; tabs are not allowed
(#408) Spaces must be used for alignment; tabs are not allowed
(#409) Spaces must be used for alignment; tabs are not allowed
(#410) Spaces must be used for alignment; tabs are not allowed
(#411) Spaces must be used for alignment; tabs are not allowed
(#412) Spaces must be used for alignment; tabs are not allowed
(#413) Spaces must be used for alignment; tabs are not allowed
(#414) Spaces must be used for alignment; tabs are not allowed
(#415) Spaces must be used for alignment; tabs are not allowed
(#416) Spaces must be used for alignment; tabs are not allowed
(#417) Spaces must be used for alignment; tabs are not allowed
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Line exceeds 132 characters; contains 163 characters
(#418) Spaces must be used for alignment; tabs are not allowed
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Line exceeds 132 characters; contains 139 characters
(#419) Spaces must be used for alignment; tabs are not allowed
(#420) Spaces must be used for alignment; tabs are not allowed
(#421) Spaces must be used for alignment; tabs are not allowed
(#422) Spaces must be used for alignment; tabs are not allowed
(#423) Spaces must be used for alignment; tabs are not allowed
(#424) Spaces must be used for alignment; tabs are not allowed
(#425) Spaces must be used for alignment; tabs are not allowed
(#426) Spaces must be used for alignment; tabs are not allowed
(#427) Spaces must be used for alignment; tabs are not allowed
(#428) Spaces must be used for alignment; tabs are not allowed
(#429) Spaces must be used for alignment; tabs are not allowed
(#430) Spaces must be used for alignment; tabs are not allowed
(#431) Spaces must be used for alignment; tabs are not allowed
(#432) Spaces must be used for alignment; tabs are not allowed
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Line exceeds 132 characters; contains 162 characters
(#433) Spaces must be used for alignment; tabs are not allowed
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Line exceeds 132 characters; contains 142 characters
(#434) Spaces must be used for alignment; tabs are not allowed
(#435) Spaces must be used for alignment; tabs are not allowed
(#437) Spaces must be used for alignment; tabs are not allowed
(#438) Spaces must be used for alignment; tabs are not allowed
(#441) Spaces must be used for alignment; tabs are not allowed
(#445) Spaces must be used for alignment; tabs are not allowed
(#446) Spaces must be used for alignment; tabs are not allowed
(#447) Spaces must be used for alignment; tabs are not allowed
(#448) Spaces must be used for alignment; tabs are not allowed
(#449) Spaces must be used for alignment; tabs are not allowed
(#451) Spaces must be used for alignment; tabs are not allowed
(#452) Spaces must be used for alignment; tabs are not allowed
(#456) Spaces must be used for alignment; tabs are not allowed
(#465) Spaces must be used for alignment; tabs are not allowed
(#467) Spaces must be used for alignment; tabs are not allowed
(#468) Spaces must be used for alignment; tabs are not allowed
(#471) Spaces must be used for alignment; tabs are not allowed
(#473) Spaces must be used for alignment; tabs are not allowed
(#490) Spaces must be used for alignment; tabs are not allowed
(#491) Spaces must be used for alignment; tabs are not allowed
(#507) Spaces must be used for alignment; tabs are not allowed
(#508) Spaces must be used for alignment; tabs are not allowed
(#509) Spaces must be used for alignment; tabs are not allowed
(#510) Spaces must be used for alignment; tabs are not allowed
(#511) Spaces must be used for alignment; tabs are not allowed
(#513) Spaces must be used for alignment; tabs are not allowed
(#514) Spaces must be used for alignment; tabs are not allowed
(#518) Spaces must be used for alignment; tabs are not allowed
(#522) Spaces must be used for alignment; tabs are not allowed
(#523) Spaces must be used for alignment; tabs are not allowed
(#525) Spaces must be used for alignment; tabs are not allowed
(#526) Spaces must be used for alignment; tabs are not allowed
(#529) Spaces must be used for alignment; tabs are not allowed
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Spaces must be used for alignment; tabs are not allowed
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#530) Line exceeds maximum limit of 180 characters; contains 287 characters
(#531) Spaces must be used for alignment; tabs are not allowed
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#531) Line exceeds maximum limit of 180 characters; contains 310 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Spaces must be used for alignment; tabs are not allowed
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#532) Line exceeds maximum limit of 180 characters; contains 338 characters
(#535) Spaces must be used for alignment; tabs are not allowed
(#536) Spaces must be used for alignment; tabs are not allowed
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Line exceeds 132 characters; contains 174 characters
(#537) Spaces must be used for alignment; tabs are not allowed
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Line exceeds 132 characters; contains 136 characters
(#538) Spaces must be used for alignment; tabs are not allowed
(#539) Spaces must be used for alignment; tabs are not allowed
(#540) Spaces must be used for alignment; tabs are not allowed
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#540) Line exceeds maximum limit of 180 characters; contains 631 characters
(#541) Spaces must be used for alignment; tabs are not allowed
(#542) Spaces must be used for alignment; tabs are not allowed
(#543) Spaces must be used for alignment; tabs are not allowed
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Spaces must be used for alignment; tabs are not allowed
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#544) Line exceeds maximum limit of 180 characters; contains 192 characters
(#545) Spaces must be used for alignment; tabs are not allowed
(#546) Spaces must be used for alignment; tabs are not allowed
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#546) Line exceeds maximum limit of 180 characters; contains 630 characters
(#548) Spaces must be used for alignment; tabs are not allowed
(#549) Spaces must be used for alignment; tabs are not allowed
(#550) Spaces must be used for alignment; tabs are not allowed
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Line exceeds 132 characters; contains 134 characters
(#551) Spaces must be used for alignment; tabs are not allowed
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Line exceeds 132 characters; contains 138 characters
(#552) Spaces must be used for alignment; tabs are not allowed
(#553) Spaces must be used for alignment; tabs are not allowed
(#554) Spaces must be used for alignment; tabs are not allowed
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#554) Line exceeds maximum limit of 180 characters; contains 630 characters
(#556) Spaces must be used for alignment; tabs are not allowed
(#557) Spaces must be used for alignment; tabs are not allowed
(#558) Spaces must be used for alignment; tabs are not allowed
(#563) Spaces must be used for alignment; tabs are not allowed
(#566) Spaces must be used for alignment; tabs are not allowed
(#567) Spaces must be used for alignment; tabs are not allowed
(#568) Spaces must be used for alignment; tabs are not allowed
(#569) Spaces must be used for alignment; tabs are not allowed
(#570) Spaces must be used for alignment; tabs are not allowed
(#571) Spaces must be used for alignment; tabs are not allowed
(#572) Spaces must be used for alignment; tabs are not allowed
(#574) Spaces must be used for alignment; tabs are not allowed
(#575) Spaces must be used for alignment; tabs are not allowed
(#579) Spaces must be used for alignment; tabs are not allowed
(#588) Spaces must be used for alignment; tabs are not allowed
(#589) Spaces must be used for alignment; tabs are not allowed
(#590) Spaces must be used for alignment; tabs are not allowed
(#592) Spaces must be used for alignment; tabs are not allowed
(#595) Spaces must be used for alignment; tabs are not allowed
(#596) Spaces must be used for alignment; tabs are not allowed
(#603) Spaces must be used for alignment; tabs are not allowed
(#610) Spaces must be used for alignment; tabs are not allowed
(#611) Spaces must be used for alignment; tabs are not allowed
(#613) Spaces must be used for alignment; tabs are not allowed
(#614) Spaces must be used for alignment; tabs are not allowed
(#615) Spaces must be used for alignment; tabs are not allowed
(#616) Spaces must be used for alignment; tabs are not allowed
(#617) Spaces must be used for alignment; tabs are not allowed
(#619) Spaces must be used for alignment; tabs are not allowed
(#620) Spaces must be used for alignment; tabs are not allowed
(#624) Spaces must be used for alignment; tabs are not allowed
(#628) Spaces must be used for alignment; tabs are not allowed
(#629) Spaces must be used for alignment; tabs are not allowed
(#631) Spaces must be used for alignment; tabs are not allowed
(#632) Spaces must be used for alignment; tabs are not allowed
(#635) Spaces must be used for alignment; tabs are not allowed
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Spaces must be used for alignment; tabs are not allowed
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#636) Line exceeds maximum limit of 180 characters; contains 609 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Line exceeds 132 characters; contains 168 characters
(#637) Spaces must be used for alignment; tabs are not allowed
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Line exceeds 132 characters; contains 137 characters
(#638) Spaces must be used for alignment; tabs are not allowed
(#639) Spaces must be used for alignment; tabs are not allowed
(#640) Spaces must be used for alignment; tabs are not allowed
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#640) Line exceeds maximum limit of 180 characters; contains 836 characters
(#642) Spaces must be used for alignment; tabs are not allowed
(#644) Spaces must be used for alignment; tabs are not allowed
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Line exceeds 132 characters; contains 175 characters
(#645) Spaces must be used for alignment; tabs are not allowed
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Line exceeds 132 characters; contains 145 characters
(#646) Spaces must be used for alignment; tabs are not allowed
(#647) Spaces must be used for alignment; tabs are not allowed
(#648) Spaces must be used for alignment; tabs are not allowed
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#648) Line exceeds maximum limit of 180 characters; contains 843 characters
(#649) Spaces must be used for alignment; tabs are not allowed
(#650) Spaces must be used for alignment; tabs are not allowed
(#651) Spaces must be used for alignment; tabs are not allowed
(#652) Spaces must be used for alignment; tabs are not allowed
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Line exceeds 132 characters; contains 142 characters
(#653) Spaces must be used for alignment; tabs are not allowed
(#654) Spaces must be used for alignment; tabs are not allowed
(#655) Spaces must be used for alignment; tabs are not allowed
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#655) Line exceeds maximum limit of 180 characters; contains 842 characters
(#657) Spaces must be used for alignment; tabs are not allowed
(#659) Spaces must be used for alignment; tabs are not allowed
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Line exceeds 132 characters; contains 135 characters
(#660) Spaces must be used for alignment; tabs are not allowed
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Line exceeds 132 characters; contains 145 characters
(#661) Spaces must be used for alignment; tabs are not allowed
(#662) Spaces must be used for alignment; tabs are not allowed
(#663) Spaces must be used for alignment; tabs are not allowed
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#663) Line exceeds maximum limit of 180 characters; contains 843 characters
(#665) Spaces must be used for alignment; tabs are not allowed
(#666) Spaces must be used for alignment; tabs are not allowed
(#667) Spaces must be used for alignment; tabs are not allowed
(#669) Spaces must be used for alignment; tabs are not allowed
(#675) Spaces must be used for alignment; tabs are not allowed
(#676) Spaces must be used for alignment; tabs are not allowed
(#677) Spaces must be used for alignment; tabs are not allowed
(#678) Spaces must be used for alignment; tabs are not allowed
(#679) Spaces must be used for alignment; tabs are not allowed
(#680) Spaces must be used for alignment; tabs are not allowed
(#681) Spaces must be used for alignment; tabs are not allowed
(#683) Spaces must be used for alignment; tabs are not allowed
(#684) Spaces must be used for alignment; tabs are not allowed
(#688) Spaces must be used for alignment; tabs are not allowed
(#697) Spaces must be used for alignment; tabs are not allowed
(#698) Spaces must be used for alignment; tabs are not allowed
(#699) Spaces must be used for alignment; tabs are not allowed
(#701) Spaces must be used for alignment; tabs are not allowed
(#704) Spaces must be used for alignment; tabs are not allowed
(#705) Spaces must be used for alignment; tabs are not allowed
(#712) Spaces must be used for alignment; tabs are not allowed
(#720) Spaces must be used for alignment; tabs are not allowed
(#722) Spaces must be used for alignment; tabs are not allowed
(#723) Spaces must be used for alignment; tabs are not allowed
(#724) Spaces must be used for alignment; tabs are not allowed
(#725) Spaces must be used for alignment; tabs are not allowed
(#726) Spaces must be used for alignment; tabs are not allowed
(#727) Spaces must be used for alignment; tabs are not allowed
(#729) Spaces must be used for alignment; tabs are not allowed
(#730) Spaces must be used for alignment; tabs are not allowed
(#733) Spaces must be used for alignment; tabs are not allowed
(#734) Spaces must be used for alignment; tabs are not allowed
(#738) Spaces must be used for alignment; tabs are not allowed
(#739) Spaces must be used for alignment; tabs are not allowed
(#741) Spaces must be used for alignment; tabs are not allowed
(#742) Spaces must be used for alignment; tabs are not allowed
(#745) Spaces must be used for alignment; tabs are not allowed
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Spaces must be used for alignment; tabs are not allowed
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#746) Line exceeds maximum limit of 180 characters; contains 602 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Line exceeds 132 characters; contains 162 characters
(#747) Spaces must be used for alignment; tabs are not allowed
(#748) Spaces must be used for alignment; tabs are not allowed
(#749) Spaces must be used for alignment; tabs are not allowed
(#750) Spaces must be used for alignment; tabs are not allowed
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#750) Line exceeds maximum limit of 180 characters; contains 830 characters
(#752) Spaces must be used for alignment; tabs are not allowed
(#755) Spaces must be used for alignment; tabs are not allowed
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Line exceeds 132 characters; contains 164 characters
(#756) Spaces must be used for alignment; tabs are not allowed
(#757) Spaces must be used for alignment; tabs are not allowed
(#758) Spaces must be used for alignment; tabs are not allowed
(#759) Spaces must be used for alignment; tabs are not allowed
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#759) Line exceeds maximum limit of 180 characters; contains 832 characters
(#762) Spaces must be used for alignment; tabs are not allowed
(#763) Spaces must be used for alignment; tabs are not allowed
(#764) Spaces must be used for alignment; tabs are not allowed
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Spaces must be used for alignment; tabs are not allowed
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#765) Line exceeds maximum limit of 180 characters; contains 195 characters
(#766) Spaces must be used for alignment; tabs are not allowed
(#767) Spaces must be used for alignment; tabs are not allowed
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#767) Line exceeds maximum limit of 180 characters; contains 839 characters
(#769) Spaces must be used for alignment; tabs are not allowed
(#770) Spaces must be used for alignment; tabs are not allowed
(#771) Spaces must be used for alignment; tabs are not allowed
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Line exceeds 132 characters; contains 142 characters
(#772) Spaces must be used for alignment; tabs are not allowed
(#773) Spaces must be used for alignment; tabs are not allowed
(#774) Spaces must be used for alignment; tabs are not allowed
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#774) Line exceeds maximum limit of 180 characters; contains 840 characters
(#776) Spaces must be used for alignment; tabs are not allowed
(#777) Spaces must be used for alignment; tabs are not allowed
(#778) Spaces must be used for alignment; tabs are not allowed
(#780) Spaces must be used for alignment; tabs are not allowed
(#789) Spaces must be used for alignment; tabs are not allowed
(#791) Spaces must be used for alignment; tabs are not allowed
(#797) Spaces must be used for alignment; tabs are not allowed
(#798) Spaces must be used for alignment; tabs are not allowed
(#800) Spaces must be used for alignment; tabs are not allowed
(#810) Inline comments must end in full-stops, exclamation marks, or question marks
(#813) Inline comments must end in full-stops, exclamation marks, or question marks
(#814) Expected 1 space before "=>"; 0 found
(#814) Expected 1 space after "=>"; 0 found
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Line exceeds 132 characters; contains 145 characters
(#817) Inline comments must start with a capital letter, digit or 3-dots sequence
(#817) Inline comments must end in full-stops, exclamation marks, or question marks
(#817) This comment is 63% valid code; is this commented out code?
(#817) No space found before comment text; expected "// $formfields = $DB->get_records('block_cmanager_formfields', 'formid', $formid, $sort='position ASC', $fields='*', $limitfrom='', $limitnum='');" but found "//$formfields = $DB->get_records('block_cmanager_formfields', 'formid', $formid, $sort='position ASC', $fields='*', $limitfrom='', $limitnum='');"
(#818) Expected 1 space before "=>"; 0 found
(#818) Expected 1 space after "=>"; 0 found
(#825) Spaces must be used for alignment; tabs are not allowed
(#825) Tab found within whitespace
(#825) Line indented incorrectly; expected 4 spaces, found 1
(#827) Closing brace indented incorrectly; expected 1 spaces, found 4
(#829) Spaces must be used for alignment; tabs are not allowed
(#829) Tab found within whitespace
(#829) Line indented incorrectly; expected at least 8 spaces, found 2
(#832) Spaces must be used for alignment; tabs are not allowed
(#832) Tab found within whitespace
(#832) Line indented incorrectly; expected 4 spaces, found 1
(#832) Closing brace indented incorrectly; expected 4 spaces, found 1
(#833) Spaces must be used for alignment; tabs are not allowed
(#833) Tab found within whitespace
(#833) Line indented incorrectly; expected at least 4 spaces, found 1
(#833) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#834) Spaces must be used for alignment; tabs are not allowed
(#834) Tab found within whitespace
(#834) Line indented incorrectly; expected at least 8 spaces, found 5
(#838) Spaces must be used for alignment; tabs are not allowed
(#838) Tab found within whitespace
(#838) Line indented incorrectly; expected 4 spaces, found 1
(#839) Spaces must be used for alignment; tabs are not allowed
(#839) Tab found within whitespace
(#839) Line indented incorrectly; expected at least 4 spaces, found 1
(#839) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#840) Spaces must be used for alignment; tabs are not allowed
(#840) Tab found within whitespace
(#840) Line indented incorrectly; expected at least 8 spaces, found 6
(#844) Spaces must be used for alignment; tabs are not allowed
(#844) Tab found within whitespace
(#844) Line indented incorrectly; expected 4 spaces, found 1
(#845) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#846) Spaces must be used for alignment; tabs are not allowed
(#846) Tab found within whitespace
(#846) Line indented incorrectly; expected at least 8 spaces, found 5
(#850) Spaces must be used for alignment; tabs are not allowed
(#850) Tab found within whitespace
(#850) Line indented incorrectly; expected 4 spaces, found 2
(#850) Closing brace indented incorrectly; expected 4 spaces, found 2
(#852) Spaces must be used for alignment; tabs are not allowed
(#852) Tab found within whitespace
(#852) Line indented incorrectly; expected at least 4 spaces, found 2
blocks/cmanager/formeditor/preview.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#34) Empty IF statement detected
(#34) Commas (,) must be followed by white space.
(#36) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) Variable "formPath" must be all lower-case
(#42) Variable "formPath" must be all lower-case
(#46) Line exceeds 132 characters; contains 143 characters
(#46) Line exceeds 132 characters; contains 143 characters
(#46) Line exceeds 132 characters; contains 143 characters
(#47) Line exceeds 132 characters; contains 133 characters
(#47) Line exceeds 132 characters; contains 133 characters
(#47) Line exceeds 132 characters; contains 133 characters
(#56) Expected "if (...) {\n"; found "if(...){\n"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#57) Variable "formId" must be all lower-case
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 4 spaces, found 1
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#79) Whitespace found at end of line
(#80) Visibility must be declared on method "definition"
(#83) Whitespace found at end of line
(#84) Whitespace found at end of line
(#84) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#85) Whitespace found at end of line
(#86) Variable "fieldnameCounter" must be all lower-case
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 8 spaces, found 5
(#90) Commas (,) must be followed by white space.
(#90) Line exceeds 132 characters; contains 149 characters
(#90) Line exceeds 132 characters; contains 149 characters
(#90) Line exceeds 132 characters; contains 149 characters
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#91) Commas (,) must be followed by white space.
(#91) Line exceeds 132 characters; contains 166 characters
(#91) Line exceeds 132 characters; contains 166 characters
(#91) Line exceeds 132 characters; contains 166 characters
(#93) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 2
(#96) Commas (,) must be followed by white space.
(#96) Commas (,) must be followed by white space.
(#96) Line exceeds maximum limit of 180 characters; contains 228 characters
(#96) Line exceeds maximum limit of 180 characters; contains 228 characters
(#96) Line exceeds maximum limit of 180 characters; contains 228 characters
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#98) Line exceeds 132 characters; contains 140 characters
(#98) Line exceeds 132 characters; contains 140 characters
(#98) Line exceeds 132 characters; contains 140 characters
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#99) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Whitespace found at end of line
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 5
(#102) Variable "formId" must be all lower-case
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 5
(#104) Variable "selectQuery" must be all lower-case
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line exceeds 132 characters; contains 147 characters
(#105) Line exceeds 132 characters; contains 147 characters
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) This comment is 63% valid code; is this commented out code?
(#105) Line exceeds 132 characters; contains 147 characters
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) No space found before comment text; expected "// $formFields = $DB->get_records('block_cmanager_formfields', 'formid', $formId, $sort='position ASC', $fields='*', $limitfrom='', $limitnum='');" but found "//$formFields = $DB->get_records('block_cmanager_formfields', 'formid', $formId, $sort='position ASC', $fields='*', $limitfrom='', $limitnum='');"
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Variable "formFields" must be all lower-case
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#106) Variable "formId" must be all lower-case
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected 8 spaces, found 2
(#108) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#108) Variable "formFields" must be all lower-case
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Whitespace found at end of line
(#109) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Whitespace found at end of line
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 12 spaces, found 5
(#111) Variable "fieldName" must be all lower-case
(#111) Variable "fieldnameCounter" must be all lower-case
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected 12 spaces, found 6
(#113) Expected "if (...) {\n"; found "if(...){\n"
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 16 spaces, found 10
(#114) Variable "fieldName" must be all lower-case
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 12 spaces, found 6
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 12 spaces, found 6
(#116) Expected "} else if (...) {\n"; found "}\n\t\t\t else if(...){\n"
(#116) Expected "if (...) {\n"; found "if(...){\n"
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 16 spaces, found 9
(#117) Variable "fieldName" must be all lower-case
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 12 spaces, found 6
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 12 spaces, found 6
(#119) Expected "} else if (...) {\n"; found "}\n\t\t\t else if(...){\n"
(#119) Expected "if (...) {\n"; found "if(...){\n"
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 16 spaces, found 10
(#120) Variable "fieldName" must be all lower-case
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 12 spaces, found 6
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 6
(#123) Expected "} else if (...) {\n"; found "}\n\t\t\t \n\t\t\t else if(...){\n"
(#123) Expected "if (...) {\n"; found "if(...){\n"
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 16 spaces, found 11
(#124) Variable "fieldName" must be all lower-case
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 12 spaces, found 6
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#126) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 12 spaces, found 6
(#128) Variable "fieldnameCounter" must be all lower-case
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Whitespace found at end of line
(#130) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Whitespace found at end of line
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 4 spaces, found 1
(#133) Closing brace indented incorrectly; expected 4 spaces, found 1
(#135) Whitespace found at end of line
(#136) Whitespace found at end of line
(#137) Whitespace found at end of line
(#138) Whitespace found at end of line
(#139) Whitespace found at end of line
(#141) Whitespace found at end of line
(#142) Expected 1 space(s) before asterisk; 0 found
(#143) Expected 1 space(s) before asterisk; 0 found
(#143) Whitespace found at end of line
(#144) Variable "leftText" must be all lower-case
(#144) Variable "fieldName" must be all lower-case
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Whitespace found at end of line
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 1
(#146) Variable "fieldName" must be all lower-case
(#146) Variable "leftText" must be all lower-case
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 4 spaces, found 1
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Variable "fieldName" must be all lower-case
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected 4 spaces, found 1
(#152) Whitespace found at end of line
(#153) Expected 1 space(s) before asterisk; 0 found
(#154) Expected 1 space(s) before asterisk; 0 found
(#155) Variable "leftText" must be all lower-case
(#155) Variable "fieldName" must be all lower-case
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Whitespace found at end of line
(#156) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Whitespace found at end of line
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 4 spaces, found 1
(#158) Variable "fieldName" must be all lower-case
(#158) Variable "leftText" must be all lower-case
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Whitespace found at end of line
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected 4 spaces, found 1
(#160) Expected "if (...) {\n"; found "if(...){\n"
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Variable "fieldName" must be all lower-case
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Whitespace found at end of line
(#166) Whitespace found at end of line
(#167) Expected 1 space(s) before asterisk; 0 found
(#168) Expected 1 space(s) before asterisk; 0 found
(#169) Variable "leftText" must be all lower-case
(#169) Variable "fieldName" must be all lower-case
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Whitespace found at end of line
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 4 spaces, found 1
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Whitespace found at end of line
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 4 spaces, found 2
(#173) Variable "selectQuery" must be all lower-case
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 4 spaces, found 2
(#174) Variable "field3Items" must be all lower-case
(#174) Expected 1 space before "="; 0 found
(#174) Expected 1 space after "="; 0 found
(#174) Variable "selectQuery" must be all lower-case
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Whitespace found at end of line
(#175) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Whitespace found at end of line
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Whitespace found at end of line
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Whitespace found at end of line
(#180) Variable "field3Items" must be all lower-case
(#182) Expected "if (...) {\n"; found "if (...){\n"
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#185) Variable "fieldName" must be all lower-case
(#185) Variable "leftText" must be all lower-case
(#186) Variable "fieldName" must be all lower-case
(#186) Variable "leftText" must be all lower-case
(#187) Expected "if (...) {\n"; found "if(...){\n"
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 16 spaces, found 13
(#188) Variable "fieldName" must be all lower-case
(#192) Line indented incorrectly; expected 8 spaces, found 4
(#192) Closing brace indented incorrectly; expected 8 spaces, found 4
(#193) Line indented incorrectly; expected at least 12 spaces, found 8
(#193) Expected 1 space before "="; 0 found
(#193) Expected 1 space after "="; 0 found
(#194) Line indented incorrectly; expected at least 12 spaces, found 8
(#194) Variable "fieldName" must be all lower-case
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) This comment is 70% valid code; is this commented out code?
(#195) Line indented incorrectly; expected at least 12 spaces, found 8
(#195) No space found before comment text; expected "// $form->addGroup($radioarray, $fieldName . $counter, '', array(' '), false);" but found "//$form->addGroup($radioarray, $fieldName . $counter, '', array(' '), false);"
(#196) Line indented incorrectly; expected at least 12 spaces, found 8
(#196) Variable "fieldName" must be all lower-case
(#198) Line indented incorrectly; expected at least 12 spaces, found 8
(#199) Line indented incorrectly; expected 8 spaces, found 4
(#201) Whitespace found at end of line
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Whitespace found at end of line
(#208) Whitespace found at end of line
(#209) Whitespace found at end of line
(#211) Variable "leftText" must be all lower-case
(#211) Variable "fieldName" must be all lower-case
(#211) Expected 1 space after closing parenthesis; found 0
(#212) Spaces must be used for alignment; tabs are not allowed
(#212) Tab found within whitespace
(#212) Whitespace found at end of line
(#213) Spaces must be used for alignment; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 4 spaces, found 1
(#214) Spaces must be used for alignment; tabs are not allowed
(#214) Tab found within whitespace
(#214) Whitespace found at end of line
(#215) Spaces must be used for alignment; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 4 spaces, found 1
(#216) Spaces must be used for alignment; tabs are not allowed
(#216) Tab found within whitespace
(#216) Whitespace found at end of line
(#217) Spaces must be used for alignment; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 4 spaces, found 1
(#217) Variable "selectQuery" must be all lower-case
(#218) Spaces must be used for alignment; tabs are not allowed
(#218) Tab found within whitespace
(#218) Whitespace found at end of line
(#219) Spaces must be used for alignment; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 4 spaces, found 1
(#219) Variable "field3Items" must be all lower-case
(#219) Expected 1 space before "="; 0 found
(#219) Expected 1 space after "="; 0 found
(#219) Variable "selectQuery" must be all lower-case
(#220) Spaces must be used for alignment; tabs are not allowed
(#220) Tab found within whitespace
(#220) Whitespace found at end of line
(#220) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#221) Spaces must be used for alignment; tabs are not allowed
(#221) Tab found within whitespace
(#221) Whitespace found at end of line
(#222) Spaces must be used for alignment; tabs are not allowed
(#222) Tab found within whitespace
(#222) Whitespace found at end of line
(#223) Spaces must be used for alignment; tabs are not allowed
(#223) Tab found within whitespace
(#223) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#223) Variable "field3Items" must be all lower-case
(#224) Spaces must be used for alignment; tabs are not allowed
(#224) Tab found within whitespace
(#225) Spaces must be used for alignment; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected 8 spaces, found 6
(#225) Expected "if (...) {\n"; found "if(...){\n"
(#226) Spaces must be used for alignment; tabs are not allowed
(#226) Tab found within whitespace
(#226) Line indented incorrectly; expected at least 12 spaces, found 6
(#227) Spaces must be used for alignment; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 12 spaces, found 6
(#228) Spaces must be used for alignment; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected 8 spaces, found 5
(#228) Closing brace indented incorrectly; expected 6 spaces, found 5
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Tab found within whitespace
(#230) Spaces must be used for alignment; tabs are not allowed
(#230) Tab found within whitespace
(#230) Whitespace found at end of line
(#231) Spaces must be used for alignment; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 4 spaces, found 2
(#231) Variable "fieldName" must be all lower-case
(#231) Variable "leftText" must be all lower-case
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected 4 spaces, found 2
(#232) Expected "if (...) {\n"; found "if(...){\n"
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 8 spaces, found 3
(#233) Variable "fieldName" must be all lower-case
(#234) Spaces must be used for alignment; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 4 spaces, found 2
(#235) Spaces must be used for alignment; tabs are not allowed
(#235) Tab found within whitespace
(#235) Whitespace found at end of line
(#237) Whitespace found at end of line
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#244) Empty IF statement detected
(#247) Empty IF statement detected
(#247) Expected 1 space before "="; 0 found
(#247) Expected 1 space after "="; 0 found
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Whitespace found at end of line
(#251) Whitespace found at end of line
(#252) Empty ELSE statement detected
(#254) Whitespace found at end of line
(#264) Whitespace found at end of line
(#265) Spaces must be used for alignment; tabs are not allowed
(#265) Tab found within whitespace
(#265) Whitespace found at end of line
(#266) Spaces must be used for alignment; tabs are not allowed
(#266) Tab found within whitespace
(#266) Whitespace found at end of line
blocks/cmanager/history/delete.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#37) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Line exceeds 132 characters; contains 143 characters
(#41) Line exceeds 132 characters; contains 138 characters
(#58) Visibility must be declared on method "definition"
(#60) Whitespace found at end of line
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) This comment is 67% valid code; is this commented out code?
(#63) No space found before comment text; expected "// $type = $_GET['delete'];" but found "//$type = $_GET['delete'];"
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Commas (,) must be followed by white space.
(#67) Line exceeds 132 characters; contains 166 characters
(#70) Line exceeds 132 characters; contains 148 characters
(#71) Line exceeds maximum limit of 180 characters; contains 190 characters
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Whitespace found at end of line
(#73) Expected "} else if (...) {\n"; found "}\t\n else if (...) {\n"
(#74) Line exceeds 132 characters; contains 147 characters
(#75) Line exceeds maximum limit of 180 characters; contains 188 characters
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#80) Line exceeds maximum limit of 180 characters; contains 302 characters
(#82) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#85) Spaces must be used for alignment; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) No space found before comment text; expected "// name of the form you defined in file above." but found "//name of the form you defined in file above."
(#88) Spaces must be used for alignment; tabs are not allowed
(#88) Tab found within whitespace
(#88) Whitespace found at end of line
(#89) Spaces must be used for alignment; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 0 spaces, found 2
(#91) Spaces must be used for alignment; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 4 spaces, found 3
(#91) Expected 1 space before "=>"; 0 found
(#91) Expected 1 space after "=>"; 0 found
(#92) Spaces must be used for alignment; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 3
(#92) Expected 1 space before "=>"; 0 found
(#92) Expected 1 space after "=>"; 0 found
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 4 spaces, found 3
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 4 spaces, found 3
(#94) Expected 1 space before "=>"; 0 found
(#94) Expected 1 space after "=>"; 0 found
(#94) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Whitespace found at end of line
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected 0 spaces, found 7
(#96) Closing brace indented incorrectly; expected 2 spaces, found 7
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Expected "} else if (...) {\n"; found "}\n\t\telse if (...) {\n"
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 4 spaces, found 3
(#100) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space after "=>"; 0 found
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 4 spaces, found 3
(#101) Expected 1 space before "=>"; 0 found
(#101) Expected 1 space after "=>"; 0 found
(#101) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 4 spaces, found 7
(#102) Closing brace indented incorrectly; expected 2 spaces, found 7
(#104) Whitespace found at end of line
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Whitespace found at end of line
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 4 spaces, found 2
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 4 spaces, found 2
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 2
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Whitespace found at end of line
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 4 spaces, found 2
(#111) Whitespace found at end of line
(#114) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/installer_build_config/build.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#27) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) This comment is 60% valid code; is this commented out code?
(#34) No space found before comment text; expected "// $configHasRun = get_record('block_cmanager_config', 'varname', 'confighasrun');" but found "//$configHasRun = get_record('block_cmanager_config', 'varname', 'confighasrun');"
(#35) Variable "configHasRun" must be all lower-case
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Whitespace found at end of line
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#39) Variable "configHasRun" must be all lower-case
(#39) Variable "configHasRun" must be all lower-case
(#41) Line indented incorrectly; expected at least 4 spaces, found 0
(#45) Line indented incorrectly; expected at least 4 spaces, found 0
(#46) Line indented incorrectly; expected at least 4 spaces, found 0
(#47) Line indented incorrectly; expected at least 4 spaces, found 0
(#48) Line indented incorrectly; expected at least 4 spaces, found 0
(#51) Line indented incorrectly; expected at least 4 spaces, found 0
(#52) Line indented incorrectly; expected at least 4 spaces, found 0
(#53) Line indented incorrectly; expected at least 4 spaces, found 0
(#54) Line indented incorrectly; expected at least 4 spaces, found 0
(#56) Line indented incorrectly; expected at least 4 spaces, found 0
(#57) Line indented incorrectly; expected at least 4 spaces, found 0
(#58) Line indented incorrectly; expected at least 4 spaces, found 0
(#59) Line indented incorrectly; expected at least 4 spaces, found 0
(#61) Line indented incorrectly; expected at least 4 spaces, found 0
(#62) Line indented incorrectly; expected at least 4 spaces, found 0
(#63) Line indented incorrectly; expected at least 4 spaces, found 0
(#64) Line indented incorrectly; expected at least 4 spaces, found 0
(#66) Line indented incorrectly; expected at least 4 spaces, found 0
(#67) Line indented incorrectly; expected at least 4 spaces, found 0
(#68) Line indented incorrectly; expected at least 4 spaces, found 0
(#69) Line indented incorrectly; expected at least 4 spaces, found 0
(#71) Line indented incorrectly; expected at least 4 spaces, found 0
(#72) Line indented incorrectly; expected at least 4 spaces, found 0
(#73) Line indented incorrectly; expected at least 4 spaces, found 0
(#74) Line indented incorrectly; expected at least 4 spaces, found 0
(#76) Line indented incorrectly; expected at least 4 spaces, found 0
(#77) Line indented incorrectly; expected at least 4 spaces, found 0
(#78) Line indented incorrectly; expected at least 4 spaces, found 0
(#79) Line indented incorrectly; expected at least 4 spaces, found 0
(#82) Line indented incorrectly; expected at least 4 spaces, found 0
(#83) Line indented incorrectly; expected at least 4 spaces, found 0
(#84) Line indented incorrectly; expected at least 4 spaces, found 0
(#85) Line indented incorrectly; expected at least 4 spaces, found 0
(#87) Line indented incorrectly; expected at least 4 spaces, found 0
(#88) Line indented incorrectly; expected at least 4 spaces, found 0
(#89) Line indented incorrectly; expected at least 4 spaces, found 0
(#96) Line indented incorrectly; expected at least 4 spaces, found 0
(#98) Line indented incorrectly; expected at least 4 spaces, found 0
(#99) Line indented incorrectly; expected at least 4 spaces, found 0
(#100) Line indented incorrectly; expected at least 4 spaces, found 0
(#115) Line indented incorrectly; expected at least 4 spaces, found 0
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Whitespace found at end of line
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Line indented incorrectly; expected at least 4 spaces, found 0
(#119) Line indented incorrectly; expected at least 4 spaces, found 0
(#120) Line indented incorrectly; expected at least 4 spaces, found 0
(#132) Line indented incorrectly; expected at least 4 spaces, found 0
(#135) Line indented incorrectly; expected at least 4 spaces, found 0
(#136) Line indented incorrectly; expected at least 4 spaces, found 0
(#137) Line indented incorrectly; expected at least 4 spaces, found 0
(#151) Line indented incorrectly; expected at least 4 spaces, found 0
(#154) Line indented incorrectly; expected at least 4 spaces, found 0
(#155) Line indented incorrectly; expected at least 4 spaces, found 0
(#156) Line indented incorrectly; expected at least 4 spaces, found 0
(#165) Line indented incorrectly; expected at least 4 spaces, found 0
(#167) Line indented incorrectly; expected at least 4 spaces, found 0
(#168) Line indented incorrectly; expected at least 4 spaces, found 0
(#169) Line indented incorrectly; expected at least 4 spaces, found 0
(#178) Line indented incorrectly; expected at least 4 spaces, found 0
(#180) Line indented incorrectly; expected at least 4 spaces, found 0
(#181) Line indented incorrectly; expected at least 4 spaces, found 0
(#182) Line indented incorrectly; expected at least 4 spaces, found 0
(#192) Line indented incorrectly; expected at least 4 spaces, found 0
(#194) Line indented incorrectly; expected at least 4 spaces, found 0
(#195) Line indented incorrectly; expected at least 4 spaces, found 0
(#196) Line indented incorrectly; expected at least 4 spaces, found 0
(#212) Line indented incorrectly; expected at least 4 spaces, found 0
(#214) Line indented incorrectly; expected at least 4 spaces, found 0
(#215) Line indented incorrectly; expected at least 4 spaces, found 0
(#216) Line indented incorrectly; expected at least 4 spaces, found 0
(#227) Line indented incorrectly; expected at least 4 spaces, found 0
(#230) Line indented incorrectly; expected at least 4 spaces, found 0
(#231) Line indented incorrectly; expected at least 4 spaces, found 0
(#232) Line indented incorrectly; expected at least 4 spaces, found 0
(#245) Line indented incorrectly; expected at least 4 spaces, found 0
(#247) Line indented incorrectly; expected at least 4 spaces, found 0
(#248) Line indented incorrectly; expected at least 4 spaces, found 0
(#249) Line indented incorrectly; expected at least 4 spaces, found 0
(#258) Line indented incorrectly; expected at least 4 spaces, found 0
(#260) Line indented incorrectly; expected at least 4 spaces, found 0
(#261) Line indented incorrectly; expected at least 4 spaces, found 0
(#262) Line indented incorrectly; expected at least 4 spaces, found 0
(#263) Line indented incorrectly; expected at least 4 spaces, found 0
(#265) Line indented incorrectly; expected at least 4 spaces, found 0
(#266) Line indented incorrectly; expected at least 4 spaces, found 0
(#267) Line indented incorrectly; expected at least 4 spaces, found 0
(#268) Line indented incorrectly; expected at least 4 spaces, found 0
(#270) Line indented incorrectly; expected at least 4 spaces, found 0
(#271) Line indented incorrectly; expected at least 4 spaces, found 0
(#272) Line indented incorrectly; expected at least 4 spaces, found 0
(#273) Line indented incorrectly; expected at least 4 spaces, found 0
(#276) Line indented incorrectly; expected at least 4 spaces, found 0
(#277) Line indented incorrectly; expected at least 4 spaces, found 0
(#278) Line indented incorrectly; expected at least 4 spaces, found 0
(#279) Line indented incorrectly; expected at least 4 spaces, found 0
(#282) Line indented incorrectly; expected at least 4 spaces, found 0
(#283) Line indented incorrectly; expected at least 4 spaces, found 0
(#284) Line indented incorrectly; expected at least 4 spaces, found 0
(#285) Line indented incorrectly; expected at least 4 spaces, found 0
(#288) Line indented incorrectly; expected at least 4 spaces, found 0
(#289) Line indented incorrectly; expected at least 4 spaces, found 0
(#290) Line indented incorrectly; expected at least 4 spaces, found 0
(#291) Line indented incorrectly; expected at least 4 spaces, found 0
(#294) Line indented incorrectly; expected at least 4 spaces, found 0
(#295) Line indented incorrectly; expected at least 4 spaces, found 0
(#296) Line indented incorrectly; expected at least 4 spaces, found 0
(#297) Line indented incorrectly; expected at least 4 spaces, found 0
(#300) Line indented incorrectly; expected at least 4 spaces, found 0
(#301) Line indented incorrectly; expected at least 4 spaces, found 0
(#302) Line indented incorrectly; expected at least 4 spaces, found 0
(#303) Line indented incorrectly; expected at least 4 spaces, found 0
(#305) Line indented incorrectly; expected at least 4 spaces, found 0
(#306) Line indented incorrectly; expected at least 4 spaces, found 0
(#307) Line indented incorrectly; expected at least 4 spaces, found 0
(#308) Line indented incorrectly; expected at least 4 spaces, found 0
(#310) Line indented incorrectly; expected at least 4 spaces, found 0
(#311) Line indented incorrectly; expected at least 4 spaces, found 0
(#312) Line indented incorrectly; expected at least 4 spaces, found 0
(#313) Line indented incorrectly; expected at least 4 spaces, found 0
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#317) Line indented incorrectly; expected at least 4 spaces, found 0
(#318) Line indented incorrectly; expected at least 4 spaces, found 0
(#319) Line indented incorrectly; expected at least 4 spaces, found 0
(#320) Line indented incorrectly; expected at least 4 spaces, found 0
(#321) Line indented incorrectly; expected at least 4 spaces, found 0
(#323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) This comment is 60% valid code; is this commented out code?
(#323) Line indented incorrectly; expected at least 4 spaces, found 0
(#323) No space found before comment text; expected "// $activeFormId = get_field_select('block_cmanager_config', 'id', "varname = 'page2form'");" but found "//$activeFormId = get_field_select('block_cmanager_config', 'id', "varname = 'page2form'");"
(#324) Line indented incorrectly; expected at least 4 spaces, found 0
(#324) Variable "activeFormId" must be all lower-case
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#328) Line indented incorrectly; expected at least 4 spaces, found 0
(#329) Line indented incorrectly; expected at least 4 spaces, found 0
(#330) Line indented incorrectly; expected at least 4 spaces, found 0
(#330) Variable "activeFormId" must be all lower-case
(#331) Line indented incorrectly; expected at least 4 spaces, found 0
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Whitespace found at end of line
(#334) Line indented incorrectly; expected at least 4 spaces, found 0
(#335) Line indented incorrectly; expected at least 4 spaces, found 0
(#336) Line indented incorrectly; expected at least 4 spaces, found 0
(#337) Line indented incorrectly; expected at least 4 spaces, found 0
(#338) Line indented incorrectly; expected at least 4 spaces, found 0
(#339) Line indented incorrectly; expected at least 4 spaces, found 0
(#339) Variable "activeFormId" must be all lower-case
(#340) Line indented incorrectly; expected at least 4 spaces, found 0
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Line indented incorrectly; expected at least 4 spaces, found 0
(#344) Line indented incorrectly; expected at least 4 spaces, found 0
(#345) Line indented incorrectly; expected at least 4 spaces, found 0
(#346) Line indented incorrectly; expected at least 4 spaces, found 0
(#347) Line indented incorrectly; expected at least 4 spaces, found 0
(#351) Line indented incorrectly; expected at least 4 spaces, found 0
(#352) Line indented incorrectly; expected at least 4 spaces, found 0
(#353) Line indented incorrectly; expected at least 4 spaces, found 0
(#354) Line indented incorrectly; expected at least 4 spaces, found 0
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 4 spaces, found 1
(#360) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/lang/de/block_cmanager.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#21) Whitespace found at end of line
(#24) Expected 1 space(s) before asterisk; 2 found
blocks/cmanager/lang/en/block_cmanager.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) No space found before comment text; expected "// block links" but found "//block links"
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) No space found before comment text; expected "// basic Navigation" but found "//basic Navigation"
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) No space found before comment text; expected "// block_cmanager_config.php" but found "//block_cmanager_config.php"
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) No space found before comment text; expected "// email configuration strings" but found "//email configuration strings"
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) No space found before comment text; expected "// email subjects and contents" but found "//email subjects and contents"
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) No space found before comment text; expected "// course request" but found "//course request"
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) No space found before comment text; expected "// form builder" but found "//form builder"
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) No space found before comment text; expected "// preview form page" but found "//preview form page"
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) No space found before comment text; expected "// Configure Course Search Form Fields" but found "//Configure Course Search Form Fields"
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) No space found before comment text; expected "// module_manager" but found "//module_manager"
(#233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) No space found before comment text; expected "// request details" but found "//request details"
(#261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) No space found before comment text; expected "// comments" but found "//comments"
(#270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) No space found before comment text; expected "// deny request" but found "//deny request"
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) No space found before comment text; expected "// approve request" but found "//approve request"
(#282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#282) No space found before comment text; expected "// misc" but found "//misc"
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Inline comments must start with a capital letter, digit or 3-dots sequence
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#344) Inline comments must end in full-stops, exclamation marks, or question marks
(#348) Inline comments must start with a capital letter, digit or 3-dots sequence
(#348) Inline comments must end in full-stops, exclamation marks, or question marks
(#352) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#361) Inline comments must start with a capital letter, digit or 3-dots sequence
(#361) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) Inline comments must end in full-stops, exclamation marks, or question marks
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#377) Inline comments must end in full-stops, exclamation marks, or question marks
(#381) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Inline comments must start with a capital letter, digit or 3-dots sequence
(#396) Inline comments must end in full-stops, exclamation marks, or question marks
(#412) Inline comments must end in full-stops, exclamation marks, or question marks
(#433) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/lib.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#30) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Expected 1 space after closing parenthesis; found 0
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#34) Line indented incorrectly; expected at least 4 spaces, found 0
(#35) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Line indented incorrectly; expected 4 spaces, found 0
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 1
(#40) Line indented incorrectly; expected 4 spaces, found 0
(#41) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#43) Line indented incorrectly; expected at least 4 spaces, found 0
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#44) Line indented incorrectly; expected at least 4 spaces, found 0
(#44) Commas (,) must be followed by white space.
(#45) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#47) Line indented incorrectly; expected at least 4 spaces, found 0
(#49) Line indented incorrectly; expected 4 spaces, found 0
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 1
(#50) Variable "user_record" must not contain underscores.
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#50) Spaces must be used for alignment; tabs are not allowed
(#50) Tab found within whitespace
(#50) Whitespace found at end of line
(#51) Spaces must be used for alignment; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 1
(#51) Expected 1 space after ".="; 2 found
(#51) Variable "user_record" must not contain underscores.
(#51) Variable "user_record" must not contain underscores.
(#51) Space found before semicolon; expected "'<br>';" but found "'<br>' ;"
(#52) Line indented incorrectly; expected 4 spaces, found 0
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#55) Line indented incorrectly; expected at least 4 spaces, found 0
(#62) Whitespace found at end of line
(#66) Spaces must be used for alignment; tabs are not allowed
(#66) Tab found within whitespace
(#66) Whitespace found at end of line
(#68) Spaces must be used for alignment; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#68) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#69) Spaces must be used for alignment; tabs are not allowed
(#69) Tab found within whitespace
(#69) Whitespace found at end of line
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 1
(#73) Closing brace indented incorrectly; expected 4 spaces, found 1
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 4 spaces, found 1
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#76) Spaces must be used for alignment; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 4 spaces, found 1
(#76) Commas (,) must be followed by white space.
(#77) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 4 spaces, found 1
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 5
(#82) Variable "user_record" must not contain underscores.
(#82) Expected 1 space before "=>"; 0 found
(#82) Expected 1 space after "=>"; 0 found
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#82) Spaces must be used for alignment; tabs are not allowed
(#82) Tab found within whitespace
(#82) Whitespace found at end of line
(#83) Spaces must be used for alignment; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 5
(#83) Expected 1 space after ".="; 2 found
(#83) Variable "user_record" must not contain underscores.
(#83) Space found before semicolon; expected "' ';" but found "' ' ;"
(#84) Closing brace indented incorrectly; expected 1 spaces, found 4
(#84) Spaces must be used for alignment; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#87) Spaces must be used for alignment; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#92) Whitespace found at end of line
(#93) Whitespace found at end of line
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 4 spaces, found 1
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Whitespace found at end of line
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected 4 spaces, found 1
(#101) Expected 1 space before "=>"; 0 found
(#101) Expected 1 space after "=>"; 0 found
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected 4 spaces, found 1
(#105) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#107) Expected 1 space before "=>"; 0 found
(#107) Expected 1 space after "=>"; 0 found
(#107) Expected 1 space before "=>"; 0 found
(#107) Expected 1 space after "=>"; 0 found
(#107) Expected 1 space before "="; 0 found
(#107) Expected 1 space after "="; 0 found
(#108) Commas (,) must be followed by white space.
(#109) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Variable "user_record" must not contain underscores.
(#114) Expected 1 space before "=>"; 0 found
(#114) Expected 1 space after "=>"; 0 found
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Whitespace found at end of line
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 8 spaces, found 5
(#115) Expected 1 space after ".="; 2 found
(#115) Variable "user_record" must not contain underscores.
(#115) Space found before semicolon; expected "', ';" but found "', ' ;"
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Whitespace found at end of line
(#119) Line indented incorrectly; expected 0 spaces, found 1
(#119) Closing brace indented incorrectly; expected 0 spaces, found 1
blocks/cmanager/lib/course_lib.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#32) Whitespace found at end of line
(#33) Expected 1 space(s) before asterisk; 0 found
(#34) Expected 1 space(s) before asterisk; 0 found
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 6
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 4 spaces, found 3
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 5
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 5
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 5
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 5
(#42) Member variable "summary_editor" must not contain underscores.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 4 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 2
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected 4 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 2
(#51) Member variable "enrol_guest_status_0" must not contain underscores.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 4 spaces, found 2
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 2
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 4 spaces, found 2
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 4 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 2
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 4 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 2
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 2
(#60) Member variable "role_1" must not contain underscores.
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 2
(#61) Member variable "role_2" must not contain underscores.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 4 spaces, found 2
(#62) Member variable "mform_showadvanced_last" must not contain underscores.
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 4 spaces, found 2
(#63) Member variable "role_3" must not contain underscores.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 4 spaces, found 2
(#64) Member variable "role_4" must not contain underscores.
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 3
(#65) Member variable "role_5" must not contain underscores.
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 4 spaces, found 2
(#66) Member variable "role_6" must not contain underscores.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 4 spaces, found 2
(#67) Member variable "role_7" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 4 spaces, found 2
(#68) Member variable "role_8" must not contain underscores.
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 4 spaces, found 2
(#69) Member variable "role_9" must not contain underscores.
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 0 spaces, found 1
(#70) Closing brace indented incorrectly; expected 0 spaces, found 1
(#72) Whitespace found at end of line
(#75) Whitespace found at end of line
(#77) Variable "sendMail" must be all lower-case
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 1
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 4 spaces, found 1
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Whitespace found at end of line
(#83) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) No space found before comment text; expected "// ** Create an object to hold our new course information" but found "//** Create an object to hold our new course information"
(#87) Variable "new_course" must not contain underscores.
(#89) Variable "new_course" must not contain underscores.
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) No space found before comment text; expected "// Get the default timestamp for new courses" but found "//Get the default timestamp for new courses"
(#91) Variable "timestamp_startdate" must not contain underscores.
(#91) Expected 1 space before "=>"; 0 found
(#91) Expected 1 space after "=>"; 0 found
(#92) Variable "new_course" must not contain underscores.
(#92) Variable "timestamp_startdate" must not contain underscores.
(#94) Variable "new_course" must not contain underscores.
(#94) Commas (,) must be followed by white space.
(#95) Variable "new_course" must not contain underscores.
(#95) Commas (,) must be followed by white space.
(#96) Variable "new_course" must not contain underscores.
(#96) Commas (,) must be followed by white space.
(#97) Variable "new_course" must not contain underscores.
(#97) Commas (,) must be followed by white space.
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) No space found before comment text; expected "// Formatting" but found "//Formatting"
(#100) Variable "new_course" must not contain underscores.
(#100) Commas (,) must be followed by white space.
(#101) Variable "new_course" must not contain underscores.
(#101) Commas (,) must be followed by white space.
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Variable "new_course" must not contain underscores.
(#104) Commas (,) must be followed by white space.
(#105) Variable "new_course" must not contain underscores.
(#105) Commas (,) must be followed by white space.
(#106) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Variable "new_course" must not contain underscores.
(#109) Commas (,) must be followed by white space.
(#110) Variable "new_course" must not contain underscores.
(#110) Commas (,) must be followed by white space.
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) No space found before comment text; expected "// is course mode enabled (page 1 optional dropdown)" but found "//is course mode enabled (page 1 optional dropdown)"
(#113) Expected 1 space before "=>"; 0 found
(#113) Expected 1 space after "=>"; 0 found
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) No space found before comment text; expected "// what short naming format is operating" but found "//what short naming format is operating"
(#117) Expected 1 space before "=>"; 0 found
(#117) Expected 1 space after "=>"; 0 found
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) No space found before comment text; expected "// get the record for the request" but found "//get the record for the request"
(#119) Expected 1 space after "="; 2 found
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#122) Whitespace found at end of line
(#123) Expected "if (...) {\n"; found "if(...){\n"
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Variable "new_course" must not contain underscores.
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 4 spaces, found 1
(#125) Closing brace indented incorrectly; expected 4 spaces, found 1
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 3
(#126) Variable "new_course" must not contain underscores.
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 4 spaces, found 1
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Whitespace found at end of line
(#128) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Whitespace found at end of line
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Line indented incorrectly; expected at least 4 spaces, found 1
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 4 spaces, found 1
(#133) Expected "if (...) {\n"; found "if (...){\n"
(#133) Expected 1 space before "=="; 0 found
(#133) Expected 1 space after "=="; 0 found
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) Variable "newShortName" must be all lower-case
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected 4 spaces, found 1
(#135) Expected "} else {\n"; found "}else{\n"
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Variable "newShortName" must be all lower-case
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected 4 spaces, found 1
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Whitespace found at end of line
(#138) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Whitespace found at end of line
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 4 spaces, found 1
(#141) Variable "new_course" must not contain underscores.
(#141) Variable "newShortName" must be all lower-case
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Whitespace found at end of line
(#142) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Whitespace found at end of line
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 4 spaces, found 1
(#145) Variable "p_key" must not contain underscores.
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Whitespace found at end of line
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Line indented incorrectly; expected at least 4 spaces, found 1
(#147) No space found before comment text; expected "// course naming" but found "//course naming"
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Variable "new_course" must not contain underscores.
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 4 spaces, found 1
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 4 spaces, found 1
(#151) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#151) Expected 1 space after "=="; 0 found
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Variable "new_course" must not contain underscores.
(#152) Spaces must be used for alignment; tabs are not allowed
(#152) Tab found within whitespace
(#152) Whitespace found at end of line
(#153) Spaces must be used for alignment; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected 4 spaces, found 1
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#155) Spaces must be used for alignment; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 8 spaces, found 2
(#155) Variable "new_course" must not contain underscores.
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Spaces must be used for alignment; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected 4 spaces, found 1
(#157) Spaces must be used for alignment; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 1
(#157) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Variable "new_course" must not contain underscores.
(#158) Spaces must be used for alignment; tabs are not allowed
(#158) Tab found within whitespace
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Spaces must be used for alignment; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 4 spaces, found 1
(#160) Spaces must be used for alignment; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 4 spaces, found 1
(#160) Expected "} else if (...) {\n"; found "}\n\telse if (...) {\n"
(#161) Spaces must be used for alignment; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Variable "new_course" must not contain underscores.
(#162) Spaces must be used for alignment; tabs are not allowed
(#162) Tab found within whitespace
(#162) Line indented incorrectly; expected 4 spaces, found 1
(#163) Spaces must be used for alignment; tabs are not allowed
(#163) Tab found within whitespace
(#163) Whitespace found at end of line
(#164) Spaces must be used for alignment; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 4 spaces, found 1
(#165) Spaces must be used for alignment; tabs are not allowed
(#165) Tab found within whitespace
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Line indented incorrectly; expected at least 4 spaces, found 1
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 4 spaces, found 1
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 8 spaces, found 2
(#168) Spaces must be used for alignment; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected 4 spaces, found 1
(#168) Expected "} else {\n"; found "} else{\n"
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 8 spaces, found 2
(#169) Commas (,) must be followed by white space.
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Tab found within whitespace
(#169) Whitespace found at end of line
(#170) Spaces must be used for alignment; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 4 spaces, found 1
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Tab found within whitespace
(#171) Whitespace found at end of line
(#171) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Whitespace found at end of line
(#173) Variable "new_course" must not contain underscores.
(#174) Expected 1 space before "=>"; 0 found
(#174) Expected 1 space after "=>"; 0 found
(#177) Whitespace found at end of line
(#178) Spaces must be used for alignment; tabs are not allowed
(#178) Tab found within whitespace
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Whitespace found at end of line
(#179) Spaces must be used for alignment; tabs are not allowed
(#179) Tab found within whitespace
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#180) Spaces must be used for alignment; tabs are not allowed
(#180) Tab found within whitespace
(#180) Whitespace found at end of line
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Tab found within whitespace
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Line indented incorrectly; expected at least 4 spaces, found 1
(#182) Spaces must be used for alignment; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 4 spaces, found 1
(#182) Variable "new_course" must not contain underscores.
(#183) Spaces must be used for alignment; tabs are not allowed
(#183) Tab found within whitespace
(#183) Whitespace found at end of line
(#184) Spaces must be used for alignment; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected at least 4 spaces, found 1
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Tab found within whitespace
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Line indented incorrectly; expected at least 4 spaces, found 1
(#186) Spaces must be used for alignment; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 4 spaces, found 1
(#187) Spaces must be used for alignment; tabs are not allowed
(#187) Tab found within whitespace
(#187) Whitespace found at end of line
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 4 spaces, found 1
(#189) Spaces must be used for alignment; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 8 spaces, found 2
(#190) Spaces must be used for alignment; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected 4 spaces, found 1
(#191) Spaces must be used for alignment; tabs are not allowed
(#191) Tab found within whitespace
(#191) Whitespace found at end of line
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Tab found within whitespace
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Line indented incorrectly; expected at least 4 spaces, found 1
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 4 spaces, found 1
(#193) Variable "updatedRecord" must be all lower-case
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 4 spaces, found 1
(#194) Variable "updatedRecord" must be all lower-case
(#195) Spaces must be used for alignment; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 4 spaces, found 1
(#195) Variable "updatedRecord" must be all lower-case
(#196) Spaces must be used for alignment; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 4 spaces, found 1
(#196) Variable "updatedRecord" must be all lower-case
(#197) Spaces must be used for alignment; tabs are not allowed
(#197) Tab found within whitespace
(#197) Whitespace found at end of line
(#198) Spaces must be used for alignment; tabs are not allowed
(#198) Tab found within whitespace
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Line indented incorrectly; expected at least 4 spaces, found 1
(#199) Spaces must be used for alignment; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 4 spaces, found 1
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Line indented incorrectly; expected at least 8 spaces, found 7
(#201) Line indented incorrectly; expected at least 8 spaces, found 7
(#202) Spaces must be used for alignment; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 4 spaces, found 1
(#203) Spaces must be used for alignment; tabs are not allowed
(#203) Tab found within whitespace
(#203) Whitespace found at end of line
(#203) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#205) Spaces must be used for alignment; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 4 spaces, found 1
(#206) Spaces must be used for alignment; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 4 spaces, found 1
(#206) Whitespace found at end of line
(#207) Spaces must be used for alignment; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 4 spaces, found 1
(#208) Spaces must be used for alignment; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 4 spaces, found 1
(#208) Variable "autoKey" must be all lower-case
(#209) Spaces must be used for alignment; tabs are not allowed
(#209) Tab found within whitespace
(#209) Whitespace found at end of line
(#210) Spaces must be used for alignment; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected 4 spaces, found 1
(#210) Expected "if (...) {\n"; found "if (...){\n"
(#210) Variable "autoKey" must be all lower-case
(#210) Variable "autoKey" must be all lower-case
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Variable "enrollmentRecord" must be all lower-case
(#214) Variable "enrollmentRecord" must be all lower-case
(#214) Expected 1 space after "="; 2 found
(#215) Variable "enrollmentRecord" must be all lower-case
(#216) Variable "enrollmentRecord" must be all lower-case
(#217) Variable "enrollmentRecord" must be all lower-case
(#218) Variable "enrollmentRecord" must be all lower-case
(#219) Variable "enrollmentRecord" must be all lower-case
(#219) Expected 1 space after "="; 2 found
(#220) Variable "enrollmentRecord" must be all lower-case
(#221) Variable "enrollmentRecord" must be all lower-case
(#222) Variable "enrollmentRecord" must be all lower-case
(#222) Expected 1 space after "="; 0 found
(#222) Whitespace found at end of line
(#223) Variable "enrollmentRecord" must be all lower-case
(#224) Variable "enrollmentRecord" must be all lower-case
(#225) Variable "enrollmentRecord" must be all lower-case
(#225) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#226) Variable "enrollmentRecord" must be all lower-case
(#226) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#226) Whitespace found at end of line
(#227) Variable "enrollmentRecord" must be all lower-case
(#227) Expected 1 space after "="; 2 found
(#227) Space found before semicolon; expected "5;" but found "5 ;"
(#228) Variable "enrollmentRecord" must be all lower-case
(#228) Space found before semicolon; expected "0;" but found "0 ;"
(#229) Variable "enrollmentRecord" must be all lower-case
(#230) Variable "enrollmentRecord" must be all lower-case
(#231) Variable "enrollmentRecord" must be all lower-case
(#232) Spaces must be used for alignment; tabs are not allowed
(#232) Tab found within whitespace
(#232) Whitespace found at end of line
(#232) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#233) Spaces must be used for alignment; tabs are not allowed
(#233) Tab found within whitespace
(#233) Whitespace found at end of line
(#236) Spaces must be used for alignment; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 12 spaces, found 9
(#236) Variable "enrollmentRecord" must be all lower-case
(#236) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#237) Spaces must be used for alignment; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 12 spaces, found 9
(#237) Variable "enrollmentRecord" must be all lower-case
(#239) Variable "enrollmentRecord" must be all lower-case
(#239) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#240) Variable "enrollmentRecord" must be all lower-case
(#240) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#241) Variable "enrollmentRecord" must be all lower-case
(#241) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#242) Variable "enrollmentRecord" must be all lower-case
(#242) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#243) Variable "enrollmentRecord" must be all lower-case
(#244) Variable "enrollmentRecord" must be all lower-case
(#244) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#245) Variable "enrollmentRecord" must be all lower-case
(#246) Variable "enrollmentRecord" must be all lower-case
(#248) Variable "enrollmentRecord" must be all lower-case
(#249) Spaces must be used for alignment; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected 4 spaces, found 1
(#249) Whitespace found at end of line
(#250) Spaces must be used for alignment; tabs are not allowed
(#250) Tab found within whitespace
(#250) Whitespace found at end of line
(#250) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#251) Spaces must be used for alignment; tabs are not allowed
(#251) Tab found within whitespace
(#251) Whitespace found at end of line
(#252) Spaces must be used for alignment; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected 4 spaces, found 1
(#252) Variable "sendMail" must be all lower-case
(#253) Variable "new_course" must not contain underscores.
(#253) Variable "new_course" must not contain underscores.
(#254) Spaces must be used for alignment; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected 4 spaces, found 1
(#255) Spaces must be used for alignment; tabs are not allowed
(#255) Tab found within whitespace
(#255) Whitespace found at end of line
(#256) Spaces must be used for alignment; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 4 spaces, found 1
(#257) Spaces must be used for alignment; tabs are not allowed
(#257) Tab found within whitespace
(#257) Whitespace found at end of line
(#257) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#258) Spaces must be used for alignment; tabs are not allowed
(#258) Tab found within whitespace
(#258) Whitespace found at end of line
(#259) Spaces must be used for alignment; tabs are not allowed
(#259) Tab found within whitespace
(#259) Whitespace found at end of line
(#260) Spaces must be used for alignment; tabs are not allowed
(#260) Tab found within whitespace
(#260) Whitespace found at end of line
(#266) Whitespace found at end of line
(#268) Expected 1 space after closing parenthesis; found 0
(#270) Spaces must be used for alignment; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected at least 4 spaces, found 1
(#271) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#273) Spaces must be used for alignment; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 4 spaces, found 2
(#274) Spaces must be used for alignment; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 4 spaces, found 2
(#275) Spaces must be used for alignment; tabs are not allowed
(#275) Tab found within whitespace
(#275) Whitespace found at end of line
(#276) Spaces must be used for alignment; tabs are not allowed
(#276) Tab found within whitespace
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) Line indented incorrectly; expected at least 4 spaces, found 2
(#277) Spaces must be used for alignment; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 4 spaces, found 2
(#277) Variable "currentRecord" must be all lower-case
(#277) Expected 1 space after "="; 2 found
(#277) Expected 1 space before "=>"; 0 found
(#277) Expected 1 space after "=>"; 0 found
(#278) Spaces must be used for alignment; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 4 spaces, found 2
(#278) Variable "user_ids" must not contain underscores.
(#279) Spaces must be used for alignment; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 4 spaces, found 2
(#279) Variable "user_ids" must not contain underscores.
(#279) Variable "currentRecord" must be all lower-case
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Spaces must be used for alignment; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 4 spaces, found 2
(#281) Variable "replaceValues" must be all lower-case
(#282) Spaces must be used for alignment; tabs are not allowed
(#282) Tab found within whitespace
(#282) Variable "replaceValues" must be all lower-case
(#283) Spaces must be used for alignment; tabs are not allowed
(#283) Tab found within whitespace
(#283) Variable "replaceValues" must be all lower-case
(#284) Spaces must be used for alignment; tabs are not allowed
(#284) Tab found within whitespace
(#284) Variable "replaceValues" must be all lower-case
(#285) Spaces must be used for alignment; tabs are not allowed
(#285) Tab found within whitespace
(#285) Variable "replaceValues" must be all lower-case
(#286) Spaces must be used for alignment; tabs are not allowed
(#286) Tab found within whitespace
(#286) Variable "replaceValues" must be all lower-case
(#287) Spaces must be used for alignment; tabs are not allowed
(#287) Tab found within whitespace
(#287) Variable "replaceValues" must be all lower-case
(#288) Spaces must be used for alignment; tabs are not allowed
(#288) Tab found within whitespace
(#288) Whitespace found at end of line
(#289) Spaces must be used for alignment; tabs are not allowed
(#289) Tab found within whitespace
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Line indented incorrectly; expected at least 4 spaces, found 2
(#289) No space found before comment text; expected "// mail the user" but found "//mail the user"
(#290) Spaces must be used for alignment; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected at least 4 spaces, found 2
(#290) Variable "user_ids" must not contain underscores.
(#290) Variable "replaceValues" must be all lower-case
(#291) Spaces must be used for alignment; tabs are not allowed
(#291) Tab found within whitespace
(#291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) Line indented incorrectly; expected at least 4 spaces, found 2
(#291) No space found before comment text; expected "// mail the admin" but found "//mail the admin"
(#292) Spaces must be used for alignment; tabs are not allowed
(#292) Tab found within whitespace
(#292) Line indented incorrectly; expected at least 4 spaces, found 2
(#292) Variable "replaceValues" must be all lower-case
(#293) Whitespace found at end of line
blocks/cmanager/lib/displayLists.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#33) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#41) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Line indented incorrectly; expected 4 spaces, found 0
(#46) Whitespace found at end of line
(#49) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#53) Line indented incorrectly; expected at least 8 spaces, found 4
(#53) Variable "page1_fieldname1" must not contain underscores.
(#54) Line indented incorrectly; expected at least 8 spaces, found 4
(#54) Variable "page1_fieldname2" must not contain underscores.
(#56) Line indented incorrectly; expected at least 8 spaces, found 4
(#58) Line indented incorrectly; expected 8 spaces, found 4
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Line indented incorrectly; expected at least 12 spaces, found 3
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Variable "req_values" must not contain underscores.
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 12 spaces, found 3
(#63) Variable "req_values" must not contain underscores.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected 16 spaces, found 4
(#64) Empty IF statement detected
(#64) Expected 1 space before "=>"; 0 found
(#64) Variable "req_values" must not contain underscores.
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 20 spaces, found 8
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected 16 spaces, found 5
(#66) Closing brace indented incorrectly; expected 4 spaces, found 5
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 20 spaces, found 10
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected 20 spaces, found 10
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 24 spaces, found 9
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 24 spaces, found 9
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 28 spaces, found 13
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 28 spaces, found 13
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 28 spaces, found 13
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 28 spaces, found 13
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected 28 spaces, found 13
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 32 spaces, found 14
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 36 spaces, found 14
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 36 spaces, found 14
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 36 spaces, found 30
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 32 spaces, found 10
(#81) Closing brace indented incorrectly; expected 14 spaces, found 10
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 28 spaces, found 13
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 24 spaces, found 9
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 24 spaces, found 9
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 28 spaces, found 13
(#85) Expected 1 space after "="; 2 found
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 24 spaces, found 9
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 20 spaces, found 10
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 16 spaces, found 5
(#90) Closing brace indented incorrectly; expected 3 spaces, found 12
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line indented incorrectly; expected at least 16 spaces, found 4
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 16 spaces, found 4
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 16 spaces, found 4
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 16 spaces, found 3
(#97) Closing brace indented incorrectly; expected 12 spaces, found 3
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Line indented incorrectly; expected at least 16 spaces, found 3
(#99) No space found before comment text; expected "// Get the latest comment" but found "//Get the latest comment"
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 16 spaces, found 3
(#100) Variable "latestComment" must be all lower-case
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 16 spaces, found 3
(#102) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 16 spaces, found 3
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 16 spaces, found 4
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected 16 spaces, found 6
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 20 spaces, found 4
(#109) Variable "latestComment" must be all lower-case
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 20 spaces, found 4
(#110) Variable "latestComment" must be all lower-case
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 24 spaces, found 5
(#111) Variable "latestComment" must be all lower-case
(#111) Variable "latestComment" must be all lower-case
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 24 spaces, found 5
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected 24 spaces, found 5
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected at least 28 spaces, found 9
(#115) Variable "latestComment" must be all lower-case
(#115) Commas (,) must be followed by white space.
(#115) Line exceeds 132 characters; contains 141 characters
(#115) Line exceeds 132 characters; contains 141 characters
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected 24 spaces, found 5
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 28 spaces, found 6
(#118) Variable "latestComment" must be all lower-case
(#118) Commas (,) must be followed by white space.
(#118) Line exceeds 132 characters; contains 139 characters
(#118) Line exceeds 132 characters; contains 139 characters
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 24 spaces, found 5
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected 20 spaces, found 4
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 16 spaces, found 6
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Line indented incorrectly; expected at least 16 spaces, found 3
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 16 spaces, found 3
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 16 spaces, found 3
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 3
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 16 spaces, found 3
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 20 spaces, found 4
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 16 spaces, found 3
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 16 spaces, found 3
(#134) Commas (,) must be followed by white space.
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 16 spaces, found 3
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 20 spaces, found 5
(#139) Line exceeds 132 characters; contains 170 characters
(#139) Line exceeds 132 characters; contains 170 characters
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 16 spaces, found 6
(#141) Closing brace indented incorrectly; expected 3 spaces, found 6
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (Aditonal Crs)
(#143) Line indented incorrectly; expected at least 16 spaces, found 3
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 16 spaces, found 3
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 20 spaces, found 4
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 24 spaces, found 6
(#149) Commas (,) must be followed by white space.
(#149) Commas (,) must be followed by white space.
(#149) Line exceeds maximum limit of 180 characters; contains 211 characters
(#149) Line exceeds maximum limit of 180 characters; contains 211 characters
(#151) Commas (,) must be followed by white space.
(#151) Line exceeds 132 characters; contains 147 characters
(#151) Line exceeds 132 characters; contains 147 characters
(#154) Commas (,) must be followed by white space.
(#154) Line exceeds 132 characters; contains 138 characters
(#154) Line exceeds 132 characters; contains 138 characters
(#156) Commas (,) must be followed by white space.
(#156) Line exceeds 132 characters; contains 144 characters
(#156) Line exceeds 132 characters; contains 144 characters
(#158) Commas (,) must be followed by white space.
(#158) Commas (,) must be followed by white space.
(#158) Line exceeds maximum limit of 180 characters; contains 208 characters
(#158) Line exceeds maximum limit of 180 characters; contains 208 characters
(#159) Commas (,) must be followed by white space.
(#159) Line exceeds 132 characters; contains 161 characters
(#159) Line exceeds 132 characters; contains 161 characters
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected 20 spaces, found 2
(#164) Closing brace indented incorrectly; expected 4 spaces, found 2
(#165) Line indented incorrectly; expected at least 20 spaces, found 8
(#165) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected at least 24 spaces, found 10
(#169) Commas (,) must be followed by white space.
(#169) Line exceeds 132 characters; contains 153 characters
(#169) Line exceeds 132 characters; contains 153 characters
(#171) Commas (,) must be followed by white space.
(#171) Line exceeds 132 characters; contains 162 characters
(#171) Line exceeds 132 characters; contains 162 characters
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected 20 spaces, found 2
(#175) Closing brace indented incorrectly; expected 8 spaces, found 2
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 20 spaces, found 5
(#176) Expected "} else if (...) {\n"; found "}\n \telse if (...) {\n"
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 24 spaces, found 9
(#181) Commas (,) must be followed by white space.
(#183) Commas (,) must be followed by white space.
(#183) Line exceeds 132 characters; contains 142 characters
(#183) Line exceeds 132 characters; contains 142 characters
(#185) Commas (,) must be followed by white space.
(#185) Commas (,) must be followed by white space.
(#185) Line exceeds maximum limit of 180 characters; contains 200 characters
(#185) Line exceeds maximum limit of 180 characters; contains 200 characters
(#187) Commas (,) must be followed by white space.
(#187) Line exceeds 132 characters; contains 152 characters
(#187) Line exceeds 132 characters; contains 152 characters
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected 20 spaces, found 5
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 20 spaces, found 2
(#192) Expected "} else if (...) {\n"; found "}\n\t\telse if (...) {\n"
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 24 spaces, found 3
(#196) Commas (,) must be followed by white space.
(#198) Commas (,) must be followed by white space.
(#198) Line exceeds 132 characters; contains 153 characters
(#198) Line exceeds 132 characters; contains 153 characters
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 20 spaces, found 2
(#202) Line indented incorrectly; expected 16 spaces, found 5
(#202) Closing brace indented incorrectly; expected 3 spaces, found 5
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Comment separators are not allowed to contain other chars buy hyphens (-). Found: (END admincotrls)
(#203) Line indented incorrectly; expected at least 16 spaces, found 1
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 16 spaces, found 3
(#205) Expected 1 space after ".="; 0 found
(#213) Commas (,) must be followed by white space.
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Line indented incorrectly; expected at least 16 spaces, found 3
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected 16 spaces, found 3
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Line indented incorrectly; expected 20 spaces, found 6
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected at least 24 spaces, found 10
(#228) Commas (,) must be followed by white space.
(#231) Commas (,) must be followed by white space.
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected 20 spaces, found 6
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected 16 spaces, found 3
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 16 spaces, found 3
(#241) Commas (,) must be followed by white space.
(#250) Commas (,) must be followed by white space.
(#259) Variable "page1_fieldname1" must not contain underscores.
(#268) Variable "page1_fieldname2" must not contain underscores.
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 16 spaces, found 4
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 20 spaces, found 5
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 20 spaces, found 4
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 16 spaces, found 4
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 16 spaces, found 2
(#290) Spaces must be used to indent lines; tabs are not allowed
(#290) Tab found within whitespace
(#290) Line indented incorrectly; expected 16 spaces, found 1
(#291) Spaces must be used to indent lines; tabs are not allowed
(#291) Tab found within whitespace
(#291) Line indented incorrectly; expected at least 20 spaces, found 2
(#292) Line indented incorrectly; expected at least 20 spaces, found 8
(#293) Line indented incorrectly; expected at least 20 spaces, found 8
(#294) Spaces must be used to indent lines; tabs are not allowed
(#294) Tab found within whitespace
(#294) Line indented incorrectly; expected at least 20 spaces, found 7
(#294) Variable "cateDrop" must be all lower-case
(#294) Expected 1 space after "="; 2 found
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Line indented incorrectly; expected at least 20 spaces, found 6
(#295) Variable "cateDrop" must be all lower-case
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Line indented incorrectly; expected at least 20 spaces, found 2
(#296) Expected 1 space after ".="; 2 found
(#296) Commas (,) must be followed by white space.
(#296) Line exceeds 132 characters; contains 162 characters
(#296) Line exceeds 132 characters; contains 162 characters
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected 16 spaces, found 1
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected 20 spaces, found 2
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected at least 24 spaces, found 3
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected 20 spaces, found 2
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 24 spaces, found 3
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 20 spaces, found 2
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected 16 spaces, found 1
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 16 spaces, found 6
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected 16 spaces, found 4
(#317) Expected "if (...) {\n"; found "if \t(...) {\n"
(#317) Spaces must be used for alignment; tabs are not allowed
(#317) Tab found within whitespace
(#319) Spaces must be used for alignment; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 20 spaces, found 5
(#322) Commas (,) must be followed by white space.
(#329) Spaces must be used for alignment; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 16 spaces, found 4
(#330) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#332) Spaces must be used for alignment; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 16 spaces, found 4
(#337) Commas (,) must be followed by white space.
(#358) Commas (,) must be followed by white space.
(#361) Variable "latestComment" must be all lower-case
(#368) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#371) Spaces must be used for alignment; tabs are not allowed
(#371) Tab found within whitespace
(#371) Line indented incorrectly; expected at least 16 spaces, found 2
(#372) Spaces must be used for alignment; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 16 spaces, found 2
(#373) Spaces must be used for alignment; tabs are not allowed
(#373) Tab found within whitespace
(#373) Line indented incorrectly; expected 8 spaces, found 1
(#373) Closing brace indented incorrectly; expected 4 spaces, found 1
(#374) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#376) Line indented incorrectly; expected at least 8 spaces, found 0
(#377) Line indented incorrectly; expected 4 spaces, found 0
(#381) Line indented incorrectly; expected at least 4 spaces, found 0
(#382) Expected 1 space(s) before asterisk; 0 found
(#383) Expected 1 space(s) before asterisk; 0 found
(#384) Line indented incorrectly; expected 4 spaces, found 0
(#386) Line indented incorrectly; expected at least 8 spaces, found 4
(#388) Line indented incorrectly; expected at least 8 spaces, found 4
(#390) Line indented incorrectly; expected at least 8 spaces, found 4
(#391) Line indented incorrectly; expected at least 8 spaces, found 4
(#393) Line indented incorrectly; expected at least 8 spaces, found 4
(#393) Expected 1 space before "=>"; 0 found
(#393) Expected 1 space after "=>"; 0 found
(#393) Expected 1 space before "="; 0 found
(#393) Expected 1 space after "="; 0 found
(#395) Line indented incorrectly; expected at least 8 spaces, found 4
(#397) Line indented incorrectly; expected 8 spaces, found 4
(#398) Line indented incorrectly; expected at least 12 spaces, found 8
(#399) Line indented incorrectly; expected at least 12 spaces, found 8
(#400) Line indented incorrectly; expected at least 12 spaces, found 8
(#401) Line indented incorrectly; expected at least 12 spaces, found 8
(#402) Line indented incorrectly; expected at least 12 spaces, found 8
(#403) Line indented incorrectly; expected at least 12 spaces, found 8
(#404) Line indented incorrectly; expected at least 12 spaces, found 8
(#404) Expected 1 space before "=>"; 0 found
(#404) Expected 1 space after "=>"; 0 found
(#405) Line indented incorrectly; expected at least 12 spaces, found 8
(#406) Line indented incorrectly; expected at least 12 spaces, found 8
(#408) Line indented incorrectly; expected at least 12 spaces, found 8
(#409) Line indented incorrectly; expected 8 spaces, found 4
(#410) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#412) Spaces must be used for alignment; tabs are not allowed
(#412) Tab found within whitespace
(#412) Line indented incorrectly; expected at least 8 spaces, found 1
(#413) Line indented incorrectly; expected 4 spaces, found 0
blocks/cmanager/module_manager.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#44) Empty IF statement detected
(#44) Commas (,) must be followed by white space.
(#46) Line indented incorrectly; expected at least 4 spaces, found 2
(#55) Empty IF statement detected
(#55) Commas (,) must be followed by white space.
(#57) Line indented incorrectly; expected at least 4 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#97) Visibility must be declared on method "definition"
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 5
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 5
(#101) Commas (,) must be followed by white space.
(#101) Commas (,) must be followed by white space.
(#101) Line exceeds 132 characters; contains 142 characters
(#101) Line exceeds 132 characters; contains 142 characters
(#102) Commas (,) must be followed by white space.
(#104) Commas (,) must be followed by white space.
(#104) Line exceeds maximum limit of 180 characters; contains 190 characters
(#104) Line exceeds maximum limit of 180 characters; contains 190 characters
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 5
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 5
(#108) Commas (,) must be followed by white space.
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 5
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 5
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 4 spaces, found 5
(#118) Closing brace indented incorrectly; expected 4 spaces, found 5
(#120) Line indented incorrectly; expected 0 spaces, found 4
(#120) Closing brace indented incorrectly; expected 0 spaces, found 4
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 4 spaces, found 1
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 4 spaces, found 1
(#127) Empty IF statement detected
(#127) Expected 1 space before "="; 0 found
(#127) Expected 1 space after "="; 0 found
(#129) Empty ELSE statement detected
blocks/cmanager/module_manager_history.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#31) Variable "formPath" must be all lower-case
(#32) Variable "formPath" must be all lower-case
(#36) Inline doc block comments are not allowed; use "// Comment." instead
(#46) Empty IF statement detected
(#46) Commas (,) must be followed by white space.
(#49) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#90) Whitespace found at end of line
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected 4 spaces, found 1
(#91) Visibility must be declared on method "definition"
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 1
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 1
(#95) Whitespace found at end of line
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 1
(#96) Commas (,) must be followed by white space.
(#96) Commas (,) must be followed by white space.
(#96) Line exceeds 132 characters; contains 137 characters
(#96) Line exceeds 132 characters; contains 137 characters
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 1
(#97) Commas (,) must be followed by white space.
(#99) Commas (,) must be followed by white space.
(#99) Line exceeds 132 characters; contains 163 characters
(#99) Line exceeds 132 characters; contains 163 characters
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 1
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 1
(#104) Variable "selectQuery" must be all lower-case
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) This comment is 75% valid code; is this commented out code?
(#105) Line indented incorrectly; expected at least 8 spaces, found 1
(#105) No space found before comment text; expected "// $DB->sql_order_by_text('id', $numchars=32);" but found "//$DB->sql_order_by_text('id', $numchars=32);"
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 1
(#106) Variable "pendingList" must be all lower-case
(#106) Expected 1 space before "="; 0 found
(#106) Expected 1 space after "="; 0 found
(#106) Variable "selectQuery" must be all lower-case
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 8 spaces, found 1
(#108) Variable "page1_fieldname1" must not contain underscores.
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 8 spaces, found 1
(#109) Variable "page1_fieldname2" must not contain underscores.
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 1
(#110) Variable "page1_fieldname4" must not contain underscores.
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Variable "outputHTML" must be all lower-case
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 1
(#113) Variable "modsHTML" must be all lower-case
(#113) Variable "pendingList" must be all lower-case
(#114) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 1
(#116) Variable "outputHTML" must be all lower-case
(#116) Line exceeds 132 characters; contains 145 characters
(#116) Line exceeds 132 characters; contains 145 characters
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 1
(#117) Variable "outputHTML" must be all lower-case
(#117) Variable "modsHTML" must be all lower-case
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 1
(#118) Variable "outputHTML" must be all lower-case
(#119) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Whitespace found at end of line
(#121) Closing brace indented incorrectly; expected 1 spaces, found 4
(#122) Whitespace found at end of line
(#123) Whitespace found at end of line
(#124) Whitespace found at end of line
(#125) Whitespace found at end of line
(#130) Whitespace found at end of line
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 4 spaces, found 1
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 4 spaces, found 1
(#137) Empty IF statement detected
(#137) Expected 1 space before "="; 0 found
(#137) Expected 1 space after "="; 0 found
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 4 spaces, found 1
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 4 spaces, found 1
(#148) Whitespace found at end of line
blocks/cmanager/requests/request_control.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#32) Inline doc block comments are not allowed; use "// Comment." instead
(#42) Variable "currentSess" must be all lower-case
(#43) Variable "currentSess" must be all lower-case
(#46) Expected "if (...) {\n"; found "if(...){\n"
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#49) Whitespace found at end of line
(#59) Whitespace found at end of line
(#60) Visibility must be declared on method "definition"
(#62) Variable "currentSess" must be all lower-case
(#63) Variable "currentRecord" must be all lower-case
(#63) Expected 1 space after "="; 2 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Variable "currentSess" must be all lower-case
(#64) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#66) Whitespace found at end of line
(#67) Whitespace found at end of line
(#67) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#69) Commas (,) must be followed by white space.
(#70) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#73) Commas (,) must be followed by white space.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#74) Commas (,) must be followed by white space.
(#75) Whitespace found at end of line
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#78) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#79) Whitespace found at end of line
(#80) Whitespace found at end of line
(#81) Expected 1 space before "="; 0 found
(#81) Expected 1 space after "="; 0 found
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Whitespace found at end of line
(#87) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#88) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected 4 spaces, found 1
(#90) Closing brace indented incorrectly; expected 4 spaces, found 1
(#102) Whitespace found at end of line
(#104) Whitespace found at end of line
(#105) Line indented incorrectly; expected 0 spaces, found 2
(#105) Expected "if (...) {\n"; found "if (...){\n"
(#106) Whitespace found at end of line
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 4 spaces, found 2
(#109) Whitespace found at end of line
(#110) Line indented incorrectly; expected 0 spaces, found 2
(#110) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#110) Expected "if (...) {\n"; found "if (...){\n"
(#110) Expected 1 space before "="; 0 found
(#110) Expected 1 space after "="; 0 found
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Whitespace found at end of line
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 4 spaces, found 2
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 4 spaces, found 2
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Whitespace found at end of line
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#120) Whitespace found at end of line
(#121) Whitespace found at end of line
(#123) Line indented incorrectly; expected 0 spaces, found 2
(#124) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 4 spaces, found 3
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Whitespace found at end of line
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#134) Closing brace indented incorrectly; expected 2 spaces, found 0
(#146) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/review_request.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#30) Variable "formPath" must be all lower-case
(#31) Variable "formPath" must be all lower-case
(#36) Inline doc block comments are not allowed; use "// Comment." instead
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Empty IF statement detected
(#55) Commas (,) must be followed by white space.
(#57) Line indented incorrectly; expected at least 4 spaces, found 2
(#81) Visibility must be declared on method "definition"
(#82) Variable "currentSess" must be all lower-case
(#85) Commas (,) must be followed by white space.
(#85) Line exceeds 132 characters; contains 149 characters
(#85) Line exceeds 132 characters; contains 149 characters
(#86) Commas (,) must be followed by white space.
(#86) Commas (,) must be followed by white space.
(#86) Line exceeds maximum limit of 180 characters; contains 203 characters
(#86) Line exceeds maximum limit of 180 characters; contains 203 characters
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 5
(#89) Variable "displayModHTML" must be all lower-case
(#90) Variable "displayModHTML" must be all lower-case
(#91) Expected 1 space before "="; 0 found
(#91) Expected 1 space after "="; 0 found
(#92) Commas (,) must be followed by white space.
(#92) Line exceeds 132 characters; contains 134 characters
(#92) Line exceeds 132 characters; contains 134 characters
(#93) Commas (,) must be followed by white space.
(#94) Commas (,) must be followed by white space.
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 1
(#97) Closing brace indented incorrectly; expected 4 spaces, found 1
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 4 spaces, found 1
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Expected 1 space before "="; 0 found
(#109) Expected 1 space after "="; 0 found
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#125) Variable "replaceValues" must be all lower-case
(#126) Variable "replaceValues" must be all lower-case
(#127) Variable "replaceValues" must be all lower-case
(#128) This comment is 64% valid code; is this commented out code?
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) No space found before comment text; expected "// $replaceValues['[p_code]'] = $rec->progcode;" but found "//$replaceValues['[p_code]'] = $rec->progcode;"
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) This comment is 64% valid code; is this commented out code?
(#129) No space found before comment text; expected "// $replaceValues['[p_name]'] = $rec->progname;" but found "//$replaceValues['[p_name]'] = $rec->progname;"
(#130) Variable "replaceValues" must be all lower-case
(#131) Variable "replaceValues" must be all lower-case
(#132) Variable "replaceValues" must be all lower-case
(#133) Variable "replaceValues" must be all lower-case
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Line indented incorrectly; expected at least 4 spaces, found 1
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 4 spaces, found 1
(#136) Variable "replaceValues" must be all lower-case
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 4 spaces, found 1
(#139) Variable "replaceValues" must be all lower-case
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 4 spaces, found 1
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 8 spaces, found 2
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 3
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 3
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected 8 spaces, found 2
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 4 spaces, found 1
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected 4 spaces, found 1
(#154) Line indented incorrectly; expected 0 spaces, found 2
(#154) Closing brace indented incorrectly; expected 0 spaces, found 2
(#160) Closing brace indented incorrectly; expected 2 spaces, found 0
(#163) Expected 1 space(s) before asterisk; 0 found
(#164) Expected 1 space(s) before asterisk; 0 found
(#165) Expected 1 space after closing parenthesis; found 0
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 4 spaces, found 1
(#174) A closing tag is not permitted at the end of a PHP file
blocks/cmanager/validate_admin.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#2) Whitespace found at end of line
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Whitespace found at end of line
(#33) Variable "loginIsValid" must be all lower-case
(#33) TRUE, FALSE and NULL must be lowercase; expected "false" but found "False"
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 12 spaces, found 6
(#36) Variable "loginIsValid" must be all lower-case
(#36) TRUE, FALSE and NULL must be lowercase; expected "true" but found "True"
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Whitespace found at end of line
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected 8 spaces, found 2
(#38) Closing brace indented incorrectly; expected 8 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Whitespace found at end of line
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Closing brace indented incorrectly; expected 4 spaces, found 1
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#42) Variable "loginIsValid" must be all lower-case
(#42) TRUE, FALSE and NULL must be lowercase; expected "true" but found "True"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 5
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 4 spaces, found 1
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Whitespace found at end of line
blocks/cmanager/version.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/cmanager/view_summary.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Whitespace found at end of line
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Whitespace found at end of line
(#22) Expected 1 space(s) before asterisk; 2 found
(#29) Variable "formPath" must be all lower-case
(#30) Variable "formPath" must be all lower-case
(#34) Inline doc block comments are not allowed; use "// Comment." instead
(#57) Spaces must be used to indent lines; tabs are not allowed
(#58) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#77) Whitespace found at end of line
(#78) Visibility must be declared on method "definition"
(#79) Whitespace found at end of line
(#80) Line indented incorrectly; expected at least 8 spaces, found 4
(#81) Line indented incorrectly; expected at least 8 spaces, found 4
(#81) Variable "currentSess" must be all lower-case
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 1
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 1
(#84) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#86) Whitespace found at end of line
(#87) Line indented incorrectly; expected at least 8 spaces, found 4
(#87) Expected 1 space after "="; 2 found
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#88) Line indented incorrectly; expected at least 8 spaces, found 4
(#88) Whitespace found at end of line
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#89) Commas (,) must be followed by white space.
(#89) Line exceeds 132 characters; contains 134 characters
(#89) Line exceeds 132 characters; contains 134 characters
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line indented incorrectly; expected at least 8 spaces, found 3
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Commas (,) must be followed by white space.
(#93) Line exceeds 132 characters; contains 157 characters
(#93) Line exceeds 132 characters; contains 157 characters
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Whitespace found at end of line
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 1
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#96) Variable "displayModHTML" must be all lower-case
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Line indented incorrectly; expected at least 8 spaces, found 4
(#98) Variable "displayModHTML" must be all lower-case
(#99) Line indented incorrectly; expected at least 8 spaces, found 4
(#100) Line indented incorrectly; expected at least 8 spaces, found 4
(#100) Variable "whereQuery" must be all lower-case
(#101) Line indented incorrectly; expected at least 8 spaces, found 4
(#101) Variable "modRecords" must be all lower-case
(#101) Variable "whereQuery" must be all lower-case
(#102) Line indented incorrectly; expected at least 8 spaces, found 4
(#102) Variable "htmlOutput" must be all lower-case
(#104) Line indented incorrectly; expected 8 spaces, found 4
(#104) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#104) Variable "modRecords" must be all lower-case
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Line indented incorrectly; expected at least 12 spaces, found 8
(#106) Line indented incorrectly; expected at least 12 spaces, found 8
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 12 spaces, found 5
(#108) Variable "htmlOutput" must be all lower-case
(#108) Expected 1 space after ".="; 0 found
(#109) Line indented incorrectly; expected at least 12 spaces, found 8
(#109) Variable "htmlOutput" must be all lower-case
(#109) Expected 1 space after ".="; 0 found
(#110) Line indented incorrectly; expected at least 12 spaces, found 8
(#110) Variable "htmlOutput" must be all lower-case
(#110) Expected 1 space after ".="; 0 found
(#111) Line indented incorrectly; expected at least 12 spaces, found 8
(#111) Variable "htmlOutput" must be all lower-case
(#111) Expected 1 space after ".="; 0 found
(#112) Line indented incorrectly; expected at least 12 spaces, found 8
(#112) Variable "htmlOutput" must be all lower-case
(#112) Expected 1 space after ".="; 0 found
(#113) Line indented incorrectly; expected 8 spaces, found 4
(#115) Line indented incorrectly; expected at least 8 spaces, found 4
(#119) Commas (,) must be followed by white space.
(#120) Commas (,) must be followed by white space.
(#120) Whitespace found at end of line within string
(#121) Commas (,) must be followed by white space.
(#121) Whitespace found at end of line within string
(#125) Whitespace found at end of line within string
(#130) Whitespace found at end of line within string
(#131) Whitespace found at end of line within string
(#133) Variable "htmlOutput" must be all lower-case
(#135) Whitespace found at end of line within string
(#140) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 4 spaces, found 1
(#144) Closing brace indented incorrectly; expected 4 spaces, found 1
(#148) Whitespace found at end of line
(#149) Whitespace found at end of line
(#150) Whitespace found at end of line
(#151) Empty IF statement detected
(#152) Whitespace found at end of line
(#154) Expected "} else if (...) {\n"; found "} \n\nelse if (...) {\n"
(#154) Empty IF statement detected
(#154) Expected 1 space before "="; 0 found
(#154) Expected 1 space after "="; 0 found
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Whitespace found at end of line
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 4 spaces, found 2
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 4 spaces, found 2
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 4 spaces, found 2
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 4 spaces, found 3

Javascript coding style problems

(2 errors, 1000 warnings)

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

blocks/cmanager/js/jquery/jquery-1.7.2.min.js
(#2) Line is too long.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'cl'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Did you mean to return a conditional instead of an assignment?
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing '()' invoking a constructor.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'typeof'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'k'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Confusing use of '!'.
(#2) Confusing use of '!'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'i'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'f'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'if'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'j'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'f'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'b_'.
(#2) Expected '{' and instead saw 'd'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'c'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'l'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'h'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'c'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Expected '{' and instead saw 'd'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'd'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'a'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'f'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected '{' and instead saw 'c'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'continue'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'd'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'b'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'if'.
(#2) Use '!==' to compare with 'null'.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'continue'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'return'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'c'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Use '!==' to compare with 'null'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw ';'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) The Function constructor is a form of eval.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing '()' invoking a constructor.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Use '!==' to compare with 'null'.
(#2) Use '===' to compare with 'null'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'a'.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected '{' and instead saw 'a'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'e'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'f'.
(#2) Use '!==' to compare with 'null'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'f'.
(#2) Use '!==' to compare with 'null'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Expected '{' and instead saw 'e'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'c'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing '()' invoking a constructor.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#2) Expected '{' and instead saw 'g'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Expected '{' and instead saw 'a'.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'a'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'i'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Expected '{' and instead saw 'b'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'j'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'm'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'e'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'return'.
(#2) Use '===' to compare with 'null'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'delete'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Confusing use of '!'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'h'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'h'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'e'.
(#2) Expected '{' and instead saw '~'.
(#2) Unexpected use of '~'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'h'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'g'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'i'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'this'.
(#2) Confusing use of '!'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Too many errors. (50% scanned).
blocks/cmanager/js/jquery/jquery-ui.1.8.min.js
(#3) Line is too long.
(#5) Line is too long.
(#5) 'c' is already defined.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'e'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '{' and instead saw 'a'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Unexpected use of '&'.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Use '!==' to compare with 'null'.
(#5) Expected '{' and instead saw 'try'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) A constructor name should start with an uppercase letter.
(#5) Missing '()' invoking a constructor.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) A constructor name should start with an uppercase letter.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'for'.
(#5) Expected '{' and instead saw 'e'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Confusing use of '!'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Confusing use of '!'.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Confusing use of '!'.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'this'.
(#5) Expected '{' and instead saw 'this'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'return'.
(#5) Confusing use of '!'.
(#5) Confusing use of '!'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'this'.
(#5) Confusing use of '!'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'b'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'this'.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'b'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'h'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'd'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'd'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'b'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'b'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) 'p' used out of scope.
(#5) 'q' used out of scope.
(#5) 'r' used out of scope.
(#5) 's' used out of scope.
(#5) 'p' is already defined.
(#5) 'q' is already defined.
(#5) 'r' is already defined.
(#5) 's' is already defined.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) 'p' used out of scope.
(#5) 'q' used out of scope.
(#5) 'r' used out of scope.
(#5) 's' used out of scope.
(#5) 'p' used out of scope.
(#5) 'q' used out of scope.
(#5) 'r' used out of scope.
(#5) 's' used out of scope.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'b'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'continue'.
(#5) Expected '{' and instead saw 'if'.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'continue'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Use '===' to compare with '0'.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'continue'.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'var'.
(#5) 'a' used out of scope.
(#5) 'a' used out of scope.
(#5) 'a' used out of scope.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'a'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '{' and instead saw 'l'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'c'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Don't make functions within a loop.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'e'.
(#5) Expected '{' and instead saw 'continue'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'this'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '{' and instead saw 'e'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) A leading decimal point can be confused with a dot: '.25'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) 'i' is already defined.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'this'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'for'.
(#5) Expected '{' and instead saw 'this'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Confusing use of '!'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'this'.
(#5) Expected '{' and instead saw 'this'.
(#5) Expected '{' and instead saw 'continue'.
(#5) Expected '{' and instead saw 'this'.
(#5) Expected '{' and instead saw 'break'.
(#5) Missing semicolon.
(#5) Too many errors. (100% scanned).

CSS problems

(0 errors, 6 warnings)

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

blocks/cmanager/js/jquery/jquery-ui18.css
(#9) Use of !important
(#19) Use of !important
(#39) Use of !important
(#91) Use of !important
(#225) Use of !important
(#231) Use of !important

PHPDocs style problems

(113 errors, 4 warnings)

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

blocks/cmanager/admin/approve_course.php
(#88) Class block_cmanager_approve_course_form is not documented
(#90) Function block_cmanager_approve_course_form::definition is not documented
blocks/cmanager/admin/bulk_approve.php
(#52) Class block_cmanager_bulk_approve_form is not documented
(#54) Function block_cmanager_bulk_approve_form::definition is not documented
blocks/cmanager/admin/bulk_deny.php
(#68) Class block_cmanager_bulk_deny is not documented
(#70) Function block_cmanager_bulk_deny::definition is not documented
blocks/cmanager/admin/comment.php
(#86) Class block_cmanager_comment_form is not documented
(#88) Function block_cmanager_comment_form::definition is not documented
blocks/cmanager/admin/deny_course.php
(#74) Class block_cmanager_deny_form is not documented
(#76) Function block_cmanager_deny_form::definition is not documented
(#277) Phpdocs for function block_cmanager_get_username has incomplete parameters list
blocks/cmanager/admin/showcoursedetails.php
(#2) Empty line found after PHP open tag
blocks/cmanager/approve_mod.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
(#51) Function block_cmanager_approve_module_form::definition is not documented
(#42) No one-line description found in phpdocs for class block_cmanager_approve_module_form
blocks/cmanager/cmanager_admin.php
(#156) Function block_cmanager_admin_form::definition is not documented
(#150) Package block_socialbookmark is not valid
blocks/cmanager/cmanager_admin_arch.php
(#121) Function block_cmanager_adminarch_form::definition is not documented
(#115) Package block_socialbookmark is not valid
blocks/cmanager/cmanager_adminsettings.php
(#236) Function block_cmanager_adminsettings_form::definition is not documented
(#276) Found comment starting with three or more slashes
(#503) Found comment starting with three or more slashes
(#568) Phpdocs for function block_cmanager_validate_email has incomplete parameters list
(#230) Package block_socialbookmark is not valid
blocks/cmanager/cmanager_config.php
(#199) Function block_cmanager_config_form::definition is not documented
(#314) Found comment starting with three or more slashes
(#316) Found comment starting with three or more slashes
(#472) Found comment starting with three or more slashes
(#523) Phpdocs for function block_cmanager_validate_email has incomplete parameters list
blocks/cmanager/cmanager_confighome.php
(#62) Function block_cmanager_confighome_form::definition is not documented
(#56) Package block_socialbookmark is not valid
blocks/cmanager/cmanager_email.php
(#41) Phpdocs for function block_cmanager_convert_tags_to_values has incomplete parameters list
(#73) Phpdocs for function block_cmanager_new_course_approved_mail_user has incomplete parameters list
(#105) Phpdocs for function block_cmanager_new_course_approved_mail_admin has incomplete parameters list
(#138) Phpdocs for function block_cmanager_request_new_mod_email_admins has incomplete parameters list
(#168) Phpdocs for function block_cmanager_request_new_mod_email_user has incomplete parameters list
(#189) Phpdocs for function block_cmanager_send_email_to_Address has incomplete parameters list
(#211) Phpdocs for function block_cmanager_email_comment_to_user has incomplete parameters list
(#239) Phpdocs for function block_cmanager_email_comment_to_admin has incomplete parameters list
(#279) Phpdocs for function block_cmanager_send_deny_email_admin has incomplete parameters list
(#318) Phpdocs for function block_cmanager_send_deny_email_user has incomplete parameters list
(#345) Phpdocs for function block_cmanager_handover_email_lecturers has incomplete parameters list
blocks/cmanager/comment.php
(#95) Function block_cmanager_comment_form::definition is not documented
blocks/cmanager/course_exists.php
(#2) Empty line found after PHP open tag
(#53) Class block_cmanager_course_exists_form is not documented
(#55) Function block_cmanager_course_exists_form::definition is not documented
blocks/cmanager/course_new.php
(#72) Function block_cmanager_new_course_form::definition is not documented
(#234) Phpdocs for function block_cmanager_create_text_field has incomplete parameters list
(#248) Phpdocs for function block_cmanager_create_text_area has incomplete parameters list
(#267) Phpdocs for function block_cmanager_create_radio has incomplete parameters list
(#306) Phpdocs for function block_cmanager_create_dropdown has incomplete parameters list
blocks/cmanager/course_request.php
(#111) Function block_cmanager_courserequest_form::definition is not documented
blocks/cmanager/db/install.php
(#28) Function xmldb_block_cmanager_install is not documented
blocks/cmanager/db/upgrade.php
(#28) Function xmldb_block_cmanager_upgrade is not documented
blocks/cmanager/edit_form.php
(#39) Function block_cmanager_edit_form::specific_definition is not documented
blocks/cmanager/formeditor/form_builder.php
(#139) Class block_cmanager_builder_form is not documented
(#141) Function block_cmanager_builder_form::definition is not documented
blocks/cmanager/formeditor/page1.php
(#146) Function block_cmanager_page1_form::definition is not documented
(#140) Package block_socialbookmark is not valid
blocks/cmanager/formeditor/preview.php
(#80) Function block_cmanager_preview_form::definition is not documented
(#141) Phpdocs for function block_cmanager_create_textfield has incomplete parameters list
(#152) Phpdocs for function block_cmanager_create_textarea has incomplete parameters list
(#166) Phpdocs for function block_cmanager_create_radio has incomplete parameters list
(#206) Phpdocs for function block_cmanager_create_dropdown has incomplete parameters list
blocks/cmanager/history/delete.php
(#58) Function block_cmanager_delete_form::definition is not documented
blocks/cmanager/lib.php
(#28) Phpdocs for function block_cmanager_get_lecturer_info has incomplete parameters list
(#60) Phpdocs for function block_cmanager_get_lecturer_ids_space_sep has incomplete parameters list
(#91) Phpdocs for function block_cmanager_get_list_of_lecturer_emails has incomplete parameters list
blocks/cmanager/lib/course_lib.php
(#37) Variable block_cmanager_new_course::$returnto is not documented
(#38) Variable block_cmanager_new_course::$category is not documented
(#39) Variable block_cmanager_new_course::$fullname is not documented
(#40) Variable block_cmanager_new_course::$shortname is not documented
(#41) Variable block_cmanager_new_course::$idnumber is not documented
(#42) Variable block_cmanager_new_course::$summary_editor is not documented
(#43) Variable block_cmanager_new_course::$format is not documented
(#44) Variable block_cmanager_new_course::$numsections is not documented
(#45) Variable block_cmanager_new_course::$startdate is not documented
(#46) Variable block_cmanager_new_course::$hiddensections is not documented
(#47) Variable block_cmanager_new_course::$newsitems is not documented
(#48) Variable block_cmanager_new_course::$showgrades is not documented
(#49) Variable block_cmanager_new_course::$showreports is not documented
(#50) Variable block_cmanager_new_course::$maxbytes is not documented
(#51) Variable block_cmanager_new_course::$enrol_guest_status_0 is not documented
(#52) Variable block_cmanager_new_course::$groupmode is not documented
(#53) Variable block_cmanager_new_course::$groupmodeforce is not documented
(#54) Variable block_cmanager_new_course::$defaultgroupingid is not documented
(#55) Variable block_cmanager_new_course::$visible is not documented
(#56) Variable block_cmanager_new_course::$lang is not documented
(#57) Variable block_cmanager_new_course::$enablecompletion is not documented
(#58) Variable block_cmanager_new_course::$completionstartonenrol is not documented
(#59) Variable block_cmanager_new_course::$restrictmodules is not documented
(#60) Variable block_cmanager_new_course::$role_1 is not documented
(#61) Variable block_cmanager_new_course::$role_2 is not documented
(#62) Variable block_cmanager_new_course::$mform_showadvanced_last is not documented
(#63) Variable block_cmanager_new_course::$role_3 is not documented
(#64) Variable block_cmanager_new_course::$role_4 is not documented
(#65) Variable block_cmanager_new_course::$role_5 is not documented
(#66) Variable block_cmanager_new_course::$role_6 is not documented
(#67) Variable block_cmanager_new_course::$role_7 is not documented
(#68) Variable block_cmanager_new_course::$role_8 is not documented
(#69) Variable block_cmanager_new_course::$role_9 is not documented
(#72) Phpdocs for function block_cmanager_create_new_course_by_record_id has incomplete parameters list
(#264) Phpdocs for function block_cmanager_send_emails has incomplete parameters list
(#32) Class block_cmanager_new_course does not have @copyright tag
(#32) Class block_cmanager_new_course does not have @license tag
blocks/cmanager/lib/displayLists.php
(#41) Phpdocs for function block_cmanager_display_admin_list has incomplete parameters list
(#381) Phpdocs for function block_cmanager_generate_summary has incomplete parameters list
blocks/cmanager/module_manager.php
(#97) Function block_cmanager_module_manager_form::definition is not documented
blocks/cmanager/module_manager_history.php
(#91) Function block_cmanager_module_manager_history_form::definition is not documented
(#81) No one-line description found in phpdocs for class block_cmanager_module_manager_history_form
blocks/cmanager/requests/request_control.php
(#58) Class block_cmanager_request_control_form is not documented
(#60) Function block_cmanager_request_control_form::definition is not documented
blocks/cmanager/review_request.php
(#81) Function block_cmanager_review_request_form::definition is not documented
(#162) Phpdocs for function block_cmanager_get_username has incomplete parameters list
blocks/cmanager/validate_admin.php
(#2) Empty line found after PHP open tag
blocks/cmanager/view_summary.php
(#78) Function block_cmanager_view_summary_form::definition is not documented

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]