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

(1442 errors, 403 warnings)

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

mod/customlabel/admin_updateall_form.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Inline control structures are not allowed
(#14) "require" must be immediately followed by an open parenthesis
(#23) Line exceeds 132 characters; contains 134 characters
(#27) Line exceeds 132 characters; contains 157 characters
mod/customlabel/adminmetadata.php
(#34) Line exceeds 132 characters; contains 135 characters
(#47) Inline control structures are not allowed
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) "include" must be immediately followed by an open parenthesis
(#68) "include" must be immediately followed by an open parenthesis
(#72) "include" must be immediately followed by an open parenthesis
(#76) "include" must be immediately followed by an open parenthesis
mod/customlabel/ajax/applyconstraints.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#13) Inline comments must start with a capital letter, digit or 3-dots sequence
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
(#13) This comment is 67% valid code; is this commented out code?
(#15) Inline comments must start with a capital letter, digit or 3-dots sequence
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Inline control structures are not allowed
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline control structures are not allowed
(#51) Line exceeds 132 characters; contains 153 characters
(#62) Inline control structures are not allowed
(#62) Line exceeds 132 characters; contains 144 characters
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Whitespace found at end of line
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Line exceeds 132 characters; contains 167 characters
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) This comment is 54% valid code; is this commented out code?
(#97) Line exceeds maximum limit of 180 characters; contains 214 characters
mod/customlabel/backup/moodle1/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) This comment is 50% valid code; is this commented out code?
(#61) Line indented incorrectly; expected at least 8 spaces, found 0
(#61) Expected 1 space before comment text but found 25; use block comment if you need indentation
(#65) Line exceeds 132 characters; contains 139 characters
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) This comment is 43% valid code; is this commented out code?
(#65) Line indented incorrectly; expected at least 16 spaces, found 0
(#65) Expected 1 space before comment text but found 22; use block comment if you need indentation
(#74) Line indented incorrectly; expected at least 8 spaces, found 7
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) This comment is 89% valid code; is this commented out code?
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Line exceeds 132 characters; contains 159 characters
(#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
mod/customlabel/backup/moodle2/backup_customlabel_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Whitespace found at end of line
(#58) Commas (,) must be followed by white space.
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/backup/moodle2/backup_customlabel_settingslib.php
(#1) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/backup/moodle2/backup_customlabel_stepslib.php
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) This comment is 59% valid code; is this commented out code?
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) This comment is 50% valid code; is this commented out code?
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/backup/moodle2/restore_customlabel_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/backup/moodle2/restore_customlabel_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) method name "restore_customlabel_activity_structure_step::__postupdate" is invalid; only PHP magic methods should be prefixed with a double underscore
(#151) Whitespace found at end of line
mod/customlabel/classes/plugininfo/customlabeltype.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
mod/customlabel/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/customlabel/db/install.php
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Whitespace found at end of line
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Whitespace found at end of line
(#192) Whitespace found at end of line
mod/customlabel/db/log.php
(#29) Expected 1 space before "=>"; 0 found
(#29) Expected 1 space after "=>"; 0 found
(#29) Expected 1 space before "=>"; 0 found
(#29) Expected 1 space after "=>"; 0 found
(#29) Expected 1 space before "=>"; 0 found
(#29) Expected 1 space after "=>"; 0 found
(#29) Expected 1 space before "=>"; 0 found
(#29) Expected 1 space after "=>"; 0 found
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#30) Expected 1 space before "=>"; 0 found
(#30) Expected 1 space after "=>"; 0 found
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
mod/customlabel/db/subplugins.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/customlabel/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Whitespace found at end of line
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#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
(#28) No space found before comment text; expected "// ===== 1.9.0 upgrade line ======//" but found "//===== 1.9.0 upgrade line ======//"
(#31) Line indented incorrectly; expected at least 8 spaces, found 4
(#36) Line indented incorrectly; expected at least 8 spaces, found 4
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Expected "try {\n...} catch (...) {\n"; found "try {\n...} catch(...) {\n"
(#110) Empty CATCH statement detected
(#110) Empty CATCH statement must have a comment to explain why the exception is not handled
mod/customlabel/flexpage.php
(#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.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/customlabel/forms/ClassificationModelForm.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Whitespace found at end of line
(#7) Visibility must be declared on method "definition"
(#13) Line exceeds 132 characters; contains 158 characters
(#18) Line exceeds 132 characters; contains 160 characters
(#23) Line exceeds 132 characters; contains 165 characters
(#28) Line exceeds 132 characters; contains 170 characters
(#33) Line exceeds 132 characters; contains 150 characters
(#38) Line exceeds 132 characters; contains 157 characters
(#43) Line exceeds 132 characters; contains 159 characters
(#47) Whitespace found at end of line
mod/customlabel/forms/EditTypeForm.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Whitespace found at end of line
(#9) Whitespace found at end of line
(#10) Visibility must be declared on method "__construct"
(#13) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#16) Visibility must be declared on method "definition"
(#18) Whitespace found at end of line
(#21) Whitespace found at end of line
(#45) Whitespace found at end of line
(#46) Visibility must be declared on method "validation"
(#53) Whitespace found at end of line
mod/customlabel/forms/EditValueForm.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Whitespace found at end of line
(#10) Whitespace found at end of line
(#11) Visibility must be declared on method "__construct"
(#15) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#18) Visibility must be declared on method "definition"
(#20) Whitespace found at end of line
(#23) Whitespace found at end of line
(#44) Whitespace found at end of line
(#45) Visibility must be declared on method "validation"
(#47) Whitespace found at end of line
(#51) Whitespace found at end of line
mod/customlabel/index.php
(#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.".
(#13) Line 12 of the opening comment must start "//".
(#14) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#15) Inline comments must start with a capital letter, digit or 3-dots sequence
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) This comment is 70% valid code; is this commented out code?
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/lang/en/customlabel.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#45) Whitespace found at end of line within string
(#49) Whitespace found at end of line within string
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/lang/fr/customlabel.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) Whitespace found at end of line within string
(#41) Whitespace found at end of line within string
(#42) Whitespace found at end of line within string
(#44) Whitespace found at end of line within string
(#45) Whitespace found at end of line within string
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/lib.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Inline doc block comments are not allowed; use "// Comment." instead
(#56) Closing brace must be on a line by itself
(#57) Closing brace must be on a line by itself
(#58) Closing brace must be on a line by itself
(#59) Closing brace must be on a line by itself
(#60) Closing brace must be on a line by itself
(#61) Closing brace must be on a line by itself
(#62) Closing brace must be on a line by itself
(#63) Closing brace must be on a line by itself
(#64) Closing brace must be on a line by itself
(#65) Closing brace must be on a line by itself
(#66) Closing brace must be on a line by itself
(#68) Closing brace must be on a line by itself
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Commas (,) must be followed by white space.
(#89) Whitespace found at end of line
(#90) Whitespace found at end of line
(#91) Whitespace found at end of line
(#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
(#116) Commas (,) must be followed by white space.
(#116) Commas (,) must be followed by white space.
(#116) Commas (,) must be followed by white space.
(#116) Line exceeds 132 characters; contains 152 characters
(#121) Commas (,) must be followed by white space.
(#121) Commas (,) must be followed by white space.
(#121) Commas (,) must be followed by white space.
(#121) Line exceeds maximum limit of 180 characters; contains 255 characters
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#133) Line exceeds maximum limit of 180 characters; contains 189 characters
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#156) Whitespace found at end of line
(#157) Whitespace found at end of line
(#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
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Whitespace found at end of line
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Line exceeds maximum limit of 180 characters; contains 189 characters
(#228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Whitespace found at end of line
(#299) Line exceeds 132 characters; contains 161 characters
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) This comment is 54% valid code; is this commented out code?
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#348) Line exceeds maximum limit of 180 characters; contains 233 characters
(#375) Line exceeds 132 characters; contains 163 characters
(#406) This comment is 49% valid code; is this commented out code?
(#430) Expected 1 space(s) before asterisk; 0 found
(#431) Expected 1 space(s) before asterisk; 0 found
(#439) Whitespace found at end of line
(#477) Inline comments must end in full-stops, exclamation marks, or question marks
(#538) Expected 1 space before "*"; 0 found
(#538) Expected 1 space after "*"; 0 found
(#539) Expected 1 space before "*"; 0 found
(#539) Expected 1 space after "*"; 0 found
(#542) Inline comments must start with a capital letter, digit or 3-dots sequence
(#542) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/locallib.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Whitespace found at end of line
(#40) Whitespace found at end of line
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline control structures are not allowed
(#62) Inline control structures are not allowed
(#63) Inline control structures are not allowed
(#64) Inline control structures are not allowed
(#65) Inline control structures are not allowed
(#66) Line exceeds 132 characters; contains 155 characters
(#72) Inline control structures are not allowed
(#116) The use of function print_object() is forbidden
(#118) Inline control structures are not allowed
(#206) Whitespace found at end of line
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) Line exceeds 132 characters; contains 135 characters
mod/customlabel/metadataconstraints.controller.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#8) Line exceeds 132 characters; contains 133 characters
(#9) Line exceeds 132 characters; contains 134 characters
(#27) Whitespace found at end of line
mod/customlabel/metadataconstraints.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#48) "include" must be immediately followed by an open parenthesis
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Whitespace found at end of line
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Line exceeds 132 characters; contains 133 characters
(#122) Whitespace found at end of line
mod/customlabel/metadatamodel.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/customlabel/metadatatypes.controller.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Whitespace found at end of line
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Whitespace found at end of line
(#76) Whitespace found at end of line
(#83) Expected 1 space after "="; 2 found
(#93) Whitespace found at end of line within string
(#94) Whitespace found at end of line within string
(#95) Whitespace found at end of line within string
(#97) Whitespace found at end of line within string
(#99) Whitespace found at end of line within string
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Inline control structures are not allowed
(#131) Whitespace found at end of line within string
(#133) Whitespace found at end of line within string
(#135) Whitespace found at end of line within string
(#138) Expected 1 space after "="; 2 found
(#160) Expected 1 space after "="; 2 found
(#163) Whitespace found at end of line within string
(#165) Whitespace found at end of line within string
(#176) Whitespace found at end of line within string
(#178) Whitespace found at end of line within string
(#180) Whitespace found at end of line within string
mod/customlabel/metadatatypes.php
(#67) Line exceeds 132 characters; contains 143 characters
(#70) Whitespace found at end of line
(#82) Whitespace found at end of line within string
(#126) Line exceeds 132 characters; contains 142 characters
(#126) Space found before semicolon; expected "0;" but found "0 ;"
(#127) Line exceeds 132 characters; contains 135 characters
mod/customlabel/metadatavalues.controller.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must start with a capital letter, digit or 3-dots sequence
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
(#11) Line exceeds 132 characters; contains 148 characters
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#64) Whitespace found at end of line
(#65) Whitespace found at end of line
(#67) Whitespace found at end of line
(#72) Expected 1 space(s) before asterisk; 0 found
(#72) Whitespace found at end of line
(#73) Expected 1 space(s) before asterisk; 0 found
(#73) Whitespace found at end of line
(#74) Expected 1 space(s) before asterisk; 0 found
(#75) Expected 1 space(s) before asterisk; 0 found
(#76) Expected 1 space(s) before asterisk; 0 found
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Expected 1 space after "="; 2 found
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Whitespace found at end of line within string
(#92) Whitespace found at end of line within string
(#93) Whitespace found at end of line within string
(#95) Whitespace found at end of line within string
(#98) Whitespace found at end of line within string
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#119) Expected 1 space(s) before asterisk; 0 found
(#124) Inline control structures are not allowed
(#130) Whitespace found at end of line within string
(#132) Whitespace found at end of line within string
(#134) Whitespace found at end of line within string
(#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) This comment is 60% valid code; is this commented out code?
(#139) Expected 1 space after "="; 2 found
(#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
(#154) Expected 1 space(s) before asterisk; 0 found
(#155) Expected 1 space(s) before asterisk; 0 found
(#156) Expected 1 space(s) before asterisk; 0 found
(#157) Expected 1 space(s) before asterisk; 0 found
(#161) Expected 1 space after "="; 2 found
(#164) Whitespace found at end of line within string
(#166) Whitespace found at end of line within string
(#171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) This comment is 60% valid code; is this commented out code?
(#180) Whitespace found at end of line within string
(#182) Whitespace found at end of line within string
(#184) Whitespace found at end of line within string
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/metadatavalues.php
(#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.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#50) "include" must be immediately followed by an open parenthesis
(#63) Line exceeds 132 characters; contains 134 characters
(#96) Whitespace found at end of line within string
(#100) Line indented incorrectly; expected at least 8 spaces, found 7
(#100) Line exceeds maximum limit of 180 characters; contains 191 characters
(#101) Line exceeds 132 characters; contains 151 characters
(#103) Line exceeds 132 characters; contains 151 characters
(#108) Line exceeds 132 characters; contains 155 characters
(#112) Line exceeds maximum limit of 180 characters; contains 218 characters
(#112) Space found before semicolon; expected "0;" but found "0 ;"
mod/customlabel/mod.php
(#33) Line exceeds 132 characters; contains 149 characters
mod/customlabel/mod_form.php
(#21) Whitespace found at end of line
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Usage of ELSEIF not allowed; use ELSE IF instead
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) This comment is 68% valid code; is this commented out code?
(#98) Line exceeds maximum limit of 180 characters; contains 206 characters
(#100) Line exceeds maximum limit of 180 characters; contains 288 characters
(#102) Line exceeds 132 characters; contains 135 characters
(#116) Variable "customlabel_next_id" must not contain underscores.
(#117) Variable "customlabel_next_id" must not contain underscores.
(#140) Usage of ELSEIF not allowed; use ELSE IF instead
(#144) Usage of ELSEIF not allowed; use ELSE IF instead
(#148) Usage of ELSEIF not allowed; use ELSE IF instead
(#159) Usage of ELSEIF not allowed; use ELSE IF instead
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Usage of ELSEIF not allowed; use ELSE IF instead
(#177) Line exceeds 132 characters; contains 147 characters
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Line exceeds 132 characters; contains 177 characters
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Line exceeds maximum limit of 180 characters; contains 183 characters
mod/customlabel/pageitem.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Whitespace found at end of line
(#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
(#34) Whitespace found at end of line
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Line exceeds 132 characters; contains 150 characters
mod/customlabel/search_document.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Expected 1 space(s) before asterisk; 0 found
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Expected 1 space(s) before asterisk; 0 found
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#5) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#5) Expected 1 space(s) before asterisk; 0 found
(#5) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected 1 space(s) before asterisk; 0 found
(#13) Expected 1 space(s) before asterisk; 0 found
(#14) Expected 1 space(s) before asterisk; 0 found
(#15) Expected 1 space(s) before asterisk; 0 found
(#16) Expected 1 space(s) before asterisk; 0 found
(#17) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Whitespace found at end of line
(#36) Variable "context_id" must not contain underscores.
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Variable "context_id" must not contain underscores.
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) This comment is 70% valid code; is this commented out code?
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Variable "additionalKeys" must be all lower-case
(#54) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Variable "additionalKeys" must be all lower-case
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Variable "additionalKeys" must be all lower-case
(#73) Expected 1 space(s) before asterisk; 0 found
(#74) Expected 1 space(s) before asterisk; 0 found
(#74) Whitespace found at end of line
(#75) Expected 1 space(s) before asterisk; 0 found
(#76) Expected 1 space(s) before asterisk; 0 found
(#77) Variable "course_id" must not contain underscores.
(#79) Variable "course_id" must not contain underscores.
(#83) Expected 1 space(s) before asterisk; 0 found
(#84) Expected 1 space(s) before asterisk; 0 found
(#85) Expected 1 space(s) before asterisk; 0 found
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) No space found before comment text; expected "// trick to leave search indexer functionality intact, but allow" but found "//trick to leave search indexer functionality intact, but allow"
(#89) No space found before comment text; expected "// this document to only use the below function to return info" but found "//this document to only use the below function to return info"
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) No space found before comment text; expected "// to be searched" but found "//to be searched"
(#96) Expected 1 space(s) before asterisk; 0 found
(#97) Expected 1 space(s) before asterisk; 0 found
(#98) Expected 1 space(s) before asterisk; 0 found
(#99) Expected 1 space(s) before asterisk; 0 found
(#100) Expected 1 space(s) before asterisk; 0 found
(#101) Expected 1 space(s) before asterisk; 0 found
(#102) Expected 1 space(s) before asterisk; 0 found
(#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
(#110) Line exceeds 132 characters; contains 144 characters
(#124) Expected 1 space(s) before asterisk; 0 found
(#125) Expected 1 space(s) before asterisk; 0 found
(#126) Expected 1 space(s) before asterisk; 0 found
(#127) Expected 1 space(s) before asterisk; 0 found
(#128) Expected 1 space(s) before asterisk; 0 found
(#145) Expected 1 space(s) before asterisk; 0 found
(#146) Expected 1 space(s) before asterisk; 0 found
(#147) Expected 1 space(s) before asterisk; 0 found
(#148) Expected 1 space(s) before asterisk; 0 found
(#156) Expected 1 space(s) before asterisk; 0 found
(#157) Expected 1 space(s) before asterisk; 0 found
(#158) Expected 1 space(s) before asterisk; 0 found
(#160) Line exceeds 132 characters; contains 140 characters
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) No space found before comment text; expected "// [primary id], [table name], [time created field name], [time modified field name], [docsubtype], [additional where conditions for sql]" but found "//[primary id], [table name], [time created field name], [time modified field name], [docsubtype], [additional where conditions for sql]"
(#165) Expected 1 space(s) before asterisk; 0 found
(#166) Expected 1 space(s) before asterisk; 0 found
(#167) Variable "this_id" must not contain underscores.
(#167) Variable "context_id" must not contain underscores.
(#170) Inline control structures are not allowed
(#170) Variable "this_id" must not contain underscores.
(#172) Variable "context_id" must not contain underscores.
(#174) Variable "context_id" must not contain underscores.
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Expected 1 space(s) before asterisk; 0 found
(#190) Whitespace found at end of line
(#191) Expected 1 space(s) before asterisk; 0 found
(#192) Expected 1 space(s) before asterisk; 0 found
(#193) Expected 1 space(s) before asterisk; 0 found
(#194) Expected 1 space(s) before asterisk; 0 found
(#194) Whitespace found at end of line
(#195) Expected 1 space(s) before asterisk; 0 found
(#196) Expected 1 space(s) before asterisk; 0 found
(#197) Expected 1 space(s) before asterisk; 0 found
(#198) Expected 1 space(s) before asterisk; 0 found
(#199) Expected 1 space(s) before asterisk; 0 found
(#200) Variable "this_id" must not contain underscores.
(#200) Variable "group_id" must not contain underscores.
(#200) Variable "context_id" must not contain underscores.
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Inline control structures are not allowed
(#204) Variable "this_id" must not contain underscores.
(#204) Variable "context_id" must not contain underscores.
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) No space found before comment text; expected "// check if found course module is visible" but found "//check if found course module is visible"
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) 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) Expected 1 space(s) before asterisk; 0 found
mod/customlabel/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) Line exceeds maximum limit of 180 characters; contains 216 characters
(#5) Line exceeds maximum limit of 180 characters; contains 222 characters
(#9) Line exceeds maximum limit of 180 characters; contains 190 characters
(#11) Line exceeds maximum limit of 180 characters; contains 194 characters
mod/customlabel/showclassified.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#61) Whitespace found at end of line within string
(#67) Usage of ELSEIF not allowed; use ELSE IF instead
(#84) Whitespace found at end of line within string
(#99) Whitespace found at end of line
mod/customlabel/type/NEWTYPE/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "include" must be immediately followed by an open parenthesis
(#3) File is being unconditionally included; use "require" instead
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#9) Expected 1 space(s) before asterisk; 0 found
(#13) Visibility must be declared on method "__construct"
(#18) Whitespace found at end of line
(#23) Whitespace found at end of line
(#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
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Whitespace found at end of line
mod/customlabel/type/NEWTYPE/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/NEWTYPE/lang/en/customlabeltype_NEWTYPE.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#4) Whitespace found at end of line
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#6) Whitespace found at end of line
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
mod/customlabel/type/NEWTYPE/lang/fr/customlabeltype_NEWTYPE.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#4) Whitespace found at end of line
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#6) Whitespace found at end of line
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
mod/customlabel/type/NEWTYPE/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/authordata/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Visibility must be declared on method "__construct"
mod/customlabel/type/authordata/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/authordata/lang/en/customlabeltype_authordata.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#4) Whitespace found at end of line
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#6) Whitespace found at end of line
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
(#45) Whitespace found at end of line within string
(#57) Whitespace found at end of line within string
mod/customlabel/type/authordata/lang/fr/customlabeltype_authordata.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#4) Whitespace found at end of line
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#6) Whitespace found at end of line
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#9) Expected 1 space(s) before asterisk; 0 found
(#10) Expected 1 space(s) before asterisk; 0 found
(#42) Whitespace found at end of line within string
(#54) Whitespace found at end of line within string
mod/customlabel/type/authordata/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/authornote/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#11) Visibility must be declared on method "__construct"
(#15) Whitespace found at end of line
(#29) Visibility must be declared on method "preprocess_data"
(#37) Line exceeds 132 characters; contains 173 characters
(#37) Space found before semicolon; expected "'/mod/customlabel/pix/plus.gif';" but found "'/mod/customlabel/pix/plus.gif' ;"
(#43) Whitespace found at end of line
mod/customlabel/type/authornote/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/authornote/lang/en/customlabeltype_authornote.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/authornote/lang/fr/customlabeltype_authornote.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/authornote/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/commentbox/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#16) Whitespace found at end of line
(#23) Whitespace found at end of line
mod/customlabel/type/commentbox/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/commentbox/lang/en/customlabeltype_commentbox.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/commentbox/lang/fr/customlabeltype_commentbox.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/commentbox/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/contactpoint/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#16) This comment is 45% valid code; is this commented out code?
mod/customlabel/type/contactpoint/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/contactpoint/lang/en/customlabeltype_contactpoint.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/contactpoint/lang/fr/customlabeltype_contactpoint.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/contactpoint/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/courseclassifier/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#18) Whitespace found at end of line
(#106) Whitespace found at end of line
(#107) Visibility must be declared on method "on_delete"
(#109) Whitespace found at end of line
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Expected 5 space(s) before asterisk; 4 found
(#116) Expected 5 space(s) before asterisk; 4 found
(#117) Expected 5 space(s) before asterisk; 4 found
(#118) Visibility must be declared on method "preprocess_data"
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Whitespace found at end of line
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/courseclassifier/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/courseclassifier/lang/en/customlabeltype_courseclassifier.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/courseclassifier/lang/fr/customlabeltype_courseclassifier.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/courseclassifier/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/coursedata/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#113) Expected 5 space(s) before asterisk; 4 found
(#114) Expected 5 space(s) before asterisk; 4 found
(#115) Expected 5 space(s) before asterisk; 4 found
(#116) Visibility must be declared on method "postprocess_data"
mod/customlabel/type/coursedata/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/coursedata/lang/en/customlabeltype_coursedata.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#6) Whitespace found at end of line
mod/customlabel/type/coursedata/lang/fr/customlabeltype_coursedata.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Whitespace found at end of line
(#6) Whitespace found at end of line
mod/customlabel/type/coursedata/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/courseheading/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Whitespace found at end of line
(#44) Expected "if (...) {\n"; found "if (...){\n"
(#78) Whitespace found at end of line
(#84) Inline control structures are not allowed
(#94) Line exceeds maximum limit of 180 characters; contains 217 characters
(#96) Usage of ELSEIF not allowed; use ELSE IF instead
(#98) Line exceeds maximum limit of 180 characters; contains 218 characters
mod/customlabel/type/courseheading/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/courseheading/lang/en/customlabeltype_courseheading.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/courseheading/lang/fr/customlabeltype_courseheading.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/courseheading/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/customtype.class.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#41) Line indented incorrectly; expected at least 8 spaces, found 7
(#42) Line indented incorrectly; expected at least 8 spaces, found 7
(#43) Line indented incorrectly; expected at least 8 spaces, found 7
(#44) Line indented incorrectly; expected at least 8 spaces, found 7
(#45) Line indented incorrectly; expected at least 8 spaces, found 7
(#46) Line indented incorrectly; expected at least 8 spaces, found 7
(#88) Space found before semicolon; expected "key;" but found "key ;"
(#89) Space found before semicolon; expected "'';" but found "'' ;"
(#90) Space found before semicolon; expected "'';" but found "'' ;"
(#152) Whitespace found at end of line
(#195) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#236) Whitespace found at end of line
(#237) Whitespace found at end of line
(#262) Whitespace found at end of line
(#263) Whitespace found at end of line
(#274) Expected "if (...) {\n"; found "if (...){ // We have multilang.\n"
(#300) Line exceeds 132 characters; contains 153 characters
(#300) Space found before semicolon; expected ");" but found ") ;"
(#389) Whitespace found at end of line
(#390) Inline control structures are not allowed
(#393) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#415) Usage of ELSEIF not allowed; use ELSE IF instead
(#420) Usage of ELSEIF not allowed; use ELSE IF instead
(#421) Expected "if (...) {\n"; found "if (...){\n"
(#439) Inline control structures are not allowed
(#439) Expected 1 space after "="; 2 found
(#442) Usage of ELSEIF not allowed; use ELSE IF instead
(#444) Usage of ELSEIF not allowed; use ELSE IF instead
(#462) Expected 1 space after closing parenthesis; found 0
(#498) Expected 5 space(s) before asterisk; 4 found
(#499) Expected 5 space(s) before asterisk; 4 found
(#500) Expected 5 space(s) before asterisk; 4 found
(#504) Inline comments must start with a capital letter, digit or 3-dots sequence
(#504) Inline comments must end in full-stops, exclamation marks, or question marks
(#524) Whitespace found at end of line
(#542) Line exceeds 132 characters; contains 152 characters
(#542) Inline comments must end in full-stops, exclamation marks, or question marks
(#545) The use of function eval() is forbidden
(#578) Inline control structures are not allowed
(#581) Inline comments must end in full-stops, exclamation marks, or question marks
(#582) Inline control structures are not allowed
(#610) Line exceeds 132 characters; contains 135 characters
mod/customlabel/type/definition/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#16) Whitespace found at end of line
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Whitespace found at end of line
(#26) Space found before semicolon; expected "0;" but found "0 ;"
(#38) Space found before first semicolon of FOR loop
(#38) Space found before semicolon; expected "0;" but found "0 ;"
(#46) Whitespace found at end of line
(#47) Visibility must be declared on method "preprocess_data"
(#51) Space found before first semicolon of FOR loop
(#51) Space found before semicolon; expected "0;" but found "0 ;"
(#51) Whitespace found at end of line
(#53) Space found before semicolon; expected "'';" but found "'' ;"
(#59) Whitespace found at end of line
mod/customlabel/type/definition/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/definition/lang/en/customlabeltype_definition.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/definition/lang/fr/customlabeltype_definition.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/definition/version.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/example/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#17) Whitespace found at end of line
(#23) Whitespace found at end of line
(#24) Visibility must be declared on method "postprocess_data"
(#30) Whitespace found at end of line
mod/customlabel/type/example/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/example/lang/en/customlabeltype_example.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/example/lang/fr/customlabeltype_example.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/example/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/important/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#16) Whitespace found at end of line
(#24) Whitespace found at end of line
mod/customlabel/type/important/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/important/lang/en/customlabeltype_important.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/important/lang/fr/customlabeltype_important.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/important/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/keypoints/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#18) Whitespace found at end of line
(#19) Space found before semicolon; expected "3;" but found "3 ;"
(#20) Whitespace found at end of line
(#21) Whitespace found at end of line
(#28) Space found before first semicolon of FOR loop
(#28) Space found before semicolon; expected "0;" but found "0 ;"
(#36) Whitespace found at end of line
(#37) Visibility must be declared on method "preprocess_data"
(#41) Space found before first semicolon of FOR loop
(#41) Space found before semicolon; expected "0;" but found "0 ;"
(#43) Space found before semicolon; expected "'';" but found "'' ;"
(#48) Whitespace found at end of line
mod/customlabel/type/keypoints/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/keypoints/lang/en/customlabeltype_keypoints.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/keypoints/lang/fr/customlabeltype_keypoints.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/keypoints/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/localgoals/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#16) Whitespace found at end of line
(#23) Whitespace found at end of line
(#24) Visibility must be declared on method "postprocess_data"
(#30) Whitespace found at end of line
mod/customlabel/type/localgoals/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/localgoals/lang/en/customlabeltype_localgoals.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/localgoals/lang/fr/customlabeltype_localgoals.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/localgoals/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/pedagogicadvice/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Visibility must be declared on method "__construct"
(#16) Whitespace found at end of line
(#29) Visibility must be declared on method "preprocess_data"
(#37) Line exceeds 132 characters; contains 173 characters
(#37) Space found before semicolon; expected "'/mod/customlabel/pix/plus.gif';" but found "'/mod/customlabel/pix/plus.gif' ;"
(#43) Whitespace found at end of line
mod/customlabel/type/pedagogicadvice/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/pedagogicadvice/lang/en/customlabeltype_pedagogicadvice.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/pedagogicadvice/lang/fr/customlabeltype_pedagogicadvice.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/pedagogicadvice/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/sectionheading/customlabel.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) "require_once" must be immediately followed by an open parenthesis
(#21) Visibility must be declared on method "__construct"
(#72) Whitespace found at end of line
(#75) Visibility must be declared on method "postprocess_data"
(#82) Line exceeds maximum limit of 180 characters; contains 204 characters
(#84) Usage of ELSEIF not allowed; use ELSE IF instead
(#86) Line exceeds maximum limit of 180 characters; contains 206 characters
mod/customlabel/type/sectionheading/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/sectionheading/lang/en/customlabeltype_sectionheading.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/sectionheading/lang/fr/customlabeltype_sectionheading.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/sectionheading/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/seealso/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#16) Whitespace found at end of line
(#23) Whitespace found at end of line
(#24) Visibility must be declared on method "postprocess_data"
(#30) Whitespace found at end of line
mod/customlabel/type/seealso/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/seealso/lang/en/customlabeltype_seealso.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/seealso/lang/fr/customlabeltype_seealso.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/seealso/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/sequenceheading/customlabel.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#17) "require_once" must be immediately followed by an open parenthesis
(#21) Visibility must be declared on method "__construct"
(#77) Whitespace found at end of line
(#80) Visibility must be declared on method "postprocess_data"
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Usage of ELSEIF not allowed; use ELSE IF instead
(#100) Line exceeds maximum limit of 180 characters; contains 254 characters
(#102) Usage of ELSEIF not allowed; use ELSE IF instead
(#104) Line exceeds maximum limit of 180 characters; contains 255 characters
mod/customlabel/type/sequenceheading/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/sequenceheading/lang/en/customlabeltype_sequenceheading.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/sequenceheading/lang/fr/customlabeltype_sequenceheading.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/sequenceheading/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/soluce/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#16) Whitespace found at end of line
(#29) Whitespace found at end of line
(#30) Visibility must be declared on method "preprocess_data"
(#32) Whitespace found at end of line
(#35) Line exceeds 132 characters; contains 173 characters
(#35) Space found before semicolon; expected "'/mod/customlabel/pix/plus.gif';" but found "'/mod/customlabel/pix/plus.gif' ;"
(#41) Whitespace found at end of line
mod/customlabel/type/soluce/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/soluce/lang/en/customlabeltype_soluce.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/soluce/lang/fr/customlabeltype_soluce.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/soluce/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/text/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#16) Whitespace found at end of line
(#23) Whitespace found at end of line
(#24) Visibility must be declared on method "preprocess_data"
(#27) Whitespace found at end of line
mod/customlabel/type/text/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/text/lang/en/customlabeltype_text.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/text/lang/fr/customlabeltype_text.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/text/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/theorema/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Space found before first semicolon of FOR loop
(#38) Space found before semicolon; expected "0;" but found "0 ;"
(#58) Visibility must be declared on method "preprocess_data"
(#61) Space found before first semicolon of FOR loop
(#61) Space found before semicolon; expected "0;" but found "0 ;"
mod/customlabel/type/theorema/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/theorema/lang/en/customlabeltype_theorema.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/theorema/lang/fr/customlabeltype_theorema.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/theorema/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/tipsandtricks/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#3) "require_once" must be immediately followed by an open parenthesis
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#12) Visibility must be declared on method "__construct"
(#16) Whitespace found at end of line
(#23) Whitespace found at end of line
mod/customlabel/type/tipsandtricks/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/tipsandtricks/lang/en/customlabeltype_tipsandtricks.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/tipsandtricks/lang/fr/customlabeltype_tipsandtricks.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/tipsandtricks/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/unitheading/customlabel.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#21) Visibility must be declared on method "__construct"
(#72) Whitespace found at end of line
(#75) Visibility must be declared on method "postprocess_data"
(#82) Line exceeds maximum limit of 180 characters; contains 215 characters
(#84) Usage of ELSEIF not allowed; use ELSE IF instead
(#86) Line exceeds maximum limit of 180 characters; contains 217 characters
mod/customlabel/type/unitheading/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/unitheading/lang/en/customlabeltype_unitheading.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/unitheading/lang/fr/customlabeltype_unitheading.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/customlabel/type/unitheading/version.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) 81 slashes comments are not allowed; use "// Comment." instead
(#3) 3 slashes comments are not allowed; use "// Comment." instead
(#3) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#5) 81 slashes comments are not allowed; use "// Comment." instead
(#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.".
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#7) Line 7 of the opening comment must start "//".
(#7) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#7) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#7) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#7) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#7) Line 12 of the opening comment must start "//".
(#7) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#7) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/worktodo/customlabel.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) Visibility must be declared on method "__construct"
(#14) Whitespace found at end of line
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) This comment is 45% valid code; is this commented out code?
(#44) Empty ELSE statement detected
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) This comment is 60% valid code; is this commented out code?
(#48) Line indented incorrectly; expected 8 spaces, found 10
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) This comment is 45% valid code; is this commented out code?
(#60) Closing brace indented incorrectly; expected 10 spaces, found 8
(#60) Empty ELSE statement detected
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) This comment is 60% valid code; is this commented out code?
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) This comment is 45% valid code; is this commented out code?
(#76) Empty ELSE statement detected
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) This comment is 60% valid code; is this commented out code?
(#80) Whitespace found at end of line
(#92) This comment is 46% valid code; is this commented out code?
(#105) Visibility must be declared on method "postprocess_data"
(#108) Inline control structures are not allowed
(#108) Commas (,) must be followed by white space.
(#108) Whitespace found at end of line
(#109) Inline control structures are not allowed
(#109) Commas (,) must be followed by white space.
(#109) Whitespace found at end of line
(#110) Inline control structures are not allowed
(#110) Commas (,) must be followed by white space.
(#110) Whitespace found at end of line
mod/customlabel/type/worktodo/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#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/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/worktodo/lang/en/customlabeltype_worktodo.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/worktodo/lang/fr/customlabeltype_worktodo.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/worktodo/locallib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#6) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Inline control structures are not allowed
(#18) Inline control structures are not allowed
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/type/worktodo/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) 81 slashes comments are not allowed; use "// Comment." instead
(#4) 3 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#5) 3 slashes comments are not allowed; use "// Comment." instead
(#5) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) 81 slashes comments are not allowed; use "// Comment." instead
(#8) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#8) Inline comments must end in full-stops, exclamation marks, or question marks
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/view.php
(#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.".
(#13) Line 12 of the opening comment must start "//".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#29) Commas (,) must be followed by white space.
(#29) Commas (,) must be followed by white space.
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
mod/customlabel/xlib.php
(#22) Whitespace found at end of line
(#32) Whitespace found at end of line
(#34) Whitespace found at end of line
(#37) Expected MOODLE_INTERNAL check or config.php inclusion

Javascript coding style problems

(0 errors, 19 warnings)

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

mod/customlabel/js/applyconstraints.js
(#13) Expected '===' and instead saw '=='.
(#13) Expected '{' and instead saw 'return'.
(#16) The array literal notation [] is preferable.
(#31) Creating global 'for' variable. Should be 'for (var target ...'.
(#58) Creating global 'for' variable. Should be 'for (var target ...'.
(#11) 'applyconstraints' is defined but never used.
(#52) 'status' is defined but never used.
mod/customlabel/js/custombox.js
(#5) Expected '===' and instead saw '=='.
(#7) Expected '{' and instead saw 'elmthumb'.
(#11) Expected '{' and instead saw 'elmthumb'.
(#20) Expected '===' and instead saw '=='.
(#22) Expected '{' and instead saw 'elmthumb'.
(#26) Expected '{' and instead saw 'elmthumb'.
(#1) 'togglecustom' is defined but never used.
(#16) 'setupcustom' is defined but never used.
mod/customlabel/js/modform.js
(#22) Expected '===' and instead saw '=='.
(#23) Line is too long.
(#25) Line is too long.
(#15) 'type_change_submit' is defined but never used.

CSS problems

(0 errors, 51 warnings)

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

mod/customlabel/styles.css
(#2) Use of !important
(#3) Use of !important
mod/customlabel/type/authordata/customlabel.css
(#31) Use of !important
mod/customlabel/type/commentbox/customlabel.css
(#20) Rule is empty.
mod/customlabel/type/contactpoint/customlabel.css
(#7) Use of !important
mod/customlabel/type/coursedata/customlabel.css
(#31) Use of !important
mod/customlabel/type/courseheading/customlabel.css
(#4) Use of !important
(#5) Use of !important
mod/customlabel/type/definition/customlabel.css
(#7) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
mod/customlabel/type/example/customlabel.css
(#8) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
mod/customlabel/type/important/customlabel.css
(#7) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
mod/customlabel/type/keypoints/customlabel.css
(#7) Use of !important
mod/customlabel/type/localgoals/customlabel.css
(#8) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
(#46) Use of !important
mod/customlabel/type/seealso/customlabel.css
(#8) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
mod/customlabel/type/soluce/customlabel.css
(#7) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
(#45) Use of !important
mod/customlabel/type/theorema/customlabel.css
(#7) Use of !important
(#59) Use of !important
(#60) Use of !important
(#61) Use of !important
(#62) Use of !important
mod/customlabel/type/tipsandtricks/customlabel.css
(#7) Use of !important
(#41) Use of !important
(#42) Use of !important
(#43) Use of !important
(#44) Use of !important
mod/customlabel/type/worktodo/customlabel.css
(#7) Use of !important
(#44) Use of !important

PHPDocs style problems

(528 errors, 108 warnings)

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

mod/customlabel/admin_updateall.php
(#17) No one-line description found in phpdocs for file
(#21) Package mod-customlabel is not valid
(#22) Category mod is not valid
mod/customlabel/admin_updateall_form.php
(#16) Class customlabel_updateall_form is not documented
(#18) Function customlabel_updateall_form::definition is not documented
(#2) No one-line description found in phpdocs for file
(#6) Package mod-customlabel is not valid
(#7) Category mod is not valid
mod/customlabel/adminmetadata.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/ajax/applyconstraints.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/backup/moodle1/lib.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#77) Phpdocs for function moodle1_mod_customlabel_handler::process_customlabel has incomplete parameters list
(#30) Class moodle1_mod_customlabel_handler does not have @copyright tag
(#30) Class moodle1_mod_customlabel_handler does not have @license tag
(#22) Package mod is not valid
mod/customlabel/backup/moodle2/backup_customlabel_activity_task.class.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#30) No one-line description found in phpdocs for class backup_customlabel_activity_task
(#51) Phpdocs for function backup_customlabel_activity_task::encode_content_links has incomplete parameters list
(#30) Class backup_customlabel_activity_task does not have @copyright tag
(#30) Class backup_customlabel_activity_task does not have @license tag
(#19) Package mod is not valid
mod/customlabel/backup/moodle2/backup_customlabel_settingslib.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/customlabel/backup/moodle2/backup_customlabel_stepslib.php
(#33) Function backup_customlabel_activity_structure_step::define_structure is not documented
(#17) No one-line description found in phpdocs for file
(#28) Class backup_customlabel_activity_structure_step does not have @copyright tag
(#28) Class backup_customlabel_activity_structure_step does not have @license tag
(#18) Package mod is not valid
mod/customlabel/backup/moodle2/restore_customlabel_activity_task.class.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#29) No one-line description found in phpdocs for class restore_customlabel_activity_task
(#29) Class restore_customlabel_activity_task does not have @copyright tag
(#29) Class restore_customlabel_activity_task does not have @license tag
(#19) Package moodlecore is not valid
mod/customlabel/backup/moodle2/restore_customlabel_stepslib.php
(#2) Empty line found after PHP open tag
(#34) Function restore_customlabel_activity_structure_step::define_structure is not documented
(#48) Function restore_customlabel_activity_structure_step::after_execute is not documented
(#53) Function restore_customlabel_activity_structure_step::process_customlabel is not documented
(#96) Function restore_customlabel_activity_structure_step::process_metadatatype is not documented
(#107) Function restore_customlabel_activity_structure_step::process_metadatavalue is not documented
(#120) Function restore_customlabel_activity_structure_step::process_metadataconstraint is not documented
(#134) Function restore_customlabel_activity_structure_step::process_coursemetadata is not documented
(#149) Function restore_customlabel_activity_structure_step::__postupdate is not documented
(#18) No one-line description found in phpdocs for file
(#29) Class restore_customlabel_activity_structure_step does not have @copyright tag
(#29) Class restore_customlabel_activity_structure_step does not have @license tag
(#19) Package customlabel is not valid
mod/customlabel/classes/plugininfo/customlabeltype.php
(#30) Class customlabeltype is not documented
(#65) Function customlabeltype::is_uninstall_allowed is not documented
(#87) Function customlabeltype::get_settings_section_name is not documented
(#79) Invalid phpdocs tag @private used
(#20) Package customlabel is not valid
mod/customlabel/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/db/install.php
(#20) Package mod is not valid
mod/customlabel/db/log.php
(#20) Package mod is not valid
mod/customlabel/db/subplugins.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/db/upgrade.php
(#2) Empty line found after PHP open tag
(#19) File-level phpdocs block is not found
(#21) Function xmldb_customlabel_upgrade is not documented
(#79) Function customlabel_course_preprocess_filepickers is not documented
(#21) Package is not specified for function xmldb_customlabel_upgrade. It is also not specified in file-level phpdocs
(#79) Package is not specified for function customlabel_course_preprocess_filepickers. It is also not specified in file-level phpdocs
mod/customlabel/flexpage.php
(#14) File-level phpdocs block is not found
(#16) Class mod_customlabel_flexpage is not documented
(#18) Function mod_customlabel_flexpage::module_block_setup is not documented
(#16) Package is not specified for class mod_customlabel_flexpage. It is also not specified in file-level phpdocs
mod/customlabel/forms/ClassificationModelForm.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ModelForm is not documented
(#7) Function ModelForm::definition is not documented
(#5) Package is not specified for class ModelForm. It is also not specified in file-level phpdocs
mod/customlabel/forms/EditTypeForm.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class EditTypeForm is not documented
(#10) Function EditTypeForm::__construct is not documented
(#16) Function EditTypeForm::definition is not documented
(#46) Function EditTypeForm::validation is not documented
(#7) Variable EditTypeForm::$view is not documented
(#8) Variable EditTypeForm::$action is not documented
(#5) Package is not specified for class EditTypeForm. It is also not specified in file-level phpdocs
mod/customlabel/forms/EditValueForm.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class EditValueForm is not documented
(#11) Function EditValueForm::__construct is not documented
(#18) Function EditValueForm::definition is not documented
(#45) Function EditValueForm::validation is not documented
(#7) Variable EditValueForm::$view is not documented
(#8) Variable EditValueForm::$action is not documented
(#9) Variable EditValueForm::$type is not documented
(#5) Package is not specified for class EditValueForm. It is also not specified in file-level phpdocs
mod/customlabel/index.php
(#14) File-level phpdocs block is not found
mod/customlabel/lang/en/customlabel.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/lang/fr/customlabel.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/lib.php
(#502) Function customlabel_pluginfile is not documented
(#42) There is no description in phpdocs for function customlabel_supports
(#72) There is no description in phpdocs for function customlabel_get_name
(#386) There is no description in phpdocs for function customlabel_get_view_actions
(#394) There is no description in phpdocs for function customlabel_get_post_actions
(#461) There is no description in phpdocs for function customlabel_is_hidden_byrole
(#88) Phpdocs for function customlabel_add_instance has incomplete parameters list
(#155) Phpdocs for function customlabel_update_instance has incomplete parameters list
(#246) Phpdocs for function customlabel_delete_instance has incomplete parameters list
(#281) Phpdocs for function customlabel_get_participants has incomplete parameters list
(#290) Phpdocs for function customlabel_get_coursemodule_info has incomplete parameters list
(#322) Phpdocs for function customlabel_cm_info_dynamic has incomplete parameters list
(#422) Phpdocs for function customlabel_reset_userdata has incomplete parameters list
(#433) Phpdocs for function customlabel_get_xml has incomplete parameters list
(#464) Phpdocs for function customlabel_is_hidden_byrole has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#42) Package is not specified for function customlabel_supports. It is also not specified in file-level phpdocs
(#72) Package is not specified for function customlabel_get_name. It is also not specified in file-level phpdocs
(#88) Package is not specified for function customlabel_add_instance. It is also not specified in file-level phpdocs
(#155) Package is not specified for function customlabel_update_instance. It is also not specified in file-level phpdocs
(#246) Package is not specified for function customlabel_delete_instance. It is also not specified in file-level phpdocs
(#281) Package is not specified for function customlabel_get_participants. It is also not specified in file-level phpdocs
(#290) Package is not specified for function customlabel_get_coursemodule_info. It is also not specified in file-level phpdocs
(#322) Package is not specified for function customlabel_cm_info_dynamic. It is also not specified in file-level phpdocs
(#386) Package is not specified for function customlabel_get_view_actions. It is also not specified in file-level phpdocs
(#394) Package is not specified for function customlabel_get_post_actions. It is also not specified in file-level phpdocs
(#420) Package is not specified for function customlabel_reset_userdata. It is also not specified in file-level phpdocs
(#433) Package is not specified for function customlabel_get_xml. It is also not specified in file-level phpdocs
(#461) Package is not specified for function customlabel_is_hidden_byrole. It is also not specified in file-level phpdocs
(#502) Package is not specified for function customlabel_pluginfile. It is also not specified in file-level phpdocs
mod/customlabel/locallib.php
(#38) Phpdocs for function customlabel_get_classes has incomplete parameters list
(#162) Phpdocs for function customlabel_save_draft_file has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @date used
(#18) Package mod-customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/metadataconstraints.controller.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/metadataconstraints.php
(#17) No one-line description found in phpdocs for file
(#18) Package mod is not valid
mod/customlabel/metadatamodel.php
(#17) No one-line description found in phpdocs for file
mod/customlabel/metadatatypes.controller.php
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#77) Phpdocs for function classification_tree_updateordering has incomplete parameters list
(#117) Phpdocs for function classification_tree_up has incomplete parameters list
(#154) Phpdocs for function classification_tree_down has incomplete parameters list
(#74) Package is not specified for function classification_tree_updateordering. It is also not specified in file-level phpdocs
(#115) Package is not specified for function classification_tree_up. It is also not specified in file-level phpdocs
(#152) Package is not specified for function classification_tree_down. It is also not specified in file-level phpdocs
mod/customlabel/metadatatypes.php
(#17) No one-line description found in phpdocs for file
mod/customlabel/metadatavalues.controller.php
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#74) Phpdocs for function classification_tree_updateordering has incomplete parameters list
(#116) Phpdocs for function classification_tree_up has incomplete parameters list
(#155) Phpdocs for function classification_tree_down has incomplete parameters list
(#71) Package is not specified for function classification_tree_updateordering. It is also not specified in file-level phpdocs
(#114) Package is not specified for function classification_tree_up. It is also not specified in file-level phpdocs
(#153) Package is not specified for function classification_tree_down. It is also not specified in file-level phpdocs
mod/customlabel/metadatavalues.php
(#14) No one-line description found in phpdocs for file
mod/customlabel/mod.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/customlabel/mod_form.php
(#32) Class mod_customlabel_mod_form is not documented
(#50) Function mod_customlabel_mod_form::definition is not documented
(#203) Function mod_customlabel_mod_form::validation is not documented
(#207) Function mod_customlabel_mod_form::set_data is not documented
mod/customlabel/pageitem.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Phpdocs for function customlabel_set_instance has incomplete parameters list
(#5) Package is not specified for function customlabel_set_instance. It is also not specified in file-level phpdocs
mod/customlabel/search_document.php
(#34) Class CustomLabelSearchDocument is not documented
(#36) Function CustomLabelSearchDocument::__construct is not documented
(#74) Phpdocs for function customlabel_make_link has incomplete parameters list
(#99) Phpdocs for function customlabel_get_content_for_index has incomplete parameters list
(#126) Phpdocs for function customlabel_single_document has incomplete parameters list
(#144) Phpdocs for function customlabel_delete has incomplete parameters list
(#164) Phpdocs for function customlabel_search_get_objectinfo has incomplete parameters list
(#192) Phpdocs for function customlabel_check_text_access has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#9) Invalid phpdocs tag @date used
(#5) Package customlabel is not valid
(#6) Category mod is not valid
mod/customlabel/settings.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/showclassified.php
(#2) No one-line description found in phpdocs for file
(#20) Package moodle is not valid
mod/customlabel/type/NEWTYPE/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Class customlabel_type_NEWTYPE is not documented
(#13) Function customlabel_type_NEWTYPE::__construct is not documented
(#11) Package is not specified for class customlabel_type_NEWTYPE. It is also not specified in file-level phpdocs
mod/customlabel/type/NEWTYPE/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/NEWTYPE/lang/en/customlabeltype_NEWTYPE.php
(#2) Empty line found after PHP open tag
(#3) No one-line description found in phpdocs for file
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
mod/customlabel/type/NEWTYPE/lang/fr/customlabeltype_NEWTYPE.php
(#2) Empty line found after PHP open tag
(#3) No one-line description found in phpdocs for file
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
mod/customlabel/type/NEWTYPE/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/authordata/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_authordata is not documented
(#12) Function customlabel_type_authordata::__construct is not documented
(#10) Package is not specified for class customlabel_type_authordata. It is also not specified in file-level phpdocs
mod/customlabel/type/authordata/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/authordata/lang/en/customlabeltype_authordata.php
(#2) Empty line found after PHP open tag
(#3) No one-line description found in phpdocs for file
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
mod/customlabel/type/authordata/lang/fr/customlabeltype_authordata.php
(#2) Empty line found after PHP open tag
(#3) No one-line description found in phpdocs for file
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
mod/customlabel/type/authordata/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/authornote/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#11) Function customlabel_type_authornote::__construct is not documented
(#29) Function customlabel_type_authornote::preprocess_data is not documented
(#5) No one-line description found in phpdocs for class customlabel_type_authornote
(#5) Class customlabel_type_authornote does not have @copyright tag
(#5) Class customlabel_type_authornote does not have @license tag
(#5) Package is not specified for class customlabel_type_authornote. It is also not specified in file-level phpdocs
mod/customlabel/type/authornote/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/authornote/lang/en/customlabeltype_authornote.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/authornote/lang/fr/customlabeltype_authornote.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/authornote/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/commentbox/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_commentbox is not documented
(#12) Function customlabel_type_commentbox::__construct is not documented
(#10) Package is not specified for class customlabel_type_commentbox. It is also not specified in file-level phpdocs
mod/customlabel/type/commentbox/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/commentbox/lang/en/customlabeltype_commentbox.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/commentbox/lang/fr/customlabeltype_commentbox.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/commentbox/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/contactpoint/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_contactpoint is not documented
(#12) Function customlabel_type_contactpoint::__construct is not documented
(#10) Package is not specified for class customlabel_type_contactpoint. It is also not specified in file-level phpdocs
mod/customlabel/type/contactpoint/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/contactpoint/lang/en/customlabeltype_contactpoint.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/contactpoint/lang/fr/customlabeltype_contactpoint.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/contactpoint/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/courseclassifier/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_courseclassifier is not documented
(#12) Function customlabel_type_courseclassifier::__construct is not documented
(#107) Function customlabel_type_courseclassifier::on_delete is not documented
(#114) There is no description in phpdocs for function preprocess_data
(#10) Package is not specified for class customlabel_type_courseclassifier. It is also not specified in file-level phpdocs
mod/customlabel/type/courseclassifier/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/courseclassifier/lang/en/customlabeltype_courseclassifier.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/courseclassifier/lang/fr/customlabeltype_courseclassifier.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/courseclassifier/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/coursedata/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_coursedata is not documented
(#12) Function customlabel_type_coursedata::__construct is not documented
(#112) There is no description in phpdocs for function postprocess_data
(#112) Phpdocs for function customlabel_type_coursedata::postprocess_data has incomplete parameters list
(#10) Package is not specified for class customlabel_type_coursedata. It is also not specified in file-level phpdocs
mod/customlabel/type/coursedata/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/coursedata/lang/en/customlabeltype_coursedata.php
(#2) Empty line found after PHP open tag
(#3) No one-line description found in phpdocs for file
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
mod/customlabel/type/coursedata/lang/fr/customlabeltype_coursedata.php
(#2) Empty line found after PHP open tag
(#3) No one-line description found in phpdocs for file
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
mod/customlabel/type/coursedata/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/courseheading/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_courseheading is not documented
(#12) Function customlabel_type_courseheading::__construct is not documented
(#76) Phpdocs for function customlabel_type_courseheading::postprocess_data has incomplete parameters list
(#10) Package is not specified for class customlabel_type_courseheading. It is also not specified in file-level phpdocs
mod/customlabel/type/courseheading/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/courseheading/lang/en/customlabeltype_courseheading.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/courseheading/lang/fr/customlabeltype_courseheading.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/courseheading/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/customtype.class.php
(#26) Class customlabel_type is not documented
(#231) Function customlabel_type::get_content is not documented
(#332) Function customlabel_type::get_string_for_list is not documented
(#462) Function customlabel_type::get_xml is not documented
(#494) Function customlabel_type::on_delete is not documented
(#515) Function customlabel_type::pre_update is not documented
(#518) Function customlabel_type::post_update is not documented
(#28) Variable customlabel_type::$title is not documented
(#29) Variable customlabel_type::$type is not documented
(#30) Variable customlabel_type::$fields is not documented
(#31) Variable customlabel_type::$data is not documented
(#32) Variable customlabel_type::$fullaccess is not documented
(#33) Variable customlabel_type::$content is not documented
(#164) There is no description in phpdocs for function get_datasource_values
(#235) There is no description in phpdocs for function make_content
(#35) Phpdocs for function customlabel_type::__construct has incomplete parameters list
(#49) Phpdocs for function customlabel_type::get_options has incomplete parameters list
(#76) Phpdocs for function customlabel_type::get_datasource_options has incomplete parameters list
(#136) Phpdocs for function customlabel_type::is_visible has incomplete parameters list
(#145) Phpdocs for function customlabel_type::module_is_visible has incomplete parameters list
(#164) Phpdocs for function customlabel_type::get_datasource_values has incomplete parameters list
(#214) Phpdocs for function customlabel_type::postprocess_data has incomplete parameters list
(#236) Phpdocs for function customlabel_type::make_content has incomplete parameters list
(#261) Phpdocs for function customlabel_type::make_template has incomplete parameters list
(#497) Phpdocs for function customlabel_type::get_template has incomplete parameters list
(#521) Phpdocs for function customlabel_type::process_conditional has incomplete parameters list
(#561) Phpdocs for function customlabel_type::get_file_url has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Invalid phpdocs tag @date used
(#18) Package mod-customlabel is not valid
(#19) Category mod is not valid
mod/customlabel/type/definition/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_definition is not documented
(#12) Function customlabel_type_definition::__construct is not documented
(#47) Function customlabel_type_definition::preprocess_data is not documented
(#10) Package is not specified for class customlabel_type_definition. It is also not specified in file-level phpdocs
mod/customlabel/type/definition/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/definition/lang/en/customlabeltype_definition.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/definition/lang/fr/customlabeltype_definition.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/definition/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/example/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_example is not documented
(#12) Function customlabel_type_example::__construct is not documented
(#24) Function customlabel_type_example::postprocess_data is not documented
(#10) Package is not specified for class customlabel_type_example. It is also not specified in file-level phpdocs
mod/customlabel/type/example/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/example/lang/en/customlabeltype_example.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/example/lang/fr/customlabeltype_example.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/example/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/important/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_important is not documented
(#12) Function customlabel_type_important::__construct is not documented
(#10) Package is not specified for class customlabel_type_important. It is also not specified in file-level phpdocs
mod/customlabel/type/important/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/important/lang/en/customlabeltype_important.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/important/lang/fr/customlabeltype_important.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/important/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/keypoints/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_keypoints is not documented
(#12) Function customlabel_type_keypoints::__construct is not documented
(#37) Function customlabel_type_keypoints::preprocess_data is not documented
(#10) Package is not specified for class customlabel_type_keypoints. It is also not specified in file-level phpdocs
mod/customlabel/type/keypoints/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/keypoints/lang/en/customlabeltype_keypoints.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/keypoints/lang/fr/customlabeltype_keypoints.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/keypoints/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/localgoals/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_localgoals is not documented
(#12) Function customlabel_type_localgoals::__construct is not documented
(#24) Function customlabel_type_localgoals::postprocess_data is not documented
(#10) Package is not specified for class customlabel_type_localgoals. It is also not specified in file-level phpdocs
mod/customlabel/type/localgoals/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/localgoals/lang/en/customlabeltype_localgoals.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/localgoals/lang/fr/customlabeltype_localgoals.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/localgoals/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/pedagogicadvice/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_pedagogicadvice is not documented
(#12) Function customlabel_type_pedagogicadvice::__construct is not documented
(#29) Function customlabel_type_pedagogicadvice::preprocess_data is not documented
(#10) Package is not specified for class customlabel_type_pedagogicadvice. It is also not specified in file-level phpdocs
mod/customlabel/type/pedagogicadvice/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/pedagogicadvice/lang/en/customlabeltype_pedagogicadvice.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/pedagogicadvice/lang/fr/customlabeltype_pedagogicadvice.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/pedagogicadvice/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/sectionheading/customlabel.class.php
(#17) File-level phpdocs block is not found
(#19) Class customlabel_type_sectionheading is not documented
(#21) Function customlabel_type_sectionheading::__construct is not documented
(#70) Phpdocs for function customlabel_type_sectionheading::postprocess_data has incomplete parameters list
(#19) Package is not specified for class customlabel_type_sectionheading. It is also not specified in file-level phpdocs
mod/customlabel/type/sectionheading/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/sectionheading/lang/en/customlabeltype_sectionheading.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/sectionheading/lang/fr/customlabeltype_sectionheading.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/sectionheading/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/seealso/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_seealso is not documented
(#12) Function customlabel_type_seealso::__construct is not documented
(#24) Function customlabel_type_seealso::postprocess_data is not documented
(#10) Package is not specified for class customlabel_type_seealso. It is also not specified in file-level phpdocs
mod/customlabel/type/seealso/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/seealso/lang/en/customlabeltype_seealso.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/seealso/lang/fr/customlabeltype_seealso.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/seealso/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/sequenceheading/customlabel.class.php
(#17) File-level phpdocs block is not found
(#19) Class customlabel_type_sequenceheading is not documented
(#21) Function customlabel_type_sequenceheading::__construct is not documented
(#75) Phpdocs for function customlabel_type_sequenceheading::postprocess_data has incomplete parameters list
(#19) Package is not specified for class customlabel_type_sequenceheading. It is also not specified in file-level phpdocs
mod/customlabel/type/sequenceheading/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/sequenceheading/lang/en/customlabeltype_sequenceheading.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/sequenceheading/lang/fr/customlabeltype_sequenceheading.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/sequenceheading/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/soluce/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_soluce is not documented
(#12) Function customlabel_type_soluce::__construct is not documented
(#30) Function customlabel_type_soluce::preprocess_data is not documented
(#10) Package is not specified for class customlabel_type_soluce. It is also not specified in file-level phpdocs
mod/customlabel/type/soluce/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/soluce/lang/en/customlabeltype_soluce.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/soluce/lang/fr/customlabeltype_soluce.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/soluce/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/text/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_text is not documented
(#12) Function customlabel_type_text::__construct is not documented
(#24) Function customlabel_type_text::preprocess_data is not documented
(#10) Package is not specified for class customlabel_type_text. It is also not specified in file-level phpdocs
mod/customlabel/type/text/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/text/lang/en/customlabeltype_text.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/text/lang/fr/customlabeltype_text.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/text/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/theorema/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_theorema is not documented
(#12) Function customlabel_type_theorema::__construct is not documented
(#58) Function customlabel_type_theorema::preprocess_data is not documented
(#10) Package is not specified for class customlabel_type_theorema. It is also not specified in file-level phpdocs
mod/customlabel/type/theorema/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/theorema/lang/en/customlabeltype_theorema.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/theorema/lang/fr/customlabeltype_theorema.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/theorema/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/tipsandtricks/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class customlabel_type_tipsandtricks is not documented
(#12) Function customlabel_type_tipsandtricks::__construct is not documented
(#10) Package is not specified for class customlabel_type_tipsandtricks. It is also not specified in file-level phpdocs
mod/customlabel/type/tipsandtricks/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/tipsandtricks/lang/en/customlabeltype_tipsandtricks.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/tipsandtricks/lang/fr/customlabeltype_tipsandtricks.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/tipsandtricks/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/type/unitheading/customlabel.class.php
(#17) File-level phpdocs block is not found
(#19) Class customlabel_type_unitheading is not documented
(#21) Function customlabel_type_unitheading::__construct is not documented
(#70) Phpdocs for function customlabel_type_unitheading::postprocess_data has incomplete parameters list
(#19) Package is not specified for class customlabel_type_unitheading. It is also not specified in file-level phpdocs
mod/customlabel/type/unitheading/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/unitheading/lang/en/customlabeltype_unitheading.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/unitheading/lang/fr/customlabeltype_unitheading.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/unitheading/version.php
(#7) File-level phpdocs block is not found
(#2) Found comment starting with three or more slashes
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
mod/customlabel/type/worktodo/customlabel.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function customlabel_type_worktodo::__construct is not documented
(#105) Function customlabel_type_worktodo::postprocess_data is not documented
(#6) No one-line description found in phpdocs for class customlabel_type_worktodo
(#6) Class customlabel_type_worktodo does not have @copyright tag
(#6) Class customlabel_type_worktodo does not have @license tag
(#6) Package is not specified for class customlabel_type_worktodo. It is also not specified in file-level phpdocs
mod/customlabel/type/worktodo/db/access.php
(#) File-level phpdocs block is not found
mod/customlabel/type/worktodo/lang/en/customlabeltype_worktodo.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/worktodo/lang/fr/customlabeltype_worktodo.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/customlabel/type/worktodo/locallib.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Package is not specified for function customlabel_get_candidate_modules. It is also not specified in file-level phpdocs
mod/customlabel/type/worktodo/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/version.php
(#2) Empty line found after PHP open tag
(#8) File-level phpdocs block is not found
(#3) Found comment starting with three or more slashes
(#4) Found comment starting with three or more slashes
(#5) Found comment starting with three or more slashes
(#6) Found comment starting with three or more slashes
mod/customlabel/view.php
(#14) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/customlabel/xlib.php
(#17) No one-line description found in phpdocs for file
(#33) Phpdocs for function theme_set_customlabelcss has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#33) Package is not specified for function theme_set_customlabelcss. It is also not specified in file-level phpdocs

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]


Mustache template problems

(0 errors, 0 warnings)

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