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

(227 errors, 243 warnings)

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

blocks/admin_presets/block_admin_presets.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion
(#6) Visibility must be declared on method "init"
(#11) Visibility must be declared on method "get_content"
(#30) Line exceeds 132 characters; contains 154 characters
(#31) Line exceeds 132 characters; contains 170 characters
(#34) Line exceeds 132 characters; contains 155 characters
(#35) Line exceeds 132 characters; contains 170 characters
(#38) Line exceeds 132 characters; contains 156 characters
(#39) Line exceeds 132 characters; contains 154 characters
(#46) Visibility must be declared on method "applicable_formats"
(#50) Visibility must be declared on method "has_config"
blocks/admin_presets/classes/event/preset_deleted.php
(#2) The opening <?php tag must be followed by exactly one newline.
blocks/admin_presets/classes/event/preset_downloaded.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line exceeds 132 characters; contains 170 characters
blocks/admin_presets/classes/event/preset_exported.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line exceeds 132 characters; contains 139 characters
blocks/admin_presets/classes/event/preset_imported.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line exceeds 132 characters; contains 139 characters
blocks/admin_presets/classes/event/preset_loaded.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line exceeds 132 characters; contains 139 characters
blocks/admin_presets/classes/event/preset_previewed.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line exceeds 132 characters; contains 139 characters
blocks/admin_presets/classes/event/preset_reverted.php
(#2) The opening <?php tag must be followed by exactly one newline.
blocks/admin_presets/classes/event/presets_listed.php
(#2) The opening <?php tag must be followed by exactly one newline.
blocks/admin_presets/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) 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
(#47) Line indented incorrectly; expected at least 12 spaces, found 8
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/admin_presets/forms/admin_presets_export_form.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) Visibility must be declared on method "definition"
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line exceeds 132 characters; contains 160 characters
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/admin_presets/forms/admin_presets_import_form.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.
(#9) Visibility must be declared on method "definition"
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/admin_presets/forms/admin_presets_load_form.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.
(#16) Visibility must be declared on method "definition"
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 5
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#30) Line exceeds 132 characters; contains 152 characters
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/admin_presets/index.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#26) 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
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/admin_presets/lang/en/block_admin_presets.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
blocks/admin_presets/lib/admin_presets_base.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.
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Line exceeds 132 characters; contains 150 characters
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 20 spaces, found 17
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 20 spaces, found 17
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Line indented incorrectly; expected at least 12 spaces, found 8
(#123) Line exceeds 132 characters; contains 171 characters
(#124) Line exceeds 132 characters; contains 171 characters
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Line exceeds 132 characters; contains 155 characters
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#300) Inline comments must end in full-stops, exclamation marks, or question marks
(#300) Line indented incorrectly; expected at least 16 spaces, found 12
(#310) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) Line indented incorrectly; expected at least 36 spaces, found 32
(#328) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#339) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#345) Inline comments must end in full-stops, exclamation marks, or question marks
(#348) Empty IF statement detected
(#349) Inline comments must start with a capital letter, digit or 3-dots sequence
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) This comment is 62% valid code; is this commented out code?
(#349) No space found before comment text; expected "// debugging(get_class($values).' class is not going to export/import settings', DEBUG_DEVELOPER);" but found "//debugging(get_class($values).' class is not going to export/import settings', DEBUG_DEVELOPER);"
(#354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#355) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#361) Line exceeds 132 characters; contains 133 characters
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) Line indented incorrectly; expected at least 36 spaces, found 32
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Inline comments must end in full-stops, exclamation marks, or question marks
(#416) Spaces must be used to indent lines; tabs are not allowed
(#416) Tab found within whitespace
(#416) Line indented incorrectly; expected at least 8 spaces, found 5
(#418) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) Spaces must be used to indent lines; tabs are not allowed
(#426) Tab found within whitespace
(#426) Line indented incorrectly; expected 12 spaces, found 9
(#427) Spaces must be used to indent lines; tabs are not allowed
(#427) Tab found within whitespace
(#427) Line indented incorrectly; expected at least 16 spaces, found 10
(#428) Spaces must be used to indent lines; tabs are not allowed
(#428) Tab found within whitespace
(#428) Line indented incorrectly; expected at least 16 spaces, found 10
(#429) Spaces must be used to indent lines; tabs are not allowed
(#429) Tab found within whitespace
(#429) Line indented incorrectly; expected at least 16 spaces, found 10
(#430) Spaces must be used to indent lines; tabs are not allowed
(#430) Tab found within whitespace
(#430) Line indented incorrectly; expected at least 16 spaces, found 10
(#431) Spaces must be used to indent lines; tabs are not allowed
(#431) Tab found within whitespace
(#431) Line indented incorrectly; expected at least 16 spaces, found 10
(#432) Spaces must be used to indent lines; tabs are not allowed
(#432) Tab found within whitespace
(#432) Line indented incorrectly; expected 12 spaces, found 9
(#434) Line exceeds 132 characters; contains 133 characters
(#457) Inline comments must end in full-stops, exclamation marks, or question marks
(#463) Inline comments must end in full-stops, exclamation marks, or question marks
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
(#473) Inline comments must end in full-stops, exclamation marks, or question marks
(#482) Inline comments must end in full-stops, exclamation marks, or question marks
(#486) Inline comments must end in full-stops, exclamation marks, or question marks
(#486) Line indented incorrectly; expected at least 16 spaces, found 12
(#489) Inline comments must end in full-stops, exclamation marks, or question marks
(#492) Inline comments must end in full-stops, exclamation marks, or question marks
(#498) Inline comments must end in full-stops, exclamation marks, or question marks
(#507) Inline comments must end in full-stops, exclamation marks, or question marks
(#511) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Line exceeds 132 characters; contains 144 characters
(#515) Inline comments must end in full-stops, exclamation marks, or question marks
(#542) Inline comments must end in full-stops, exclamation marks, or question marks
(#545) Inline comments must end in full-stops, exclamation marks, or question marks
(#548) Inline comments must end in full-stops, exclamation marks, or question marks
(#563) Line exceeds 132 characters; contains 148 characters
(#618) Line exceeds 132 characters; contains 134 characters
(#621) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#628) Spaces must be used to indent lines; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected at least 12 spaces, found 9
(#643) Spaces must be used to indent lines; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected 8 spaces, found 5
(#644) Spaces must be used to indent lines; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected at least 12 spaces, found 6
(#645) Spaces must be used to indent lines; tabs are not allowed
(#645) Tab found within whitespace
(#645) Line indented incorrectly; expected 8 spaces, found 5
blocks/admin_presets/lib/admin_presets_delete.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.
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Line exceeds 132 characters; contains 144 characters
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/admin_presets/lib/admin_presets_export.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.
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) 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
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Line exceeds 132 characters; contains 153 characters
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 12 spaces, found 9
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 12 spaces, found 9
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/admin_presets/lib/admin_presets_import.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.
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Line exceeds 132 characters; contains 139 characters
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) 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
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) 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
(#133) Line exceeds 132 characters; contains 156 characters
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Line exceeds 132 characters; contains 145 characters
blocks/admin_presets/lib/admin_presets_load.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.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) This comment is 54% valid code; is this commented out code?
(#47) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) This comment is 45% valid code; is this commented out code?
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Line exceeds 132 characters; contains 141 characters
(#83) Line exceeds 132 characters; contains 150 characters
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) This comment is 45% valid code; is this commented out code?
(#118) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) This comment is 45% valid code; is this commented out code?
(#128) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) This comment is 50% valid code; is this commented out code?
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Line exceeds 132 characters; contains 168 characters
(#159) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Line indented incorrectly; expected at least 24 spaces, found 20
(#230) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Line exceeds 132 characters; contains 137 characters
(#237) Line exceeds 132 characters; contains 133 characters
(#239) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/admin_presets/lib/admin_presets_rollback.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.
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line exceeds 132 characters; contains 148 characters
(#51) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) 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
(#94) 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
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Line exceeds 132 characters; contains 137 characters
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Line exceeds 132 characters; contains 136 characters
blocks/admin_presets/lib/admin_presets_settings_types.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Closing brace must be on a line by itself
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) Expected 1 space after ":"; 0 found
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Whitespace found at end of line
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#332) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) 25 slashes comments are not allowed; use "// Comment." instead
(#374) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#380) Inline comments must end in full-stops, exclamation marks, or question marks
(#380) Line indented incorrectly; expected at least 12 spaces, found 8
(#389) Closing brace must be on a line by itself
(#391) Closing brace must be on a line by itself
(#393) Closing brace must be on a line by itself
(#395) Closing brace must be on a line by itself
(#397) Closing brace must be on a line by itself
(#399) Closing brace must be on a line by itself
(#401) Closing brace must be on a line by itself
(#403) Closing brace must be on a line by itself
(#405) Closing brace must be on a line by itself
(#407) Closing brace must be on a line by itself
(#409) Closing brace must be on a line by itself
(#411) Closing brace must be on a line by itself
(#413) Closing brace must be on a line by itself
(#415) Closing brace must be on a line by itself
(#417) Closing brace must be on a line by itself
(#419) Closing brace must be on a line by itself
(#424) Closing brace must be on a line by itself
(#426) Closing brace must be on a line by itself
(#436) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) Line exceeds 132 characters; contains 136 characters
(#456) Inline comments must end in full-stops, exclamation marks, or question marks
(#459) Inline comments must end in full-stops, exclamation marks, or question marks
(#498) Closing brace must be on a line by itself
(#507) Whitespace found at end of line
(#516) Inline comments must end in full-stops, exclamation marks, or question marks
(#517) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#527) Inline comments must end in full-stops, exclamation marks, or question marks
(#532) Inline comments must end in full-stops, exclamation marks, or question marks
(#535) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#538) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) Closing brace must be on a line by itself
(#549) Inline comments must end in full-stops, exclamation marks, or question marks
(#549) 25 slashes comments are not allowed; use "// Comment." instead
(#582) Inline comments must end in full-stops, exclamation marks, or question marks
(#605) Inline comments must end in full-stops, exclamation marks, or question marks
(#616) Closing brace must be on a line by itself
(#618) Closing brace must be on a line by itself
(#620) Closing brace must be on a line by itself
(#622) Closing brace must be on a line by itself
(#624) Closing brace must be on a line by itself
(#626) Closing brace must be on a line by itself
(#628) Closing brace must be on a line by itself
(#630) Closing brace must be on a line by itself
(#632) Closing brace must be on a line by itself
(#643) Inline comments must end in full-stops, exclamation marks, or question marks
(#651) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#653) Inline comments must end in full-stops, exclamation marks, or question marks
(#664) Line exceeds 132 characters; contains 149 characters
(#709) Inline comments must start with a capital letter, digit or 3-dots sequence
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#807) Inline comments must end in full-stops, exclamation marks, or question marks
(#827) Closing brace must be on a line by itself
(#829) Closing brace must be on a line by itself
(#831) Closing brace must be on a line by itself
(#833) Closing brace must be on a line by itself
(#835) Closing brace must be on a line by itself
(#837) Closing brace must be on a line by itself
(#839) Closing brace must be on a line by itself
(#841) Closing brace must be on a line by itself
(#843) Closing brace must be on a line by itself
(#851) Space found before first semicolon of FOR loop
(#851) Space found before second semicolon of FOR loop
(#851) Space found before semicolon; expected "0;" but found "0 ;"
(#851) Space found before semicolon; expected "24;" but found "24 ;"
(#874) Space found before first semicolon of FOR loop
(#874) Space found before second semicolon of FOR loop
(#874) Space found before semicolon; expected "0;" but found "0 ;"
(#874) Space found before semicolon; expected "60;" but found "60 ;"
(#887) Inline comments must end in full-stops, exclamation marks, or question marks
(#887) 27 slashes comments are not allowed; use "// Comment." instead
(#917) Inline comments must end in full-stops, exclamation marks, or question marks
(#928) Line exceeds 132 characters; contains 136 characters
(#938) Inline comments must end in full-stops, exclamation marks, or question marks
(#949) Line exceeds 132 characters; contains 137 characters
(#955) Closing brace must be on a line by itself
(#957) Closing brace must be on a line by itself
(#959) Closing brace must be on a line by itself
(#961) Closing brace must be on a line by itself
(#963) Closing brace must be on a line by itself
(#979) Closing brace must be on a line by itself
(#981) Closing brace must be on a line by itself
(#983) Closing brace must be on a line by itself
(#985) Closing brace must be on a line by itself
(#987) Closing brace must be on a line by itself
(#1001) Inline comments must end in full-stops, exclamation marks, or question marks
(#1021) Inline comments must end in full-stops, exclamation marks, or question marks
(#1021) 31 slashes comments are not allowed; use "// Comment." instead
(#1034) Expected 1 space before "="; 0 found
(#1034) Expected 1 space after "="; 0 found
(#1034) Expected 1 space before "<"; 0 found
(#1034) Expected 1 space after "<"; 0 found
(#1050) Inline comments must end in full-stops, exclamation marks, or question marks
(#1083) Must use "self::" for local static member reference
(#1084) Must use "self::" for local static member reference
(#1118) Inline comments must end in full-stops, exclamation marks, or question marks
(#1126) Inline comments must end in full-stops, exclamation marks, or question marks
(#1154) No space found before comment text; expected "// admin_setting_manageformats" but found "//admin_setting_manageformats"
(#1155) No space found before comment text; expected "// admin_setting_ldap_rolemapping" but found "//admin_setting_ldap_rolemapping"
(#1156) No space found before comment text; expected "// admin_setting_configstoredfile" but found "//admin_setting_configstoredfile"
(#1157) No space found before comment text; expected "// admin_setting_manageauths" but found "//admin_setting_manageauths"
(#1158) No space found before comment text; expected "// admin_setting_manageenrols" but found "//admin_setting_manageenrols"
(#1159) No space found before comment text; expected "// admin_setting_manageeditors" but found "//admin_setting_manageeditors"
(#1160) No space found before comment text; expected "// admin_setting_managelicenses" but found "//admin_setting_managelicenses"
(#1161) No space found before comment text; expected "// admin_setting_manageportfolio" but found "//admin_setting_manageportfolio"
(#1162) No space found before comment text; expected "// admin_setting_managerepository" but found "//admin_setting_managerepository"
(#1163) No space found before comment text; expected "// admin_setting_webservicesoverview" but found "//admin_setting_webservicesoverview"
(#1164) No space found before comment text; expected "// admin_setting_manageexternalservices" but found "//admin_setting_manageexternalservices"
(#1165) No space found before comment text; expected "// admin_setting_managewebserviceprotocols" but found "//admin_setting_managewebserviceprotocols"
(#1166) No space found before comment text; expected "// admin_setting_managewebservicetokens" but found "//admin_setting_managewebservicetokens"
(#1167) Inline comments must end in full-stops, exclamation marks, or question marks
(#1167) No space found before comment text; expected "// admin_setting_manageplagiarism" but found "//admin_setting_manageplagiarism"
blocks/admin_presets/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected 1 space before ".="; 0 found
(#9) Expected 1 space before ".="; 0 found
(#10) Expected 1 space before ".="; 0 found
blocks/admin_presets/tabs.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Line exceeds 132 characters; contains 144 characters
(#16) Commas (,) must be followed by white space.
(#16) Line exceeds 132 characters; contains 137 characters
blocks/admin_presets/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#6) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(41 errors, 34 warnings)

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

blocks/admin_presets/module.js
(#2) Identifier 'block_admin_presets' is not in camel case. (camelcase)
(#6) Trailing spaces not allowed. (no-trailing-spaces)
(#8) Missing JSDoc for parameter 'Y'. (valid-jsdoc)
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#14) Trailing spaces not allowed. (no-trailing-spaces)
(#16) Trailing spaces not allowed. (no-trailing-spaces)
(#18) Trailing spaces not allowed. (no-trailing-spaces)
(#20) ["root"] is better written in dot notation. (dot-notation)
(#25) Missing JSDoc for parameter 'nodeids'. (valid-jsdoc)
(#25) Missing JSDoc for parameter 'labels'. (valid-jsdoc)
(#25) Missing JSDoc for parameter 'parents'. (valid-jsdoc)
(#25) Missing JSDoc for parameter 'Y'. (valid-jsdoc)
(#25) Missing JSDoc for parameter 'ids'. (valid-jsdoc)
(#25) Missing JSDoc for parameter 'descriptions'. (valid-jsdoc)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#50) Trailing spaces not allowed. (no-trailing-spaces)
(#51) Trailing spaces not allowed. (no-trailing-spaces)
(#53) Trailing spaces not allowed. (no-trailing-spaces)
(#57) 'categories' is not defined. (no-undef)
(#57) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#58) 'i' used outside of binding context. (block-scoped-var)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Unexpected whitespace before semicolon. (semi-spacing)
(#58) 'i' used outside of binding context. (block-scoped-var)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) 'categories' is not defined. (no-undef)
(#58) Unexpected whitespace before semicolon. (semi-spacing)
(#58) 'i' used outside of binding context. (block-scoped-var)
(#59) 'categories' is not defined. (no-undef)
(#59) 'i' used outside of binding context. (block-scoped-var)
(#60) 'categories' is not defined. (no-undef)
(#60) 'i' used outside of binding context. (block-scoped-var)
(#64) Trailing spaces not allowed. (no-trailing-spaces)
(#65) 'categories' is not defined. (no-undef)
(#65) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#66) 'i' is already defined (no-redeclare)
(#66) 'i' used outside of binding context. (block-scoped-var)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) Unexpected whitespace before semicolon. (semi-spacing)
(#66) 'i' used outside of binding context. (block-scoped-var)
(#66) Infix operators must be spaced. (space-infix-ops)
(#66) 'categories' is not defined. (no-undef)
(#66) Unexpected whitespace before semicolon. (semi-spacing)
(#66) 'i' used outside of binding context. (block-scoped-var)
(#67) 'categories' is not defined. (no-undef)
(#67) 'i' used outside of binding context. (block-scoped-var)
(#68) 'categories' is not defined. (no-undef)
(#68) 'i' used outside of binding context. (block-scoped-var)
(#70) Trailing spaces not allowed. (no-trailing-spaces)
(#74) Expected space or tab after '//' in comment. (spaced-comment)
(#79) Trailing spaces not allowed. (no-trailing-spaces)
(#80) Trailing spaces not allowed. (no-trailing-spaces)
(#83) Trailing spaces not allowed. (no-trailing-spaces)
(#86) Trailing spaces not allowed. (no-trailing-spaces)
(#88) Trailing spaces not allowed. (no-trailing-spaces)
(#90) Trailing spaces not allowed. (no-trailing-spaces)
(#92) Trailing spaces not allowed. (no-trailing-spaces)
(#95) Trailing spaces not allowed. (no-trailing-spaces)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) Unexpected whitespace before semicolon. (semi-spacing)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) Unexpected whitespace before semicolon. (semi-spacing)
(#97) Trailing spaces not allowed. (no-trailing-spaces)
(#98) 'treeNode' is not defined. (no-undef)
(#99) Trailing spaces not allowed. (no-trailing-spaces)
(#101) 'treeNode' is not defined. (no-undef)
(#101) 'treeNode' is not defined. (no-undef)
(#102) 'treeNode' is not defined. (no-undef)
(#103) Trailing spaces not allowed. (no-trailing-spaces)
(#105) 'treeNode' is not defined. (no-undef)
(#106) Trailing spaces not allowed. (no-trailing-spaces)
(#109) 'treeNode' is not defined. (no-undef)
(#115) Trailing spaces not allowed. (no-trailing-spaces)
(#119) Trailing spaces not allowed. (no-trailing-spaces)
(#122) Missing semicolon. (semi)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(321 errors, 28 warnings)

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

blocks/admin_presets/block_admin_presets.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Class block_admin_presets is not documented
(#6) Function block_admin_presets::init is not documented
(#11) Function block_admin_presets::get_content is not documented
(#46) Function block_admin_presets::applicable_formats is not documented
(#50) Function block_admin_presets::has_config is not documented
(#3) Package is not specified for class block_admin_presets. It is also not specified in file-level phpdocs
blocks/admin_presets/classes/event/preset_deleted.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class preset_deleted is not documented
(#9) Function preset_deleted::init is not documented
(#15) Function preset_deleted::get_name is not documented
(#19) Function preset_deleted::get_description is not documented
(#23) Function preset_deleted::get_legacy_logdata is not documented
(#7) Package is not specified for class preset_deleted. It is also not specified in file-level phpdocs
blocks/admin_presets/classes/event/preset_downloaded.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class preset_downloaded is not documented
(#9) Function preset_downloaded::init is not documented
(#15) Function preset_downloaded::get_name is not documented
(#19) Function preset_downloaded::get_description is not documented
(#23) Function preset_downloaded::get_url is not documented
(#7) Package is not specified for class preset_downloaded. It is also not specified in file-level phpdocs
blocks/admin_presets/classes/event/preset_exported.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class preset_exported is not documented
(#9) Function preset_exported::init is not documented
(#15) Function preset_exported::get_name is not documented
(#19) Function preset_exported::get_description is not documented
(#23) Function preset_exported::get_url is not documented
(#27) Function preset_exported::get_legacy_logdata is not documented
(#7) Package is not specified for class preset_exported. It is also not specified in file-level phpdocs
blocks/admin_presets/classes/event/preset_imported.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class preset_imported is not documented
(#9) Function preset_imported::init is not documented
(#15) Function preset_imported::get_name is not documented
(#19) Function preset_imported::get_description is not documented
(#23) Function preset_imported::get_url is not documented
(#27) Function preset_imported::get_legacy_logdata is not documented
(#7) Package is not specified for class preset_imported. It is also not specified in file-level phpdocs
blocks/admin_presets/classes/event/preset_loaded.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class preset_loaded is not documented
(#9) Function preset_loaded::init is not documented
(#15) Function preset_loaded::get_name is not documented
(#19) Function preset_loaded::get_description is not documented
(#23) Function preset_loaded::get_url is not documented
(#27) Function preset_loaded::get_legacy_logdata is not documented
(#7) Package is not specified for class preset_loaded. It is also not specified in file-level phpdocs
blocks/admin_presets/classes/event/preset_previewed.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class preset_previewed is not documented
(#9) Function preset_previewed::init is not documented
(#15) Function preset_previewed::get_name is not documented
(#19) Function preset_previewed::get_description is not documented
(#23) Function preset_previewed::get_url is not documented
(#7) Package is not specified for class preset_previewed. It is also not specified in file-level phpdocs
blocks/admin_presets/classes/event/preset_reverted.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class preset_reverted is not documented
(#9) Function preset_reverted::init is not documented
(#15) Function preset_reverted::get_name is not documented
(#19) Function preset_reverted::get_description is not documented
(#23) Function preset_reverted::get_legacy_logdata is not documented
(#7) Package is not specified for class preset_reverted. It is also not specified in file-level phpdocs
blocks/admin_presets/classes/event/presets_listed.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class presets_listed is not documented
(#9) Function presets_listed::init is not documented
(#15) Function presets_listed::get_name is not documented
(#19) Function presets_listed::get_description is not documented
(#23) Function presets_listed::get_url is not documented
(#27) Function presets_listed::get_legacy_logdata is not documented
(#7) Package is not specified for class presets_listed. It is also not specified in file-level phpdocs
blocks/admin_presets/db/upgrade.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) There is no description in phpdocs for function xmldb_block_admin_presets_upgrade
(#4) Not recommended phpdocs tag @global used
(#3) Package is not specified for function xmldb_block_admin_presets_upgrade. It is also not specified in file-level phpdocs
blocks/admin_presets/forms/admin_presets_export_form.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#6) Class admin_presets_export_form is not documented
(#8) Function admin_presets_export_form::definition is not documented
(#6) Package is not specified for class admin_presets_export_form. It is also not specified in file-level phpdocs
blocks/admin_presets/forms/admin_presets_import_form.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#6) Class admin_presets_import_form is not documented
(#9) Function admin_presets_import_form::definition is not documented
(#6) Package is not specified for class admin_presets_import_form. It is also not specified in file-level phpdocs
blocks/admin_presets/forms/admin_presets_load_form.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#6) Class admin_presets_load_form is not documented
(#10) Function admin_presets_load_form::__construct is not documented
(#16) Function admin_presets_load_form::definition is not documented
(#8) Variable admin_presets_load_form::$preview is not documented
(#6) Package is not specified for class admin_presets_load_form. It is also not specified in file-level phpdocs
blocks/admin_presets/index.php
(#2) Empty line found after PHP open tag
(#6) Package blocks/admin_presets is not valid
blocks/admin_presets/lang/en/block_admin_presets.php
(#2) File-level phpdocs block is not found
blocks/admin_presets/lib/admin_presets_base.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#167) Function admin_presets_base::log is not documented
(#585) Function admin_presets_base::_output_applied_changes is not documented
(#21) Variable admin_presets_base::$action is not documented
(#22) Variable admin_presets_base::$mode is not documented
(#24) Variable admin_presets_base::$adminroot is not documented
(#26) Variable admin_presets_base::$outputs is not documented
(#27) Variable admin_presets_base::$moodleform is not documented
(#29) Variable admin_presets_base::$rel is not documented
(#31) Variable admin_presets_base::$eventsactionsmap is not documented
(#14) Package block/admin_presets is not valid
blocks/admin_presets/lib/admin_presets_delete.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package block/admin_presets is not valid
blocks/admin_presets/lib/admin_presets_export.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) Package block/admin_presets is not valid
blocks/admin_presets/lib/admin_presets_import.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package block/admin_presets is not valid
blocks/admin_presets/lib/admin_presets_load.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Package block/admin_presets is not valid
blocks/admin_presets/lib/admin_presets_rollback.class.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package block/admin_presets is not valid
blocks/admin_presets/lib/admin_presets_settings_types.php
(#2) Empty line found after PHP open tag
(#4) File-level phpdocs block is not found
(#389) Class admin_preset_admin_setting_configtextarea is not documented
(#391) Class admin_preset_admin_setting_configfile is not documented
(#393) Class admin_preset_admin_setting_configexecutable is not documented
(#395) Class admin_preset_admin_setting_configdirectory is not documented
(#397) Class admin_preset_admin_setting_special_backup_auto_destination is not documented
(#399) Class admin_preset_admin_setting_configpasswordunmask is not documented
(#401) Class admin_preset_admin_setting_langlist is not documented
(#403) Class admin_preset_admin_setting_configcolourpicker is not documented
(#405) Class admin_preset_admin_setting_emoticons is not documented
(#407) Class admin_preset_admin_setting_confightmleditor is not documented
(#409) Class admin_preset_admin_setting_configtext_trim_lower is not documented
(#411) Class admin_preset_admin_setting_special_gradepointmax is not documented
(#413) Class admin_preset_admin_setting_special_gradepointdefault is not documented
(#415) Class admin_preset_admin_setting_configempty is not documented
(#417) Class admin_preset_admin_setting_configtext_with_maxlength is not documented
(#419) Class admin_preset_editor_tinymce_json_setting_textarea is not documented
(#426) Class admin_preset_enrol_flatfile_role_setting is not documented
(#452) Class admin_preset_admin_setting_configiplist is not documented
(#546) Class admin_preset_admin_setting_special_frontpagedesc is not documented
(#552) Class admin_preset_admin_setting_configselect is not documented
(#592) Class admin_preset_admin_setting_bloglevel is not documented
(#616) Class admin_preset_admin_setting_special_selectsetup is not documented
(#618) Class admin_preset_admin_setting_sitesetselect is not documented
(#620) Class admin_preset_admin_setting_special_grademinmaxtouse is not documented
(#622) Class admin_preset_admin_setting_my_grades_report is not documented
(#624) Class admin_preset_admin_setting_servertimezone is not documented
(#626) Class admin_preset_admin_setting_forcetimezone is not documented
(#628) Class admin_preset_enrol_database_admin_setting_category is not documented
(#630) Class admin_preset_enrol_ldap_admin_setting_category is not documented
(#632) Class admin_preset_format_singleactivity_admin_setting_activitytype is not documented
(#668) Class admin_preset_mod_quiz_admin_setting_browsersecurity is not documented
(#675) Class admin_preset_mod_quiz_admin_setting_grademethod is not documented
(#682) Class admin_preset_mod_quiz_admin_setting_overduehandling is not documented
(#689) Class admin_preset_mod_quiz_admin_setting_user_image is not documented
(#827) Class admin_preset_admin_setting_courselist_frontpage is not documented
(#829) Class admin_preset_admin_setting_configmultiselect_modules is not documented
(#831) Class admin_preset_admin_settings_country_select is not documented
(#833) Class admin_preset_admin_setting_special_registerauth is not documented
(#835) Class admin_preset_admin_setting_special_debug is not documented
(#837) Class admin_preset_admin_settings_coursecat_select is not documented
(#839) Class admin_preset_admin_setting_grade_profilereport is not documented
(#841) Class admin_preset_admin_settings_num_course_sections is not documented
(#843) Class admin_preset_admin_setting_question_behaviour is not documented
(#845) Class admin_preset_admin_setting_configtime is not documented
(#890) Class admin_preset_admin_setting_configcheckbox is not documented
(#912) Class admin_preset_admin_setting_configcheckbox_with_advanced is not documented
(#934) Class admin_preset_admin_setting_configcheckbox_with_lock is not documented
(#955) Class admin_preset_admin_setting_sitesetcheckbox is not documented
(#957) Class admin_preset_admin_setting_special_adminseesall is not documented
(#959) Class admin_preset_admin_setting_regradingcheckbox is not documented
(#961) Class admin_preset_admin_setting_special_gradelimiting is not documented
(#963) Class admin_preset_admin_setting_enablemobileservice is not documented
(#979) Class admin_preset_admin_setting_pickroles is not documented
(#981) Class admin_preset_admin_setting_special_coursemanager is not documented
(#983) Class admin_preset_admin_setting_special_coursecontact is not documented
(#985) Class admin_preset_admin_setting_special_gradebookroles is not documented
(#987) Class admin_preset_admin_setting_special_gradeexport is not documented
(#1024) Class admin_preset_admin_setting_special_calendar_weekend is not documented
(#101) Function admin_preset_setting::get_value is not documented
(#105) Function admin_preset_setting::get_visiblevalue is not documented
(#109) Function admin_preset_setting::get_description is not documented
(#116) Function admin_preset_setting::get_text is not documented
(#120) Function admin_preset_setting::get_attributes is not documented
(#124) Function admin_preset_setting::get_attributes_values is not documented
(#128) Function admin_preset_setting::get_settingdata is not documented
(#207) Function admin_preset_setting::set_attribute_value is not documented
(#343) Function admin_presets_delegation::extra_loadchoices is not documented
(#434) Function admin_preset_admin_setting_configtext_with_advanced::__construct is not documented
(#454) Function admin_preset_admin_setting_configiplist::set_value is not documented
(#476) Function admin_preset_admin_setting_devicedetectregex::set_visiblevalue is not documented
(#580) Function admin_preset_admin_setting_configselect::set_visiblevalue is not documented
(#641) Function admin_preset_admin_setting_configselect_with_advanced::__construct is not documented
(#670) Function admin_preset_mod_quiz_admin_setting_browsersecurity::set_behaviors is not documented
(#677) Function admin_preset_mod_quiz_admin_setting_grademethod::set_behaviors is not documented
(#684) Function admin_preset_mod_quiz_admin_setting_overduehandling::set_behaviors is not documented
(#691) Function admin_preset_mod_quiz_admin_setting_user_image::set_behaviors is not documented
(#773) Function admin_preset_admin_setting_configmultiselect::set_visiblevalue is not documented
(#801) Function admin_preset_admin_setting_users_with_capability::set_behaviors is not documented
(#805) Function admin_preset_admin_setting_users_with_capability::set_value is not documented
(#822) Function admin_preset_admin_setting_configmultiselect_with_loader::set_behaviors is not documented
(#847) Function admin_preset_admin_setting_configtime::set_value is not documented
(#862) Function admin_preset_admin_setting_configtime::set_visiblevalue is not documented
(#893) Function admin_preset_admin_setting_configcheckbox::set_value is not documented
(#899) Function admin_preset_admin_setting_configcheckbox::set_visiblevalue is not documented
(#915) Function admin_preset_admin_setting_configcheckbox_with_advanced::__construct is not documented
(#936) Function admin_preset_admin_setting_configcheckbox_with_lock::__construct is not documented
(#974) Function admin_preset_admin_setting_configmulticheckbox::set_behaviors is not documented
(#995) Function admin_preset_admin_setting_special_backupdays::set_value is not documented
(#999) Function admin_preset_admin_setting_special_backupdays::set_visiblevalue is not documented
(#1026) Function admin_preset_admin_setting_special_calendar_weekend::set_visiblevalue is not documented
(#639) Variable admin_preset_admin_setting_configselect_with_advanced::$advancedkey is not documented
(#1051) Variable admin_preset_admin_setting_quiz_reviewoptions::$times is not documented
(#1056) Variable admin_preset_admin_setting_quiz_reviewoptions::$things is not documented
(#349) Found comment starting with three or more slashes
(#549) Found comment starting with three or more slashes
(#887) Found comment starting with three or more slashes
(#1021) Found comment starting with three or more slashes
(#73) Phpdocs for function admin_preset_setting::__construct has incomplete parameters list
(#555) Phpdocs for function admin_preset_admin_setting_configselect::set_value has incomplete parameters list
(#594) Phpdocs for function admin_preset_admin_setting_bloglevel::save_value has incomplete parameters list
(#704) Phpdocs for function admin_preset_admin_setting_gradecat_combo::__construct has incomplete parameters list
(#749) Phpdocs for function admin_preset_admin_setting_configmultiselect::set_value has incomplete parameters list
(#1067) Phpdocs for function admin_preset_admin_setting_quiz_reviewoptions::__construct has incomplete parameters list
(#318) Class admin_presets_delegation does not have @copyright tag
(#352) Class admin_preset_admin_setting_configtext does not have @copyright tag
(#421) Class admin_preset_admin_setting_configduration does not have @copyright tag
(#428) Class admin_preset_admin_setting_configtext_with_advanced does not have @copyright tag
(#471) Class admin_preset_admin_setting_devicedetectregex does not have @copyright tag
(#494) Class admin_preset_admin_setting_configduration_with_advanced does not have @copyright tag
(#500) Class admin_preset_admin_setting_sitesettext does not have @copyright tag
(#634) Class admin_preset_admin_setting_configselect_with_advanced does not have @copyright tag
(#696) Class admin_preset_admin_setting_gradecat_combo does not have @copyright tag
(#744) Class admin_preset_admin_setting_configmultiselect does not have @copyright tag
(#796) Class admin_preset_admin_setting_users_with_capability does not have @copyright tag
(#816) Class admin_preset_admin_setting_configmultiselect_with_loader does not have @copyright tag
(#965) Class admin_preset_admin_setting_configmulticheckbox does not have @copyright tag
(#989) Class admin_preset_admin_setting_special_backupdays does not have @copyright tag
(#1045) Class admin_preset_admin_setting_quiz_reviewoptions does not have @copyright tag
(#1108) Class admin_preset_mod_quiz_admin_review_setting does not have @copyright tag
(#318) Class admin_presets_delegation does not have @license tag
(#352) Class admin_preset_admin_setting_configtext does not have @license tag
(#421) Class admin_preset_admin_setting_configduration does not have @license tag
(#428) Class admin_preset_admin_setting_configtext_with_advanced does not have @license tag
(#471) Class admin_preset_admin_setting_devicedetectregex does not have @license tag
(#494) Class admin_preset_admin_setting_configduration_with_advanced does not have @license tag
(#500) Class admin_preset_admin_setting_sitesettext does not have @license tag
(#634) Class admin_preset_admin_setting_configselect_with_advanced does not have @license tag
(#696) Class admin_preset_admin_setting_gradecat_combo does not have @license tag
(#744) Class admin_preset_admin_setting_configmultiselect does not have @license tag
(#796) Class admin_preset_admin_setting_users_with_capability does not have @license tag
(#816) Class admin_preset_admin_setting_configmultiselect_with_loader does not have @license tag
(#965) Class admin_preset_admin_setting_configmulticheckbox does not have @license tag
(#989) Class admin_preset_admin_setting_special_backupdays does not have @license tag
(#1045) Class admin_preset_admin_setting_quiz_reviewoptions does not have @license tag
(#1108) Class admin_preset_mod_quiz_admin_review_setting does not have @license tag
(#10) Not recommended phpdocs tag @abstract used
(#818) Not recommended phpdocs tag @abstract used
(#970) Not recommended phpdocs tag @abstract used
(#318) Package is not specified for class admin_presets_delegation. It is also not specified in file-level phpdocs
(#352) Package is not specified for class admin_preset_admin_setting_configtext. It is also not specified in file-level phpdocs
(#389) Package is not specified for class admin_preset_admin_setting_configtextarea. It is also not specified in file-level phpdocs
(#391) Package is not specified for class admin_preset_admin_setting_configfile. It is also not specified in file-level phpdocs
(#393) Package is not specified for class admin_preset_admin_setting_configexecutable. It is also not specified in file-level phpdocs
(#395) Package is not specified for class admin_preset_admin_setting_configdirectory. It is also not specified in file-level phpdocs
(#397) Package is not specified for class admin_preset_admin_setting_special_backup_auto_destination. It is also not specified in file-level phpdocs
(#399) Package is not specified for class admin_preset_admin_setting_configpasswordunmask. It is also not specified in file-level phpdocs
(#401) Package is not specified for class admin_preset_admin_setting_langlist. It is also not specified in file-level phpdocs
(#403) Package is not specified for class admin_preset_admin_setting_configcolourpicker. It is also not specified in file-level phpdocs
(#405) Package is not specified for class admin_preset_admin_setting_emoticons. It is also not specified in file-level phpdocs
(#407) Package is not specified for class admin_preset_admin_setting_confightmleditor. It is also not specified in file-level phpdocs
(#409) Package is not specified for class admin_preset_admin_setting_configtext_trim_lower. It is also not specified in file-level phpdocs
(#411) Package is not specified for class admin_preset_admin_setting_special_gradepointmax. It is also not specified in file-level phpdocs
(#413) Package is not specified for class admin_preset_admin_setting_special_gradepointdefault. It is also not specified in file-level phpdocs
(#415) Package is not specified for class admin_preset_admin_setting_configempty. It is also not specified in file-level phpdocs
(#417) Package is not specified for class admin_preset_admin_setting_configtext_with_maxlength. It is also not specified in file-level phpdocs
(#419) Package is not specified for class admin_preset_editor_tinymce_json_setting_textarea. It is also not specified in file-level phpdocs
(#421) Package is not specified for class admin_preset_admin_setting_configduration. It is also not specified in file-level phpdocs
(#426) Package is not specified for class admin_preset_enrol_flatfile_role_setting. It is also not specified in file-level phpdocs
(#428) Package is not specified for class admin_preset_admin_setting_configtext_with_advanced. It is also not specified in file-level phpdocs
(#452) Package is not specified for class admin_preset_admin_setting_configiplist. It is also not specified in file-level phpdocs
(#471) Package is not specified for class admin_preset_admin_setting_devicedetectregex. It is also not specified in file-level phpdocs
(#494) Package is not specified for class admin_preset_admin_setting_configduration_with_advanced. It is also not specified in file-level phpdocs
(#500) Package is not specified for class admin_preset_admin_setting_sitesettext. It is also not specified in file-level phpdocs
(#546) Package is not specified for class admin_preset_admin_setting_special_frontpagedesc. It is also not specified in file-level phpdocs
(#552) Package is not specified for class admin_preset_admin_setting_configselect. It is also not specified in file-level phpdocs
(#592) Package is not specified for class admin_preset_admin_setting_bloglevel. It is also not specified in file-level phpdocs
(#616) Package is not specified for class admin_preset_admin_setting_special_selectsetup. It is also not specified in file-level phpdocs
(#618) Package is not specified for class admin_preset_admin_setting_sitesetselect. It is also not specified in file-level phpdocs
(#620) Package is not specified for class admin_preset_admin_setting_special_grademinmaxtouse. It is also not specified in file-level phpdocs
(#622) Package is not specified for class admin_preset_admin_setting_my_grades_report. It is also not specified in file-level phpdocs
(#624) Package is not specified for class admin_preset_admin_setting_servertimezone. It is also not specified in file-level phpdocs
(#626) Package is not specified for class admin_preset_admin_setting_forcetimezone. It is also not specified in file-level phpdocs
(#628) Package is not specified for class admin_preset_enrol_database_admin_setting_category. It is also not specified in file-level phpdocs
(#630) Package is not specified for class admin_preset_enrol_ldap_admin_setting_category. It is also not specified in file-level phpdocs
(#632) Package is not specified for class admin_preset_format_singleactivity_admin_setting_activitytype. It is also not specified in file-level phpdocs
(#634) Package is not specified for class admin_preset_admin_setting_configselect_with_advanced. It is also not specified in file-level phpdocs
(#668) Package is not specified for class admin_preset_mod_quiz_admin_setting_browsersecurity. It is also not specified in file-level phpdocs
(#675) Package is not specified for class admin_preset_mod_quiz_admin_setting_grademethod. It is also not specified in file-level phpdocs
(#682) Package is not specified for class admin_preset_mod_quiz_admin_setting_overduehandling. It is also not specified in file-level phpdocs
(#689) Package is not specified for class admin_preset_mod_quiz_admin_setting_user_image. It is also not specified in file-level phpdocs
(#696) Package is not specified for class admin_preset_admin_setting_gradecat_combo. It is also not specified in file-level phpdocs
(#744) Package is not specified for class admin_preset_admin_setting_configmultiselect. It is also not specified in file-level phpdocs
(#796) Package is not specified for class admin_preset_admin_setting_users_with_capability. It is also not specified in file-level phpdocs
(#816) Package is not specified for class admin_preset_admin_setting_configmultiselect_with_loader. It is also not specified in file-level phpdocs
(#827) Package is not specified for class admin_preset_admin_setting_courselist_frontpage. It is also not specified in file-level phpdocs
(#829) Package is not specified for class admin_preset_admin_setting_configmultiselect_modules. It is also not specified in file-level phpdocs
(#831) Package is not specified for class admin_preset_admin_settings_country_select. It is also not specified in file-level phpdocs
(#833) Package is not specified for class admin_preset_admin_setting_special_registerauth. It is also not specified in file-level phpdocs
(#835) Package is not specified for class admin_preset_admin_setting_special_debug. It is also not specified in file-level phpdocs
(#837) Package is not specified for class admin_preset_admin_settings_coursecat_select. It is also not specified in file-level phpdocs
(#839) Package is not specified for class admin_preset_admin_setting_grade_profilereport. It is also not specified in file-level phpdocs
(#841) Package is not specified for class admin_preset_admin_settings_num_course_sections. It is also not specified in file-level phpdocs
(#843) Package is not specified for class admin_preset_admin_setting_question_behaviour. It is also not specified in file-level phpdocs
(#845) Package is not specified for class admin_preset_admin_setting_configtime. It is also not specified in file-level phpdocs
(#890) Package is not specified for class admin_preset_admin_setting_configcheckbox. It is also not specified in file-level phpdocs
(#912) Package is not specified for class admin_preset_admin_setting_configcheckbox_with_advanced. It is also not specified in file-level phpdocs
(#934) Package is not specified for class admin_preset_admin_setting_configcheckbox_with_lock. It is also not specified in file-level phpdocs
(#955) Package is not specified for class admin_preset_admin_setting_sitesetcheckbox. It is also not specified in file-level phpdocs
(#957) Package is not specified for class admin_preset_admin_setting_special_adminseesall. It is also not specified in file-level phpdocs
(#959) Package is not specified for class admin_preset_admin_setting_regradingcheckbox. It is also not specified in file-level phpdocs
(#961) Package is not specified for class admin_preset_admin_setting_special_gradelimiting. It is also not specified in file-level phpdocs
(#963) Package is not specified for class admin_preset_admin_setting_enablemobileservice. It is also not specified in file-level phpdocs
(#965) Package is not specified for class admin_preset_admin_setting_configmulticheckbox. It is also not specified in file-level phpdocs
(#979) Package is not specified for class admin_preset_admin_setting_pickroles. It is also not specified in file-level phpdocs
(#981) Package is not specified for class admin_preset_admin_setting_special_coursemanager. It is also not specified in file-level phpdocs
(#983) Package is not specified for class admin_preset_admin_setting_special_coursecontact. It is also not specified in file-level phpdocs
(#985) Package is not specified for class admin_preset_admin_setting_special_gradebookroles. It is also not specified in file-level phpdocs
(#987) Package is not specified for class admin_preset_admin_setting_special_gradeexport. It is also not specified in file-level phpdocs
(#989) Package is not specified for class admin_preset_admin_setting_special_backupdays. It is also not specified in file-level phpdocs
(#1024) Package is not specified for class admin_preset_admin_setting_special_calendar_weekend. It is also not specified in file-level phpdocs
(#1045) Package is not specified for class admin_preset_admin_setting_quiz_reviewoptions. It is also not specified in file-level phpdocs
(#1108) Package is not specified for class admin_preset_mod_quiz_admin_review_setting. It is also not specified in file-level phpdocs
(#12) Package block/admin_presets is not valid
blocks/admin_presets/settings.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/admin_presets/tabs.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
blocks/admin_presets/version.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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