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

(720 errors, 153 warnings)

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

theme/evolved/config.php
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) This comment is 58% valid code; is this commented out code?
(#23) No space found before comment text; expected "// $THEME->parents_exclude_javascripts = array('bootstrapbase' => array('moodlebootstrap')); // Exclude YUI Bootstrap code." but found "//$THEME->parents_exclude_javascripts = array('bootstrapbase' => array('moodlebootstrap')); // Exclude YUI Bootstrap code."
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Commas (,) must be followed by white space.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Expected 1 space before "=>"; 0 found
(#92) Expected 1 space after "=>"; 0 found
(#103) Expected 1 space before "=>"; 0 found
(#103) Expected 1 space after "=>"; 0 found
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#116) Expected 1 space before "=>"; 0 found
(#116) Expected 1 space after "=>"; 0 found
(#116) Expected 1 space before "=>"; 0 found
(#116) Expected 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
theme/evolved/db/install.php
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
theme/evolved/db/upgrade.php
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 1
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 8 spaces, found 1
theme/evolved/jquery/plugins.php
(#39) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/evolved/lang/en/theme_evolved.php
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) No space found before comment text; expected "// Theme Info" but found "//Theme Info"
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) No space found before comment text; expected "// Theme Admin Panel Labels" but found "//Theme Admin Panel Labels"
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) No space found before comment text; expected "// Theme Fonts" but found "//Theme Fonts"
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) No space found before comment text; expected "// General and Snow Alerts" but found "//General and Snow Alerts"
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) No space found before comment text; expected "// Theme style settings" but found "//Theme style settings"
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) No space found before comment text; expected "// Custom Frontpage Settings" but found "//Custom Frontpage Settings"
theme/evolved/layout/columns1.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#78) Line indented incorrectly; expected 8 spaces, found 6
theme/evolved/layout/columns2.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#76) Expected "if (...) {\n"; found "if (...) { "
(#76) Closing brace must be on a line by itself
(#79) Line indented incorrectly; expected 8 spaces, found 6
theme/evolved/layout/columns2rt.php
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#70) Line indented incorrectly; expected 8 spaces, found 0
(#77) Line indented incorrectly; expected 8 spaces, found 6
(#96) Whitespace found at end of line
(#97) Line indented incorrectly; expected 4 spaces, found 8
(#97) Expected "if (...) {\n"; found "if(...) {\n"
(#97) Expected 1 space before "=="; 0 found
(#97) Expected 1 space after "=="; 0 found
(#99) Line indented incorrectly; expected 4 spaces, found 8
(#99) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#99) Expected "if (...) {\n"; found "if(...) {\n"
(#99) Expected 1 space before "=="; 0 found
(#99) Expected 1 space after "=="; 0 found
(#101) Line indented incorrectly; expected 4 spaces, found 8
(#101) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#101) Expected "if (...) {\n"; found "if(...) {\n"
(#101) Expected 1 space before "=="; 0 found
(#101) Expected 1 space after "=="; 0 found
(#103) Line indented incorrectly; expected 4 spaces, found 8
(#103) Whitespace found at end of line
theme/evolved/layout/columns3.php
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#95) Line indented incorrectly; expected 8 spaces, found 6
theme/evolved/layout/embedded.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/evolved/layout/frontpage.php
(#18) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Line indented incorrectly; expected 4 spaces, found 2
(#34) Whitespace found at end of line
(#35) Line indented incorrectly; expected 4 spaces, found 8
(#35) Expected "if (...) {\n"; found "if(...) {\n"
(#35) Expected 1 space before "=="; 0 found
(#35) Expected 1 space after "=="; 0 found
(#37) Line indented incorrectly; expected 4 spaces, found 8
(#37) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#37) Expected "if (...) {\n"; found "if(...) {\n"
(#37) Expected 1 space before "=="; 0 found
(#37) Expected 1 space after "=="; 0 found
(#39) Line indented incorrectly; expected 4 spaces, found 8
(#39) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#39) Expected "if (...) {\n"; found "if(...) {\n"
(#39) Expected 1 space before "=="; 0 found
(#39) Expected 1 space after "=="; 0 found
(#41) Line indented incorrectly; expected 4 spaces, found 8
(#41) Whitespace found at end of line
(#48) Whitespace found at end of line
(#49) Line indented incorrectly; expected 4 spaces, found 8
(#49) Expected "if (...) {\n"; found "if(...) {\n"
(#49) Expected 1 space before "=="; 0 found
(#49) Expected 1 space after "=="; 0 found
(#51) Line indented incorrectly; expected 4 spaces, found 8
(#51) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#51) Expected "if (...) {\n"; found "if(...) {\n"
(#51) Expected 1 space before "=="; 0 found
(#51) Expected 1 space after "=="; 0 found
(#53) Line indented incorrectly; expected 4 spaces, found 8
(#53) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#53) Expected "if (...) {\n"; found "if(...) {\n"
(#53) Expected 1 space before "=="; 0 found
(#53) Expected 1 space after "=="; 0 found
(#55) Line indented incorrectly; expected 4 spaces, found 8
(#55) Whitespace found at end of line
theme/evolved/layout/includes/alerts.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#8) Spaces must be used to indent lines; tabs are not allowed
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Line indented incorrectly; expected 4 spaces, found 1
(#10) Spaces must be used to indent lines; tabs are not allowed
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Line indented incorrectly; expected 4 spaces, found 1
(#12) Spaces must be used to indent lines; tabs are not allowed
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#14) Spaces must be used to indent lines; tabs are not allowed
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Line indented incorrectly; expected 4 spaces, found 1
(#16) Spaces must be used to indent lines; tabs are not allowed
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Line indented incorrectly; expected 4 spaces, found 1
(#17) A closing tag is not permitted at the end of a PHP file
theme/evolved/layout/includes/fonts.php
(#1) Line 1 of the opening comment must start "// This file is part of".
(#1) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#1) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#1) Line 2 of the opening comment must start "//".
(#1) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#1) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#1) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#1) Line 6 of the opening comment must start "// (at your option) any later version.".
(#1) Line 7 of the opening comment must start "//".
(#1) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#1) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#1) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#1) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#1) Expected 1 space after "=="; 0 found
(#1) Line 12 of the opening comment must start "//".
(#1) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#1) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#2) Spaces must be used to indent lines; tabs are not allowed
(#3) Spaces must be used to indent lines; tabs are not allowed
(#4) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#4) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#4) Expected 1 space before "=="; 0 found
(#4) Expected 1 space after "=="; 0 found
(#5) Spaces must be used to indent lines; tabs are not allowed
(#6) Spaces must be used to indent lines; tabs are not allowed
(#7) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#7) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#7) Expected 1 space before "=="; 0 found
(#7) Expected 1 space after "=="; 0 found
(#8) Spaces must be used to indent lines; tabs are not allowed
(#9) Spaces must be used to indent lines; tabs are not allowed
(#10) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#10) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#10) Expected 1 space before "=="; 0 found
(#10) Expected 1 space after "=="; 0 found
(#11) Spaces must be used to indent lines; tabs are not allowed
(#12) Spaces must be used to indent lines; tabs are not allowed
(#13) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#13) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#13) Expected 1 space before "=="; 0 found
(#13) Expected 1 space after "=="; 0 found
(#14) Spaces must be used to indent lines; tabs are not allowed
(#15) Spaces must be used to indent lines; tabs are not allowed
(#16) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#16) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#16) Expected 1 space before "=="; 0 found
(#16) Expected 1 space after "=="; 0 found
(#17) Spaces must be used to indent lines; tabs are not allowed
(#18) Spaces must be used to indent lines; tabs are not allowed
(#19) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#19) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#19) Expected 1 space before "=="; 0 found
(#19) Expected 1 space after "=="; 0 found
(#20) Spaces must be used to indent lines; tabs are not allowed
(#21) Spaces must be used to indent lines; tabs are not allowed
(#22) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#22) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#22) Expected 1 space before "=="; 0 found
(#22) Expected 1 space after "=="; 0 found
(#23) Spaces must be used to indent lines; tabs are not allowed
(#24) Spaces must be used to indent lines; tabs are not allowed
(#25) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#25) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#25) Expected 1 space before "=="; 0 found
(#25) Expected 1 space after "=="; 0 found
(#26) Spaces must be used to indent lines; tabs are not allowed
(#27) Spaces must be used to indent lines; tabs are not allowed
(#28) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#28) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#28) Expected 1 space before "=="; 0 found
(#28) Expected 1 space after "=="; 0 found
(#29) Spaces must be used to indent lines; tabs are not allowed
(#30) Spaces must be used to indent lines; tabs are not allowed
(#31) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#31) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#31) Expected 1 space before "=="; 0 found
(#31) Expected 1 space after "=="; 0 found
(#32) Spaces must be used to indent lines; tabs are not allowed
(#33) Spaces must be used to indent lines; tabs are not allowed
(#34) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#34) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#34) Expected 1 space before "=="; 0 found
(#34) Expected 1 space after "=="; 0 found
(#35) Spaces must be used to indent lines; tabs are not allowed
(#36) Spaces must be used to indent lines; tabs are not allowed
(#37) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#37) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#37) Expected 1 space before "=="; 0 found
(#37) Expected 1 space after "=="; 0 found
(#38) Spaces must be used to indent lines; tabs are not allowed
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#40) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#40) Expected 1 space before "=="; 0 found
(#40) Expected 1 space after "=="; 0 found
(#41) Spaces must be used to indent lines; tabs are not allowed
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#43) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#43) Expected 1 space before "=="; 0 found
(#43) Expected 1 space after "=="; 0 found
(#44) Spaces must be used to indent lines; tabs are not allowed
(#45) Spaces must be used to indent lines; tabs are not allowed
(#46) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#46) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#46) Expected 1 space before "=="; 0 found
(#46) Expected 1 space after "=="; 0 found
(#47) Spaces must be used to indent lines; tabs are not allowed
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#49) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#49) Expected 1 space before "=="; 0 found
(#49) Expected 1 space after "=="; 0 found
(#50) Spaces must be used to indent lines; tabs are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#52) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#52) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#52) Expected 1 space before "=="; 0 found
(#52) Expected 1 space after "=="; 0 found
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#55) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#55) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#55) Expected 1 space before "=="; 0 found
(#55) Expected 1 space after "=="; 0 found
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#58) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#58) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#58) Expected 1 space before "=="; 0 found
(#58) Expected 1 space after "=="; 0 found
(#59) Spaces must be used to indent lines; tabs are not allowed
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Expected "} else if (...) {\n"; found "} else if(...) { ?>\n"
(#61) Expected "if (...) {\n"; found "if(...) { ?>\n"
(#61) Expected 1 space before "=="; 0 found
(#61) Expected 1 space after "=="; 0 found
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) A closing tag is not permitted at the end of a PHP file
theme/evolved/layout/includes/fpcustom.php
(#1) The first thing in a PHP file must be the <?php tag.
(#4) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#31) Spaces must be used to indent lines; tabs are not allowed
(#33) Spaces must be used to indent lines; tabs are not allowed
(#34) Spaces must be used to indent lines; tabs are not allowed
(#35) Spaces must be used to indent lines; tabs are not allowed
(#36) Spaces must be used to indent lines; tabs are not allowed
(#37) Spaces must be used to indent lines; tabs are not allowed
(#39) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#53) Line indented incorrectly; expected 8 spaces, found 0
(#60) Line indented incorrectly; expected 8 spaces, found 6
theme/evolved/layout/includes/fpcustom_lgin.php
(#1) The first thing in a PHP file must be the <?php tag.
(#1) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#39) Line indented incorrectly; expected 8 spaces, found 0
(#46) Line indented incorrectly; expected 8 spaces, found 6
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#54) Line exceeds maximum limit of 180 characters; contains 916 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
(#55) Line exceeds maximum limit of 180 characters; contains 310 characters
theme/evolved/layout/includes/fpnormal.php
(#1) The first thing in a PHP file must be the <?php tag.
(#1) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#39) Line indented incorrectly; expected 8 spaces, found 0
(#46) Line indented incorrectly; expected 8 spaces, found 6
theme/evolved/layout/includes/marketingspots.php
(#26) Whitespace found at end of line
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#34) Line exceeds 132 characters; contains 157 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#37) Line exceeds 132 characters; contains 160 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#51) Line exceeds 132 characters; contains 160 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 157 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
(#66) Line exceeds 132 characters; contains 160 characters
theme/evolved/layout/login.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#93) Whitespace found at end of line
(#94) Line indented incorrectly; expected 4 spaces, found 8
(#94) Expected "if (...) {\n"; found "if(...) {\n"
(#94) Expected 1 space before "=="; 0 found
(#94) Expected 1 space after "=="; 0 found
(#96) Line indented incorrectly; expected 4 spaces, found 8
(#96) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#96) Expected "if (...) {\n"; found "if(...) {\n"
(#96) Expected 1 space before "=="; 0 found
(#96) Expected 1 space after "=="; 0 found
(#98) Line indented incorrectly; expected 4 spaces, found 8
(#98) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#98) Expected "if (...) {\n"; found "if(...) {\n"
(#98) Expected 1 space before "=="; 0 found
(#98) Expected 1 space after "=="; 0 found
(#100) Line indented incorrectly; expected 4 spaces, found 8
(#100) Whitespace found at end of line
theme/evolved/layout/maintenance.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/evolved/layout/secure.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/evolved/lib.php
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#34) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Line exceeds 132 characters; contains 138 characters
(#56) Whitespace found at end of line
(#57) No space found before comment text; expected "// This also sets the page-content css to make the background color the same as the main content." but found "//This also sets the page-content css to make the background color the same as the main content."
(#108) Whitespace found at end of line
(#112) Whitespace found at end of line
(#122) Expected 1 space after "=="; 0 found
(#127) Expected 1 space after "=="; 0 found
(#132) Expected 1 space after "=="; 0 found
(#137) Expected 1 space after "=="; 0 found
(#142) Expected 1 space after "=="; 0 found
(#147) Expected 1 space after "=="; 0 found
(#152) Expected 1 space after "=="; 0 found
(#157) Expected 1 space after "=="; 0 found
(#162) Expected 1 space after "=="; 0 found
(#167) Expected 1 space after "=="; 0 found
(#172) Expected 1 space after "=="; 0 found
(#177) Expected 1 space after "=="; 0 found
(#182) Expected 1 space after "=="; 0 found
(#187) Expected 1 space after "=="; 0 found
(#192) Expected 1 space after "=="; 0 found
(#197) Expected 1 space after "=="; 0 found
(#202) Expected 1 space after "=="; 0 found
(#207) Expected 1 space after "=="; 0 found
(#212) Expected 1 space after "=="; 0 found
(#217) Expected 1 space after "=="; 0 found
(#222) Expected 1 space after "=="; 0 found
(#227) Expected 1 space after "=="; 0 found
(#233) Whitespace found at end of line
(#356) Line exceeds 132 characters; contains 137 characters
(#364) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) No space found before comment text; expected "// Adds custom background color to marketboxes" but found "//Adds custom background color to marketboxes"
(#368) Line indented incorrectly; expected 4 spaces, found 8
(#370) Closing brace indented incorrectly; expected 8 spaces, found 4
(#377) Inline comments must end in full-stops, exclamation marks, or question marks
(#377) No space found before comment text; expected "// Load Jquery" but found "//Load Jquery"
(#379) Line indented incorrectly; expected at least 4 spaces, found 0
(#380) Line indented incorrectly; expected at least 4 spaces, found 0
(#381) Line indented incorrectly; expected at least 4 spaces, found 0
(#382) Line indented incorrectly; expected at least 4 spaces, found 0
(#383) Line indented incorrectly; expected at least 4 spaces, found 0
(#384) Line indented incorrectly; expected at least 4 spaces, found 0
(#385) Line indented incorrectly; expected at least 4 spaces, found 0
theme/evolved/renderers.php
(#23) Line exceeds 132 characters; contains 134 characters
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
theme/evolved/renderers/core_renderer.php
(#22) Line exceeds 132 characters; contains 147 characters
(#25) Whitespace found at end of line
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Line indented incorrectly; expected 0 spaces, found 1
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#42) Variable "list_items" must not contain underscores.
(#44) Variable "list_items" must not contain underscores.
(#46) Line indented incorrectly; expected at least 4 spaces, found 0
(#47) Expected 1 space(s) before asterisk; 5 found
(#48) Expected 1 space(s) before asterisk; 5 found
(#49) Expected 1 space(s) before asterisk; 5 found
(#50) Expected 1 space(s) before asterisk; 5 found
(#51) Expected 1 space(s) before asterisk; 5 found
(#52) Expected 1 space(s) before asterisk; 5 found
(#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 5
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#74) Line indented incorrectly; expected at least 8 spaces, found 5
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 5
(#76) Line exceeds 132 characters; contains 141 characters
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 12 spaces, found 9
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 16 spaces, found 4
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 12 spaces, found 3
(#81) Closing brace indented incorrectly; expected 12 spaces, found 3
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 16 spaces, found 4
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected 12 spaces, found 3
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 16 spaces, found 4
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 12 spaces, found 3
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 16 spaces, found 4
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 12 spaces, found 3
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 12 spaces, found 3
(#91) Whitespace found at end of line
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 12 spaces, found 4
(#93) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 16 spaces, found 5
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 20 spaces, found 6
(#95) Expected "if (...) {\n"; found "if (...){\n"
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 24 spaces, found 7
(#96) Line exceeds 132 characters; contains 141 characters
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 20 spaces, found 6
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 16 spaces, found 5
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected 12 spaces, found 4
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 16 spaces, found 5
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 12 spaces, found 4
(#103) Whitespace found at end of line
(#105) Line indented incorrectly; expected at least 8 spaces, found 0
(#109) Line exceeds 132 characters; contains 150 characters
(#115) Whitespace found at end of line
(#117) Commas (,) must be followed by white space.
(#117) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Line exceeds 132 characters; contains 169 characters
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Line exceeds 132 characters; contains 157 characters
(#120) Commas (,) must be followed by white space.
(#120) Commas (,) must be followed by white space.
(#121) Commas (,) must be followed by white space.
(#121) Commas (,) must be followed by white space.
(#121) Line exceeds 132 characters; contains 168 characters
(#122) Commas (,) must be followed by white space.
(#122) Commas (,) must be followed by white space.
(#122) Whitespace found at end of line
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 4 spaces, found 1
(#125) Closing brace indented incorrectly; expected 4 spaces, found 1
(#126) Closing brace indented incorrectly; expected 1 spaces, found 0
(#129) A closing tag is not permitted at the end of a PHP file
theme/evolved/settings.php
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#33) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Whitespace found at end of line
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Whitespace found at end of line
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#50) Whitespace found at end of line
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#52) Whitespace found at end of line
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Expected 1 space before "=>"; 0 found
(#56) Expected 1 space after "=>"; 0 found
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Expected 1 space before "=>"; 0 found
(#57) Expected 1 space after "=>"; 0 found
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#60) Whitespace found at end of line
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#61) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Whitespace found at end of line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Whitespace found at end of line
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Expected 1 space before "=>"; 0 found
(#67) Expected 1 space after "=>"; 0 found
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Expected 1 space before "=>"; 0 found
(#68) Expected 1 space after "=>"; 0 found
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#85) Commas (,) must be followed by white space.
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Commas (,) must be followed by white space.
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Commas (,) must be followed by white space.
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Line indented incorrectly; expected at least 4 spaces, found 1
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 4 spaces, found 2
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Whitespace found at end of line
(#246) Whitespace found at end of line
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 4 spaces, found 1
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 4 spaces, found 1
(#249) Commas (,) must be followed by white space.
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 4 spaces, found 1
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 4 spaces, found 1
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 4 spaces, found 1
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected at least 4 spaces, found 2
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 4 spaces, found 2
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 4 spaces, found 2
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 4 spaces, found 2
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 4 spaces, found 1
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 4 spaces, found 1
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 4 spaces, found 1
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 4 spaces, found 1
(#271) Line indented incorrectly; expected at least 4 spaces, found 0
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) Expected 1 space before "=>"; 0 found
(#294) Expected 1 space after "=>"; 0 found
(#294) Expected 1 space before "=>"; 0 found
(#294) Expected 1 space after "=>"; 0 found
(#294) Expected 1 space before "=>"; 0 found
(#294) Expected 1 space after "=>"; 0 found
(#294) Expected 1 space before "=>"; 0 found
(#294) Expected 1 space after "=>"; 0 found
(#298) Whitespace found at end of line
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) Whitespace found at end of line
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Whitespace found at end of line
(#322) Whitespace found at end of line
(#330) Whitespace found at end of line
(#338) Whitespace found at end of line
(#346) Whitespace found at end of line
(#354) Expected 1 space before "=>"; 0 found
(#354) Expected 1 space after "=>"; 0 found
(#354) Expected 1 space before "=>"; 0 found
(#354) Expected 1 space after "=>"; 0 found
(#354) Expected 1 space before "=>"; 0 found
(#354) Expected 1 space after "=>"; 0 found
(#358) Whitespace found at end of line
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#365) Whitespace found at end of line
(#374) Whitespace found at end of line
(#382) Whitespace found at end of line
(#390) Whitespace found at end of line
(#398) Whitespace found at end of line
(#406) Whitespace found at end of line
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#418) Whitespace found at end of line
(#419) Inline comments must end in full-stops, exclamation marks, or question marks
(#425) Whitespace found at end of line
(#434) Whitespace found at end of line
(#442) Whitespace found at end of line
(#450) Whitespace found at end of line
(#458) Whitespace found at end of line
(#466) Whitespace found at end of line
(#474) Expected 1 space before "=>"; 0 found
(#474) Expected 1 space after "=>"; 0 found
(#474) Expected 1 space before "=>"; 0 found
(#474) Expected 1 space after "=>"; 0 found
(#474) Expected 1 space before "=>"; 0 found
(#474) Expected 1 space after "=>"; 0 found
(#478) Whitespace found at end of line
(#483) Line indented incorrectly; expected at least 4 spaces, found 0
(#487) Line indented incorrectly; expected at least 4 spaces, found 0
(#494) Expected 1 space before "=>"; 0 found
(#494) Expected 1 space after "=>"; 0 found
(#494) Expected 1 space before "=>"; 0 found
(#494) Expected 1 space after "=>"; 0 found
(#499) Line indented incorrectly; expected at least 4 spaces, found 0
(#501) Commas (,) must be followed by white space.
(#507) Line indented incorrectly; expected at least 4 spaces, found 0
(#516) Line indented incorrectly; expected at least 4 spaces, found 0
theme/evolved/version.php
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence

Javascript coding style problems

(4 errors, 707 warnings)

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

theme/evolved/jquery/bootstrap_plugins/collapse_2.3.2.js
(#27) Missing semicolon.
(#28) Missing semicolon.
(#29) Missing semicolon.
(#31) Expected '{' and instead saw 'this'.
(#31) Missing semicolon.
(#32) Expected '{' and instead saw 'this'.
(#32) Missing semicolon.
(#33) Missing semicolon.
(#37) Missing semicolon.
(#40) Missing semicolon.
(#41) Missing semicolon.
(#42) Missing semicolon.
(#45) Expected '{' and instead saw 'return'.
(#45) Missing semicolon.
(#47) Missing semicolon.
(#48) Missing semicolon.
(#49) Expected '{' and instead saw 'return'.
(#49) Missing semicolon.
(#51) Missing semicolon.
(#54) Missing semicolon.
(#55) Expected '{' and instead saw 'return'.
(#55) Missing semicolon.
(#56) Missing semicolon.
(#57) Expected an assignment or function call and instead saw an expression.
(#57) Missing semicolon.
(#60) Missing semicolon.
(#65) Missing semicolon.
(#67) Missing semicolon.
(#73) Missing semicolon.
(#74) Missing semicolon.
(#75) Missing semicolon.
(#76) Missing semicolon.
(#78) Expected '{' and instead saw 'return'.
(#78) Missing semicolon.
(#80) Missing semicolon.
(#85) Missing semicolon.
(#86) Missing semicolon.
(#89) Expected '{' and instead saw 'return'.
(#89) Missing semicolon.
(#91) Missing semicolon.
(#92) Missing semicolon.
(#93) Expected '{' and instead saw 'return'.
(#93) Missing semicolon.
(#95) Missing semicolon.
(#99) Expected an assignment or function call and instead saw an expression.
(#99) Missing semicolon.
(#104) Missing semicolon.
(#106) Missing semicolon.
(#109) Missing semicolon.
(#113) Missing semicolon.
(#114) Missing semicolon.
(#116) Expected '{' and instead saw 'return'.
(#116) Missing semicolon.
(#121) Missing semicolon.
(#122) Missing semicolon.
(#125) Missing semicolon.
(#126) Missing semicolon.
(#132) Missing semicolon.
(#136) Missing semicolon.
(#137) Missing semicolon.
(#138) Expected '===' and instead saw '=='.
(#138) Missing semicolon.
(#140) Expected '{' and instead saw '$this'.
(#140) Missing semicolon.
(#141) Expected '===' and instead saw '=='.
(#141) Expected '{' and instead saw 'data'.
(#141) Missing semicolon.
(#142) Missing semicolon.
(#143) Missing semicolon.
(#145) Missing semicolon.
(#152) Missing semicolon.
(#153) Missing semicolon.
(#154) Missing semicolon.
(#161) Missing semicolon.
(#164) Missing semicolon.
(#165) Missing semicolon.
(#166) Missing semicolon.
(#167) Missing semicolon.
(#168) Missing semicolon.
(#169) Missing semicolon.
(#172) Expected '{' and instead saw '$parent'.
(#172) Missing semicolon.
(#173) Missing semicolon.
(#176) Missing semicolon.
(#177) Missing semicolon.
(#179) 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.
(#179) Expected an assignment or function call and instead saw an expression.
theme/evolved/jquery/bootstrap_plugins/modal_2.3.2.js
(#27) Missing semicolon.
(#28) Missing semicolon.
(#30) Missing semicolon.
(#32) Expected '{' and instead saw 'this'.
(#32) Missing semicolon.
(#33) Missing semicolon.
(#37) Comma warnings can be turned off with 'laxcomma'.
(#36) Bad line breaking before ','.
(#37) Bad line breaking before ','.
(#39) Missing semicolon.
(#42) Missing semicolon.
(#43) Missing semicolon.
(#46) Missing semicolon.
(#47) Missing semicolon.
(#49) Missing semicolon.
(#51) Expected '{' and instead saw 'return'.
(#51) Missing semicolon.
(#53) Missing semicolon.
(#55) Missing semicolon.
(#57) Missing semicolon.
(#60) Missing semicolon.
(#63) Missing semicolon.
(#66) Missing semicolon.
(#69) Expected an assignment or function call and instead saw an expression.
(#69) Missing semicolon.
(#74) Missing semicolon.
(#76) Missing semicolon.
(#78) Missing semicolon.
(#83) Missing semicolon.
(#86) Expected an assignment or function call and instead saw an expression.
(#86) Missing semicolon.
(#87) Missing semicolon.
(#88) Missing semicolon.
(#91) Expected '{' and instead saw 'e'.
(#91) Missing semicolon.
(#93) Missing semicolon.
(#95) Missing semicolon.
(#97) Expected '{' and instead saw 'return'.
(#97) Missing semicolon.
(#99) Missing semicolon.
(#101) Missing semicolon.
(#103) Missing semicolon.
(#108) Missing semicolon.
(#114) Expected an assignment or function call and instead saw an expression.
(#114) Missing semicolon.
(#115) Missing semicolon.
(#122) Missing semicolon.
(#124) Missing semicolon.
(#125) Missing semicolon.
(#130) Expected '===' and instead saw '=='.
(#130) Expected an assignment or function call and instead saw an expression.
(#130) Missing semicolon.
(#131) Missing semicolon.
(#133) Missing semicolon.
(#135) Missing semicolon.
(#138) Missing semicolon.
(#139) Missing semicolon.
(#141) Missing semicolon.
(#142) Missing semicolon.
(#143) Missing semicolon.
(#144) Missing semicolon.
(#147) Expected an assignment or function call and instead saw an expression.
(#147) Missing semicolon.
(#148) Missing semicolon.
(#149) Missing semicolon.
(#152) Missing semicolon.
(#153) Missing semicolon.
(#156) Missing semicolon.
(#159) Missing semicolon.
(#162) Expected '{' and instead saw 'return'.
(#162) Missing semicolon.
(#163) Expected '===' and instead saw '=='.
(#165) Expected an assignment or function call and instead saw an expression.
(#165) Missing semicolon.
(#166) Missing semicolon.
(#168) Expected '{' and instead saw 'this'.
(#168) Expected an assignment or function call and instead saw an expression.
(#168) Missing semicolon.
(#170) Missing semicolon.
(#172) Expected '{' and instead saw 'return'.
(#172) Missing semicolon.
(#178) Expected an assignment or function call and instead saw an expression.
(#178) Missing semicolon.
(#181) Missing semicolon.
(#187) Expected an assignment or function call and instead saw an expression.
(#187) Missing semicolon.
(#190) Missing semicolon.
(#192) Missing semicolon.
(#198) Missing semicolon.
(#202) Missing semicolon.
(#203) Missing semicolon.
(#204) Expected '===' and instead saw '=='.
(#204) Missing semicolon.
(#206) Expected '{' and instead saw '$this'.
(#206) Missing semicolon.
(#207) Expected '===' and instead saw '=='.
(#207) Expected '{' and instead saw 'data'.
(#207) Missing semicolon.
(#208) Expected '{' and instead saw 'data'.
(#208) Missing semicolon.
(#209) Missing semicolon.
(#210) Missing semicolon.
(#212) Missing semicolon.
(#219) Missing semicolon.
(#220) Missing semicolon.
(#221) Missing semicolon.
(#228) Missing semicolon.
(#229) Missing semicolon.
(#230) Missing semicolon.
(#231) Missing semicolon.
(#233) Missing semicolon.
(#238) Expected an assignment or function call and instead saw an expression.
(#238) Missing semicolon.
(#239) Missing semicolon.
(#240) Missing semicolon.
(#243) Missing semicolon.
(#244) Missing semicolon.
(#244) Missing semicolon.
(#246) 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.
(#246) Expected an assignment or function call and instead saw an expression.
(#152) 'that' is defined but never used.
theme/evolved/jquery/bootstrap_plugins/tab_2.3.2.js
(#27) Missing semicolon.
(#28) Missing semicolon.
(#31) Missing semicolon.
(#32) Missing semicolon.
(#33) Missing semicolon.
(#36) Missing semicolon.
(#37) Missing semicolon.
(#40) Expected '{' and instead saw 'return'.
(#40) Missing semicolon.
(#42) Missing semicolon.
(#45) Missing semicolon.
(#47) Missing semicolon.
(#49) Expected '{' and instead saw 'return'.
(#49) Missing semicolon.
(#51) Missing semicolon.
(#53) Missing semicolon.
(#57) Comma warnings can be turned off with 'laxcomma'.
(#56) Bad line breaking before ','.
(#58) Missing semicolon.
(#59) Missing semicolon.
(#60) Missing semicolon.
(#63) Missing semicolon.
(#66) Missing semicolon.
(#72) Missing semicolon.
(#74) Missing semicolon.
(#77) Expected an assignment or function call and instead saw an expression.
(#77) Missing semicolon.
(#78) Missing semicolon.
(#80) Missing semicolon.
(#84) Missing semicolon.
(#87) Expected an assignment or function call and instead saw an expression.
(#87) Missing semicolon.
(#94) Expected an assignment or function call and instead saw an expression.
(#94) Missing semicolon.
(#96) Missing semicolon.
(#97) Missing semicolon.
(#103) Missing semicolon.
(#107) Missing semicolon.
(#108) Missing semicolon.
(#110) Expected '{' and instead saw '$this'.
(#110) Missing semicolon.
(#111) Expected '===' and instead saw '=='.
(#111) Expected '{' and instead saw 'data'.
(#111) Missing semicolon.
(#112) Missing semicolon.
(#113) Missing semicolon.
(#115) Missing semicolon.
(#122) Missing semicolon.
(#123) Missing semicolon.
(#124) Missing semicolon.
(#131) Missing semicolon.
(#132) Missing semicolon.
(#133) Missing semicolon.
(#135) 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.
(#135) Expected an assignment or function call and instead saw an expression.
theme/evolved/jquery/bootstrap_plugins/tooltip_2.3.2.js
(#33) Missing semicolon.
(#35) Missing semicolon.
(#36) Missing semicolon.
(#40) Comma warnings can be turned off with 'laxcomma'.
(#39) Bad line breaking before ','.
(#40) Bad line breaking before ','.
(#41) Bad line breaking before ','.
(#42) Bad line breaking before ','.
(#43) Bad line breaking before ','.
(#44) Bad line breaking before ','.
(#45) Bad line breaking before ','.
(#46) Bad line breaking before ','.
(#48) Missing semicolon.
(#51) Missing semicolon.
(#52) Missing semicolon.
(#53) Missing semicolon.
(#54) Missing semicolon.
(#56) Missing semicolon.
(#59) Missing semicolon.
(#61) Expected '===' and instead saw '=='.
(#62) Missing semicolon.
(#63) Expected '!==' and instead saw '!='.
(#64) Expected '===' and instead saw '=='.
(#64) Missing semicolon.
(#65) Expected '===' and instead saw '=='.
(#65) Missing semicolon.
(#67) Missing semicolon.
(#68) Missing semicolon.
(#74) Expected an assignment or function call and instead saw an expression.
(#74) Missing semicolon.
(#75) Missing semicolon.
(#78) Missing semicolon.
(#79) Missing semicolon.
(#82) Missing semicolon.
(#84) Expected '===' and instead saw '=='.
(#86) Bad line breaking before ','.
(#88) Missing semicolon.
(#91) Missing semicolon.
(#92) Missing semicolon.
(#95) Missing semicolon.
(#96) Missing semicolon.
(#99) Expected '!==' and instead saw '!='.
(#99) Expected '{' and instead saw 'options'.
(#99) Missing semicolon.
(#100) Expected an assignment or function call and instead saw an expression.
(#100) Missing semicolon.
(#102) Missing semicolon.
(#103) Missing semicolon.
(#107) Missing semicolon.
(#109) Missing semicolon.
(#111) Missing semicolon.
(#113) Expected '{' and instead saw 'return'.
(#113) Missing semicolon.
(#116) Expected '===' and instead saw '=='.
(#116) Expected '{' and instead saw 'self'.
(#116) Missing semicolon.
(#117) Missing semicolon.
(#118) Missing semicolon.
(#122) Missing semicolon.
(#124) Missing semicolon.
(#126) Missing semicolon.
(#128) Expected '{' and instead saw 'return'.
(#128) Missing semicolon.
(#131) Expected '===' and instead saw '=='.
(#131) Expected '{' and instead saw 'self'.
(#131) Missing semicolon.
(#132) Missing semicolon.
(#133) Missing semicolon.
(#136) Missing semicolon.
(#139) Missing semicolon.
(#141) Expected '{' and instead saw 'return'.
(#141) Missing semicolon.
(#143) Missing semicolon.
(#145) Missing semicolon.
(#147) Expected '{' and instead saw '$tip'.
(#147) Missing semicolon.
(#149) Expected '===' and instead saw '=='.
(#151) Missing semicolon.
(#153) Missing semicolon.
(#154) Missing semicolon.
(#155) Expected '{' and instead saw 'placement'.
(#155) Missing semicolon.
(#160) Missing semicolon.
(#162) Expected an assignment or function call and instead saw an expression.
(#162) Missing semicolon.
(#164) Missing semicolon.
(#165) Missing semicolon.
(#166) Missing semicolon.
(#169) Missing semicolon.
(#171) Missing semicolon.
(#172) Missing semicolon.
(#173) Expected '===' and instead saw '=='.
(#173) Missing semicolon.
(#174) Expected '===' and instead saw '=='.
(#174) Missing semicolon.
(#175) Expected '===' and instead saw '=='.
(#175) Missing semicolon.
(#177) Expected '===' and instead saw '=='.
(#178) Expected '===' and instead saw '=='.
(#179) Expected '===' and instead saw '=='.
(#180) Expected '===' and instead saw '=='.
(#181) Missing semicolon.
(#185) Missing semicolon.
(#188) Missing semicolon.
(#190) Missing semicolon.
(#191) Missing semicolon.
(#193) Missing semicolon.
(#196) Missing semicolon.
(#197) Missing semicolon.
(#198) Missing semicolon.
(#199) Missing semicolon.
(#202) Missing semicolon.
(#203) Missing semicolon.
(#206) Expected '{' and instead saw 'marginTop'.
(#206) Missing semicolon.
(#207) Expected '{' and instead saw 'marginLeft'.
(#207) Missing semicolon.
(#209) Missing semicolon.
(#210) Missing semicolon.
(#214) Missing semicolon.
(#217) Missing semicolon.
(#218) Missing semicolon.
(#220) Expected '===' and instead saw '=='.
(#220) Expected '!==' and instead saw '!='.
(#221) Missing semicolon.
(#222) Missing semicolon.
(#226) Missing semicolon.
(#229) Missing semicolon.
(#230) Missing semicolon.
(#232) Missing semicolon.
(#234) Missing semicolon.
(#235) Missing semicolon.
(#238) Missing semicolon.
(#240) Missing semicolon.
(#243) Expected '{' and instead saw '$tip'.
(#243) Missing semicolon.
(#244) Missing semicolon.
(#247) Missing semicolon.
(#248) Missing semicolon.
(#251) Missing semicolon.
(#252) Missing semicolon.
(#254) Missing semicolon.
(#255) Missing semicolon.
(#256) Missing semicolon.
(#259) Missing semicolon.
(#260) Missing semicolon.
(#261) Missing semicolon.
(#264) Expected '!==' and instead saw '!='.
(#264) Expected '{' and instead saw '$tip'.
(#264) Missing semicolon.
(#267) Missing semicolon.
(#269) Expected '{' and instead saw 'return'.
(#269) Missing semicolon.
(#271) Missing semicolon.
(#277) Expected an assignment or function call and instead saw an expression.
(#277) Missing semicolon.
(#279) Missing semicolon.
(#281) Missing semicolon.
(#282) Missing semicolon.
(#285) Missing semicolon.
(#286) Expected '!==' and instead saw '!='.
(#287) Missing semicolon.
(#289) Missing semicolon.
(#292) Missing semicolon.
(#293) Missing semicolon.
(#296) Missing semicolon.
(#297) Expected '===' and instead saw '=='.
(#298) Bad line breaking before ','.
(#300) Missing semicolon.
(#301) Missing semicolon.
(#304) Expected '===' and instead saw '=='.
(#305) Expected '===' and instead saw '=='.
(#306) Expected '===' and instead saw '=='.
(#307) Missing semicolon.
(#308) Missing semicolon.
(#311) Missing semicolon.
(#312) Missing semicolon.
(#313) Missing semicolon.
(#316) Expected '===' and instead saw '=='.
(#316) Missing semicolon.
(#318) Missing semicolon.
(#319) Missing semicolon.
(#322) Did you mean to return a conditional instead of an assignment?
(#322) Missing semicolon.
(#323) Missing semicolon.
(#326) Did you mean to return a conditional instead of an assignment?
(#326) Missing semicolon.
(#327) Missing semicolon.
(#331) Missing semicolon.
(#332) Missing semicolon.
(#333) Missing semicolon.
(#335) Missing semicolon.
(#338) Missing semicolon.
(#339) Missing semicolon.
(#342) Missing semicolon.
(#343) Missing semicolon.
(#346) Missing semicolon.
(#347) Missing semicolon.
(#350) Missing semicolon.
(#351) Expected an assignment or function call and instead saw an expression.
(#351) Missing semicolon.
(#352) Missing semicolon.
(#355) Missing semicolon.
(#356) Missing semicolon.
(#362) Missing semicolon.
(#366) Missing semicolon.
(#367) Missing semicolon.
(#368) Expected '===' and instead saw '=='.
(#368) Missing semicolon.
(#370) Expected '{' and instead saw '$this'.
(#370) Missing semicolon.
(#371) Expected '===' and instead saw '=='.
(#371) Expected '{' and instead saw 'data'.
(#371) Missing semicolon.
(#372) Missing semicolon.
(#373) Missing semicolon.
(#375) Missing semicolon.
(#382) Missing semicolon.
(#383) Missing semicolon.
(#384) Missing semicolon.
(#386) 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.
(#386) Expected an assignment or function call and instead saw an expression.
theme/evolved/jquery/bootstrap_plugins/transition_2.3.2.js
(#27) Missing semicolon.
(#31) Comma warnings can be turned off with 'laxcomma'.
(#30) Bad line breaking before ','.
(#31) Bad line breaking before ','.
(#32) Bad line breaking before ','.
(#34) Missing semicolon.
(#38) Missing semicolon.
(#45) Missing semicolon.
(#46) Missing semicolon.
(#46) Missing semicolon.
(#47) Expected '{' and instead saw '$'.
(#47) Missing semicolon.
(#47) Missing semicolon.
(#48) Missing semicolon.
(#49) Missing semicolon.
(#50) Missing semicolon.
(#53) Missing semicolon.
(#54) Missing semicolon.
(#56) 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.
(#56) Expected an assignment or function call and instead saw an expression.
theme/evolved/jquery/modernizr_2.6.2.js
(#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) Expected '===' and instead saw '=='.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Expected '{' and instead saw 'return'.
(#4) Confusing use of '!'.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing 'new' prefix when invoking a constructor.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Expected '!==' and instead saw '!='.
(#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 semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'w'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '===' and instead saw '=='.
(#4) Expected '{' and instead saw 'for'.
(#4) Expected '{' and instead saw 'w'.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Expected '{' and instead saw 'return'.
(#4) Expected '===' and instead saw '=='.
(#4) Expected '!==' and instead saw '!='.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) Expected '===' and instead saw '=='.
(#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) Expected '===' and instead saw '=='.
(#4) Expected '===' and instead saw '=='.
(#4) Expected '===' and instead saw '=='.
(#4) Expected '===' and instead saw '=='.
(#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) Expected '===' and instead saw '=='.
(#4) Missing semicolon.
(#4) Expected '===' and instead saw '=='.
(#4) Missing semicolon.
(#4) Expected '===' and instead saw '=='.
(#4) Expected '===' and instead saw '=='.
(#4) Expected '===' and instead saw '=='.
(#4) Missing semicolon.
(#4) Expected '===' and instead saw '=='.
(#4) Missing semicolon.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) 'i' is already defined.
(#4) Expected '!==' and instead saw '!='.
(#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) Expected '===' and instead saw '=='.
(#4) Missing semicolon.
(#4) Expected '!==' and instead saw '!='.
(#4) Expected an assignment or function call and instead saw an expression.
(#4) Missing semicolon.
(#4) Expected '===' and instead saw '=='.
(#4) Expected '===' and instead saw '=='.
(#4) Missing semicolon.
(#4) Missing semicolon.
(#4) 'l' is already defined.
(#4) Expected '===' and instead saw '=='.
(#4) 'l' is already defined.
(#4) Expected '===' and instead saw '=='.
(#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 '===' 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) '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) Expected '===' and instead saw '=='.
(#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) 'y' is defined but never used.
(#4) 'l' is defined but never used.
(#4) 'q' is defined but never used.
(#4) 'd' is defined but never used.
(#4) 'e' is defined but never used.
(#4) 'g' is defined but never used.
(#4) 'h' is defined but never used.
(#4) 'i' 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.

CSS problems

(13 errors, 3 warnings)

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

theme/evolved/style/custom.css
(#12) Expected IDENT at line 12, col 2.
(#12) Expected IDENT at line 12, col 2.
theme/evolved/style/evolved.css
(#29) Unexpected token '[' at line 29, col 21.
(#56) Duplicate property 'width' found.
(#103) Duplicate property 'color' found.
(#267) Unexpected token '[' at line 267, col 16.
(#268) Unexpected token '[' at line 268, col 18.
(#564) Expected RBRACE at line 564, col 1.
(#571) Expected RBRACE at line 571, col 1.
(#572) Expected RBRACE at line 572, col 1.
(#599) Expected RBRACE at line 599, col 1.
(#601) Expected RBRACE at line 601, col 1.
(#602) Expected RBRACE at line 602, col 1.
(#689) Expected (<color> | inherit) but found 'none'.
(#698) Expected (<color> | inherit) but found 'none'.
(#720) Expected (<color> | inherit) but found 'none'.

PHPDocs style problems

(41 errors, 5 warnings)

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

theme/evolved/config.php
(#17) File-level phpdocs block does not have @copyright tag
theme/evolved/db/install.php
(#17) File-level phpdocs block does not have @copyright tag
theme/evolved/db/upgrade.php
(#17) File-level phpdocs block does not have @copyright tag
theme/evolved/jquery/plugins.php
(#17) No one-line description found in phpdocs for file
(#34) Package core is not valid
theme/evolved/lang/en/theme_evolved.php
(#17) File-level phpdocs block does not have @copyright tag
theme/evolved/layout/columns1.php
(#20) Package theme_clean is not valid
theme/evolved/layout/columns2.php
(#20) Package theme_clean is not valid
theme/evolved/layout/columns2rt.php
(#18) File-level phpdocs block is not found
theme/evolved/layout/columns3.php
(#26) Package theme_clean is not valid
theme/evolved/layout/embedded.php
(#20) Package theme_clean is not valid
theme/evolved/layout/frontpage.php
(#18) File-level phpdocs block is not found
theme/evolved/layout/includes/alerts.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block is not found
theme/evolved/layout/includes/fonts.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
theme/evolved/layout/includes/fpcustom.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
theme/evolved/layout/includes/fpcustom_lgin.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
theme/evolved/layout/includes/fpnormal.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
theme/evolved/layout/includes/marketingspots.php
(#17) No one-line description found in phpdocs for file
(#21) Package theme_essential is not valid
theme/evolved/layout/login.php
(#20) Package theme_clean is not valid
theme/evolved/layout/maintenance.php
(#20) Package theme_clean is not valid
theme/evolved/layout/secure.php
(#20) Package theme_clean is not valid
theme/evolved/lib.php
(#288) Function theme_evolved_set_headingfont is not documented
(#298) Function theme_evolved_set_bodyfont is not documented
(#308) Function theme_evolved_set_bodysize is not documented
(#318) Function theme_evolved_set_bodyweight is not documented
(#365) Function theme_evolved_set_marketboxcolor is not documented
(#378) Function theme_evolved_page_init is not documented
(#328) Phpdocs for function theme_evolved_set_fpbkg has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
theme/evolved/renderers.php
(#17) File-level phpdocs block does not have @copyright tag
(#20) Package theme is not valid
theme/evolved/renderers/core_renderer.php
(#26) Class theme_evolved_core_renderer is not documented
(#31) Function theme_evolved_core_renderer::navbar is not documented
(#54) Function theme_evolved_core_renderer::edit_button is not documented
(#70) Function theme_evolved_core_renderer::render_custom_menu is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#20) Package theme is not valid
theme/evolved/settings.php
(#17) File-level phpdocs block does not have @copyright tag
(#138) Inline phpdocs tag not enclosed with curly brackets @link found
theme/evolved/version.php
(#17) File-level phpdocs block does not have @copyright tag

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


Mustache template problems

(0 errors, 0 warnings)

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