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

(1823 errors, 123 warnings)

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

theme/archaius/config.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) Variable "allRegions" must be all lower-case
(#30) Expected 1 space after "="; newline found
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#63) No space found before comment text; expected "// a missing page type, this one is used." but found "//a missing page type, this one is used."
(#66) Variable "allRegions" must be all lower-case
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Variable "allRegions" must be all lower-case
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Variable "allRegions" must be all lower-case
(#97) Variable "allRegions" must be all lower-case
(#103) Variable "allRegions" must be all lower-case
(#113) Variable "allRegions" must be all lower-case
(#119) Variable "allRegions" must be all lower-case
(#125) Variable "allRegions" must be all lower-case
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#139) Expected 1 space before "=>"; 0 found
(#139) Expected 1 space after "=>"; 0 found
(#140) Expected 1 space before "=>"; 0 found
(#140) Expected 1 space after "=>"; 0 found
(#147) Expected 1 space before "=>"; 0 found
(#147) Expected 1 space after "=>"; 0 found
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Expected 1 space before "=>"; 0 found
(#154) Expected 1 space after "=>"; 0 found
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#156) Expected 1 space before "=>"; 0 found
(#156) Expected 1 space after "=>"; 0 found
(#161) No space found before comment text; expected "// maintenance' message." but found "//maintenance' message."
(#163) No space found before comment text; expected "// have links to other places - for example there should not be a home" but found "//have links to other places - for example there should not be a home"
(#164) No space found before comment text; expected "// link in the footer..." but found "//link in the footer..."
(#169) Expected 1 space before "=>"; 0 found
(#169) Expected 1 space after "=>"; 0 found
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#171) Expected 1 space before "=>"; 0 found
(#171) Expected 1 space after "=>"; 0 found
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#180) Expected 1 space before "=>"; 0 found
(#180) Expected 1 space after "=>"; 0 found
(#181) Expected 1 space before "=>"; 0 found
(#181) Expected 1 space after "=>"; 0 found
theme/archaius/db/upgrade.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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.".
(#12) Line 12 of the opening comment must start "//".
(#13) 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/>.".
(#26) Whitespace found at end of line
(#27) Expected 1 space after closing parenthesis; found 0
(#31) Whitespace found at end of line
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 4 spaces, found 1
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) 3 slashes comments are not allowed; use "// Comment." instead
(#38) Whitespace found at end of line
(#40) Whitespace found at end of line
(#42) Whitespace found at end of line
(#44) Whitespace found at end of line
(#46) Whitespace found at end of line
(#48) Whitespace found at end of line
(#50) Whitespace found at end of line
(#63) Closing brace indented incorrectly; expected 1 spaces, found 4
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// Store logo image in moodledata to avoid problems when upgrade" but found "//Store logo image in moodledata to avoid problems when upgrade"
(#65) Expected "if (...) {\n"; found "if(...){\n"
(#69) Variable "config_logo" must not contain underscores.
(#69) Commas (,) must be followed by white space.
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) No space found before comment text; expected "// Validate that the URL is a valid URL" but found "//Validate that the URL is a valid URL"
(#71) Whitespace found at end of line
(#72) Variable "is_url" must not contain underscores.
(#72) Variable "config_logo" must not contain underscores.
(#75) Expected "if (...) {\n"; found "if(...){\n"
(#75) Variable "is_url" must not contain underscores.
(#77) Variable "config_logo" must not contain underscores.
(#77) Variable "config_logo" must not contain underscores.
(#79) Variable "parse_image_url" must not contain underscores.
(#79) Variable "config_logo" must not contain underscores.
(#81) No space found before comment text; expected "// Create file name using the real name." but found "//Create file name using the real name."
(#82) Variable "parse_image_url" must not contain underscores.
(#83) Variable "parse_image_url" must not contain underscores.
(#85) Expected "if (...) {\n"; found "if(...){\n"
(#86) Expected 1 space after "="; newline found
(#86) Whitespace found at end of line
(#87) Variable "parse_image_url" must not contain underscores.
(#87) Whitespace found at end of line
(#88) Variable "parse_image_url" must not contain underscores.
(#90) Usage of ELSEIF not allowed; use ELSE IF instead
(#101) No space found before comment text; expected "// Store file in moodledata" but found "//Store file in moodledata"
(#102) No space found before comment text; expected "// Catch exception and prevent failure becuase of image storage" but found "//Catch exception and prevent failure becuase of image storage"
(#103) No space found before comment text; expected "// problem." but found "//problem."
(#105) Commas (,) must be followed by white space.
(#105) Variable "config_logo" must not contain underscores.
(#105) Whitespace found at end of line
(#110) Whitespace found at end of line
(#110) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#112) No space found before comment text; expected "// If the image couldn't be set, unset old logo to avoid" but found "//If the image couldn't be set, unset old logo to avoid"
(#113) No space found before comment text; expected "// broken images." but found "//broken images."
(#114) Expected "if (...) {\n"; found "if(...){\n"
(#114) Commas (,) must be followed by white space.
(#114) Commas (,) must be followed by white space.
(#118) Expected "} else {\n"; found "}else{\n"
(#120) Whitespace found at end of line
(#123) Whitespace found at end of line
theme/archaius/helpers/ArchaiusViewHelper.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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/>.".
(#17) Expected 1 space(s) before asterisk; 0 found
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space after asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#23) Expected 1 space(s) before asterisk; 0 found
(#24) Expected 1 space(s) before asterisk; 0 found
(#25) Expected 1 space(s) before asterisk; 0 found
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Line indented incorrectly; expected 4 spaces, found 2
(#31) Expected 1 space after closing parenthesis; found 0
(#32) Line indented incorrectly; expected at least 8 spaces, found 4
(#33) Line indented incorrectly; expected 8 spaces, found 4
(#33) Expected "if (...) {\n"; found "if(...){\n"
(#34) Line indented incorrectly; expected at least 12 spaces, found 6
(#35) Line indented incorrectly; expected 8 spaces, found 4
(#36) Line indented incorrectly; expected at least 8 spaces, found 4
(#37) Line indented incorrectly; expected 4 spaces, found 2
theme/archaius/jquery/plugins.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.
theme/archaius/lang/en/theme_archaius.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
(#27) No space found before comment text; expected "// REGIONS" but found "//REGIONS"
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) No space found before comment text; expected "// PRESENTATION PAGE" but found "//PRESENTATION PAGE"
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) No space found before comment text; expected "// THEME OPTIONS" but found "//THEME OPTIONS"
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) No space found before comment text; expected "// TITLES" but found "//TITLES"
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) No space found before comment text; expected "// OPTIONS" but found "//OPTIONS"
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) No space found before comment text; expected "// SOCIAL ICONS" but found "//SOCIAL ICONS"
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) No space found before comment text; expected "// SLIDESHOW" but found "//SLIDESHOW"
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) No space found before comment text; expected "// Form exceptions" but found "//Form exceptions"
theme/archaius/lang/es/theme_archaius.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
(#26) No space found before comment text; expected "// REGIONS" but found "//REGIONS"
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) No space found before comment text; expected "// PRESENTATION PAGE" but found "//PRESENTATION PAGE"
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) No space found before comment text; expected "// THEME OPTIONS" but found "//THEME OPTIONS"
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// TITLES" but found "//TITLES"
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) No space found before comment text; expected "// SOCIAL ICONS" but found "//SOCIAL ICONS"
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) No space found before comment text; expected "// SLIDESHOW" but found "//SLIDESHOW"
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) No space found before comment text; expected "// Form exceptions" but found "//Form exceptions"
theme/archaius/layout/frontpage.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#22) "include" must be immediately followed by an open parenthesis
(#22) File is being unconditionally included; use "require" instead
(#27) "include" must be immediately followed by an open parenthesis
(#27) File is being unconditionally included; use "require" instead
(#29) Line indented incorrectly; expected 0 spaces, found 4
(#29) Expected "if (...) {\n"; found "if (...){\n"
(#30) Expected 1 space after "="; 2 found
(#30) Whitespace found at end of line
(#31) Line indented incorrectly; expected 0 spaces, found 4
(#31) Expected "} else {\n"; found "}else{\n"
(#33) Line indented incorrectly; expected 0 spaces, found 4
(#33) Whitespace found at end of line
(#34) Line indented incorrectly; expected 0 spaces, found 4
(#34) Expected "if (...) {\n"; found "if(...){\n"
(#36) Line indented incorrectly; expected 0 spaces, found 4
(#41) Line indented incorrectly; expected 12 spaces, found 10
(#41) Expected "if (...) {\n"; found "if(...){?>\n"
(#43) Line indented incorrectly; expected 12 spaces, found 10
(#44) Line indented incorrectly; expected 12 spaces, found 10
(#49) Line indented incorrectly; expected 20 spaces, found 18
(#55) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#59) Whitespace found at end of line
(#60) Variable "slider_helper" must not contain underscores.
(#61) Variable "slider_helper" must not contain underscores.
(#61) Whitespace found at end of line
(#64) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#69) Line indented incorrectly; expected 44 spaces, found 43
(#69) Variable "slider_helper" must not contain underscores.
(#88) Expected "if (...) {\n"; found "if (...){ ?>\n"
(#96) Expected "if (...) {\n"; found "if (...){ ?>\n"
(#108) "include" must be immediately followed by an open parenthesis
(#108) File is being unconditionally included; use "require" instead
(#113) Line indented incorrectly; expected 0 spaces, found 4
(#113) Closing brace indented incorrectly; expected 0 spaces, found 4
theme/archaius/layout/general.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#21) "include" must be immediately followed by an open parenthesis
(#21) File is being unconditionally included; use "require" instead
(#24) "include" must be immediately followed by an open parenthesis
(#24) File is being unconditionally included; use "require" instead
(#25) "include" must be immediately followed by an open parenthesis
(#25) File is being unconditionally included; use "require" instead
(#26) "include" must be immediately followed by an open parenthesis
(#26) File is being unconditionally included; use "require" instead
(#31) Line indented incorrectly; expected 0 spaces, found 4
(#31) Closing brace indented incorrectly; expected 0 spaces, found 4
theme/archaius/layout/login_layout.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.
(#5) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) No space found before comment text; expected "// Check which components are present" but found "//Check which components are present"
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#16) No space found before comment text; expected "// Add classes to body depending on components to be displayed" but found "//Add classes to body depending on components to be displayed"
(#37) Line indented incorrectly; expected 4 spaces, found 2
(#48) Line indented incorrectly; expected 8 spaces, found 6
(#54) Commas (,) must be followed by white space.
(#58) Line indented incorrectly; expected 8 spaces, found 6
(#58) Variable "mobile_logourl" must not contain underscores.
(#60) Variable "mobile_logourl" must not contain underscores.
(#63) Expected "} else {\n"; found "}else{ ?>\n"
(#65) Commas (,) must be followed by white space.
(#73) Line indented incorrectly; expected 12 spaces, found 10
(#73) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#79) Line indented incorrectly; expected 12 spaces, found 10
(#80) Line indented incorrectly; expected 12 spaces, found 10
(#80) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#86) Line indented incorrectly; expected 12 spaces, found 10
(#87) Line indented incorrectly; expected 12 spaces, found 10
(#87) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#93) Line indented incorrectly; expected 12 spaces, found 10
(#94) Line indented incorrectly; expected 12 spaces, found 10
(#94) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#100) Line indented incorrectly; expected 12 spaces, found 10
(#106) Line indented incorrectly; expected 16 spaces, found 14
(#143) Line indented incorrectly; expected 4 spaces, found 2
(#143) "include" must be immediately followed by an open parenthesis
(#143) File is being unconditionally included; use "require" instead
(#149) Line indented incorrectly; expected 0 spaces, found 4
(#149) Closing brace indented incorrectly; expected 0 spaces, found 4
theme/archaius/layout/partials/footer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#35) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#40) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#46) Line indented incorrectly; expected 8 spaces, found 6
(#50) "include" must be immediately followed by an open parenthesis
(#53) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#78) No space found before comment text; expected "// Send course module info if current user is inside a course moodle" but found "//Send course module info if current user is inside a course moodle"
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) This comment is 80% valid code; is this commented out code?
(#79) No space found before comment text; expected "// theme_archaius_blocks_region_$regionname_context_$contextid_pagetype_$pagetype_sub_$subpage" but found "//theme_archaius_blocks_region_$regionname_context_$contextid_pagetype_$pagetype_sub_$subpage"
(#80) Variable "last_part_user_preference" must not contain underscores.
(#82) Expected "if (...) {\n"; found "if(...){\n"
(#83) Line indented incorrectly; expected at least 6 spaces, found 4
(#83) Variable "last_part_user_preference" must not contain underscores.
(#84) Line indented incorrectly; expected 4 spaces, found 2
(#86) Line indented incorrectly; expected at least 4 spaces, found 2
(#86) Variable "side_pre_preference" must not contain underscores.
(#87) Variable "last_part_user_preference" must not contain underscores.
(#89) Line indented incorrectly; expected at least 4 spaces, found 2
(#89) Variable "side_post_preference" must not contain underscores.
(#90) Variable "last_part_user_preference" must not contain underscores.
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Line indented incorrectly; expected at least 4 spaces, found 2
(#92) No space found before comment text; expected "// Get user preferences to hide or show lateral regions of Archaius" but found "//Get user preferences to hide or show lateral regions of Archaius"
(#93) Line indented incorrectly; expected at least 4 spaces, found 2
(#93) Variable "show_side_pre" must not contain underscores.
(#93) Variable "side_pre_preference" must not contain underscores.
(#93) Commas (,) must be followed by white space.
(#94) Line indented incorrectly; expected at least 4 spaces, found 2
(#94) Variable "show_side_post" must not contain underscores.
(#94) Variable "side_post_preference" must not contain underscores.
(#94) Commas (,) must be followed by white space.
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Line indented incorrectly; expected at least 4 spaces, found 2
(#96) No space found before comment text; expected "// Send current user preferences value to JS" but found "//Send current user preferences value to JS"
(#97) Line indented incorrectly; expected at least 4 spaces, found 2
(#97) Variable "show_side_pre" must not contain underscores.
(#98) Line indented incorrectly; expected at least 4 spaces, found 2
(#98) Variable "show_side_post" must not contain underscores.
(#100) Line indented incorrectly; expected at least 4 spaces, found 2
(#104) Line indented incorrectly; expected at least 4 spaces, found 2
theme/archaius/layout/partials/header.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) No space found before comment text; expected "// Check which components are present" but found "//Check which components are present"
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) No space found before comment text; expected "// Add classes to body depending on components to be displayed" but found "//Add classes to body depending on components to be displayed"
theme/archaius/layout/partials/page_content.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#24) Line indented incorrectly; expected 0 spaces, found 4
(#24) Expected "if (...) {\n"; found "if (...){\n"
(#25) Expected 1 space after "="; 2 found
(#25) Whitespace found at end of line
(#26) Line indented incorrectly; expected 0 spaces, found 4
(#26) Expected "} else {\n"; found "}else{\n"
(#28) Line indented incorrectly; expected 0 spaces, found 4
(#29) Whitespace found at end of line
(#30) Line indented incorrectly; expected 0 spaces, found 4
(#30) Expected "if (...) {\n"; found "if(...){\n"
(#32) Line indented incorrectly; expected 0 spaces, found 4
(#37) Line indented incorrectly; expected 12 spaces, found 10
(#37) Expected "if (...) {\n"; found "if(...){?>\n"
(#39) Line indented incorrectly; expected 12 spaces, found 10
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Line indented incorrectly; expected 8 spaces, found 7
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Spaces must be used to indent lines; tabs are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Line indented incorrectly; expected 8 spaces, found 6
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Line indented incorrectly; expected 12 spaces, found 9
(#65) Expected "if (...) {\n"; found "if (...){ ?>\n"
(#73) Expected "if (...) {\n"; found "if (...){ ?>\n"
theme/archaius/layout/partials/page_header.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#24) No space found before comment text; expected "// Check if the variable exists, if not you have to create it." but found "//Check if the variable exists, if not you have to create it."
(#25) Expected "if (...) {\n"; found "if(...){\n"
(#26) Line indented incorrectly; expected at least 4 spaces, found 2
(#28) Expected "if (...) {\n"; found "if(...){\n"
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#34) "include" must be immediately followed by an open parenthesis
(#34) File is being unconditionally included; use "require" instead
(#46) Commas (,) must be followed by white space.
(#51) Variable "mobile_logourl" must not contain underscores.
(#53) Variable "mobile_logourl" must not contain underscores.
(#56) Expected "} else {\n"; found "}else{ ?>\n"
(#58) Commas (,) must be followed by white space.
(#65) Line indented incorrectly; expected 12 spaces, found 10
(#77) Line indented incorrectly; expected 4 spaces, found 2
(#81) Line indented incorrectly; expected 4 spaces, found 2
theme/archaius/layout/partials/social_icons.php
(#1) The first thing in a PHP file must be the <?php tag.
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#8) Line indented incorrectly; expected 4 spaces, found 2
(#9) Line indented incorrectly; expected 4 spaces, found 2
(#9) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#15) Line indented incorrectly; expected 4 spaces, found 2
(#16) Line indented incorrectly; expected 4 spaces, found 2
(#16) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#22) Line indented incorrectly; expected 4 spaces, found 2
(#23) Line indented incorrectly; expected 4 spaces, found 2
(#23) Expected "if (...) {\n"; found "if(...){ ?>\n"
(#29) Line indented incorrectly; expected 4 spaces, found 2
theme/archaius/layout/report.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#22) "include" must be immediately followed by an open parenthesis
(#22) File is being unconditionally included; use "require" instead
(#25) "include" must be immediately followed by an open parenthesis
(#25) File is being unconditionally included; use "require" instead
(#47) "include" must be immediately followed by an open parenthesis
(#47) File is being unconditionally included; use "require" instead
(#52) Line indented incorrectly; expected 0 spaces, found 4
(#52) Closing brace indented incorrectly; expected 0 spaces, found 4
theme/archaius/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) 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
(#21) Expected 1 space after asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#23) Expected 1 space(s) before asterisk; 0 found
(#24) Expected 1 space(s) before asterisk; 0 found
(#25) Expected 1 space(s) before asterisk; 0 found
(#26) Expected 1 space(s) before asterisk; 0 found
(#32) Expected 1 space(s) before asterisk; 0 found
(#33) Expected 1 space(s) before asterisk; 0 found
(#34) Expected 1 space(s) before asterisk; 0 found
(#34) Expected 1 space after asterisk; 3 found
(#35) Expected 1 space(s) before asterisk; 0 found
(#35) Expected 1 space after asterisk; 3 found
(#36) Expected 1 space(s) before asterisk; 0 found
(#36) Expected 1 space after asterisk; 3 found
(#37) Expected 1 space(s) before asterisk; 0 found
(#38) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Expected 1 space after "="; newline found
(#42) Expected 1 space after "="; newline found
(#44) Commas (,) must be followed by white space.
(#44) Commas (,) must be followed by white space.
(#46) Expected 1 space after "="; newline found
(#49) Expected 1 space after "="; newline found
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#53) Expected 1 space after "="; newline found
(#56) Expected 1 space after "="; newline found
(#58) Commas (,) must be followed by white space.
(#58) Commas (,) must be followed by white space.
(#60) Variable "page_header_text_color" must not contain underscores.
(#60) Expected 1 space after "="; newline found
(#63) Expected 1 space after "="; newline found
(#65) Commas (,) must be followed by white space.
(#65) Variable "page_header_text_color" must not contain underscores.
(#65) Commas (,) must be followed by white space.
(#66) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#68) Variable "page_footer_text_color" must not contain underscores.
(#68) Expected 1 space after "="; newline found
(#71) Expected 1 space after "="; newline found
(#73) Commas (,) must be followed by white space.
(#73) Variable "page_footer_text_color" must not contain underscores.
(#73) Commas (,) must be followed by white space.
(#75) Expected 1 space after "="; newline found
(#78) Expected 1 space after "="; newline found
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#82) Expected 1 space after "="; newline found
(#85) Expected 1 space after "="; newline found
(#87) Commas (,) must be followed by white space.
(#87) Commas (,) must be followed by white space.
(#89) Expected 1 space after "="; newline found
(#93) Expected 1 space after "="; newline found
(#95) Commas (,) must be followed by white space.
(#95) Commas (,) must be followed by white space.
(#97) Expected 1 space after "="; newline found
(#100) Expected 1 space after "="; newline found
(#102) Commas (,) must be followed by white space.
(#102) Commas (,) must be followed by white space.
(#104) Expected 1 space after "="; newline found
(#107) Commas (,) must be followed by white space.
(#116) Expected "if (...) {\n"; found "if(...){\n"
(#118) Expected "} else {\n"; found "}else{\n"
(#119) Commas (,) must be followed by white space.
(#126) Expected 1 space(s) before asterisk; 0 found
(#127) Expected 1 space(s) before asterisk; 0 found
(#127) Expected 1 space after asterisk; 3 found
(#128) Expected 1 space(s) before asterisk; 0 found
(#128) Expected 1 space after asterisk; 3 found
(#129) Expected 1 space(s) before asterisk; 0 found
(#130) Expected 1 space after closing parenthesis; found 0
(#131) Inline control structures are not allowed
(#137) Expected 1 space(s) before asterisk; 0 found
(#138) Expected 1 space(s) before asterisk; 0 found
(#138) Expected 1 space after asterisk; 3 found
(#139) Expected 1 space(s) before asterisk; 0 found
(#139) Expected 1 space after asterisk; 3 found
(#140) Expected 1 space(s) before asterisk; 0 found
(#140) Expected 1 space after asterisk; 3 found
(#141) Expected 1 space(s) before asterisk; 0 found
(#142) Commas (,) must be followed by white space.
(#142) Commas (,) must be followed by white space.
(#142) Expected 1 space after closing parenthesis; found 0
(#151) Expected 1 space(s) before asterisk; 0 found
(#152) Expected 1 space(s) before asterisk; 0 found
(#153) Expected 1 space(s) before asterisk; 0 found
(#154) Expected 1 space(s) before asterisk; 0 found
(#155) Expected 1 space(s) before asterisk; 0 found
(#155) Expected 1 space after asterisk; 3 found
(#156) Expected 1 space(s) before asterisk; 0 found
(#156) Expected 1 space after asterisk; 3 found
(#157) Expected 1 space(s) before asterisk; 0 found
(#157) Expected 1 space after asterisk; 3 found
(#158) Expected 1 space(s) before asterisk; 0 found
(#162) Expected "if (...) {\n"; found "if (...){\n"
(#164) Expected "} else {\n"; found "}else{\n"
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) No space found before comment text; expected "// pixel is used and the can't be float." but found "//pixel is used and the can't be float."
(#175) Expected 1 space(s) before asterisk; 0 found
(#176) Expected 1 space(s) before asterisk; 0 found
(#177) Expected 1 space(s) before asterisk; 0 found
(#177) Expected 1 space after asterisk; 3 found
(#178) Expected 1 space(s) before asterisk; 0 found
(#178) Expected 1 space after asterisk; 3 found
(#179) Expected 1 space(s) before asterisk; 0 found
(#179) Expected 1 space after asterisk; 3 found
(#180) Expected 1 space(s) before asterisk; 0 found
(#180) Expected 1 space after asterisk; 3 found
(#181) Expected 1 space(s) before asterisk; 0 found
(#182) Commas (,) must be followed by white space.
(#183) Variable "tag_position" must not contain underscores.
(#184) Variable "replacement_position" must not contain underscores.
(#185) Variable "tag_margin" must not contain underscores.
(#186) Variable "replacement_margin" must not contain underscores.
(#187) Expected "if (...) {\n"; found "if (...){\n"
(#187) Variable "replacement_position" must not contain underscores.
(#188) Variable "replacement_position" must not contain underscores.
(#190) Expected "if (...) {\n"; found "if(...){\n"
(#190) Variable "replacement_margin" must not contain underscores.
(#191) Variable "replacement_margin" must not contain underscores.
(#193) Variable "tag_position" must not contain underscores.
(#193) Variable "replacement_position" must not contain underscores.
(#194) Variable "tag_margin" must not contain underscores.
(#194) Variable "replacement_margin" must not contain underscores.
(#199) Expected 1 space(s) before asterisk; 0 found
(#200) Expected 1 space(s) before asterisk; 0 found
(#201) Expected 1 space(s) before asterisk; 0 found
(#201) Expected 1 space after asterisk; 3 found
(#202) Expected 1 space(s) before asterisk; 0 found
(#202) Expected 1 space after asterisk; 3 found
(#203) Expected 1 space(s) before asterisk; 0 found
(#204) Expected 1 space after closing parenthesis; found 0
(#227) Expected 1 space after closing parenthesis; found 0
(#239) Usage of ELSEIF not allowed; use ELSE IF instead
(#247) Usage of ELSEIF not allowed; use ELSE IF instead
(#255) Expected "} else {\n"; found "}else{\n"
(#263) Expected "} else {\n"; found "}else {\n"
(#278) Expected 1 space(s) before asterisk; 0 found
(#279) Expected 1 space(s) before asterisk; 0 found
(#280) Expected 1 space(s) before asterisk; 0 found
(#280) Expected 1 space after asterisk; 3 found
(#281) Expected 1 space(s) before asterisk; 0 found
(#281) Expected 1 space after asterisk; 3 found
(#282) Expected 1 space(s) before asterisk; 0 found
(#283) Expected 1 space after closing parenthesis; found 0
(#286) Variable "image_url" must not contain underscores.
(#288) Expected "if (...) {\n"; found "if (...){\n"
(#288) Variable "image_url" must not contain underscores.
(#289) Variable "image_url" must not contain underscores.
(#289) Space found before semicolon; expected "$image_url;" but found "$image_url ;"
(#290) Expected "} else {\n"; found "}else{\n"
(#291) Commas (,) must be followed by white space.
(#298) Expected 1 space(s) before asterisk; 0 found
(#299) Expected 1 space(s) before asterisk; 0 found
(#300) Expected 1 space(s) before asterisk; 0 found
(#300) Expected 1 space after asterisk; 3 found
(#301) Expected 1 space(s) before asterisk; 0 found
(#301) Expected 1 space after asterisk; 3 found
(#302) Expected 1 space(s) before asterisk; 0 found
(#303) Expected 1 space after closing parenthesis; found 0
(#305) Variable "replacement_width" must not contain underscores.
(#306) Variable "replacement_max_width" must not contain underscores.
(#307) Expected "if (...) {\n"; found "if(...){\n"
(#308) Variable "replacement_width" must not contain underscores.
(#309) Variable "replacement_max_width" must not contain underscores.
(#311) Variable "replacement_width" must not contain underscores.
(#312) Variable "replacement_max_width" must not contain underscores.
(#316) Expected 1 space(s) before asterisk; 0 found
(#317) Expected 1 space(s) before asterisk; 0 found
(#317) Expected 1 space after asterisk; 3 found
(#318) Expected 1 space(s) before asterisk; 0 found
(#324) Inline comments must end in full-stops, exclamation marks, or question marks
(#324) No space found before comment text; expected "// Load responsive slideshow only when the effect is active" but found "//Load responsive slideshow only when the effect is active"
(#325) Variable "slideshow_active" must not contain underscores.
(#325) Expected 1 space after "="; newline found
(#326) Expected 1 space after "?"; newline found
(#329) Inline control structures are not allowed
(#329) Variable "slideshow_active" must not contain underscores.
(#332) Inline comments must end in full-stops, exclamation marks, or question marks
(#332) No space found before comment text; expected "// CORE JQUERY PLUGINS" but found "//CORE JQUERY PLUGINS"
(#337) Variable "accordion_blocks_active" must not contain underscores.
(#337) Expected 1 space after "="; newline found
(#338) Expected 1 space after "?"; newline found
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) No space found before comment text; expected "// Load accordion blocks only when the effect is active" but found "//Load accordion blocks only when the effect is active"
(#342) Inline control structures are not allowed
(#342) Variable "accordion_blocks_active" must not contain underscores.
(#347) No space found before comment text; expected "// To translate items in the customenu, it is from:" but found "//To translate items in the customenu, it is from:"
(#348) Inline comments must end in full-stops, exclamation marks, or question marks
theme/archaius/renderers.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Whitespace found at end of line
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Line indented incorrectly; expected 4 spaces, found 2
(#32) Visibility must be declared on method "block"
(#34) Line indented incorrectly; expected at least 8 spaces, found 4
(#35) Line indented incorrectly; expected 8 spaces, found 4
(#36) Line indented incorrectly; expected at least 12 spaces, found 6
(#37) Line indented incorrectly; expected 8 spaces, found 4
(#38) Line indented incorrectly; expected 8 spaces, found 4
(#39) Line indented incorrectly; expected at least 12 spaces, found 6
(#40) Line indented incorrectly; expected 8 spaces, found 4
(#41) Line indented incorrectly; expected 8 spaces, found 4
(#42) Line indented incorrectly; expected at least 12 spaces, found 6
(#43) Line indented incorrectly; expected 8 spaces, found 4
(#45) Line indented incorrectly; expected at least 8 spaces, found 4
(#46) Line indented incorrectly; expected 8 spaces, found 4
(#47) Line indented incorrectly; expected at least 12 spaces, found 6
(#48) Line indented incorrectly; expected at least 12 spaces, found 6
(#49) Line indented incorrectly; expected 8 spaces, found 4
(#50) Line indented incorrectly; expected at least 12 spaces, found 6
(#50) Whitespace found at end of line
(#51) Line indented incorrectly; expected at least 12 spaces, found 8
(#52) Line indented incorrectly; expected at least 12 spaces, found 10
(#52) Whitespace found at end of line
(#53) Line indented incorrectly; expected at least 12 spaces, found 10
(#54) Line indented incorrectly; expected at least 12 spaces, found 8
(#55) Line indented incorrectly; expected at least 12 spaces, found 6
(#56) Line indented incorrectly; expected at least 12 spaces, found 6
(#56) Whitespace found at end of line
(#57) Line indented incorrectly; expected at least 12 spaces, found 8
(#58) Line indented incorrectly; expected at least 12 spaces, found 10
(#58) Whitespace found at end of line
(#59) Line indented incorrectly; expected at least 12 spaces, found 10
(#60) Line indented incorrectly; expected at least 12 spaces, found 8
(#61) Line indented incorrectly; expected at least 12 spaces, found 6
(#62) Line indented incorrectly; expected 8 spaces, found 4
(#64) Line indented incorrectly; expected at least 8 spaces, found 4
(#65) Line indented incorrectly; expected 8 spaces, found 4
(#66) Line indented incorrectly; expected at least 12 spaces, found 6
(#67) Line indented incorrectly; expected 8 spaces, found 4
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#71) Line indented incorrectly; expected 8 spaces, found 4
(#72) Line indented incorrectly; expected at least 12 spaces, found 6
(#72) Whitespace found at end of line
(#73) Line indented incorrectly; expected at least 12 spaces, found 8
(#73) Whitespace found at end of line
(#74) Line indented incorrectly; expected at least 12 spaces, found 8
(#75) Line indented incorrectly; expected at least 16 spaces, found 6
(#76) Line indented incorrectly; expected 8 spaces, found 4
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#80) Line indented incorrectly; expected 8 spaces, found 4
(#81) Line indented incorrectly; expected at least 12 spaces, found 6
(#81) Whitespace found at end of line
(#82) Line indented incorrectly; expected at least 12 spaces, found 8
(#82) Expected 1 space before "=>"; 0 found
(#82) Expected 1 space after "=>"; 0 found
(#82) Whitespace found at end of line
(#83) Line indented incorrectly; expected at least 12 spaces, found 8
(#84) Line indented incorrectly; expected 8 spaces, found 4
(#86) Line indented incorrectly; expected at least 8 spaces, found 4
(#87) Line indented incorrectly; expected 8 spaces, found 4
(#88) Line indented incorrectly; expected at least 12 spaces, found 6
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#89) Line indented incorrectly; expected 8 spaces, found 4
(#90) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Line indented incorrectly; expected 8 spaces, found 4
(#93) Line indented incorrectly; expected at least 12 spaces, found 6
(#94) Line indented incorrectly; expected 8 spaces, found 4
(#95) Line indented incorrectly; expected at least 8 spaces, found 4
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#98) Line indented incorrectly; expected 8 spaces, found 4
(#99) Line indented incorrectly; expected at least 12 spaces, found 6
(#99) Whitespace found at end of line
(#100) Line indented incorrectly; expected at least 12 spaces, found 8
(#101) Line indented incorrectly; expected 8 spaces, found 4
(#102) Line indented incorrectly; expected at least 8 spaces, found 4
(#103) Line indented incorrectly; expected at least 8 spaces, found 4
(#105) Line indented incorrectly; expected at least 8 spaces, found 4
(#106) Line indented incorrectly; expected 4 spaces, found 2
(#108) Line indented incorrectly; expected at least 4 spaces, found 2
(#116) Line indented incorrectly; expected 4 spaces, found 2
(#117) Line indented incorrectly; expected at least 8 spaces, found 4
(#117) Variable "user_preference" must not contain underscores.
(#118) Line indented incorrectly; expected 8 spaces, found 4
(#118) Expected "if (...) {\n"; found "if(...){\n"
(#118) Whitespace found at end of line
(#121) Line indented incorrectly; expected at least 12 spaces, found 6
(#121) Variable "user_preference" must not contain underscores.
(#121) Expected 1 space after ".="; newline found
(#121) Whitespace found at end of line
(#122) Line indented incorrectly; expected at least 12 spaces, found 8
(#122) Whitespace found at end of line
(#123) Line indented incorrectly; expected at least 12 spaces, found 8
(#124) Line indented incorrectly; expected at least 12 spaces, found 8
(#126) Line indented incorrectly; expected 12 spaces, found 6
(#126) Expected "if (...) {\n"; found "if(...){\n"
(#127) Line indented incorrectly; expected at least 16 spaces, found 8
(#127) Variable "user_preference" must not contain underscores.
(#127) Whitespace found at end of line
(#128) Line indented incorrectly; expected 12 spaces, found 6
(#129) Line indented incorrectly; expected 8 spaces, found 4
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Line indented incorrectly; expected at least 8 spaces, found 4
(#130) No space found before comment text; expected "// Allow user preference update from javascript" but found "//Allow user preference update from javascript"
(#131) Line indented incorrectly; expected at least 8 spaces, found 4
(#131) Variable "user_preference" must not contain underscores.
(#133) Line indented incorrectly; expected at least 8 spaces, found 4
(#135) Line indented incorrectly; expected at least 8 spaces, found 4
(#136) Line indented incorrectly; expected at least 8 spaces, found 4
(#137) Line indented incorrectly; expected at least 8 spaces, found 4
(#138) Line indented incorrectly; expected 8 spaces, found 4
(#139) Line indented incorrectly; expected at least 12 spaces, found 6
(#140) Line indented incorrectly; expected 8 spaces, found 4
(#141) Line indented incorrectly; expected at least 8 spaces, found 4
(#143) Line indented incorrectly; expected 8 spaces, found 4
(#144) Line indented incorrectly; expected 12 spaces, found 6
(#145) Line indented incorrectly; expected at least 16 spaces, found 8
(#146) Line indented incorrectly; expected at least 16 spaces, found 8
(#147) Line indented incorrectly; expected 12 spaces, found 6
(#148) Line indented incorrectly; expected at least 16 spaces, found 8
(#149) Line indented incorrectly; expected 12 spaces, found 6
(#150) Line indented incorrectly; expected at least 16 spaces, found 8
(#150) Whitespace found at end of line
(#151) Line indented incorrectly; expected at least 16 spaces, found 10
(#152) Line indented incorrectly; expected 12 spaces, found 6
(#153) Line indented incorrectly; expected 8 spaces, found 4
(#154) Line indented incorrectly; expected at least 8 spaces, found 4
(#155) Line indented incorrectly; expected 4 spaces, found 2
(#158) Line indented incorrectly; expected at least 4 spaces, found 2
(#159) Line indented incorrectly; expected at least 4 spaces, found 3
(#160) Line indented incorrectly; expected at least 4 spaces, found 3
(#161) Line indented incorrectly; expected at least 4 spaces, found 3
(#162) Line indented incorrectly; expected at least 4 spaces, found 3
(#163) Line indented incorrectly; expected at least 4 spaces, found 3
(#164) Line indented incorrectly; expected 4 spaces, found 2
(#165) Line indented incorrectly; expected at least 8 spaces, found 4
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Line indented incorrectly; expected at least 8 spaces, found 4
(#167) No space found before comment text; expected "// TODO: Check this in a different way" but found "//TODO: Check this in a different way"
(#168) Line indented incorrectly; expected at least 8 spaces, found 4
(#169) Line indented incorrectly; expected 8 spaces, found 4
(#170) Line indented incorrectly; expected at least 12 spaces, found 6
(#171) Line indented incorrectly; expected 8 spaces, found 4
(#171) Expected "} else {\n"; found "}else{\n"
(#172) Line indented incorrectly; expected at least 12 spaces, found 6
(#172) Inline control structures are not allowed
(#173) Line indented incorrectly; expected at least 12 spaces, found 8
(#174) Line indented incorrectly; expected at least 12 spaces, found 6
(#175) Line indented incorrectly; expected at least 12 spaces, found 6
(#176) Line indented incorrectly; expected 8 spaces, found 4
(#177) Line indented incorrectly; expected 4 spaces, found 2
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Line indented incorrectly; expected at least 4 spaces, found 2
(#180) Line indented incorrectly; expected 4 spaces, found 2
(#182) Line indented incorrectly; expected at least 8 spaces, found 4
(#183) Line indented incorrectly; expected at least 8 spaces, found 4
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Line indented incorrectly; expected at least 8 spaces, found 4
(#185) No space found before comment text; expected "// navigation mycourses is no supported since 2.4" but found "//navigation mycourses is no supported since 2.4"
(#186) Line indented incorrectly; expected 8 spaces, found 4
(#186) Whitespace found at end of line
(#187) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#187) Whitespace found at end of line
(#189) Line indented incorrectly; expected at least 12 spaces, found 8
(#189) Space found before semicolon; expected ");" but found ") ;"
(#190) Line indented incorrectly; expected at least 12 spaces, found 8
(#191) Line indented incorrectly; expected at least 12 spaces, found 8
(#192) Line indented incorrectly; expected at least 12 spaces, found 8
(#192) Space found before semicolon; expected "8000;" but found "8000 ;"
(#193) Line indented incorrectly; expected at least 12 spaces, found 8
(#195) Line indented incorrectly; expected 12 spaces, found 8
(#196) Line indented incorrectly; expected at least 16 spaces, found 12
(#197) Whitespace found at end of line
(#198) Whitespace found at end of line
(#200) Line indented incorrectly; expected at least 20 spaces, found 12
(#201) Line indented incorrectly; expected 12 spaces, found 8
(#202) Line indented incorrectly; expected 8 spaces, found 4
(#204) Line indented incorrectly; expected at least 8 spaces, found 4
(#204) Variable "course_id" must not contain underscores.
(#205) Line indented incorrectly; expected 8 spaces, found 4
(#205) Variable "course_id" must not contain underscores.
(#206) Line indented incorrectly; expected at least 12 spaces, found 8
(#207) Line indented incorrectly; expected at least 12 spaces, found 8
(#208) Line indented incorrectly; expected at least 12 spaces, found 8
(#209) Line indented incorrectly; expected at least 12 spaces, found 8
(#210) Line indented incorrectly; expected at least 12 spaces, found 8
(#211) Line indented incorrectly; expected 8 spaces, found 4
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Line indented incorrectly; expected at least 8 spaces, found 4
(#213) No space found before comment text; expected "// From boostrapbase" but found "//From boostrapbase"
(#215) Line indented incorrectly; expected at least 8 spaces, found 4
(#216) Line indented incorrectly; expected at least 8 spaces, found 4
(#217) Line indented incorrectly; expected at least 8 spaces, found 4
(#218) Line indented incorrectly; expected at least 8 spaces, found 4
(#219) Line indented incorrectly; expected 8 spaces, found 4
(#222) Whitespace found at end of line
(#224) Whitespace found at end of line
(#225) Line indented incorrectly; expected at least 12 spaces, found 6
(#226) Line indented incorrectly; expected 8 spaces, found 4
(#228) Line indented incorrectly; expected 8 spaces, found 4
(#229) Line indented incorrectly; expected at least 12 spaces, found 6
(#229) Expected 1 space after "="; 2 found
(#230) Line indented incorrectly; expected at least 12 spaces, found 6
(#231) Line indented incorrectly; expected at least 12 spaces, found 6
(#233) Line indented incorrectly; expected 12 spaces, found 6
(#234) Line indented incorrectly; expected at least 16 spaces, found 8
(#234) Whitespace found at end of line
(#235) Line indented incorrectly; expected at least 16 spaces, found 10
(#236) Line indented incorrectly; expected at least 16 spaces, found 14
(#236) Whitespace found at end of line
(#237) Line indented incorrectly; expected at least 16 spaces, found 14
(#238) Line indented incorrectly; expected at least 16 spaces, found 10
(#238) Whitespace found at end of line
(#239) Line indented incorrectly; expected at least 16 spaces, found 10
(#240) Line indented incorrectly; expected at least 22 spaces, found 8
(#241) Line indented incorrectly; expected 12 spaces, found 6
(#242) Line indented incorrectly; expected 8 spaces, found 4
(#243) Line indented incorrectly; expected at least 8 spaces, found 4
(#244) Line indented incorrectly; expected 4 spaces, found 2
(#245) Whitespace found at end of line
(#246) Line indented incorrectly; expected 4 spaces, found 2
(#247) Line indented incorrectly; expected at least 8 spaces, found 4
(#248) Line indented incorrectly; expected at least 8 spaces, found 4
(#249) Line indented incorrectly; expected 4 spaces, found 2
theme/archaius/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) "include" must be immediately followed by an open parenthesis
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) "include" must be immediately followed by an open parenthesis
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) "include" must be immediately followed by an open parenthesis
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) "include" must be immediately followed by an open parenthesis
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) "include" must be immediately followed by an open parenthesis
(#34) Line indented incorrectly; expected at least 4 spaces, found 2
(#34) "include" must be immediately followed by an open parenthesis
(#35) Line indented incorrectly; expected at least 4 spaces, found 2
(#35) "include" must be immediately followed by an open parenthesis
theme/archaius/settings/archaius_developer_settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Variable "developer_options" must not contain underscores.
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Variable "developer_options" must not contain underscores.
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Line indented incorrectly; expected at least 4 spaces, found 2
(#40) Line indented incorrectly; expected at least 4 spaces, found 2
(#40) Variable "developer_options" must not contain underscores.
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Line indented incorrectly; expected at least 4 spaces, found 2
(#43) Line indented incorrectly; expected at least 4 spaces, found 2
(#44) Line indented incorrectly; expected at least 4 spaces, found 2
(#44) Commas (,) must be followed by white space.
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#46) Line indented incorrectly; expected at least 4 spaces, found 2
(#47) Line indented incorrectly; expected at least 4 spaces, found 2
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#53) Line indented incorrectly; expected at least 4 spaces, found 2
(#54) Line indented incorrectly; expected at least 4 spaces, found 2
(#54) Variable "developer_options" must not contain underscores.
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Line indented incorrectly; expected at least 4 spaces, found 2
(#57) No space found before comment text; expected "// Add options to admin tree" but found "//Add options to admin tree"
(#58) Line indented incorrectly; expected at least 4 spaces, found 2
(#58) Variable "developer_options" must not contain underscores.
theme/archaius/settings/archaius_footer_settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Variable "footer_options" must not contain underscores.
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Variable "footer_options" must not contain underscores.
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#34) Line indented incorrectly; expected at least 4 spaces, found 2
(#35) Line indented incorrectly; expected at least 4 spaces, found 2
(#35) Variable "footer_options" 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
(#37) Line indented incorrectly; expected at least 4 spaces, found 3
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Commas (,) must be followed by white space.
(#40) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) Line indented incorrectly; expected at least 4 spaces, found 2
(#42) Line indented incorrectly; expected at least 4 spaces, found 2
(#43) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#46) Line indented incorrectly; expected at least 4 spaces, found 2
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#53) Line indented incorrectly; expected at least 4 spaces, found 2
(#54) Line indented incorrectly; expected at least 4 spaces, found 2
(#54) Variable "footer_options" must not contain underscores.
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Line indented incorrectly; expected at least 4 spaces, found 2
(#56) No space found before comment text; expected "// Add options to admin tree" but found "//Add options to admin tree"
(#57) Line indented incorrectly; expected at least 4 spaces, found 2
(#57) Variable "footer_options" must not contain underscores.
theme/archaius/settings/archaius_javascript_effects_settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Variable "javascript_effects_options" must not contain underscores.
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Variable "javascript_effects_options" must not contain underscores.
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#37) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Variable "javascript_effects_options" must not contain underscores.
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) No space found before comment text; expected "// Activate collapsible topics" but found "//Activate collapsible topics"
(#42) Line indented incorrectly; expected at least 4 spaces, found 2
(#43) Line indented incorrectly; expected at least 4 spaces, found 2
(#44) Line indented incorrectly; expected at least 4 spaces, found 2
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#50) Line indented incorrectly; expected at least 4 spaces, found 2
(#51) Line indented incorrectly; expected at least 4 spaces, found 2
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#52) Variable "javascript_effects_options" must not contain underscores.
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Line indented incorrectly; expected at least 4 spaces, found 2
(#54) No space found before comment text; expected "// Activate Hide Show Blocks" but found "//Activate Hide Show Blocks"
(#55) Line indented incorrectly; expected at least 4 spaces, found 2
(#56) Line indented incorrectly; expected at least 4 spaces, found 2
(#57) Line indented incorrectly; expected at least 4 spaces, found 2
(#58) Line indented incorrectly; expected at least 4 spaces, found 2
(#63) Line indented incorrectly; expected at least 4 spaces, found 2
(#64) Line indented incorrectly; expected at least 4 spaces, found 2
(#65) Line indented incorrectly; expected at least 4 spaces, found 2
(#65) Variable "javascript_effects_options" must not contain underscores.
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 4 spaces, found 2
(#67) No space found before comment text; expected "// Add options to admin tree" but found "//Add options to admin tree"
(#68) Line indented incorrectly; expected at least 4 spaces, found 2
(#68) Variable "javascript_effects_options" must not contain underscores.
theme/archaius/settings/archaius_layout_color_settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Variable "layout_color_options" must not contain underscores.
(#24) Line exceeds 132 characters; contains 138 characters
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Variable "layout_color_options" must not contain underscores.
(#25) Line exceeds 132 characters; contains 142 characters
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#34) Line indented incorrectly; expected at least 4 spaces, found 2
(#34) Variable "layout_color_options" must not contain underscores.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Line indented incorrectly; expected at least 4 spaces, found 2
(#36) No space found before comment text; expected "// Background color" but found "//Background color"
(#37) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Commas (,) must be followed by white space.
(#39) Line indented incorrectly; expected at least 4 spaces, found 2
(#40) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) Line indented incorrectly; expected at least 4 spaces, found 2
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#44) Line indented incorrectly; expected at least 4 spaces, found 2
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#51) Line indented incorrectly; expected at least 4 spaces, found 2
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#53) Line indented incorrectly; expected at least 4 spaces, found 2
(#53) Variable "layout_color_options" must not contain underscores.
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line indented incorrectly; expected at least 4 spaces, found 2
(#56) Line indented incorrectly; expected at least 4 spaces, found 2
(#57) Line indented incorrectly; expected at least 4 spaces, found 2
(#57) Commas (,) must be followed by white space.
(#58) Line indented incorrectly; expected at least 4 spaces, found 2
(#59) Line indented incorrectly; expected at least 4 spaces, found 2
(#60) Line indented incorrectly; expected at least 4 spaces, found 2
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#63) Line indented incorrectly; expected at least 4 spaces, found 2
(#64) Line indented incorrectly; expected at least 4 spaces, found 2
(#70) Line indented incorrectly; expected at least 4 spaces, found 2
(#71) Line indented incorrectly; expected at least 4 spaces, found 2
(#72) Line indented incorrectly; expected at least 4 spaces, found 2
(#72) Variable "layout_color_options" must not contain underscores.
(#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) Line indented incorrectly; expected at least 4 spaces, found 2
(#75) Line indented incorrectly; expected at least 4 spaces, found 2
(#76) Line indented incorrectly; expected at least 4 spaces, found 2
(#76) Commas (,) must be followed by white space.
(#77) Line indented incorrectly; expected at least 4 spaces, found 2
(#78) Line indented incorrectly; expected at least 4 spaces, found 2
(#79) Line indented incorrectly; expected at least 4 spaces, found 2
(#80) Expected 1 space before "=>"; 0 found
(#81) Expected 1 space before "=>"; 0 found
(#81) Expected 1 space after "=>"; 0 found
(#82) Line indented incorrectly; expected at least 4 spaces, found 2
(#83) Line indented incorrectly; expected at least 4 spaces, found 2
(#89) Line indented incorrectly; expected at least 4 spaces, found 2
(#90) Line indented incorrectly; expected at least 4 spaces, found 2
(#91) Line indented incorrectly; expected at least 4 spaces, found 2
(#91) Variable "layout_color_options" must not contain underscores.
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Line indented incorrectly; expected at least 4 spaces, found 2
(#94) Line indented incorrectly; expected at least 4 spaces, found 2
(#95) Line indented incorrectly; expected at least 4 spaces, found 2
(#95) Commas (,) must be followed by white space.
(#96) Line indented incorrectly; expected at least 4 spaces, found 2
(#97) Line indented incorrectly; expected at least 4 spaces, found 2
(#98) Line indented incorrectly; expected at least 4 spaces, found 2
(#99) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space after "=>"; 0 found
(#101) Line indented incorrectly; expected at least 4 spaces, found 2
(#102) Line indented incorrectly; expected at least 4 spaces, found 2
(#108) Line indented incorrectly; expected at least 4 spaces, found 2
(#109) Line indented incorrectly; expected at least 4 spaces, found 2
(#110) Line indented incorrectly; expected at least 4 spaces, found 2
(#110) Variable "layout_color_options" must not contain underscores.
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Line indented incorrectly; expected at least 4 spaces, found 2
(#113) Line indented incorrectly; expected at least 4 spaces, found 2
(#114) Line indented incorrectly; expected at least 4 spaces, found 2
(#114) Commas (,) must be followed by white space.
(#115) Line indented incorrectly; expected at least 4 spaces, found 2
(#116) Line indented incorrectly; expected at least 4 spaces, found 2
(#117) Line indented incorrectly; expected at least 4 spaces, found 2
(#118) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#120) Line indented incorrectly; expected at least 4 spaces, found 2
(#121) Line indented incorrectly; expected at least 4 spaces, found 2
(#127) Line indented incorrectly; expected at least 4 spaces, found 2
(#128) Line indented incorrectly; expected at least 4 spaces, found 2
(#129) Line indented incorrectly; expected at least 4 spaces, found 2
(#129) Variable "layout_color_options" must not contain underscores.
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Line indented incorrectly; expected at least 4 spaces, found 2
(#133) Line indented incorrectly; expected at least 4 spaces, found 2
(#134) Line indented incorrectly; expected at least 4 spaces, found 2
(#134) Commas (,) must be followed by white space.
(#135) Line indented incorrectly; expected at least 4 spaces, found 2
(#136) Line indented incorrectly; expected at least 4 spaces, found 2
(#137) Line indented incorrectly; expected at least 4 spaces, found 2
(#138) Expected 1 space before "=>"; 0 found
(#139) Expected 1 space before "=>"; 0 found
(#139) Expected 1 space after "=>"; 0 found
(#140) Line indented incorrectly; expected at least 4 spaces, found 2
(#141) Line indented incorrectly; expected at least 4 spaces, found 2
(#147) Line indented incorrectly; expected at least 4 spaces, found 2
(#148) Line indented incorrectly; expected at least 4 spaces, found 2
(#149) Line indented incorrectly; expected at least 4 spaces, found 2
(#149) Variable "layout_color_options" must not contain underscores.
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Line indented incorrectly; expected at least 4 spaces, found 2
(#152) Line indented incorrectly; expected at least 4 spaces, found 2
(#153) Line indented incorrectly; expected at least 4 spaces, found 2
(#153) Commas (,) must be followed by white space.
(#154) Line indented incorrectly; expected at least 4 spaces, found 2
(#155) Line indented incorrectly; expected at least 4 spaces, found 2
(#156) Line indented incorrectly; expected at least 4 spaces, found 2
(#157) Expected 1 space before "=>"; 0 found
(#157) Line exceeds maximum limit of 180 characters; contains 245 characters
(#158) Expected 1 space before "=>"; 0 found
(#158) Expected 1 space after "=>"; 0 found
(#159) Line indented incorrectly; expected at least 4 spaces, found 2
(#160) Line indented incorrectly; expected at least 4 spaces, found 2
(#166) Line indented incorrectly; expected at least 4 spaces, found 2
(#167) Line indented incorrectly; expected at least 4 spaces, found 2
(#168) Line indented incorrectly; expected at least 4 spaces, found 2
(#168) Variable "layout_color_options" must not contain underscores.
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Line indented incorrectly; expected at least 4 spaces, found 2
(#170) No space found before comment text; expected "// Add options to admin tree" but found "//Add options to admin tree"
(#171) Line indented incorrectly; expected at least 4 spaces, found 2
(#171) Variable "layout_color_options" must not contain underscores.
theme/archaius/settings/archaius_logos_settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Variable "logos_options" must not contain underscores.
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Variable "logos_options" must not contain underscores.
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#34) Line indented incorrectly; expected at least 4 spaces, found 2
(#34) Variable "logos_options" must not contain underscores.
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Line indented incorrectly; expected at least 4 spaces, found 2
(#36) No space found before comment text; expected "// Mobile Logo setting" but found "//Mobile Logo setting"
(#37) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Commas (,) must be followed by white space.
(#39) Line indented incorrectly; expected at least 4 spaces, found 2
(#40) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) Line indented incorrectly; expected at least 4 spaces, found 2
(#42) Line indented incorrectly; expected at least 4 spaces, found 2
(#42) Variable "logos_options" must not contain underscores.
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Line indented incorrectly; expected at least 4 spaces, found 2
(#44) No space found before comment text; expected "// Add options to admin tree" but found "//Add options to admin tree"
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#45) Variable "logos_options" must not contain underscores.
theme/archaius/settings/archaius_slideshow_settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Variable "slideshow_options" must not contain underscores.
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Variable "slideshow_options" must not contain underscores.
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Line indented incorrectly; expected at least 4 spaces, found 2
(#28) No space found before comment text; expected "// Activate Slideshow" but found "//Activate Slideshow"
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#37) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Variable "slideshow_options" must not contain underscores.
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) No space found before comment text; expected "// Activate pause/play Slideshow" but found "//Activate pause/play Slideshow"
(#42) Line indented incorrectly; expected at least 4 spaces, found 2
(#43) Line indented incorrectly; expected at least 4 spaces, found 2
(#44) Line indented incorrectly; expected at least 4 spaces, found 2
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#46) Line indented incorrectly; expected at least 4 spaces, found 2
(#47) Line indented incorrectly; expected at least 4 spaces, found 2
(#47) Variable "slideshow_options" must not contain underscores.
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 4 spaces, found 2
(#50) Line indented incorrectly; expected at least 4 spaces, found 2
(#51) Line indented incorrectly; expected at least 4 spaces, found 2
(#51) Commas (,) must be followed by white space.
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#53) Line indented incorrectly; expected at least 4 spaces, found 2
(#54) Line indented incorrectly; expected at least 4 spaces, found 2
(#60) Line indented incorrectly; expected at least 4 spaces, found 2
(#61) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Variable "slideshow_options" must not contain underscores.
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Line indented incorrectly; expected at least 4 spaces, found 2
(#66) Line indented incorrectly; expected at least 4 spaces, found 2
(#67) Line indented incorrectly; expected at least 4 spaces, found 2
(#67) Commas (,) must be followed by white space.
(#68) Line indented incorrectly; expected at least 4 spaces, found 2
(#69) Line indented incorrectly; expected at least 4 spaces, found 2
(#70) Line indented incorrectly; expected at least 4 spaces, found 2
(#76) Line indented incorrectly; expected at least 4 spaces, found 2
(#77) Line indented incorrectly; expected at least 4 spaces, found 2
(#78) Line indented incorrectly; expected at least 4 spaces, found 2
(#78) Variable "slideshow_options" must not contain underscores.
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Line indented incorrectly; expected at least 4 spaces, found 2
(#80) No space found before comment text; expected "// Add options to admin tree" but found "//Add options to admin tree"
(#81) Line indented incorrectly; expected at least 4 spaces, found 2
(#81) Variable "slideshow_options" must not contain underscores.
theme/archaius/settings/archaius_social_settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Line indented incorrectly; expected at least 4 spaces, found 2
(#24) Variable "social_options" must not contain underscores.
(#25) Line indented incorrectly; expected at least 4 spaces, found 2
(#25) Variable "social_options" must not contain underscores.
(#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) Line indented incorrectly; expected at least 4 spaces, found 2
(#29) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Line indented incorrectly; expected at least 4 spaces, found 2
(#30) Commas (,) must be followed by white space.
(#31) Line indented incorrectly; expected at least 4 spaces, found 2
(#32) Line indented incorrectly; expected at least 4 spaces, found 2
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Line indented incorrectly; expected at least 4 spaces, found 2
(#40) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) Line indented incorrectly; expected at least 4 spaces, found 2
(#41) Variable "social_options" must not contain underscores.
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Line indented incorrectly; expected at least 4 spaces, found 2
(#44) Line indented incorrectly; expected at least 4 spaces, found 2
(#45) Line indented incorrectly; expected at least 4 spaces, found 2
(#45) Commas (,) must be followed by white space.
(#46) Line indented incorrectly; expected at least 4 spaces, found 2
(#47) Line indented incorrectly; expected at least 4 spaces, found 2
(#48) Line indented incorrectly; expected at least 4 spaces, found 2
(#54) Line indented incorrectly; expected at least 4 spaces, found 2
(#55) Line indented incorrectly; expected at least 4 spaces, found 2
(#56) Line indented incorrectly; expected at least 4 spaces, found 2
(#56) Variable "social_options" must not contain underscores.
(#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) Line indented incorrectly; expected at least 4 spaces, found 2
(#59) Line indented incorrectly; expected at least 4 spaces, found 2
(#60) Line indented incorrectly; expected at least 4 spaces, found 2
(#60) Commas (,) must be followed by white space.
(#61) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Line indented incorrectly; expected at least 4 spaces, found 2
(#63) Line indented incorrectly; expected at least 4 spaces, found 2
(#69) Line indented incorrectly; expected at least 4 spaces, found 2
(#70) Line indented incorrectly; expected at least 4 spaces, found 2
(#71) Line indented incorrectly; expected at least 4 spaces, found 2
(#71) Variable "social_options" must not contain underscores.
(#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
(#73) Line indented incorrectly; expected at least 4 spaces, found 2
(#74) Line indented incorrectly; expected at least 4 spaces, found 2
(#75) Line indented incorrectly; expected at least 4 spaces, found 2
(#75) Commas (,) must be followed by white space.
(#76) Line indented incorrectly; expected at least 4 spaces, found 2
(#77) Line indented incorrectly; expected at least 4 spaces, found 2
(#78) Line indented incorrectly; expected at least 4 spaces, found 2
(#84) Line indented incorrectly; expected at least 4 spaces, found 2
(#85) Line indented incorrectly; expected at least 4 spaces, found 2
(#86) Line indented incorrectly; expected at least 4 spaces, found 2
(#86) Variable "social_options" must not contain underscores.
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Line indented incorrectly; expected at least 4 spaces, found 2
(#88) No space found before comment text; expected "// Add options to admin tree" but found "//Add options to admin tree"
(#89) Line indented incorrectly; expected at least 4 spaces, found 2
(#89) Variable "social_options" must not contain underscores.
theme/archaius/slideshow/controllers/slides_controller.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#22) No space found before comment text; expected "// TODO : I will implement this logic again, I dont like it." but found "//TODO : I will implement this logic again, I dont like it."
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) No space found before comment text; expected "// Imports" but found "//Imports"
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) No space found before comment text; expected "// Page parameters" but found "//Page parameters"
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 4 spaces, found 1
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) No space found before comment text; expected "// Creating URL which is going to be use as page URL." but found "//Creating URL which is going to be use as page URL."
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Whitespace found at end of line
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 6
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 7
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 6
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 11 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 11 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 11 spaces, found 2
(#54) "include" must be immediately followed by an open parenthesis
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Whitespace found at end of line
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 4 spaces, found 1
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) No space found before comment text; expected "// Creating URL which is going to be use as page URL." but found "//Creating URL which is going to be use as page URL."
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Whitespace found at end of line
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 6
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 8 spaces, found 6
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 11 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 11 spaces, found 2
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 11 spaces, found 2
(#67) "include" must be immediately followed by an open parenthesis
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 4 spaces, found 1
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 2
(#72) Commas (,) must be followed by white space.
(#72) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) "include" must be immediately followed by an open parenthesis
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 4 spaces, found 1
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
theme/archaius/slideshow/helpers/ArchaiusSliderHelper.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Whitespace found at end of line
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) No space found before comment text; expected "// Imports" but found "//Imports"
(#27) Whitespace found at end of line
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) "require" must be immediately followed by an open parenthesis
(#33) Whitespace found at end of line
(#46) Expected 1 space after closing parenthesis; found 0
(#50) Whitespace found at end of line
(#51) Expected 5 space(s) before asterisk; 4 found
(#52) Expected 5 space(s) before asterisk; 4 found
(#52) Expected 1 space after asterisk; 3 found
(#53) Expected 5 space(s) before asterisk; 4 found
(#53) Expected 1 space after asterisk; 3 found
(#54) Expected 5 space(s) before asterisk; 4 found
(#55) Public method name "ArchaiusSliderHelper::Instance" must be in lower-case letters only
(#55) Expected 1 space after closing parenthesis; found 0
(#68) Expected 1 space after closing parenthesis; found 0
(#70) Variable "html_slider" must not contain underscores.
(#70) Whitespace found at end of line
(#71) Whitespace found at end of line
(#73) Variable "html_slider" must not contain underscores.
(#73) Whitespace found at end of line
(#74) Commas (,) must be followed by white space.
(#76) Expected "if (...) {\n"; found "if(...){\n"
(#77) Whitespace found at end of line
(#78) Variable "html_slider" must not contain underscores.
(#78) Whitespace found at end of line
(#79) Variable "html_slider" must not contain underscores.
(#80) Variable "html_slider" must not contain underscores.
(#80) Whitespace found at end of line
(#81) Whitespace found at end of line
(#82) Variable "html_slider" must not contain underscores.
(#82) Expected 1 space after ".="; 2 found
(#82) Whitespace found at end of line
(#83) Variable "html_slider" must not contain underscores.
(#83) Expected 1 space after ".="; 2 found
(#83) Whitespace found at end of line
(#84) Expected "} else {\n"; found "}else{\n"
(#85) Variable "html_slider" must not contain underscores.
(#85) Expected 1 space after ".="; 2 found
(#86) Variable "html_slider" must not contain underscores.
(#86) Expected 1 space after ".="; 2 found
(#86) Whitespace found at end of line
(#92) Variable "html_slider" must not contain underscores.
(#92) Expected 1 space after ".="; 2 found
(#92) Whitespace found at end of line
(#93) Variable "html_slider" must not contain underscores.
(#93) Expected 1 space after ".="; 2 found
(#93) Whitespace found at end of line
(#95) Variable "html_slider" must not contain underscores.
(#98) Whitespace found at end of line
(#99) Expected 5 space(s) before asterisk; 4 found
(#100) Expected 5 space(s) before asterisk; 4 found
(#100) Expected 1 space after asterisk; 3 found
(#101) Expected 5 space(s) before asterisk; 4 found
(#102) Expected 1 space after closing parenthesis; found 0
(#112) Expected 1 space after closing parenthesis; found 0
(#113) Commas (,) must be followed by white space.
(#113) Commas (,) must be followed by white space.
(#114) Variable "html_admin_options" must not contain underscores.
(#114) Whitespace found at end of line
(#117) Variable "base_link" must not contain underscores.
(#121) Variable "link_to_add" must not contain underscores.
(#121) Whitespace found at end of line
(#124) Variable "base_link" must not contain underscores.
(#124) Whitespace found at end of line
(#127) Variable "link_to_add" must not contain underscores.
(#131) Variable "link_to_add" must not contain underscores.
(#131) Commas (,) must be followed by white space.
(#132) Variable "link_to_add" must not contain underscores.
(#133) Variable "link_to_add" must not contain underscores.
(#133) Whitespace found at end of line
(#135) Variable "link_to_add" must not contain underscores.
(#138) Variable "link_to_add" must not contain underscores.
(#138) Expected 1 space after ".="; 2 found
(#139) Variable "html_admin_options" must not contain underscores.
(#139) Variable "link_to_add" must not contain underscores.
(#141) Expected "if (...) {\n"; found "if(...){\n"
(#143) Whitespace found at end of line
(#145) Commas (,) must be followed by white space.
(#145) Whitespace found at end of line
(#146) Whitespace found at end of line
(#152) Variable "base_link" must not contain underscores.
(#152) Expected 1 space after "="; newline found
(#152) Whitespace found at end of line
(#153) Whitespace found at end of line
(#157) Variable "delete_link" must not contain underscores.
(#157) Expected 1 space after "="; 2 found
(#157) Variable "base_link" must not contain underscores.
(#158) Whitespace found at end of line
(#161) Variable "edit_link" must not contain underscores.
(#161) Variable "base_link" must not contain underscores.
(#161) Whitespace found at end of line
(#162) Whitespace found at end of line
(#165) Whitespace found at end of line
(#168) Variable "edit_link" must not contain underscores.
(#168) Commas (,) must be followed by white space.
(#168) Variable "delete_link" must not contain underscores.
(#173) Variable "html_admin_options" must not contain underscores.
(#175) Expected "} else {\n"; found "}else{\n"
(#176) Variable "html_admin_options" must not contain underscores.
(#176) Whitespace found at end of line
(#177) Variable "html_admin_options" must not contain underscores.
(#177) Expected 1 space after ".="; 2 found
(#177) Commas (,) must be followed by white space.
(#179) Variable "html_admin_options" must not contain underscores.
(#179) Expected 1 space after ".="; 2 found
(#180) Variable "html_admin_options" must not contain underscores.
(#180) Whitespace found at end of line
(#189) Expected 1 space after closing parenthesis; found 0
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) No space found before comment text; expected "// Take a look in forum lib line 4035" but found "//Take a look in forum lib line 4035"
(#192) Expected 1 space after "="; newline found
(#192) Whitespace found at end of line
(#194) Whitespace found at end of line
(#196) Whitespace found at end of line
(#197) Whitespace found at end of line
(#201) Whitespace found at end of line
theme/archaius/slideshow/models/ArchaiusSlider.class.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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 "//".
(#13) 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/>.".
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Whitespace found at end of line
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 4 spaces, found 1
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected 4 spaces, found 1
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 4 spaces, found 1
(#28) Expected 1 space after closing parenthesis; found 0
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 4 spaces, found 1
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected at least 4 spaces, found 1
(#32) Whitespace found at end of line
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Expected 2 space(s) before asterisk; 1 found
(#33) Spaces must be used for alignment; tabs are not allowed
(#34) Spaces must be used for alignment; tabs are not allowed
(#34) Expected 2 space(s) before asterisk; 1 found
(#34) Expected 1 space after asterisk; 1 found
(#34) Spaces must be used for alignment; tabs are not allowed
(#35) Spaces must be used for alignment; tabs are not allowed
(#35) Expected 2 space(s) before asterisk; 1 found
(#36) Spaces must be used for alignment; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 4 spaces, found 1
(#36) Public method name "ArchaiusSlider::Instance" must be in lower-case letters only
(#36) Expected 1 space after closing parenthesis; found 0
(#41) Closing brace indented incorrectly; expected 1 spaces, found 4
(#43) Whitespace found at end of line
(#44) Expected 5 space(s) before asterisk; 4 found
(#45) Expected 5 space(s) before asterisk; 4 found
(#45) Expected 1 space after asterisk; 3 found
(#46) Expected 5 space(s) before asterisk; 4 found
(#48) Expected 1 space after closing parenthesis; found 0
(#49) Spaces must be used for alignment; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 5
(#52) Spaces must be used for alignment; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) Whitespace found at end of line
(#53) Spaces must be used for alignment; tabs are not allowed
(#53) Expected 2 space(s) before asterisk; 1 found
(#53) Spaces must be used for alignment; tabs are not allowed
(#54) Spaces must be used for alignment; tabs are not allowed
(#54) Expected 2 space(s) before asterisk; 1 found
(#54) Expected 1 space after asterisk; 1 found
(#54) Spaces must be used for alignment; tabs are not allowed
(#55) Spaces must be used for alignment; tabs are not allowed
(#55) Expected 2 space(s) before asterisk; 1 found
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 4 spaces, found 1
(#56) Expected 1 space after closing parenthesis; found 0
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 8 spaces, found 2
(#58) Expected 1 space before "="; 0 found
(#59) Spaces must be used for alignment; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 5
(#59) Expected 1 space before "="; 0 found
(#60) Spaces must be used for alignment; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 5
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
theme/archaius/slideshow/views/add_slide.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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 "//".
(#13) 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/>.".
(#16) Whitespace found at end of line
(#23) Whitespace found at end of line
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) No space found before comment text; expected "// imports" but found "//imports"
(#26) Whitespace found at end of line
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Commas (,) must be followed by white space.
(#29) Commas (,) must be followed by white space.
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) No space found before comment text; expected "// Check is user has enough privileges" but found "//Check is user has enough privileges"
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) No space found before comment text; expected "// If the user is a guest die, because guest users can't update slides" but found "//If the user is a guest die, because guest users can't update slides"
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) No space found before comment text; expected "// Checking if logged user has the capability to update slides" but found "//Checking if logged user has the capability to update slides"
(#41) Expected "if (...) {\n"; found "if(...){\n"
(#41) Whitespace found at end of line
(#42) Commas (,) must be followed by white space.
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) No space found before comment text; expected "// Set information page" but found "//Set information page"
(#50) No space found before comment text; expected "// Setting options for text editor which is going to be use to create the" but found "//Setting options for text editor which is going to be use to create the"
(#51) No space found before comment text; expected "// slide." but found "//slide."
(#53) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space before "=>"; 0 found
(#54) Whitespace found at end of line
(#55) Expected 1 space before "=>"; 0 found
(#55) Whitespace found at end of line
(#56) Expected 1 space before "=>"; 0 found
(#60) No space found before comment text; expected "// Create and fill a generic object to store the information that is going to" but found "//Create and fill a generic object to store the information that is going to"
(#60) Whitespace found at end of line
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// be set" but found "//be set"
(#69) No space found before comment text; expected "// Create the moodle form using slide_form and send extra information." but found "//Create the moodle form using slide_form and send extra information."
(#70) Whitespace found at end of line
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) No space found before comment text; expected "// Someone has hit the 'cancel' button" but found "//Someone has hit the 'cancel' button"
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) No space found before comment text; expected "// Process request if the information was submitted" but found "//Process request if the information was submitted"
(#85) Whitespace found at end of line
(#86) Expected "try {\n...} catch (...) {\n"; found "try{\n...}catch(...){\n"
(#89) Expected "if (...) {\n"; found "if(...){\n"
(#90) Whitespace found at end of line
(#91) Expected "} else {\n"; found "}else{\n"
(#94) Whitespace found at end of line
(#96) No space found before comment text; expected "// Item id for all files related with slides." but found "//Item id for all files related with slides."
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) No space found before comment text; expected "// Insert record with the basic information about the slide" but found "//Insert record with the basic information about the slide"
(#99) Whitespace found at end of line
(#100) Commas (,) must be followed by white space.
(#101) Expected 1 space after "="; 2 found
(#104) Whitespace found at end of line
(#105) Whitespace found at end of line
(#106) Whitespace found at end of line
(#107) Whitespace found at end of line
(#108) Whitespace found at end of line
(#109) Whitespace found at end of line
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) No space found before comment text; expected "// Draw the form" but found "//Draw the form"
(#120) Whitespace found at end of line
theme/archaius/slideshow/views/delete_slide.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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 "//".
(#13) 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/>.".
(#16) Whitespace found at end of line
(#23) Whitespace found at end of line
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) No space found before comment text; expected "// imports" but found "//imports"
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) Whitespace found at end of line
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#41) Expected "if (...) {\n"; found "if(...){\n"
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) Commas (,) must be followed by white space.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) Variable "related_files" must not contain underscores.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 3
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#47) Variable "related_files" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 4 spaces, found 1
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 4 spaces, found 1
(#50) Expected "if (...) {\n"; found "if(...){\n"
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected 4 spaces, found 1
(#52) Expected "} else {\n"; found "}else{\n"
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected 4 spaces, found 1
(#55) Expected "} else {\n"; found "}else{\n"
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 1
theme/archaius/slideshow/views/edit_slide.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Whitespace found at end of line
(#24) Whitespace found at end of line
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Commas (,) must be followed by white space.
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#39) Whitespace found at end of line
(#53) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space before "=>"; 0 found
(#54) Whitespace found at end of line
(#55) Expected 1 space before "=>"; 0 found
(#55) Whitespace found at end of line
(#56) Expected 1 space before "=>"; 0 found
(#61) Expected "if (...) {\n"; found "if(...){\n"
(#61) The use of function sizeof() is forbidden; use count() instead
(#63) Whitespace found at end of line
(#64) Whitespace found at end of line
(#65) Whitespace found at end of line
(#66) Whitespace found at end of line
(#73) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) No space found before comment text; expected "// Someone has hit the 'cancel' button" but found "//Someone has hit the 'cancel' button"
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) No space found before comment text; expected "// Form has been submitted" but found "//Form has been submitted"
(#81) Whitespace found at end of line
(#82) Expected "try {\n...} catch (...) {\n"; found "try{\n...}catch(...){\n"
(#87) Expected "if (...) {\n"; found "if(...){\n"
(#88) Whitespace found at end of line
(#89) Expected "} else {\n"; found "}else{\n"
(#92) Whitespace found at end of line
(#93) No space found before comment text; expected "// Set Description_editor variable on $record Object to be processed" but found "//Set Description_editor variable on $record Object to be processed"
(#94) No space found before comment text; expected "// using file_postupdate standard function." but found "//using file_postupdate standard function."
(#94) Whitespace found at end of line
(#95) Expected 1 space after "="; 2 found
(#98) Whitespace found at end of line
(#99) Whitespace found at end of line
(#100) Whitespace found at end of line
(#101) Whitespace found at end of line
(#102) Whitespace found at end of line
(#103) Whitespace found at end of line
(#106) Whitespace found at end of line
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) No space found before comment text; expected "// Update record on database to store description with rewrite urls" but found "//Update record on database to store description with rewrite urls"
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) No space found before comment text; expected "// Draw the form" but found "//Draw the form"
theme/archaius/slideshow/views/slide_form.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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 "//".
(#13) 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/>.".
(#16) Whitespace found at end of line
(#23) Whitespace found at end of line
(#32) Visibility must be declared on method "definition"
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#37) Variable "default_values" must not contain underscores.
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Whitespace found at end of line
(#41) Whitespace found at end of line
(#42) Commas (,) must be followed by white space.
(#44) Whitespace found at end of line
(#45) Whitespace found at end of line
(#46) Whitespace found at end of line
(#47) Whitespace found at end of line
(#50) Whitespace found at end of line
(#52) Whitespace found at end of line
(#53) Whitespace found at end of line
(#55) Whitespace found at end of line
(#56) Variable "default_values" must not contain underscores.
(#61) Whitespace found at end of line
(#62) Commas (,) must be followed by white space.
(#62) Whitespace found at end of line
(#63) Whitespace found at end of line
(#64) Whitespace found at end of line
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Whitespace found at end of line
(#70) Whitespace found at end of line
(#71) Whitespace found at end of line
(#72) Variable "default_values" must not contain underscores.
(#78) Whitespace found at end of line
(#79) Whitespace found at end of line
(#80) Variable "default_values" must not contain underscores.
(#86) Whitespace found at end of line
(#87) Whitespace found at end of line
(#88) Variable "default_values" must not contain underscores.
(#93) No space found before comment text; expected "// Set default values when the user is editing." but found "//Set default values when the user is editing."
(#94) Expected "if (...) {\n"; found "if(...){\n"
(#94) Variable "default_values" must not contain underscores.
(#96) Whitespace found at end of line
(#97) Whitespace found at end of line
(#98) Variable "default_values" must not contain underscores.
(#103) Whitespace found at end of line
(#104) Whitespace found at end of line
(#105) Variable "default_values" must not contain underscores.
(#109) Whitespace found at end of line
(#111) Expected "if (...) {\n"; found "if(...){\n"
(#111) Variable "default_values" must not contain underscores.
(#113) Whitespace found at end of line
(#114) Variable "default_values" must not contain underscores.
(#114) Whitespace found at end of line
(#115) Expected 1 space after "=>"; 2 found
(#118) Expected "if (...) {\n"; found "if(...){\n"
(#118) Variable "default_values" must not contain underscores.
(#119) Variable "default_values" must not contain underscores.
(#119) Whitespace found at end of line
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
theme/archaius/version.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#3) Line 2 of the opening comment must start "//".
(#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.".
(#8) Line 7 of the opening comment must start "//".
(#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".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) 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

Javascript coding style problems

(7 errors, 863 warnings)

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

theme/archaius/Gruntfile.js
(#42) Duplicate key 'style/archaius.css'.
(#29) 'module' is not defined.
theme/archaius/javascript/archaius.js
(#48) Missing semicolon.
(#53) Missing semicolon.
(#112) Use '===' to compare with 'false'.
(#116) Use '===' to compare with '0'.
(#132) Use '===' to compare with '0'.
(#136) Expected '{' and instead saw 'itemClass'.
(#149) Use '===' to compare with 'false'.
(#161) Expected '{' and instead saw 'if'.
(#41) 'Modernizr' is not defined.
(#220) 'jQuery' is not defined.
(#223) 'ArchaiusJSEffects' is not defined.
(#37) 'regionPost' is defined but never used.
(#38) 'regionPre' is defined but never used.
(#51) 'animate' is defined but never used.
(#140) 'content' is defined but never used.
theme/archaius/javascript/archaius_blocks.js
(#38) Missing semicolon.
(#158) Use '===' to compare with '0'.
(#167) Use '!==' to compare with '0'.
(#168) Use '!==' to compare with '0'.
(#173) Use '!==' to compare with '0'.
(#174) Use '!==' to compare with '0'.
(#179) Use '!==' to compare with '0'.
(#179) Use '===' to compare with '0'.
(#196) Missing semicolon.
(#206) 'jQuery' is not defined.
(#42) 'regionCenterPre' is defined but never used.
(#43) 'regionCenterPost' is defined but never used.
theme/archaius/javascript/archaius_course.js
(#32) Use '!==' to compare with '0'.
(#33) Use '!==' to compare with '0'.
(#44) Use '===' to compare with '0'.
(#62) Expected '{' and instead saw '$this'.
(#64) Expected '{' and instead saw '$this'.
(#81) Use '===' to compare with 'false'.
(#43) '$this' is not defined.
(#44) '$this' is not defined.
(#46) '$this' is not defined.
(#93) 'jQuery' is not defined.
theme/archaius/javascript/archaius_slideshow.js
(#27) 'slideshowTimeout' is already defined.
(#42) Missing semicolon.
(#52) 'action' is already defined.
(#90) Missing semicolon.
(#50) '$this' is not defined.
(#51) '$this' is not defined.
(#53) '$this' is not defined.
(#55) '$this' is not defined.
(#57) '$this' is not defined.
(#62) '$this' is not defined.
(#63) 'confirm' is not defined.
(#64) '$this' is not defined.
(#69) '$this' is not defined.
(#72) '$this' is not defined.
(#96) 'jQuery' is not defined.
(#69) 'index' is defined but never used.
theme/archaius/javascript/modernizr-2.7.1.js
(#2) Line is too long.
(#4) Line is too long.
(#4) Unnecessary semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Unexpected use of '~'.
(#4) Missing semicolon.
(#4) Missing 'new' prefix when invoking a constructor.
(#4) Expected '{' and instead saw 'return'.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Expected '{' and instead saw 'return'.
(#4) Confusing use of '!'.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Expected '{' and instead saw 'while'.
(#4) Expected '{' and instead saw 'j'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected '{' and instead saw 'return'.
(#4) ['position'] is better written in dot notation.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Expected '{' and instead saw 'throw'.
(#4) Missing '()' invoking a constructor.
(#4) A constructor name should start with an uppercase letter.
(#4) Missing '()' invoking a constructor.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing 'new' prefix when invoking a constructor.
(#4) Missing semicolon.
(#4) Missing 'new' prefix when invoking a constructor.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'y'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'for'.
(#4) Expected '{' and instead saw 'y'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'return'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'return'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'return'.
(#4) Expected '{' and instead saw 'd'.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing 'new' prefix when invoking a constructor.
(#4) Missing semicolon.
(#4) eval can be harmful.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Confusing use of '!'.
(#4) Confusing use of '!'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) 'i' is already defined.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'y'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) 'j' is already defined.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) 'l' is already defined.
(#4) 'l' is already defined.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) 'a' is already defined.
(#4) 'b' is already defined.
(#4) 'c' is already defined.
(#4) Expected '{' and instead saw 'g'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'c'.
(#4) Missing semicolon.
(#4) 'g' is already defined.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) 'c' is already defined.
(#4) Expected '{' and instead saw 'c'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'for'.
(#4) Expected ')' to match '(' from line 4 and instead saw '='.
(#4) Expected '{' and instead saw 'function'.
(#4) Function declarations should not be placed in blocks. Use a function expression or move the statement to the top of the outer function.
(#4) Missing name in function declaration.
(#4) Expected '{' and instead saw 'a'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Function declarations are not invocable. Wrap the whole function invocation in parens.
(#4) Expected an operator and instead saw ','.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected an identifier and instead saw ')'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected '{' and instead saw '!'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) 'h' is already defined.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected '{' and instead saw 'g'.
(#4) Expected '{' and instead saw 'for'.
(#4) Expected '{' and instead saw 'j'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'Object'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Use '===' to compare with 'null'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) 'e' is already defined.
(#4) Expected '{' and instead saw 'k'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) 'e' is already defined.
(#4) 'c' is already defined.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'e'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) 'prefixes' is not defined.
(#4) 'Modernizr' is not defined.
(#4) 'yepnope' is not defined.
(#4) 'A' is defined but never used.
(#4) 'l' is defined but never used.
(#4) 'q' is defined but never used.
(#4) 'r' is defined but never used.
(#4) 'e' is defined but never used.
(#4) 'f' is defined but never used.
(#4) 'h' is defined but never used.
(#4) 'i' is defined but never used.
(#4) 'j' is defined but never used.
(#4) 'k' is defined but never used.
(#4) 'l' is defined but never used.
(#4) 'm' is defined but never used.
(#4) 'n' is defined but never used.
(#4) 'function' is defined but never used.
theme/archaius/jquery/source/archaius_custom_blocks-1.1.2.js
(#36) 'options' is already defined.
(#40) Missing semicolon.
(#141) Missing semicolon.
(#143) Missing semicolon.
(#147) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#147) Expected an assignment or function call and instead saw an expression.
(#147) 'jQuery' is not defined.
(#71) 'event' is defined but never used.
theme/archaius/jquery/source/archaius_custom_blocks-1.1.2.min.js
(#1) Line is too long.
(#1) 'a' is already defined.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) 'jQuery' is not defined.
theme/archaius/jquery/source/jquery_velocity-0.4.1.js
(#7) Line is too long.
(#7) 'e' is already defined.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Confusing use of '!'.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'for'.
(#7) Missing '()' invoking a constructor.
(#7) Expected '{' and instead saw 'if'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected '{' and instead saw 'if'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) 'A' used out of scope.
(#7) 'A' used out of scope.
(#7) 'A' used out of scope.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'return'.
(#7) 'j' is already defined.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected '{' and instead saw 'l'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Confusing use of '!'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'if'.
(#7) Confusing use of '!'.
(#7) Missing semicolon.
(#7) Confusing use of '!'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'return'.
(#7) Expected '{' and instead saw 'return'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#7) Missing '()' invoking a constructor.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'throw'.
(#7) Expected '{' and instead saw 'throw'.
(#7) Expected '{' and instead saw 'return'.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'throw'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) 'a' is already defined.
(#7) Missing semicolon.
(#7) 'b' is already defined.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) 'd' is already defined.
(#7) Missing semicolon.
(#7) 'e' is already defined.
(#7) Missing semicolon.
(#7) 'g' is already defined.
(#7) Expected '{' and instead saw 'return'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'return'.
(#7) Expected '{' and instead saw 'if'.
(#7) Expected '{' and instead saw 'return'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#7) 'a' is already defined.
(#7) Missing semicolon.
(#7) 'b' is already defined.
(#7) Missing semicolon.
(#7) 'c' is already defined.
(#7) A leading decimal point can be confused with a dot: '.5'.
(#7) A leading decimal point can be confused with a dot: '.5'.
(#7) Missing semicolon.
(#7) A leading decimal point can be confused with a dot: '.016'.
(#7) Expected '{' and instead saw 'if'.
(#7) Expected '{' and instead saw 'break'.
(#7) Unexpected use of '|'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#7) Missing semicolon.
(#7) A leading decimal point can be confused with a dot: '.5'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) A leading decimal point can be confused with a dot: '.25'.
(#7) A leading decimal point can be confused with a dot: '.1'.
(#7) A leading decimal point can be confused with a dot: '.25'.
(#7) A leading decimal point can be confused with a dot: '.42'.
(#7) A leading decimal point can be confused with a dot: '.58'.
(#7) A leading decimal point can be confused with a dot: '.42'.
(#7) A leading decimal point can be confused with a dot: '.58'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw ';'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) A leading decimal point can be confused with a dot: '.5'.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected '{' and instead saw 'for'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'switch'.
(#7) Did you mean to return a conditional instead of an assignment?
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) 'a' is already defined.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected '{' and instead saw '!'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Don't make functions within a loop.
(#7) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) 'c' is already defined.
(#7) Expected '{' and instead saw '!'.
(#7) Expected '{' and instead saw 'g'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Don't make functions within a loop.
(#7) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'return'.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'return'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Use '===' to compare with '0'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'e'.
(#7) Expected '{' and instead saw 'return'.
(#7) Expected '{' and instead saw 'return'.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'g'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected '{' and instead saw 'u'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'try'.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'f'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) 'b' is already defined.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) 'a' is already defined.
(#7) 'a' is already defined.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected '{' and instead saw 'var'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) 'l' is already defined.
(#7) Expected '{' and instead saw 'null'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) 'j' used out of scope.
(#7) 'k' used out of scope.
(#7) Missing semicolon.
(#7) 'j' is a function.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'return'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected '{' and instead saw 'if'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) 'C' is already defined.
(#7) Confusing use of '!'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Confusing use of '!'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Don't make functions within a loop.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected '{' and instead saw 'P'.
(#7) Expected '{' and instead saw 'if'.
(#7) Expected '{' and instead saw 'P'.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'r'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Confusing use of '!'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) 'b' is already defined.
(#7) Confusing use of '!'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Confusing use of '!'.
(#7) Expected '{' and instead saw 'g'.
(#7) Missing semicolon.
(#7) Confusing use of '!'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected a conditional expression and instead saw an assignment.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected '{' and instead saw '!'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Confusing use of '!'.
(#7) Missing semicolon.
(#7) Confusing use of '!'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Confusing use of '!'.
(#7) A leading decimal point can be confused with a dot: '.75'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'for'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected '{' and instead saw '/'.
(#7) Expected an identifier and instead saw '/'.
(#7) Expected an operator and instead saw '^'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an identifier and instead saw '.'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) 'd' is already defined.
(#7) Expected '{' and instead saw 'e'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Confusing use of '!'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected '{' and instead saw 'a'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) 'console' is not defined.
(#7) 'console' is not defined.
(#7) 'console' is not defined.
(#7) 'console' is not defined.
(#7) 'console' is not defined.
(#7) 'console' is not defined.
(#7) 'console' is not defined.
(#7) 'module' is not defined.
(#7) 'module' is not defined.
(#7) 'overflow' is not defined.
(#7) 'test' is not defined.
(#7) 'j' is defined but never used.
(#7) 'j' is defined but never used.
(#7) 'k' is defined but never used.
theme/archaius/jquery/source/responsiveslides.js
(#279) Unnecessary semicolon.
(#405) 'jQuery' is not defined.
theme/archaius/jquery/source/responsiveslides.min.js
(#1) Line is too long.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Expected '{' and instead saw 'if'.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) A leading decimal point can be confused with a dot: '.5'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing 'new' prefix when invoking a constructor.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Bad invocation.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing 'new' prefix when invoking a constructor.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing 'new' prefix when invoking a constructor.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing 'new' prefix when invoking a constructor.
(#1) Missing 'new' prefix when invoking a constructor.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) 'jQuery' is not defined.
theme/archaius/jquery/source/waypoints-2.0.5.js
(#11) Line is too long.
(#11) Expected '{' and instead saw 'return'.
(#23) Line is too long.
(#66) Did you mean to return a conditional instead of an assignment?
(#78) Did you mean to return a conditional instead of an assignment?
(#133) Did you mean to return a conditional instead of an assignment?
(#182) Use '!==' to compare with 'null'.
(#232) Use '!==' to compare with 'null'.
(#241) Use '!==' to compare with 'null'.
(#250) Did you mean to return a conditional instead of an assignment?
(#255) Did you mean to return a conditional instead of an assignment?
(#285) Use '===' to compare with 'null'.
(#292) Use '!==' to compare with 'null'.
(#332) Use '===' to compare with 'null'.
(#335) Use '===' to compare with 'null'.
(#364) Expected an assignment or function call and instead saw an expression.
(#394) Use '!==' to compare with 'null'.
(#401) Use '!==' to compare with 'null'.
(#420) Did you mean to return a conditional instead of an assignment?
(#425) Use '===' to compare with 'null'.
(#433) Use '===' to compare with 'null'.
(#441) Use '===' to compare with 'null'.
(#449) Use '===' to compare with 'null'.
(#466) Did you mean to return a conditional instead of an assignment?
(#501) Expected an assignment or function call and instead saw an expression.
theme/archaius/jquery/source/waypoints-2.0.5.min.js
(#8) Line is too long.
(#8) Expected '{' and instead saw 'return'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) 't' is already defined.
(#8) Did you mean to return a conditional instead of an assignment?
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Did you mean to return a conditional instead of an assignment?
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Did you mean to return a conditional instead of an assignment?
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Use '!==' to compare with 'null'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#8) 't' is already defined.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Use '!==' to compare with 'null'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Use '!==' to compare with 'null'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Did you mean to return a conditional instead of an assignment?
(#8) Missing semicolon.
(#8) Did you mean to return a conditional instead of an assignment?
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#8) Use '===' to compare with 'null'.
(#8) Missing semicolon.
(#8) Use '!==' to compare with 'null'.
(#8) Missing semicolon.
(#8) A constructor name should start with an uppercase letter.
(#8) Missing semicolon.
(#8) A constructor name should start with an uppercase letter.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Use '===' to compare with 'null'.
(#8) Missing semicolon.
(#8) Use '===' to compare with 'null'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Expected an assignment or function call and instead saw an expression.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Use '!==' to compare with 'null'.
(#8) Missing semicolon.
(#8) Use '!==' to compare with 'null'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Did you mean to return a conditional instead of an assignment?
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Use '===' to compare with 'null'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Use '===' to compare with 'null'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Use '===' to compare with 'null'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Use '===' to compare with 'null'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Did you mean to return a conditional instead of an assignment?
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Expected an assignment or function call and instead saw an expression.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
theme/archaius/jquery/source/waypoints-sticky-1.6.2.js
(#45) Use '!==' to compare with 'null'.
theme/archaius/jquery/source/waypoints-sticky-1.6.2.min.js
(#8) Line is too long.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Use '!==' to compare with 'null'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
theme/archaius/yui/src/archaius/js/archaius_loader.js
(#37) 'ArchaiusJSEffects' is not defined.

CSS problems

(46 errors, 56 warnings)

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

theme/archaius/style/archaius.css
(#17) Unexpected token '[' at line 17, col 15.
(#18) Unexpected token '[' at line 18, col 10.
(#40) Rule is empty.
(#42) Unexpected token '[' at line 42, col 10.
(#63) Rule is empty.
(#64) Unexpected token '[' at line 64, col 15.
(#66) Rule is empty.
(#67) Unexpected token '[' at line 67, col 15.
(#74) Unexpected token '[' at line 74, col 21.
(#86) Rule is empty.
(#88) Unexpected token '[' at line 88, col 10.
(#98) Rule is empty.
(#99) Unexpected token '[' at line 99, col 15.
(#101) Rule is empty.
(#102) Unexpected token '[' at line 102, col 10.
(#159) Unexpected token '[' at line 159, col 15.
(#160) Unexpected token '[' at line 160, col 10.
(#164) Rule is empty.
(#165) Unexpected token '[' at line 165, col 10.
(#175) Use of !important
(#176) Use of !important
(#188) Unexpected token '[' at line 188, col 21.
(#202) Use of !important
(#211) Unexpected token '[' at line 211, col 21.
(#213) Rule is empty.
(#215) Unexpected token '[' at line 215, col 21.
(#217) Rule is empty.
(#220) Unexpected token '[' at line 220, col 21.
(#222) Rule is empty.
(#225) Unexpected token '[' at line 225, col 21.
(#239) Use of !important
(#241) Rule is empty.
(#243) Unexpected token '[' at line 243, col 21.
(#259) Rule is empty.
(#260) Unexpected token '[' at line 260, col 10.
(#261) Unexpected token '[' at line 261, col 17.
(#286) Unexpected token '[' at line 286, col 21.
(#299) Unexpected token '[' at line 299, col 21.
(#432) Expected RBRACE at line 432, col 38.
(#435) Expected RBRACE at line 435, col 28.
(#482) Expected RBRACE at line 482, col 38.
(#485) Use of !important
(#497) Use of !important
(#513) Rule is empty.
(#516) Unexpected token '[' at line 516, col 21.
(#548) Use of !important
(#601) Unexpected token '[' at line 601, col 21.
(#628) Use of !important
(#635) Use of !important
(#691) Use of !important
(#840) Unexpected token '[' at line 840, col 21.
(#874) Unexpected token '[' at line 874, col 10.
(#875) Unexpected token '[' at line 875, col 14.
(#913) Unexpected token '[' at line 913, col 15.
(#917) Unexpected token '[' at line 917, col 15.
(#933) Rule is empty.
(#935) Unexpected token '[' at line 935, col 21.
(#937) Rule is empty.
(#940) Unexpected token '[' at line 940, col 21.
(#942) Rule is empty.
(#945) Unexpected token '[' at line 945, col 21.
(#959) Use of !important
(#961) Rule is empty.
(#963) Unexpected token '[' at line 963, col 21.
(#1033) Expected (<length> | <percentage> | <content-sizing> | auto | inherit) but found 'device-width'.
(#1039) Unexpected token '[' at line 1039, col 15.
theme/archaius/style/archaius_responsive.css
(#50) Use of !important
(#74) Use of !important
(#75) Use of !important
(#76) Use of !important
(#77) Use of !important
(#78) Use of !important
(#101) Unexpected token '[' at line 101, col 23.
(#125) Rule is empty.
(#126) Unexpected token '[' at line 126, col 23.
(#166) Use of !important
(#167) Use of !important
(#170) Use of !important
(#171) Use of !important
(#203) Rule is empty.
(#259) Use of !important
(#281) Use of !important
(#282) Use of !important
(#283) Use of !important
(#284) Use of !important
(#285) Use of !important
(#306) Unexpected token '[' at line 306, col 21.
(#330) Rule is empty.
(#331) Unexpected token '[' at line 331, col 21.
(#365) Use of !important
(#366) Use of !important
(#369) Use of !important
(#370) Use of !important
theme/archaius/style/base.css
(#5) Use of !important
theme/archaius/style/custom.css
(#4) Expected IDENT at line 4, col 2.
(#4) Expected IDENT at line 4, col 2.
theme/archaius/style/home.css
(#13) Use of !important
(#14) Use of !important
(#72) Unexpected token '[' at line 72, col 11.
(#140) Duplicate property '*float' found.
(#140) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
(#155) Duplicate property '*display' found.

PHPDocs style problems

(54 errors, 19 warnings)

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

theme/archaius/config.php
(#2) Empty line found after PHP open tag
theme/archaius/db/upgrade.php
(#27) Function xmldb_theme_archaius_upgrade is not documented
(#34) Found comment starting with three or more slashes
theme/archaius/helpers/ArchaiusViewHelper.class.php
(#30) Class ArchaiusViewHelper is not documented
(#31) Function ArchaiusViewHelper::add_protocole_to_url is not documented
(#16) No one-line description found in phpdocs for file
theme/archaius/jquery/plugins.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
theme/archaius/lang/en/theme_archaius.php
(#2) Empty line found after PHP open tag
theme/archaius/lang/es/theme_archaius.php
(#2) Empty line found after PHP open tag
theme/archaius/layout/frontpage.php
(#20) File-level phpdocs block is not found
theme/archaius/layout/general.php
(#20) File-level phpdocs block is not found
theme/archaius/layout/login_layout.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
theme/archaius/layout/partials/footer.php
(#20) File-level phpdocs block is not found
theme/archaius/layout/partials/header.php
(#20) File-level phpdocs block is not found
theme/archaius/layout/partials/page_content.php
(#20) File-level phpdocs block is not found
theme/archaius/layout/partials/page_header.php
(#20) File-level phpdocs block is not found
theme/archaius/layout/partials/social_icons.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
theme/archaius/layout/report.php
(#20) File-level phpdocs block is not found
theme/archaius/lib.php
(#2) Empty line found after PHP open tag
(#349) Class theme_archaius_transmuted_custom_menu_item is not documented
(#350) Function theme_archaius_transmuted_custom_menu_item::__construct is not documented
(#17) No one-line description found in phpdocs for file
(#127) Phpdocs for function theme_archaius_check_css_setting has incomplete parameters list
(#138) Phpdocs for function theme_archaius_replace_tag_css has incomplete parameters list
theme/archaius/renderers.php
(#2) Empty line found after PHP open tag
(#20) File-level phpdocs block is not found
(#20) Class theme_archaius_core_renderer is not documented
(#164) Function theme_archaius_core_renderer::custom_menu is not documented
(#180) Function theme_archaius_core_renderer::render_custom_menu is not documented
(#246) Function theme_archaius_core_renderer::render_custom_menu_item is not documented
(#20) Package is not specified for class theme_archaius_core_renderer. It is also not specified in file-level phpdocs
theme/archaius/settings.php
(#2) Empty line found after PHP open tag
(#20) File-level phpdocs block is not found
theme/archaius/settings/archaius_developer_settings.php
(#2) Empty line found after PHP open tag
(#20) File-level phpdocs block is not found
theme/archaius/settings/archaius_footer_settings.php
(#2) Empty line found after PHP open tag
(#20) File-level phpdocs block is not found
theme/archaius/settings/archaius_javascript_effects_settings.php
(#2) Empty line found after PHP open tag
(#20) File-level phpdocs block is not found
theme/archaius/settings/archaius_layout_color_settings.php
(#2) Empty line found after PHP open tag
(#20) File-level phpdocs block is not found
theme/archaius/settings/archaius_logos_settings.php
(#2) Empty line found after PHP open tag
(#20) File-level phpdocs block is not found
theme/archaius/settings/archaius_slideshow_settings.php
(#2) Empty line found after PHP open tag
(#20) File-level phpdocs block is not found
theme/archaius/settings/archaius_social_settings.php
(#2) Empty line found after PHP open tag
(#20) File-level phpdocs block is not found
theme/archaius/slideshow/controllers/slides_controller.php
(#2) Empty line found after PHP open tag
theme/archaius/slideshow/helpers/ArchaiusSliderHelper.class.php
(#2) Empty line found after PHP open tag
(#46) Function ArchaiusSliderHelper::__construct is not documented
(#41) Variable ArchaiusSliderHelper::$contextid is not documented
(#42) Variable ArchaiusSliderHelper::$slides is not documented
(#44) Variable ArchaiusSliderHelper::$instance is not documented
(#15) No one-line description found in phpdocs for file
(#64) Phpdocs for function ArchaiusSliderHelper::add_slideshow has incomplete parameters list
(#108) Phpdocs for function ArchaiusSliderHelper::admin_options has incomplete parameters list
(#185) Phpdocs for function ArchaiusSliderHelper::get_slide_content has incomplete parameters list
theme/archaius/slideshow/models/ArchaiusSlider.class.php
(#23) Class ArchaiusSlider is not documented
(#28) Function ArchaiusSlider::__construct is not documented
(#48) Function ArchaiusSlider::get_slides is not documented
(#25) Variable ArchaiusSlider::$slides is not documented
(#26) Variable ArchaiusSlider::$instance is not documented
theme/archaius/slideshow/views/add_slide.php
(#15) No one-line description found in phpdocs for file
theme/archaius/slideshow/views/delete_slide.php
(#15) No one-line description found in phpdocs for file
theme/archaius/slideshow/views/edit_slide.php
(#2) Empty line found after PHP open tag
(#16) No one-line description found in phpdocs for file
theme/archaius/slideshow/views/slide_form.php
(#30) Class slide_form is not documented
(#32) Function slide_form::definition is not documented
(#15) No one-line description found in phpdocs for file
theme/archaius/version.php
(#24) Package theme is not valid

Update savepoints problems

(0 errors, 1 warnings)

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

theme/archaius/db/upgrade.php
Detected less 'if' blocks (1) than 'savepoint' calls (2). Repeated savepoints?

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

(1 errors, 0 warnings)

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

Problems running grunt shifter

shifter problems

(1 errors, 0 warnings)

This section shows problems detected by shifter [More info]

theme/archaius/yui/src/archaius/js/archaius_loader.js
contains 2 lint errors

Mustache template problems

(0 errors, 0 warnings)

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