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

(3306 errors, 893 warnings)

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

mod/sharedresource/addlocaltocourse.php
(#56) Line exceeds 132 characters; contains 138 characters
(#62) Commas (,) must be followed by white space.
(#67) Variable "sharedresource_entry" must not contain underscores.
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Variable "sharedresource_entry" must not contain underscores.
(#90) Line exceeds 132 characters; contains 137 characters
(#92) Variable "sharedresource_entry" must not contain underscores.
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Variable "sharedresource_entry" must not contain underscores.
(#111) Variable "sharedresource_entry" must not contain underscores.
(#117) Variable "sharedresource_entry" must not contain underscores.
(#118) Whitespace found at end of line
(#119) Variable "sharedresource_entry" must not contain underscores.
(#121) Variable "sharedresource_entry" must not contain underscores.
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Variable "sharedresource_entry" must not contain underscores.
(#183) Variable "sharedresource_entry" must not contain underscores.
(#184) Variable "sharedresource_entry" must not contain underscores.
(#186) Variable "sharedresource_entry" must not contain underscores.
(#201) Expected 1 space before "=>"; 0 found
(#210) Variable "sharedresource_entry" must not contain underscores.
(#211) Variable "sharedresource_entry" must not contain underscores.
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
mod/sharedresource/addremotetocourse.php
(#39) Expected 1 space after "="; 2 found
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Variable "FILE" must be all lower-case
(#66) Variable "FILE" must be all lower-case
(#67) Variable "FILE" must be all lower-case
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Variable "sharedresource_entry" must not contain underscores.
(#84) Variable "sharedresource_entry" must not contain underscores.
(#85) Variable "sharedresource_entry" must not contain underscores.
(#86) Variable "sharedresource_entry" must not contain underscores.
(#87) Variable "sharedresource_entry" must not contain underscores.
(#88) Variable "sharedresource_entry" must not contain underscores.
(#90) Variable "sharedresource_entry" must not contain underscores.
(#92) Variable "sharedresource_entry" must not contain underscores.
(#94) Variable "sharedresource_entry" must not contain underscores.
(#95) Variable "sharedresource_entry" must not contain underscores.
(#96) Variable "sharedresource_entry" must not contain underscores.
(#98) Variable "sharedresource_entry" must not contain underscores.
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Variable "sharedresource_entry" must not contain underscores.
(#107) Variable "sharedresource_entry" must not contain underscores.
(#119) Expected 1 space after "="; 2 found
(#119) Commas (,) must be followed by white space.
(#119) Expected 1 space before "=>"; 0 found
(#130) Expected 1 space after "="; 2 found
(#130) Expected 1 space before "=>"; 0 found
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Variable "sharedresource_entry" must not contain underscores.
(#137) Variable "sharedresource_entry" must not contain underscores.
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
mod/sharedresource/admin_convert_form.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#35) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#37) Whitespace found at end of line
(#54) Visibility must be declared on method "__construct"
(#58) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#61) Visibility must be declared on method "definition"
(#72) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#75) Commas (,) must be followed by white space.
(#75) Line exceeds 132 characters; contains 134 characters
(#77) Line exceeds 132 characters; contains 134 characters
(#88) Commas (,) must be followed by white space.
(#88) Line exceeds 132 characters; contains 139 characters
mod/sharedresource/admin_convertall.php
(#37) Expected "if (...) {\n"; found "if (...){\n"
(#37) Expected 1 space before "=>"; 0 found
(#41) Line indented incorrectly; expected at least 4 spaces, found 0
(#65) Expected "if (...) {\n"; found "if (...){\n"
(#69) Expected "if (...) {\n"; found "if (...){\n"
(#79) Expected "if (...) {\n"; found "if (...){\n"
(#83) Commas (,) must be followed by white space.
(#84) Expected "if (...) {\n"; found "if (...){\n"
(#85) Whitespace found at end of line
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) 3 slashes comments are not allowed; use "// Comment." instead
(#95) Expected "if (...) {\n"; found "if (...){\n"
(#96) Expected "if (...) {\n"; found "if (...){\n"
(#97) Expected "if (...) {\n"; found "if (...){\n"
(#106) Expected "if (...) {\n"; found "if (...){\n"
(#107) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Expected "if (...) {\n"; found "if (...){\n"
(#118) Expected "if (...) {\n"; found "if (...){\n"
(#119) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Expected "if (...) {\n"; found "if (...){\n"
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Expected "if (...) {\n"; found "if (...){\n"
mod/sharedresource/admin_convertback.php
(#34) This comment is 59% valid code; is this commented out code?
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Expected 1 space before "=>"; 0 found
(#43) Line indented incorrectly; expected at least 4 spaces, found 0
(#73) Expected 1 space before "=>"; 0 found
(#85) Line exceeds 132 characters; contains 139 characters
(#90) 3 slashes comments are not allowed; use "// Comment." instead
(#98) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#102) Expected 1 space before "=>"; 0 found
mod/sharedresource/ajax/addformelement.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#4) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Whitespace found at end of line
(#12) Spaces must be used to indent lines; tabs are not allowed
(#12) Tab found within whitespace
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) No space found before comment text; expected "// -----------------------------------------------------------" but found "//-----------------------------------------------------------"
(#16) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#17) Spaces must be used for alignment; tabs are not allowed
(#17) Tab found within whitespace
(#18) Spaces must be used for alignment; tabs are not allowed
(#18) Tab found within whitespace
(#19) Spaces must be used for alignment; tabs are not allowed
(#19) Tab found within whitespace
(#20) Spaces must be used for alignment; tabs are not allowed
(#20) Tab found within whitespace
(#21) Spaces must be used for alignment; tabs are not allowed
(#21) Tab found within whitespace
(#22) Spaces must be used for alignment; tabs are not allowed
(#22) Tab found within whitespace
(#23) Spaces must be used for alignment; tabs are not allowed
(#23) Tab found within whitespace
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
(#34) Commas (,) must be followed by white space.
mod/sharedresource/backup/moodle1/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
mod/sharedresource/backup/moodle2/backup_sharedresource_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Inline doc block comments are not allowed; use "// Comment." instead
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#67) Expected 1 space before "="; 0 found
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Expected 1 space before "="; 0 found
(#70) Expected 1 space after "="; 0 found
(#71) Expected 1 space before "="; 0 found
mod/sharedresource/backup/moodle2/backup_sharedresource_settingslib.php
(#1) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
mod/sharedresource/backup/moodle2/backup_sharedresource_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
mod/sharedresource/backup/moodle2/restore_sharedresource_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
mod/sharedresource/backup/moodle2/restore_sharedresource_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Line exceeds 132 characters; contains 167 characters
(#91) Whitespace found at end of line
mod/sharedresource/classes/event/course_module_viewed.php
(#34) Expected 1 space after asterisk; 6 found
(#35) Expected 1 space after asterisk; 6 found
(#73) Possible useless method overriding detected
mod/sharedresource/classes/plugininfo/sharedmetadata.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/sharedresource/classifajax.php
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/sharedresource/classificationconfigure.controller.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Line indented incorrectly; expected at least 8 spaces, found 4
(#37) "require_once" must be immediately followed by an open parenthesis
(#42) Whitespace found at end of line within string
(#53) Commas (,) must be followed by white space.
(#56) Commas (,) must be followed by white space.
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Commas (,) must be followed by white space.
(#65) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#74) 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
(#80) Line exceeds 132 characters; contains 174 characters
(#86) Commas (,) must be followed by white space.
(#87) Usage of ELSEIF not allowed; use ELSE IF instead
(#95) Commas (,) must be followed by white space.
(#96) Expected 1 space after "="; 0 found
(#96) Space found before semicolon; expected "$table;" but found "$table ;"
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) This comment is 67% valid code; is this commented out code?
(#96) No space found before comment text; expected "// $CFG->prefix.$table;" but found "//$CFG->prefix.$table;"
(#99) Commas (,) must be followed by white space.
(#109) Commas (,) must be followed by white space.
(#113) Commas (,) must be followed by white space.
(#114) Usage of ELSEIF not allowed; use ELSE IF instead
(#114) Commas (,) must be followed by white space.
(#116) Commas (,) must be followed by white space.
(#120) Commas (,) must be followed by white space.
(#121) Usage of ELSEIF not allowed; use ELSE IF instead
(#123) Commas (,) must be followed by white space.
(#127) Commas (,) must be followed by white space.
(#128) Usage of ELSEIF not allowed; use ELSE IF instead
(#130) Commas (,) must be followed by white space.
(#134) Commas (,) must be followed by white space.
(#154) Commas (,) must be followed by white space.
(#156) Usage of ELSEIF not allowed; use ELSE IF instead
mod/sharedresource/classificationconfigure.php
(#67) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#70) "include" must be immediately followed by an open parenthesis
(#88) Commas (,) must be followed by white space.
(#92) Commas (,) must be followed by white space.
(#96) Commas (,) must be followed by white space.
(#100) Commas (,) must be followed by white space.
(#104) Commas (,) must be followed by white space.
(#108) Commas (,) must be followed by white space.
(#112) Commas (,) must be followed by white space.
(#125) Commas (,) must be followed by white space.
(#130) Commas (,) must be followed by white space.
(#145) Line exceeds 132 characters; contains 155 characters
(#148) Commas (,) must be followed by white space.
(#148) Line exceeds maximum limit of 180 characters; contains 226 characters
(#171) Expected "if (...) {\n"; found "if(...){\n"
(#175) Commas (,) must be followed by white space.
(#182) Line exceeds 132 characters; contains 155 characters
(#185) Line exceeds 132 characters; contains 144 characters
(#186) Line exceeds 132 characters; contains 134 characters
(#188) This comment is 65% valid code; is this commented out code?
(#195) Line exceeds maximum limit of 180 characters; contains 242 characters
(#206) Commas (,) must be followed by white space.
(#206) Line exceeds maximum limit of 180 characters; contains 223 characters
mod/sharedresource/classificationconfigure2.php
(#25) Whitespace found at end of line
(#60) Commas (,) must be followed by white space.
(#60) Commas (,) must be followed by white space.
(#67) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#67) Commas (,) must be followed by white space.
(#83) Expected "if (...) {\n"; found "if (...){\n"
(#83) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#88) Commas (,) must be followed by white space.
(#92) Commas (,) must be followed by white space.
(#93) Usage of ELSEIF not allowed; use ELSE IF instead
(#93) Commas (,) must be followed by white space.
(#100) Usage of ELSEIF not allowed; use ELSE IF instead
(#107) Usage of ELSEIF not allowed; use ELSE IF instead
(#107) Commas (,) must be followed by white space.
(#116) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#125) Usage of ELSEIF not allowed; use ELSE IF instead
(#139) Line exceeds 132 characters; contains 150 characters
(#142) Commas (,) must be followed by white space.
(#155) Commas (,) must be followed by white space.
(#159) Commas (,) must be followed by white space.
(#163) Commas (,) must be followed by white space.
(#167) Commas (,) must be followed by white space.
(#171) Commas (,) must be followed by white space.
(#176) Usage of ELSEIF not allowed; use ELSE IF instead
(#182) Commas (,) must be followed by white space.
(#187) Commas (,) must be followed by white space.
(#191) Line exceeds 132 characters; contains 167 characters
(#193) Commas (,) must be followed by white space.
(#193) Commas (,) must be followed by white space.
(#193) Line exceeds 132 characters; contains 167 characters
(#195) Line exceeds maximum limit of 180 characters; contains 182 characters
(#196) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#197) Expected "if (...) {\n"; found "if (...){\n"
(#198) Line exceeds 132 characters; contains 145 characters
(#205) Line exceeds 132 characters; contains 177 characters
(#206) Line exceeds 132 characters; contains 173 characters
(#210) Line exceeds 132 characters; contains 178 characters
(#213) Line exceeds 132 characters; contains 145 characters
(#220) Commas (,) must be followed by white space.
(#220) Whitespace found at end of line
(#224) Commas (,) must be followed by white space.
(#224) Line exceeds maximum limit of 180 characters; contains 216 characters
mod/sharedresource/classificationlib.php
(#29) Whitespace found at end of line
(#47) Line exceeds 132 characters; contains 134 characters
(#48) Line exceeds 132 characters; contains 154 characters
(#53) Line exceeds 132 characters; contains 138 characters
(#53) Whitespace found at end of line
(#54) Line exceeds 132 characters; contains 144 characters
(#54) Whitespace found at end of line
(#69) Expected 1 space after closing parenthesis; found 0
(#77) Line exceeds 132 characters; contains 157 characters
(#78) Line exceeds 132 characters; contains 155 characters
(#85) Whitespace found at end of line
(#86) Whitespace found at end of line
(#108) Expected 1 space after "="; 2 found
(#111) Expected 1 space after "="; 2 found
(#120) Line exceeds 132 characters; contains 143 characters
(#122) Line exceeds 132 characters; contains 134 characters
(#124) Line exceeds 132 characters; contains 150 characters
(#134) Expected 1 space after closing parenthesis; found 0
(#136) Commas (,) must be followed by white space.
(#154) Expected 1 space after closing parenthesis; found 0
(#181) Commas (,) must be followed by white space.
(#193) Line exceeds 132 characters; contains 133 characters
(#197) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#198) Expected "if (...) {\n"; found "if(...) {\n"
(#209) Space found before semicolon; expected "return;" but found "return ;"
(#214) Commas (,) must be followed by white space.
(#223) Expected 1 space before "+"; 0 found
(#223) Expected 1 space after "+"; 0 found
(#223) Line exceeds 132 characters; contains 148 characters
(#230) Line indented incorrectly; expected 12 spaces, found 16
(#231) Line indented incorrectly; expected 16 spaces, found 20
(#232) Line indented incorrectly; expected 20 spaces, found 24
(#234) Line indented incorrectly; expected 20 spaces, found 24
(#236) Line indented incorrectly; expected 20 spaces, found 24
(#238) Line indented incorrectly; expected 16 spaces, found 20
(#239) Line indented incorrectly; expected 12 spaces, found 16
(#242) Line indented incorrectly; expected at least 8 spaces, found 4
(#244) Expected "if (...) {\n"; found "if(...) {\n"
(#253) Line exceeds 132 characters; contains 154 characters
(#254) Expected "if (...) {\n"; found "if(...) {\n"
(#255) Line exceeds 132 characters; contains 134 characters
(#260) Line indented incorrectly; expected 16 spaces, found 20
(#261) Line indented incorrectly; expected 20 spaces, found 24
(#262) Line indented incorrectly; expected 24 spaces, found 28
(#264) Line indented incorrectly; expected 24 spaces, found 28
(#266) Line indented incorrectly; expected 24 spaces, found 28
(#268) Line indented incorrectly; expected 20 spaces, found 24
(#269) Line indented incorrectly; expected 16 spaces, found 20
mod/sharedresource/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#25) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#26) Expected 1 space before comment text but found 11; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#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
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
mod/sharedresource/db/install.php
(#41) Variable "idx_field" must not contain underscores.
(#43) Variable "idx_field" must not contain underscores.
(#49) Variable "idx_field" 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) Whitespace found at end of line
mod/sharedresource/db/log.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
mod/sharedresource/db/mnet.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/sharedresource/db/subplugins.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/sharedresource/db/upgrade.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#4) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Whitespace found at end of line
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 4 spaces, found 1
(#37) Line indented incorrectly; expected at least 4 spaces, found 0
(#37) 3 slashes comments are not allowed; use "// Comment." instead
(#37) Whitespace found at end of line
(#38) Line indented incorrectly; expected at least 4 spaces, found 0
(#38) 3 slashes comments are not allowed; use "// Comment." instead
(#38) Whitespace found at end of line
(#39) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) 3 slashes comments are not allowed; use "// Comment." instead
(#40) Line indented incorrectly; expected at least 4 spaces, found 0
(#40) 3 slashes comments are not allowed; use "// Comment." instead
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Line indented incorrectly; expected at least 4 spaces, found 0
(#42) 3 slashes comments are not allowed; use "// Comment." instead
(#43) Line indented incorrectly; expected at least 4 spaces, found 0
(#43) 3 slashes comments are not allowed; use "// Comment." instead
(#43) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Line indented incorrectly; expected at least 4 spaces, found 0
(#44) 3 slashes comments are not allowed; use "// Comment." instead
(#46) This comment is 52% valid code; is this commented out code?
(#46) Line indented incorrectly; expected at least 4 spaces, found 0
(#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 0
(#58) No space found before comment text; expected "// ===== 1.9.0 upgrade line ======//" but found "//===== 1.9.0 upgrade line ======//"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 4 spaces, found 1
(#60) Empty IF statement detected
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 4 spaces, found 1
(#62) Whitespace found at end of line
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Line indented incorrectly; expected at least 4 spaces, found 0
(#63) No space found before comment text; expected "// ===== 2.x upgrade line ======//" but found "//===== 2.x upgrade line ======//"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 4 spaces, found 1
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Closing brace indented incorrectly; expected 1 spaces, found 4
(#98) A closing tag is not permitted at the end of a PHP file
mod/sharedresource/edit.php
(#37) Variable "ignore_list" must not contain underscores.
(#38) Whitespace found at end of line
(#39) This comment is 67% valid code; is this commented out code?
(#39) Whitespace found at end of line
(#40) Whitespace found at end of line
(#41) Whitespace found at end of line
(#42) Whitespace found at end of line
(#43) Whitespace found at end of line
(#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
(#51) Variable "ignore_list" must not contain underscores.
(#51) Variable "ignore_list" must not contain underscores.
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) No space found before comment text; expected "// return to course/view.php if false or mod/modname/view.php if true" but found "//return to course/view.php if false or mod/modname/view.php if true"
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) This comment is 50% valid code; is this commented out code?
(#71) Variable "system_context" must not contain underscores.
(#80) Variable "system_context" must not contain underscores.
(#87) Commas (,) must be followed by white space.
(#87) Commas (,) must be followed by white space.
(#101) Variable "sharedresource_entry" must not contain underscores.
(#105) Variable "sharedresource_entry" must not contain underscores.
(#109) Expected 1 space after "="; 2 found
(#109) Line exceeds 132 characters; contains 156 characters
(#110) Line exceeds maximum limit of 180 characters; contains 188 characters
(#110) Variable "sharedresource_entry" must not contain underscores.
(#111) Variable "sharedresource_entry" must not contain underscores.
(#111) Line exceeds 132 characters; contains 180 characters
(#114) Variable "sharedresource_entry" must not contain underscores.
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Whitespace found at end of line
(#119) Variable "sharedresource_entry" must not contain underscores.
(#123) Variable "sharedresource_entry" must not contain underscores.
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) No space found before comment text; expected "// cancel - go back to course" but found "//cancel - go back to course"
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must be all lower-case
(#156) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must not contain underscores.
(#158) Variable "sharedresource_entry" must not contain underscores.
(#161) Variable "sharedresource_entry" must not contain underscores.
(#163) Variable "sharedresource_entry" must not contain underscores.
(#169) Variable "sharedresource_entry" must not contain underscores.
(#175) Variable "sharedresource_entry" must not contain underscores.
(#179) Variable "sharedresource_entry" must not contain underscores.
(#180) Variable "sharedresource_entry" must not contain underscores.
(#181) Variable "sharedresource_entry" must not contain underscores.
(#181) Variable "sharedresource_entry" must not contain underscores.
(#182) Variable "sharedresource_entry" must not contain underscores.
(#182) Variable "sharedresource_entry" must not contain underscores.
(#192) Variable "sharedresource_entry" must not contain underscores.
(#193) Variable "sharedresource_entry" must not contain underscores.
(#193) Line exceeds 132 characters; contains 133 characters
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) This comment is 46% valid code; is this commented out code?
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) This comment is 46% valid code; is this commented out code?
(#197) This comment is 54% valid code; is this commented out code?
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) This comment is 46% valid code; is this commented out code?
(#199) Variable "sharedresource_entry" must not contain underscores.
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) Variable "sharedresource_entry" must not contain underscores.
(#218) Variable "sr_entry" must not contain underscores.
(#218) Variable "sharedresource_entry" must not contain underscores.
(#219) Variable "sr_entry" must not contain underscores.
(#246) Inline comments must start with a capital letter, digit or 3-dots sequence
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
mod/sharedresource/encoding.php
(#29) Member variable "win1252ToUtf8" must be all lower-case
(#62) Line indented incorrectly; expected at least 4 spaces, found 2
(#64) Member variable "brokenUtf8ToUtf8" must be all lower-case
(#66) Whitespace found at end of line
(#78) Whitespace found at end of line
(#80) Whitespace found at end of line
(#81) Whitespace found at end of line
(#94) Whitespace found at end of line
(#97) Line indented incorrectly; expected at least 4 spaces, found 2
(#98) Whitespace found at end of line
(#99) Line indented incorrectly; expected 4 spaces, found 2
(#99) Member variable "utf8ToWin1252" must be all lower-case
(#101) Whitespace found at end of line
(#113) Whitespace found at end of line
(#115) Whitespace found at end of line
(#116) Whitespace found at end of line
(#129) Whitespace found at end of line
(#138) Whitespace found at end of line
(#147) Whitespace found at end of line
(#158) method name "Encoding::toUTF8" must be in lower-case letters only
(#158) Visibility must be declared on method "toUTF8"
(#160) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#164) Usage of ELSEIF not allowed; use ELSE IF instead
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// Should be converted to UTF8, if it's not UTF8 already" but found "//Should be converted to UTF8, if it's not UTF8 already"
(#170) Expected 1 space before "+"; 0 found
(#170) Expected 1 space after "+"; 0 found
(#170) Expected 1 space before "?"; 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
(#171) Expected 1 space before "?"; 0 found
(#171) Expected 1 space before "+"; 0 found
(#171) Expected 1 space after "+"; 0 found
(#172) Expected 1 space before "+"; 0 found
(#172) Expected 1 space after "+"; 0 found
(#172) Expected 1 space before "?"; 0 found
(#172) Expected 1 space before "+"; 0 found
(#172) Expected 1 space after "+"; 0 found
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) No space found before comment text; expected "// looks like 2 bytes UTF8" but found "//looks like 2 bytes UTF8"
(#174) Expected "if (...) {\n"; found "if (...){ //yeah, almost sure it's UTF8 already\n"
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// yeah, almost sure it's UTF8 already" but found "//yeah, almost sure it's UTF8 already"
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) No space found before comment text; expected "// not valid UTF8. Convert it." but found "//not valid UTF8. Convert it."
(#182) Usage of ELSEIF not allowed; use ELSE IF instead
(#183) Expected "if (...) {\n"; found "if (...){ //yeah, almost sure it's UTF8 already\n"
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) No space found before comment text; expected "// yeah, almost sure it's UTF8 already" but found "//yeah, almost sure it's UTF8 already"
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#186) No space found before comment text; expected "// not valid UTF8. Convert it." but found "//not valid UTF8. Convert it."
(#191) Usage of ELSEIF not allowed; use ELSE IF instead
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) No space found before comment text; expected "// looks like 4 bytes UTF8" but found "//looks like 4 bytes UTF8"
(#192) Expected "if (...) {\n"; found "if(...){ //yeah, almost sure it's UTF8 already\n"
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) No space found before comment text; expected "// yeah, almost sure it's UTF8 already" but found "//yeah, almost sure it's UTF8 already"
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) No space found before comment text; expected "// not valid UTF8. Convert it." but found "//not valid UTF8. Convert it."
(#205) Usage of ELSEIF not allowed; use ELSE IF instead
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Variable "win1252ToUtf8" must be all lower-case
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) No space found before comment text; expected "// found in Windows-1252 special cases" but found "//found in Windows-1252 special cases"
(#207) Variable "win1252ToUtf8" must be all lower-case
(#223) method name "Encoding::toWin1252" must be in lower-case letters only
(#223) Visibility must be declared on method "toWin1252"
(#224) Expected "if (...) {\n"; found "if(...) {\n"
(#225) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#229) Usage of ELSEIF not allowed; use ELSE IF instead
(#230) Variable "utf8ToWin1252" must be all lower-case
(#230) Variable "utf8ToWin1252" must be all lower-case
(#230) Line exceeds 132 characters; contains 135 characters
(#236) method name "Encoding::toISO8859" must be in lower-case letters only
(#236) Visibility must be declared on method "toISO8859"
(#240) method name "Encoding::toLatin1" must be in lower-case letters only
(#240) Visibility must be declared on method "toLatin1"
(#244) method name "Encoding::fixUTF8" must be in lower-case letters only
(#244) Visibility must be declared on method "fixUTF8"
(#244) Expected 1 space after closing parenthesis; found 0
(#245) Expected "if (...) {\n"; found "if(...) {\n"
(#246) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#249) Line indented incorrectly; expected at least 12 spaces, found 8
(#255) Variable "utf8ToWin1252" must be all lower-case
(#255) Variable "utf8ToWin1252" must be all lower-case
(#255) Line exceeds 132 characters; contains 136 characters
(#257) Variable "utf8ToWin1252" must be all lower-case
(#257) Variable "utf8ToWin1252" must be all lower-case
(#262) Whitespace found at end of line
(#266) method name "Encoding::UTF8FixWin1252Chars" must be in lower-case letters only
(#266) Visibility must be declared on method "UTF8FixWin1252Chars"
(#267) Variable "brokenUtf8ToUtf8" must be all lower-case
(#267) Variable "brokenUtf8ToUtf8" must be all lower-case
(#270) method name "Encoding::removeBOM" must be in lower-case letters only
(#270) Visibility must be declared on method "removeBOM"
(#270) Expected 1 space after closing parenthesis; found 0
(#271) Expected "if (...) {\n"; found "if(...) {\n"
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#271) Commas (,) must be followed by white space.
(#277) Public method name "Encoding::normalizeEncoding" must be in lower-case letters only
(#277) Variable "encodingLabel" must be all lower-case
(#278) Variable "encodingLabel" must be all lower-case
(#291) Whitespace found at end of line
(#299) Variable "encodingLabel" must be all lower-case
(#300) Variable "encodingLabel" must be all lower-case
(#300) Variable "encodingLabel" must be all lower-case
(#301) Variable "encodingLabel" must be all lower-case
(#302) Must use "self::" for local static member reference
(#304) Variable "encodingLabel" must be all lower-case
(#305) Must use "self::" for local static member reference
mod/sharedresource/filter.php
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Whitespace found at end of line
(#54) Whitespace found at end of line
(#55) Whitespace found at end of line
(#59) Whitespace found at end of line within string
(#72) Whitespace found at end of line within string
(#75) Expected 1 space after "="; 2 found
(#75) Variable "resource_sql" must not contain underscores.
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) 3 slashes comments are not allowed; use "// Comment." instead
(#87) Whitespace found at end of line
mod/sharedresource/index.php
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Expected 1 space after "="; 2 found
(#104) Whitespace found at end of line
(#105) Commas (,) must be followed by white space.
(#105) Line exceeds 132 characters; contains 134 characters
(#109) Whitespace found at end of line
(#110) Commas (,) must be followed by white space.
mod/sharedresource/js/metadata.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) "include" must be immediately followed by an open parenthesis
(#2) File is being unconditionally included; use "require" instead
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Inline doc block comments are not allowed; use "// Comment." instead
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#6) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#29) Spaces must be used to indent lines; tabs are not allowed
(#30) Spaces must be used to indent lines; tabs are not allowed
(#37) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#50) Spaces must be used to indent lines; tabs are not allowed
(#51) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#61) Commas (,) must be followed by white space.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Line exceeds 132 characters; contains 138 characters
(#63) Line exceeds 132 characters; contains 138 characters
(#63) Line exceeds 132 characters; contains 138 characters
(#63) Line exceeds 132 characters; contains 138 characters
(#63) Line exceeds 132 characters; contains 138 characters
(#63) Line exceeds 132 characters; contains 138 characters
(#63) Line exceeds 132 characters; contains 138 characters
(#63) Line exceeds 132 characters; contains 138 characters
(#63) Line exceeds 132 characters; contains 138 characters
(#63) Line exceeds 132 characters; contains 138 characters
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Commas (,) must be followed by white space.
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Line exceeds 132 characters; contains 156 characters
(#66) Line exceeds 132 characters; contains 156 characters
(#66) Line exceeds 132 characters; contains 156 characters
(#66) Line exceeds 132 characters; contains 156 characters
(#66) Line exceeds 132 characters; contains 156 characters
(#66) Line exceeds 132 characters; contains 156 characters
(#66) Line exceeds 132 characters; contains 156 characters
(#66) Line exceeds 132 characters; contains 156 characters
(#66) Line exceeds 132 characters; contains 156 characters
(#66) Line exceeds 132 characters; contains 156 characters
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Commas (,) must be followed by white space.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Line exceeds maximum limit of 180 characters; contains 467 characters
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Line exceeds maximum limit of 180 characters; contains 467 characters
(#69) Line exceeds maximum limit of 180 characters; contains 467 characters
(#69) Line exceeds maximum limit of 180 characters; contains 467 characters
(#69) Line exceeds maximum limit of 180 characters; contains 467 characters
(#69) Line exceeds maximum limit of 180 characters; contains 467 characters
(#69) Line exceeds maximum limit of 180 characters; contains 467 characters
(#69) Line exceeds maximum limit of 180 characters; contains 467 characters
(#69) Line exceeds maximum limit of 180 characters; contains 467 characters
(#69) Line exceeds maximum limit of 180 characters; contains 467 characters
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Commas (,) must be followed by white space.
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Line exceeds 132 characters; contains 169 characters
(#72) Line exceeds 132 characters; contains 169 characters
(#72) Line exceeds 132 characters; contains 169 characters
(#72) Line exceeds 132 characters; contains 169 characters
(#72) Line exceeds 132 characters; contains 169 characters
(#72) Line exceeds 132 characters; contains 169 characters
(#72) Line exceeds 132 characters; contains 169 characters
(#72) Line exceeds 132 characters; contains 169 characters
(#72) Line exceeds 132 characters; contains 169 characters
(#72) Line exceeds 132 characters; contains 169 characters
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Commas (,) must be followed by white space.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#88) Line exceeds maximum limit of 180 characters; contains 197 characters
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Line exceeds maximum limit of 180 characters; contains 197 characters
(#88) Line exceeds maximum limit of 180 characters; contains 197 characters
(#88) Line exceeds maximum limit of 180 characters; contains 197 characters
(#88) Line exceeds maximum limit of 180 characters; contains 197 characters
(#88) Line exceeds maximum limit of 180 characters; contains 197 characters
(#88) Line exceeds maximum limit of 180 characters; contains 197 characters
(#88) Line exceeds maximum limit of 180 characters; contains 197 characters
(#88) Line exceeds maximum limit of 180 characters; contains 197 characters
(#88) Line exceeds maximum limit of 180 characters; contains 197 characters
(#89) Spaces must be used to indent lines; tabs are not allowed
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Line exceeds maximum limit of 180 characters; contains 197 characters
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Line exceeds maximum limit of 180 characters; contains 197 characters
(#92) Line exceeds maximum limit of 180 characters; contains 197 characters
(#92) Line exceeds maximum limit of 180 characters; contains 197 characters
(#92) Line exceeds maximum limit of 180 characters; contains 197 characters
(#92) Line exceeds maximum limit of 180 characters; contains 197 characters
(#92) Line exceeds maximum limit of 180 characters; contains 197 characters
(#92) Line exceeds maximum limit of 180 characters; contains 197 characters
(#92) Line exceeds maximum limit of 180 characters; contains 197 characters
(#92) Line exceeds maximum limit of 180 characters; contains 197 characters
(#93) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#100) Spaces must be used to indent lines; tabs are not allowed
(#101) Spaces must be used to indent lines; tabs are not allowed
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#109) Spaces must be used to indent lines; tabs are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#111) Spaces must be used to indent lines; tabs are not allowed
(#112) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#115) Spaces must be used to indent lines; tabs are not allowed
(#116) Spaces must be used to indent lines; tabs are not allowed
(#117) Spaces must be used to indent lines; tabs are not allowed
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#120) Spaces must be used to indent lines; tabs are not allowed
(#121) Spaces must be used to indent lines; tabs are not allowed
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
(#124) Spaces must be used to indent lines; tabs are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#126) Spaces must be used to indent lines; tabs are not allowed
(#127) Spaces must be used to indent lines; tabs are not allowed
(#128) Line exceeds 132 characters; contains 135 characters
(#128) Line exceeds 132 characters; contains 135 characters
(#128) Line exceeds 132 characters; contains 135 characters
(#128) Line exceeds 132 characters; contains 135 characters
(#128) Line exceeds 132 characters; contains 135 characters
(#128) Line exceeds 132 characters; contains 135 characters
(#128) Line exceeds 132 characters; contains 135 characters
(#128) Line exceeds 132 characters; contains 135 characters
(#128) Line exceeds 132 characters; contains 135 characters
(#128) Line exceeds 132 characters; contains 135 characters
(#128) Spaces must be used to indent lines; tabs are not allowed
(#129) Spaces must be used to indent lines; tabs are not allowed
(#130) Spaces must be used to indent lines; tabs are not allowed
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#133) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#135) Line exceeds maximum limit of 180 characters; contains 442 characters
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Line exceeds maximum limit of 180 characters; contains 442 characters
(#135) Line exceeds maximum limit of 180 characters; contains 442 characters
(#135) Line exceeds maximum limit of 180 characters; contains 442 characters
(#135) Line exceeds maximum limit of 180 characters; contains 442 characters
(#135) Line exceeds maximum limit of 180 characters; contains 442 characters
(#135) Line exceeds maximum limit of 180 characters; contains 442 characters
(#135) Line exceeds maximum limit of 180 characters; contains 442 characters
(#135) Line exceeds maximum limit of 180 characters; contains 442 characters
(#135) Line exceeds maximum limit of 180 characters; contains 442 characters
(#136) Spaces must be used to indent lines; tabs are not allowed
(#137) Spaces must be used to indent lines; tabs are not allowed
(#138) Spaces must be used to indent lines; tabs are not allowed
(#139) Spaces must be used to indent lines; tabs are not allowed
(#140) Spaces must be used to indent lines; tabs are not allowed
(#141) Spaces must be used to indent lines; tabs are not allowed
(#142) Line exceeds 132 characters; contains 147 characters
(#142) Line exceeds 132 characters; contains 147 characters
(#142) Line exceeds 132 characters; contains 147 characters
(#142) Line exceeds 132 characters; contains 147 characters
(#142) Line exceeds 132 characters; contains 147 characters
(#142) Line exceeds 132 characters; contains 147 characters
(#142) Line exceeds 132 characters; contains 147 characters
(#142) Line exceeds 132 characters; contains 147 characters
(#142) Line exceeds 132 characters; contains 147 characters
(#142) Line exceeds 132 characters; contains 147 characters
(#142) Spaces must be used to indent lines; tabs are not allowed
(#143) Spaces must be used to indent lines; tabs are not allowed
(#144) Spaces must be used to indent lines; tabs are not allowed
(#145) Spaces must be used to indent lines; tabs are not allowed
(#146) Spaces must be used to indent lines; tabs are not allowed
(#147) Spaces must be used to indent lines; tabs are not allowed
(#148) Spaces must be used to indent lines; tabs are not allowed
(#149) Spaces must be used to indent lines; tabs are not allowed
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Commas (,) must be followed by white space.
(#151) Spaces must be used to indent lines; tabs are not allowed
(#152) Spaces must be used to indent lines; tabs are not allowed
(#153) Spaces must be used to indent lines; tabs are not allowed
(#154) Spaces must be used to indent lines; tabs are not allowed
(#155) Spaces must be used to indent lines; tabs are not allowed
(#156) Spaces must be used to indent lines; tabs are not allowed
(#157) Spaces must be used to indent lines; tabs are not allowed
(#158) Spaces must be used to indent lines; tabs are not allowed
(#159) Spaces must be used to indent lines; tabs are not allowed
(#160) Spaces must be used to indent lines; tabs are not allowed
(#161) Spaces must be used to indent lines; tabs are not allowed
(#162) Spaces must be used to indent lines; tabs are not allowed
(#163) Line exceeds maximum limit of 180 characters; contains 197 characters
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Line exceeds maximum limit of 180 characters; contains 197 characters
(#163) Line exceeds maximum limit of 180 characters; contains 197 characters
(#163) Line exceeds maximum limit of 180 characters; contains 197 characters
(#163) Line exceeds maximum limit of 180 characters; contains 197 characters
(#163) Line exceeds maximum limit of 180 characters; contains 197 characters
(#163) Line exceeds maximum limit of 180 characters; contains 197 characters
(#163) Line exceeds maximum limit of 180 characters; contains 197 characters
(#163) Line exceeds maximum limit of 180 characters; contains 197 characters
(#163) Line exceeds maximum limit of 180 characters; contains 197 characters
(#164) Spaces must be used to indent lines; tabs are not allowed
(#165) Spaces must be used to indent lines; tabs are not allowed
(#166) Spaces must be used to indent lines; tabs are not allowed
(#167) Spaces must be used to indent lines; tabs are not allowed
mod/sharedresource/js/metadata_yui.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#26) Spaces must be used to indent lines; tabs are not allowed
(#28) 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
(#35) Commas (,) must be followed by white space.
(#36) Spaces must be used to indent lines; tabs are not allowed
(#37) Line exceeds 132 characters; contains 136 characters
(#37) Line exceeds 132 characters; contains 136 characters
(#37) Line exceeds 132 characters; contains 136 characters
(#37) Line exceeds 132 characters; contains 136 characters
(#37) Line exceeds 132 characters; contains 136 characters
(#37) Line exceeds 132 characters; contains 136 characters
(#37) Line exceeds 132 characters; contains 136 characters
(#37) Line exceeds 132 characters; contains 136 characters
(#37) Spaces must be used to indent lines; tabs are not allowed
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Commas (,) must be followed by white space.
(#39) Spaces must be used to indent lines; tabs are not allowed
(#40) Line exceeds 132 characters; contains 156 characters
(#40) Line exceeds 132 characters; contains 156 characters
(#40) Line exceeds 132 characters; contains 156 characters
(#40) Line exceeds 132 characters; contains 156 characters
(#40) Line exceeds 132 characters; contains 156 characters
(#40) Line exceeds 132 characters; contains 156 characters
(#40) Line exceeds 132 characters; contains 156 characters
(#40) Line exceeds 132 characters; contains 156 characters
(#40) Spaces must be used to indent lines; tabs are not allowed
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Commas (,) must be followed by white space.
(#42) Spaces must be used to indent lines; tabs are not allowed
(#43) Line exceeds maximum limit of 180 characters; contains 467 characters
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Line exceeds maximum limit of 180 characters; contains 467 characters
(#43) Line exceeds maximum limit of 180 characters; contains 467 characters
(#43) Line exceeds maximum limit of 180 characters; contains 467 characters
(#43) Line exceeds maximum limit of 180 characters; contains 467 characters
(#43) Line exceeds maximum limit of 180 characters; contains 467 characters
(#43) Line exceeds maximum limit of 180 characters; contains 467 characters
(#43) Line exceeds maximum limit of 180 characters; contains 467 characters
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Commas (,) must be followed by white space.
(#45) Spaces must be used to indent lines; tabs are not allowed
(#46) Line exceeds 132 characters; contains 169 characters
(#46) Line exceeds 132 characters; contains 169 characters
(#46) Line exceeds 132 characters; contains 169 characters
(#46) Line exceeds 132 characters; contains 169 characters
(#46) Line exceeds 132 characters; contains 169 characters
(#46) Line exceeds 132 characters; contains 169 characters
(#46) Line exceeds 132 characters; contains 169 characters
(#46) Line exceeds 132 characters; contains 169 characters
(#46) Spaces must be used to indent lines; tabs are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Commas (,) must be followed by white space.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#49) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#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) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#65) Spaces must be used to indent lines; tabs are not allowed
(#66) Spaces must be used to indent lines; tabs are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#71) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#78) Spaces must be used to indent lines; tabs are not allowed
(#79) Spaces must be used to indent lines; tabs are not allowed
(#80) Spaces must be used to indent lines; tabs are not allowed
(#81) Spaces must be used to indent lines; tabs are not allowed
(#82) Line exceeds 132 characters; contains 133 characters
(#82) Line exceeds 132 characters; contains 133 characters
(#82) Line exceeds 132 characters; contains 133 characters
(#82) Line exceeds 132 characters; contains 133 characters
(#82) Line exceeds 132 characters; contains 133 characters
(#82) Line exceeds 132 characters; contains 133 characters
(#82) Line exceeds 132 characters; contains 133 characters
(#82) Line exceeds 132 characters; contains 133 characters
(#82) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#88) Spaces must be used to indent lines; tabs are not allowed
(#89) Line exceeds maximum limit of 180 characters; contains 442 characters
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Line exceeds maximum limit of 180 characters; contains 442 characters
(#89) Line exceeds maximum limit of 180 characters; contains 442 characters
(#89) Line exceeds maximum limit of 180 characters; contains 442 characters
(#89) Line exceeds maximum limit of 180 characters; contains 442 characters
(#89) Line exceeds maximum limit of 180 characters; contains 442 characters
(#89) Line exceeds maximum limit of 180 characters; contains 442 characters
(#89) Line exceeds maximum limit of 180 characters; contains 442 characters
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#92) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#94) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Line exceeds 132 characters; contains 147 characters
(#96) Line exceeds 132 characters; contains 147 characters
(#96) Line exceeds 132 characters; contains 147 characters
(#96) Line exceeds 132 characters; contains 147 characters
(#96) Line exceeds 132 characters; contains 147 characters
(#96) Line exceeds 132 characters; contains 147 characters
(#96) Line exceeds 132 characters; contains 147 characters
(#96) Line exceeds 132 characters; contains 147 characters
(#96) Spaces must be used to indent lines; tabs are not allowed
(#97) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#100) Spaces must be used to indent lines; tabs are not allowed
(#101) Spaces must be used to indent lines; tabs are not allowed
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Commas (,) must be followed by white space.
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#108) Spaces must be used to indent lines; tabs are not allowed
(#115) Spaces must be used to indent lines; tabs are not allowed
(#116) Spaces must be used to indent lines; tabs are not allowed
(#118) Line exceeds maximum limit of 180 characters; contains 197 characters
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Line exceeds maximum limit of 180 characters; contains 197 characters
(#118) Line exceeds maximum limit of 180 characters; contains 197 characters
(#118) Line exceeds maximum limit of 180 characters; contains 197 characters
(#118) Line exceeds maximum limit of 180 characters; contains 197 characters
(#118) Line exceeds maximum limit of 180 characters; contains 197 characters
(#118) Line exceeds maximum limit of 180 characters; contains 197 characters
(#118) Line exceeds maximum limit of 180 characters; contains 197 characters
(#122) Spaces must be used to indent lines; tabs are not allowed
(#123) Spaces must be used to indent lines; tabs are not allowed
mod/sharedresource/lang/en/sharedresource.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#4) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) No space found before comment text; expected "// ************* Help Strings ******************/" but found "//************* Help Strings ******************/"
(#334) Whitespace found at end of line within string
(#351) Whitespace found at end of line within string
(#444) This comment is 67% valid code; is this commented out code?
mod/sharedresource/lang/fr/sharedresource.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#4) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) Inline comments must start with a capital letter, digit or 3-dots sequence
(#310) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) No space found before comment text; expected "// ************* Help Strings ******************/" but found "//************* Help Strings ******************/"
(#313) Whitespace found at end of line within string
(#314) Whitespace found at end of line within string
(#417) Whitespace found at end of line within string
(#425) This comment is 67% valid code; is this commented out code?
mod/sharedresource/lib.php
(#35) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must be all lower-case
(#35) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must not contain underscores.
(#36) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must be all lower-case
(#36) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must not contain underscores.
(#37) Variable "SHAREDRESOURCE_METADATA_ELEMENTS" must be all lower-case
(#37) Variable "SHAREDRESOURCE_METADATA_ELEMENTS" must not contain underscores.
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must be all lower-case
(#39) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must not contain underscores.
(#39) Whitespace found at end of line
(#40) Whitespace found at end of line
(#41) Whitespace found at end of line
(#43) Whitespace found at end of line
(#44) Whitespace found at end of line
(#45) Whitespace found at end of line
(#46) Whitespace found at end of line
(#49) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must be all lower-case
(#49) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must not contain underscores.
(#49) Whitespace found at end of line
(#50) Whitespace found at end of line
(#51) Whitespace found at end of line
(#52) Whitespace found at end of line
(#53) Whitespace found at end of line
(#54) Whitespace found at end of line
(#55) Whitespace found at end of line
(#56) Whitespace found at end of line
(#60) Variable "SHAREDRESOURCE_METADATA_ELEMENTS" must be all lower-case
(#60) Variable "SHAREDRESOURCE_METADATA_ELEMENTS" must not contain underscores.
(#91) Closing brace must be on a line by itself
(#92) Closing brace must be on a line by itself
(#93) Closing brace must be on a line by itself
(#94) Closing brace must be on a line by itself
(#95) Closing brace must be on a line by itself
(#96) Closing brace must be on a line by itself
(#97) Closing brace must be on a line by itself
(#98) Closing brace must be on a line by itself
(#99) Closing brace must be on a line by itself
(#100) Closing brace must be on a line by itself
(#102) Closing brace must be on a line by itself
(#108) Expected 1 space(s) before asterisk; 0 found
(#109) Expected 1 space(s) before asterisk; 0 found
(#110) Expected 1 space(s) before asterisk; 0 found
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Whitespace found at end of line within string
(#185) Whitespace found at end of line within string
(#186) Whitespace found at end of line within string
(#200) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#208) Commas (,) must be followed by white space.
(#213) Whitespace found at end of line within string
(#234) Line indented incorrectly; expected at least 4 spaces, found 0
(#234) No space found before comment text; expected "// Returns the users with data in one sharedresource" but found "//Returns the users with data in one sharedresource"
(#235) Line indented incorrectly; expected at least 4 spaces, found 0
(#235) No space found before comment text; expected "// (NONE, byt must exists on EVERY mod !!)" but found "//(NONE, byt must exists on EVERY mod !!)"
(#245) Commas (,) must be followed by white space.
(#249) Commas (,) must be followed by white space.
(#249) Expected 1 space before "=>"; 0 found
(#249) Line exceeds 132 characters; contains 137 characters
(#251) Line indented incorrectly; expected at least 8 spaces, found 7
(#251) Variable "sharedresource_entry" must not contain underscores.
(#253) Line indented incorrectly; expected at least 8 spaces, found 7
(#254) Line indented incorrectly; expected at least 8 spaces, found 7
(#255) Line indented incorrectly; expected 8 spaces, found 7
(#256) Line indented incorrectly; expected at least 12 spaces, found 11
(#256) Expected 1 space after "="; 2 found
(#260) Line indented incorrectly; expected 8 spaces, found 7
(#262) Line indented incorrectly; expected at least 8 spaces, found 7
(#264) Line indented incorrectly; expected 8 spaces, found 7
(#264) Variable "sharedresource_entry" must not contain underscores.
(#265) Line indented incorrectly; expected at least 12 spaces, found 11
(#266) Line indented incorrectly; expected 8 spaces, found 7
(#267) Line indented incorrectly; expected 12 spaces, found 11
(#267) Variable "sharedresource_entry" must not contain underscores.
(#268) Line indented incorrectly; expected at least 16 spaces, found 15
(#269) Line indented incorrectly; expected 16 spaces, found 15
(#269) Variable "sharedresource_entry" must not contain underscores.
(#270) Line indented incorrectly; expected at least 20 spaces, found 19
(#271) Line indented incorrectly; expected at least 20 spaces, found 18
(#272) Line indented incorrectly; expected 16 spaces, found 15
(#273) Line indented incorrectly; expected at least 20 spaces, found 19
(#274) Line indented incorrectly; expected 16 spaces, found 15
(#275) Line indented incorrectly; expected 12 spaces, found 11
(#276) Line indented incorrectly; expected at least 16 spaces, found 15
(#277) Line indented incorrectly; expected 12 spaces, found 11
(#278) Line indented incorrectly; expected 8 spaces, found 7
(#280) Line indented incorrectly; expected 8 spaces, found 7
(#281) Line indented incorrectly; expected at least 12 spaces, found 11
(#282) Line indented incorrectly; expected 8 spaces, found 7
(#283) Line indented incorrectly; expected at least 12 spaces, found 11
(#284) Line indented incorrectly; expected 8 spaces, found 7
(#285) Line indented incorrectly; expected 4 spaces, found 3
(#285) Closing brace indented incorrectly; expected 4 spaces, found 3
(#287) Line indented incorrectly; expected at least 4 spaces, found 3
(#328) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Usage of ELSEIF not allowed; use ELSE IF instead
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#340) Commas (,) must be followed by white space.
(#340) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#344) Commas (,) must be followed by white space.
(#345) Commas (,) must be followed by white space.
(#354) Commas (,) must be followed by white space.
(#354) Expected 1 space before "-"; 0 found
(#354) Expected 1 space after "-"; 0 found
(#359) Commas (,) must be followed by white space.
(#368) Space found after opening bracket of FOR loop
(#371) Commas (,) must be followed by white space.
(#380) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#389) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#390) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#391) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#392) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#393) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#394) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#395) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#396) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#397) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#398) Inline comments must end in full-stops, exclamation marks, or question marks
(#398) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#400) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#409) Usage of ELSEIF not allowed; use ELSE IF instead
(#411) Line indented incorrectly; expected 20 spaces, found 21
(#413) Line indented incorrectly; expected 20 spaces, found 21
(#415) Line indented incorrectly; expected 20 spaces, found 21
(#418) Commas (,) must be followed by white space.
(#427) Whitespace found at end of line
(#429) Whitespace found at end of line
(#433) Inline comments must start with a capital letter, digit or 3-dots sequence
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#436) Inline comments must end in full-stops, exclamation marks, or question marks
(#452) Whitespace found at end of line
(#462) Whitespace found at end of line
(#464) Whitespace found at end of line
(#474) Whitespace found at end of line
(#489) Whitespace found at end of line
(#500) Whitespace found at end of line
(#502) Whitespace found at end of line
(#510) Variable "from_file" must not contain underscores.
(#510) Variable "to_file" must not contain underscores.
(#510) Variable "log_clam" must not contain underscores.
(#513) Variable "from_file" must not contain underscores.
(#515) Variable "from_file" must not contain underscores.
(#515) Commas (,) must be followed by white space.
(#515) Variable "to_file" must not contain underscores.
(#516) Variable "to_file" must not contain underscores.
(#516) Commas (,) must be followed by white space.
(#517) Variable "log_clam" must not contain underscores.
(#518) Variable "to_file" must not contain underscores.
(#518) Commas (,) must be followed by white space.
(#518) Commas (,) must be followed by white space.
(#530) Whitespace found at end of line
(#540) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#551) Whitespace found at end of line
(#553) Whitespace found at end of line
(#561) Whitespace found at end of line
(#562) Whitespace found at end of line
(#568) Variable "HTTPSPAGEREQUIRED" must be all lower-case
(#569) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#573) Whitespace found at end of line
(#574) Expected "if (...) {\n"; found "if(...){\n"
(#581) Inline comments must start with a capital letter, digit or 3-dots sequence
(#581) Inline comments must end in full-stops, exclamation marks, or question marks
(#584) Line exceeds maximum limit of 180 characters; contains 182 characters
(#591) Whitespace found at end of line
(#607) Whitespace found at end of line
(#610) Line exceeds 132 characters; contains 141 characters
(#619) Inline comments must start with a capital letter, digit or 3-dots sequence
(#619) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) Usage of ELSEIF not allowed; use ELSE IF instead
(#627) Inline comments must start with a capital letter, digit or 3-dots sequence
(#661) Inline comments must start with a capital letter, digit or 3-dots sequence
(#661) Inline comments must end in full-stops, exclamation marks, or question marks
(#661) This comment is 64% valid code; is this commented out code?
(#669) Line indented incorrectly; expected 8 spaces, found 7
(#671) Line indented incorrectly; expected 8 spaces, found 7
mod/sharedresource/locallib.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#35) Whitespace found at end of line
(#39) Whitespace found at end of line
(#55) Whitespace found at end of line
(#63) Whitespace found at end of line
(#88) Variable "sharedresource_entry" must not contain underscores.
(#88) Whitespace found at end of line
(#89) Variable "sharedresource_entry" must not contain underscores.
(#90) Variable "sharedresource_entry" must not contain underscores.
(#91) Variable "sharedresource_entry" must not contain underscores.
(#92) Variable "sharedresource_entry" must not contain underscores.
(#93) Expected "if (...) {\n"; found "if (...){\n"
(#95) Variable "sharedresource_entry" must not contain underscores.
(#96) Variable "sharedresource_entry" must not contain underscores.
(#97) Variable "sharedresource_entry" must not contain underscores.
(#97) Variable "sharedresource_entry" must not contain underscores.
(#102) Variable "stored_file" must not contain underscores.
(#108) Variable "stored_file" must not contain underscores.
(#109) Variable "sharedresource_entry" must not contain underscores.
(#109) Variable "stored_file" must not contain underscores.
(#110) Variable "sharedresource_entry" must not contain underscores.
(#110) Variable "stored_file" must not contain underscores.
(#111) Variable "sharedresource_entry" must not contain underscores.
(#114) Variable "sharedresource_entry" must not contain underscores.
(#115) Variable "sharedresource_entry" must not contain underscores.
(#121) Expected "if (...) {\n"; found "if (...){\n"
(#122) Variable "sharedresource_entry" must not contain underscores.
(#124) Whitespace found at end of line
(#126) Variable "sharedresource_entry" must not contain underscores.
(#130) Variable "sharedresource_entry" must not contain underscores.
(#146) Variable "sharedresource_entry" must not contain underscores.
(#171) Variable "sharedresource_entry" must not contain underscores.
(#176) Variable "sharedresource_entry" must not contain underscores.
(#193) Whitespace found at end of line
(#201) Variable "sharedresource_entry" must not contain underscores.
(#206) Whitespace found at end of line
(#209) Whitespace found at end of line
(#222) Variable "sharedresource_entry" must not contain underscores.
(#224) Variable "sharedresource_entry" must not contain underscores.
(#255) "include_once" must be immediately followed by an open parenthesis
(#265) Commas (,) must be followed by white space.
(#271) Line indented incorrectly; expected at least 28 spaces, found 24
(#274) Line indented incorrectly; expected at least 28 spaces, found 24
(#277) Line indented incorrectly; expected at least 28 spaces, found 24
(#280) Line indented incorrectly; expected at least 28 spaces, found 24
(#282) Whitespace found at end of line
(#291) Usage of ELSEIF not allowed; use ELSE IF instead
(#292) Commas (,) must be followed by white space.
(#293) Commas (,) must be followed by white space.
(#298) Usage of ELSEIF not allowed; use ELSE IF instead
(#301) Usage of ELSEIF not allowed; use ELSE IF instead
(#305) Usage of ELSEIF not allowed; use ELSE IF instead
(#306) Commas (,) must be followed by white space.
(#307) Commas (,) must be followed by white space.
(#309) Usage of ELSEIF not allowed; use ELSE IF instead
(#310) Commas (,) must be followed by white space.
(#311) Commas (,) must be followed by white space.
(#313) Usage of ELSEIF not allowed; use ELSE IF instead
(#319) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#346) This comment is 63% valid code; is this commented out code?
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#391) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#415) Expected "foreach (...) {\n"; found "foreach(...) {\n"
mod/sharedresource/lti_mod_form.php
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Inline doc block comments are not allowed; use "// Comment." instead
(#27) Whitespace found at end of line
(#32) Whitespace found at end of line
(#34) Whitespace found at end of line
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#105) This comment is 58% valid code; is this commented out code?
(#150) Expected 1 space before "=>"; 0 found
(#150) Expected 1 space after "=>"; 0 found
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#177) This comment is 74% valid code; is this commented out code?
(#233) Possible useless method overriding detected
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) This comment is 56% valid code; is this commented out code?
(#236) No space found before comment text; expected "// $mform =& $this->_form;" but found "//$mform =& $this->_form;"
(#245) Variable "default_values" must not contain underscores.
mod/sharedresource/metadata_xml_parser.class.php
(#32) Visibility must be declared on method "add_identifier"
(#32) Variable "entry_id" must not contain underscores.
mod/sharedresource/metadataconfigure.php
(#22) Whitespace found at end of line
(#23) Whitespace found at end of line
(#31) "require_once" must be immediately followed by an open parenthesis
(#41) Commas (,) must be followed by white space.
(#41) Commas (,) must be followed by white space.
(#42) Variable "system_context" must not contain underscores.
(#45) Variable "system_context" must not contain underscores.
(#48) Commas (,) must be followed by white space.
(#48) Commas (,) must be followed by white space.
(#51) Expected "if (...) {\n"; found "if (...){\n"
(#55) Expected "if (...) {\n"; found "if (...){\n"
(#63) Expected "if (...) {\n"; found "if (...){\n"
(#64) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#71) Expected "if (...) {\n"; found "if(...) {\n"
(#75) Expected "if (...) {\n"; found "if(...) {\n"
(#79) Expected "if (...) {\n"; found "if(...) {\n"
(#83) Commas (,) must be followed by white space.
(#94) Usage of ELSEIF not allowed; use ELSE IF instead
(#103) Commas (,) must be followed by white space.
(#118) Line exceeds maximum limit of 180 characters; contains 266 characters
(#119) Commas (,) must be followed by white space.
(#119) Line exceeds maximum limit of 180 characters; contains 223 characters
mod/sharedresource/metadataform.php
(#24) Whitespace found at end of line
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) No space found before comment text; expected "// -----------------------------------------------------------" but found "//-----------------------------------------------------------"
(#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
(#39) No space found before comment text; expected "// return to course/view.php if false or mod/modname/view.php if true" but found "//return to course/view.php if false or mod/modname/view.php if true"
(#51) Variable "system_context" must not contain underscores.
(#61) Variable "system_context" must not contain underscores.
(#74) Variable "sr_entry" must not contain underscores.
(#75) Variable "sharedresource_entry" must not contain underscores.
(#75) Variable "sr_entry" must not contain underscores.
(#90) Commas (,) must be followed by white space.
(#105) Usage of ELSEIF not allowed; use ELSE IF instead
(#107) Usage of ELSEIF not allowed; use ELSE IF instead
(#117) Variable "sharedresource_entry" must not contain underscores.
(#131) Commas (,) must be followed by white space.
(#131) Line exceeds 132 characters; contains 147 characters
(#157) Line exceeds 132 characters; contains 161 characters
(#158) Line exceeds maximum limit of 180 characters; contains 237 characters
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) This comment is 60% valid code; is this commented out code?
mod/sharedresource/metadatalib.php
(#25) Whitespace found at end of line
(#35) Whitespace found at end of line
(#38) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#41) function name "metadata_detect_change_DM" must be lower-case letters only
(#41) Variable "sharedresource_entry" must not contain underscores.
(#45) Whitespace found at end of line
(#46) Whitespace found at end of line
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) No space found before comment text; expected "// return to course/view.php if false or mod/modname/view.php if true" but found "//return to course/view.php if false or mod/modname/view.php if true"
(#122) Variable "sharedresource_entry" must not contain underscores.
(#135) Variable "sharedresource_entry" must not contain underscores.
(#137) Variable "sharedresource_entry" must not contain underscores.
(#149) Whitespace found at end of line
(#151) Line exceeds maximum limit of 180 characters; contains 210 characters
(#151) Whitespace found at end of line
(#153) Line exceeds 132 characters; contains 167 characters
(#170) Expected 1 space after "="; 2 found
(#172) Variable "sr_entry" must not contain underscores.
(#173) Variable "sharedresource_entry" must not contain underscores.
(#173) Variable "sr_entry" must not contain underscores.
(#191) Variable "sharedresource_entry" must not contain underscores.
(#191) Line exceeds 132 characters; contains 168 characters
(#196) Line exceeds 132 characters; contains 142 characters
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) No space found before comment text; expected "// the second parameter will make the correct option selected" but found "//the second parameter will make the correct option selected"
(#203) Expected "if (...) {\n"; found "if (...){\n"
(#203) Commas (,) must be followed by white space.
(#203) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#208) Expected 1 space after "="; 2 found
(#208) Variable "sharedresource_entry" must not contain underscores.
(#211) Variable "sharedresource_entry" must not contain underscores.
(#214) Line exceeds 132 characters; contains 138 characters
(#218) Usage of ELSEIF not allowed; use ELSE IF instead
(#228) Space found before first semicolon of FOR loop
(#228) Space found before semicolon; expected "1;" but found "1 ;"
(#232) Line exceeds 132 characters; contains 136 characters
(#234) Line exceeds 132 characters; contains 137 characters
(#248) Line indented incorrectly; expected at least 12 spaces, found 8
(#249) Line indented incorrectly; expected 12 spaces, found 8
(#250) Line indented incorrectly; expected at least 16 spaces, found 12
(#251) Line indented incorrectly; expected 16 spaces, found 12
(#252) Line indented incorrectly; expected at least 20 spaces, found 16
(#253) Line indented incorrectly; expected 16 spaces, found 12
(#254) Line indented incorrectly; expected at least 16 spaces, found 12
(#255) Line indented incorrectly; expected 12 spaces, found 8
(#256) Line indented incorrectly; expected at least 16 spaces, found 12
(#257) Line indented incorrectly; expected 16 spaces, found 12
(#257) Commas (,) must be followed by white space.
(#258) Line indented incorrectly; expected at least 20 spaces, found 16
(#259) Line indented incorrectly; expected 16 spaces, found 12
(#260) Line indented incorrectly; expected at least 16 spaces, found 12
(#261) Line indented incorrectly; expected 12 spaces, found 8
(#263) Line indented incorrectly; expected at least 12 spaces, found 8
(#263) Variable "sharedresource_entry" must not contain underscores.
(#265) Line indented incorrectly; expected at least 12 spaces, found 8
(#266) Line indented incorrectly; expected 12 spaces, found 8
(#267) Line indented incorrectly; expected at least 16 spaces, found 12
(#267) Variable "sharedresource_entry" must not contain underscores.
(#268) Line indented incorrectly; expected 12 spaces, found 8
(#268) Usage of ELSEIF not allowed; use ELSE IF instead
(#269) Line indented incorrectly; expected at least 16 spaces, found 12
(#269) Variable "sharedresource_entry" must not contain underscores.
(#270) Line indented incorrectly; expected 12 spaces, found 8
(#270) Usage of ELSEIF not allowed; use ELSE IF instead
(#271) Line indented incorrectly; expected at least 16 spaces, found 12
(#272) Line indented incorrectly; expected 12 spaces, found 8
(#273) Line indented incorrectly; expected at least 12 spaces, found 8
(#275) Line indented incorrectly; expected 12 spaces, found 8
(#275) Commas (,) must be followed by white space.
(#276) Line indented incorrectly; expected at least 16 spaces, found 12
(#277) Line indented incorrectly; expected 12 spaces, found 8
(#278) Line indented incorrectly; expected at least 12 spaces, found 8
(#279) Usage of ELSEIF not allowed; use ELSE IF instead
(#281) Expected 1 space after "=="; 0 found
(#287) Variable "sharedresource_entry" must not contain underscores.
(#308) Line exceeds 132 characters; contains 151 characters
(#314) Line exceeds 132 characters; contains 142 characters
(#323) Usage of ELSEIF not allowed; use ELSE IF instead
(#327) Commas (,) must be followed by white space.
(#338) Variable "sharedresource_entry" must not contain underscores.
(#344) Commas (,) must be followed by white space.
(#347) Commas (,) must be followed by white space.
(#347) Commas (,) must be followed by white space.
(#356) Commas (,) must be followed by white space.
(#358) Expected 1 space after "<="; 0 found
(#360) Commas (,) must be followed by white space.
(#360) Commas (,) must be followed by white space.
(#366) Commas (,) must be followed by white space.
(#366) Commas (,) must be followed by white space.
(#376) Commas (,) must be followed by white space.
(#376) Whitespace found at end of line
(#380) Commas (,) must be followed by white space.
(#380) Commas (,) must be followed by white space.
(#386) Commas (,) must be followed by white space.
(#386) Commas (,) must be followed by white space.
(#394) Commas (,) must be followed by white space.
(#398) Usage of ELSEIF not allowed; use ELSE IF instead
(#399) Variable "sharedresource_entry" must not contain underscores.
(#404) Commas (,) must be followed by white space.
(#410) Commas (,) must be followed by white space.
(#439) Whitespace found at end of line
(#441) Commas (,) must be followed by white space.
(#445) Usage of ELSEIF not allowed; use ELSE IF instead
(#446) Variable "sharedresource_entry" must not contain underscores.
(#466) Commas (,) must be followed by white space.
(#467) Commas (,) must be followed by white space.
(#471) Expected 1 space after "="; 2 found
(#471) Variable "sharedresource_entry" must not contain underscores.
(#476) Line exceeds maximum limit of 180 characters; contains 376 characters
(#480) Expected "if (...) {\n"; found "if (...){\n"
(#481) Inline comments must end in full-stops, exclamation marks, or question marks
(#486) Line exceeds 132 characters; contains 139 characters
(#490) Inline comments must start with a capital letter, digit or 3-dots sequence
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#494) Commas (,) must be followed by white space.
(#494) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#495) Commas (,) must be followed by white space.
(#499) Expected 1 space after "="; 2 found
(#499) Variable "sharedresource_entry" must not contain underscores.
(#501) Variable "sharedresource_entry" must not contain underscores.
(#504) Expected "if (...) {\n"; found "if(...) {\n"
(#514) Inline comments must start with a capital letter, digit or 3-dots sequence
(#514) Inline comments must end in full-stops, exclamation marks, or question marks
(#518) Line exceeds maximum limit of 180 characters; contains 382 characters
(#529) Whitespace found at end of line
(#532) Whitespace found at end of line
(#533) Whitespace found at end of line
(#534) Line exceeds maximum limit of 180 characters; contains 210 characters
(#534) Whitespace found at end of line
(#536) Line exceeds 132 characters; contains 169 characters
(#538) Variable "sharedresource_entry" must not contain underscores.
(#538) Line exceeds 132 characters; contains 140 characters
(#553) Expected 1 space after "="; 2 found
(#562) Line exceeds 132 characters; contains 141 characters
(#566) Variable "sharedresource_entry" must not contain underscores.
(#568) Inline comments must end in full-stops, exclamation marks, or question marks
(#572) Inline comments must end in full-stops, exclamation marks, or question marks
(#577) Commas (,) must be followed by white space.
(#577) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#582) Expected 1 space after "="; 2 found
(#582) Variable "sharedresource_entry" must not contain underscores.
(#584) Expected "if (...) {\n"; found "if (...){\n"
(#586) Variable "sharedresource_entry" must not contain underscores.
(#589) Expected "if (...) {\n"; found "if (...){\n"
(#595) Usage of ELSEIF not allowed; use ELSE IF instead
(#618) Variable "sharedresource_entry" must not contain underscores.
(#618) Line exceeds 132 characters; contains 159 characters
(#620) Variable "sharedresource_entry" must not contain underscores.
(#620) Line exceeds 132 characters; contains 160 characters
(#634) Line indented incorrectly; expected at least 16 spaces, found 12
(#635) Line indented incorrectly; expected 16 spaces, found 12
(#636) Line indented incorrectly; expected at least 20 spaces, found 16
(#637) Line indented incorrectly; expected 16 spaces, found 12
(#638) Line indented incorrectly; expected at least 20 spaces, found 16
(#638) Line exceeds 132 characters; contains 137 characters
(#639) Line indented incorrectly; expected 16 spaces, found 12
(#640) Line indented incorrectly; expected at least 16 spaces, found 12
(#640) Variable "sharedresource_entry" must not contain underscores.
(#641) Line indented incorrectly; expected at least 16 spaces, found 12
(#642) Line indented incorrectly; expected 16 spaces, found 12
(#643) Line indented incorrectly; expected at least 20 spaces, found 16
(#643) Variable "sharedresource_entry" must not contain underscores.
(#644) Line indented incorrectly; expected 16 spaces, found 12
(#644) Usage of ELSEIF not allowed; use ELSE IF instead
(#645) Line indented incorrectly; expected at least 20 spaces, found 16
(#646) Line indented incorrectly; expected 16 spaces, found 12
(#647) Line indented incorrectly; expected at least 16 spaces, found 12
(#648) Line indented incorrectly; expected at least 16 spaces, found 12
(#649) Usage of ELSEIF not allowed; use ELSE IF instead
(#654) Line exceeds 132 characters; contains 144 characters
(#656) Variable "sharedresource_entry" must not contain underscores.
(#668) Usage of ELSEIF not allowed; use ELSE IF instead
(#671) Line exceeds 132 characters; contains 136 characters
(#673) Line exceeds 132 characters; contains 150 characters
(#675) Variable "sharedresource_entry" must not contain underscores.
(#683) Usage of ELSEIF not allowed; use ELSE IF instead
(#684) Variable "sharedresource_entry" must not contain underscores.
(#690) Line exceeds 132 characters; contains 145 characters
(#703) Usage of ELSEIF not allowed; use ELSE IF instead
(#704) Variable "sharedresource_entry" must not contain underscores.
(#710) Line exceeds 132 characters; contains 141 characters
(#726) Commas (,) must be followed by white space.
(#730) Expected 1 space after "="; 2 found
(#730) Variable "sharedresource_entry" must not contain underscores.
(#733) Inline comments must end in full-stops, exclamation marks, or question marks
(#735) Line exceeds 132 characters; contains 137 characters
(#741) Line exceeds 132 characters; contains 143 characters
(#748) Commas (,) must be followed by white space.
(#748) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#749) Commas (,) must be followed by white space.
(#753) Inline comments must start with a capital letter, digit or 3-dots sequence
(#753) Inline comments must end in full-stops, exclamation marks, or question marks
(#753) This comment is 58% valid code; is this commented out code?
(#755) Variable "sharedresource_entry" must not contain underscores.
(#755) Line exceeds 132 characters; contains 136 characters
(#763) Variable "sharedresource_entry" must not contain underscores.
(#763) Line exceeds 132 characters; contains 151 characters
(#769) Variable "sharedresource_entry" must not contain underscores.
(#769) Line exceeds 132 characters; contains 135 characters
(#781) Expected 1 space after closing parenthesis; found 0
(#782) Variable "Position" must be all lower-case
(#783) Variable "Occur" must be all lower-case
(#785) Variable "Position" must be all lower-case
(#785) Variable "Occur" must be all lower-case
(#786) Variable "Position" must be all lower-case
(#787) Variable "Occur" must be all lower-case
(#789) Space found before first semicolon of FOR loop
(#789) Space found before second semicolon of FOR loop
(#789) Space found before semicolon; expected "0;" but found "0 ;"
(#789) Space found before semicolon; expected ");" but found ") ;"
(#790) Variable "Position" must be all lower-case
(#793) Commas (,) must be followed by white space.
(#793) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#794) Expected 1 space after first semicolon of FOR loop; 0 found
(#794) Space found before second semicolon of FOR loop
(#794) Space found before semicolon; expected ");" but found ") ;"
(#797) Variable "Occur" must be all lower-case
(#798) Commas (,) must be followed by white space.
(#800) Space found before first semicolon of FOR loop
(#800) Space found before second semicolon of FOR loop
(#800) Space found before semicolon; expected "1;" but found "1 ;"
(#800) Space found before semicolon; expected ");" but found ") ;"
(#803) Variable "Occur" must be all lower-case
(#807) Variable "Position" must be all lower-case
(#808) Variable "Occur" must be all lower-case
(#815) Variable "sharedresource_entry" must not contain underscores.
(#830) Variable "sharedresource_entry" must not contain underscores.
(#837) Variable "sharedresource_entry" must not contain underscores.
(#844) Variable "sharedresource_entry" must not contain underscores.
(#847) Variable "sharedresource_entry" must not contain underscores.
(#886) Variable "sharedresource_entry" must not contain underscores.
(#890) Variable "sharedresource_entry" must not contain underscores.
(#891) Variable "sharedresource_entry" must not contain underscores.
(#892) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#892) Line exceeds 132 characters; contains 139 characters
(#897) Space found before first semicolon of FOR loop
(#897) Space found before second semicolon of FOR loop
(#897) Space found before semicolon; expected "0;" but found "0 ;"
(#897) Space found before semicolon; expected ");" but found ") ;"
(#923) Expected 1 space after closing parenthesis; found 0
(#945) Whitespace found at end of line
(#948) Variable "sharedresource_entry" must not contain underscores.
(#956) Variable "sharedresource_entry" must not contain underscores.
(#957) Variable "sharedresource_entry" must not contain underscores.
(#981) Usage of ELSEIF not allowed; use ELSE IF instead
(#987) Usage of ELSEIF not allowed; use ELSE IF instead
(#992) Usage of ELSEIF not allowed; use ELSE IF instead
(#1004) Expected 1 space after closing parenthesis; found 0
(#1005) Expected 1 space before "?"; 0 found
(#1009) Whitespace found at end of line
(#1010) Whitespace found at end of line
(#1011) Whitespace found at end of line
(#1012) Whitespace found at end of line
(#1013) Whitespace found at end of line
(#1014) Line exceeds maximum limit of 180 characters; contains 215 characters
(#1015) Whitespace found at end of line
(#1016) Line exceeds 132 characters; contains 157 characters
(#1018) Whitespace found at end of line
(#1035) Expected 1 space after "="; 2 found
(#1059) Usage of ELSEIF not allowed; use ELSE IF instead
(#1068) TRUE, FALSE and NULL must be lowercase; expected "true" but found "True"
(#1068) Line exceeds 132 characters; contains 135 characters
(#1070) TRUE, FALSE and NULL must be lowercase; expected "false" but found "False"
(#1070) Line exceeds 132 characters; contains 136 characters
(#1076) Expected "if (...) {\n"; found "if (...){\n"
(#1085) Usage of ELSEIF not allowed; use ELSE IF instead
(#1087) Expected "if (...) {\n"; found "if (...){\n"
(#1095) Line exceeds 132 characters; contains 137 characters
(#1099) Usage of ELSEIF not allowed; use ELSE IF instead
(#1108) Whitespace found at end of line
(#1110) Space found before second semicolon of FOR loop
(#1110) Space found before semicolon; expected "1970;" but found "1970 ;"
(#1116) Whitespace found at end of line
(#1118) Space found before first semicolon of FOR loop
(#1118) Space found before semicolon; expected "1;" but found "1 ;"
(#1128) Whitespace found at end of line
(#1139) Usage of ELSEIF not allowed; use ELSE IF instead
(#1153) Usage of ELSEIF not allowed; use ELSE IF instead
(#1169) Commas (,) must be followed by white space.
(#1171) Line exceeds maximum limit of 180 characters; contains 378 characters
(#1175) Whitespace found at end of line
(#1183) Variable "sharedresource_entry" must not contain underscores.
(#1197) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1200) Whitespace found at end of line
(#1205) Commas (,) must be followed by white space.
(#1205) Expected 1 space before "!="; 0 found
(#1206) Commas (,) must be followed by white space.
(#1206) Expected 1 space before "!="; 0 found
(#1207) Commas (,) must be followed by white space.
(#1207) Expected 1 space before "!="; 0 found
(#1208) Commas (,) must be followed by white space.
(#1208) Expected 1 space before "!="; 0 found
(#1209) Commas (,) must be followed by white space.
(#1209) Expected 1 space before "!="; 0 found
(#1211) Inline comments must end in full-stops, exclamation marks, or question marks
(#1217) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#1217) Expected "if (...) {\n"; found "if(...) {\n"
(#1217) Line exceeds 132 characters; contains 137 characters
(#1225) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#1225) Expected "if (...) {\n"; found "if(...) {\n"
(#1225) Line exceeds 132 characters; contains 137 characters
(#1229) Expected 1 space before "*"; 0 found
(#1229) Expected 1 space after "*"; 0 found
(#1229) Expected 1 space before "*"; 0 found
(#1229) Expected 1 space after "*"; 0 found
(#1233) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#1233) Expected "if (...) {\n"; found "if(...) {\n"
(#1233) Line exceeds 132 characters; contains 137 characters
(#1246) Expected "if (...) {\n"; found "if(...) {\n"
(#1251) Usage of ELSEIF not allowed; use ELSE IF instead
(#1251) Commas (,) must be followed by white space.
(#1252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1252) Inline comments must end in full-stops, exclamation marks, or question marks
(#1252) Line indented incorrectly; expected at least 16 spaces, found 12
(#1257) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1257) Inline comments must end in full-stops, exclamation marks, or question marks
(#1259) Commas (,) must be followed by white space.
(#1270) Expected 1 space after "="; 2 found
(#1272) Variable "Position" must be all lower-case
(#1273) Variable "Occur" must be all lower-case
(#1275) Expected "if (...) {\n"; found "if(...) {\n"
(#1275) Variable "Position" must be all lower-case
(#1275) Variable "Occur" must be all lower-case
(#1276) Variable "Position" must be all lower-case
(#1277) Variable "Occur" must be all lower-case
(#1279) Space found before first semicolon of FOR loop
(#1279) Space found before second semicolon of FOR loop
(#1279) Space found before semicolon; expected "0;" but found "0 ;"
(#1279) Space found before semicolon; expected ");" but found ") ;"
(#1280) Variable "Position" must be all lower-case
(#1283) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#1284) Space found before first semicolon of FOR loop
(#1284) Space found before second semicolon of FOR loop
(#1284) Space found before semicolon; expected "1;" but found "1 ;"
(#1284) Space found before semicolon; expected ");" but found ") ;"
(#1287) Variable "Occur" must be all lower-case
(#1287) Expected 1 space before "-"; 0 found
(#1287) Expected 1 space after "-"; 0 found
(#1288) Commas (,) must be followed by white space.
(#1290) Space found before first semicolon of FOR loop
(#1290) Space found before second semicolon of FOR loop
(#1290) Space found before semicolon; expected "1;" but found "1 ;"
(#1290) Space found before semicolon; expected ");" but found ") ;"
(#1293) Variable "Occur" must be all lower-case
(#1298) Variable "Position" must be all lower-case
(#1304) Variable "Position" must be all lower-case
(#1305) Line exceeds 132 characters; contains 137 characters
(#1309) Variable "Occur" must be all lower-case
(#1316) Variable "sharedresource_entry" must not contain underscores.
(#1318) Line exceeds 132 characters; contains 133 characters
(#1322) Variable "Occur" must be all lower-case
(#1323) Expected 1 space before "+"; 0 found
(#1323) Expected 1 space after "+"; 0 found
(#1327) Commas (,) must be followed by white space.
(#1327) Commas (,) must be followed by white space.
(#1327) Commas (,) must be followed by white space.
(#1329) Variable "sharedresource_entry" must not contain underscores.
(#1329) Commas (,) must be followed by white space.
(#1331) Line exceeds 132 characters; contains 136 characters
(#1335) Variable "Occur" must be all lower-case
(#1342) Variable "sharedresource_entry" must not contain underscores.
(#1345) Variable "Position" must be all lower-case
(#1345) Variable "Occur" must be all lower-case
(#1350) Variable "Position" must be all lower-case
(#1354) Variable "Position" must be all lower-case
(#1355) Variable "sharedresource_entry" must not contain underscores.
(#1389) Variable "sharedresource_entry" must not contain underscores.
(#1392) Inline comments must end in full-stops, exclamation marks, or question marks
(#1395) Variable "sharedresource_entry" must not contain underscores.
(#1395) Variable "sharedresource_entry" must not contain underscores.
(#1395) Line exceeds 132 characters; contains 151 characters
(#1398) Variable "sharedresource_entry" must not contain underscores.
(#1398) Variable "sharedresource_entry" must not contain underscores.
(#1398) Line exceeds 132 characters; contains 139 characters
(#1400) Inline comments must end in full-stops, exclamation marks, or question marks
(#1402) Variable "sharedresource_entry" must not contain underscores.
(#1408) Variable "sharedresource_entry" must not contain underscores.
(#1412) Inline comments must end in full-stops, exclamation marks, or question marks
(#1418) Variable "sharedresource_entry" must not contain underscores.
(#1422) Inline comments must end in full-stops, exclamation marks, or question marks
(#1423) Variable "sharedresource_entry" must not contain underscores.
(#1433) Variable "sharedresource_entry" must not contain underscores.
(#1438) Variable "sharedresource_entry" must not contain underscores.
mod/sharedresource/metadatanotice.php
(#24) Whitespace found at end of line
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#35) Variable "system_context" must not contain underscores.
(#38) Variable "system_context" must not contain underscores.
(#54) Variable "sharedresource_entry" must not contain underscores.
(#54) Expected 1 space after "="; 2 found
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) This comment is 67% valid code; is this commented out code?
(#61) Line indented incorrectly; expected at least 12 spaces, found 0
(#61) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#63) Expected 1 space after "="; 2 found
(#63) Expected 1 space before "=>"; 0 found
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) This comment is 67% valid code; is this commented out code?
(#65) Line indented incorrectly; expected at least 12 spaces, found 0
(#65) Expected 1 space before comment text but found 16; use block comment if you need indentation
(#67) Variable "sharedresource_entry_rec" must not contain underscores.
(#67) Expected 1 space after "="; 2 found
(#67) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "="; 2 found
(#70) Commas (,) must be followed by white space.
(#70) Expected 1 space before "=>"; 0 found
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) This comment is 67% valid code; is this commented out code?
(#75) Line indented incorrectly; expected at least 8 spaces, found 0
(#75) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#79) Variable "sharedresource_entry" must not contain underscores.
(#79) Variable "sharedresource_entry" must not contain underscores.
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Variable "sharedresource_entry" must not contain underscores.
(#98) Commas (,) must be followed by white space.
(#98) Line exceeds 132 characters; contains 140 characters
(#102) Commas (,) must be followed by white space.
(#102) Line exceeds 132 characters; contains 147 characters
(#110) Commas (,) must be followed by white space.
(#111) Commas (,) must be followed by white space.
(#118) Variable "sharedresource_entry" must not contain underscores.
mod/sharedresource/metadatarep.php
(#19) Whitespace found at end of line
(#20) Whitespace found at end of line
(#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
(#39) No space found before comment text; expected "// return to course/view.php if false or mod/modname/view.php if true" but found "//return to course/view.php if false or mod/modname/view.php if true"
(#46) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#50) Expected 1 space before "=>"; 0 found
(#60) Variable "system_context" must not contain underscores.
(#61) Variable "system_context" must not contain underscores.
(#68) Commas (,) must be followed by white space.
(#68) Commas (,) must be followed by white space.
(#68) Line exceeds 132 characters; contains 142 characters
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#78) Variable "sr_entry" must not contain underscores.
(#79) Variable "sharedresource_entry" must not contain underscores.
(#79) Variable "sr_entry" must not contain underscores.
(#84) Variable "sharedresource_entry" must not contain underscores.
(#85) Variable "sharedresource_entry" must not contain underscores.
(#88) Variable "sharedresource_entry" must not contain underscores.
(#93) Variable "sr_entry" must not contain underscores.
(#93) Variable "sharedresource_entry" must not contain underscores.
(#94) Variable "sr_entry" must not contain underscores.
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#106) Commas (,) must be followed by white space.
(#121) No space found before comment text; expected "// these two lines in comment can be used if you want to show the user values of saved fields" but found "//these two lines in comment can be used if you want to show the user values of saved fields"
(#122) This comment is 72% valid code; is this commented out code?
(#124) Variable "sharedresource_entry" must not contain underscores.
(#124) Variable "sharedresource_entry" must not contain underscores.
(#126) Usage of ELSEIF not allowed; use ELSE IF instead
(#126) Variable "sharedresource_entry" must not contain underscores.
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Variable "sharedresource_entry" must not contain underscores.
mod/sharedresource/mod_form.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#73) Variable "default_values" must not contain underscores.
(#74) Variable "default_values" must not contain underscores.
(#77) Visibility must be declared on method "validation"
mod/sharedresource/moodlemetadata.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#5) Expected 1 space(s) before asterisk; 0 found
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#9) Expected 1 space(s) before asterisk; 0 found
(#11) Inline comments must start with a capital letter, digit or 3-dots sequence
(#11) Inline comments must end in full-stops, exclamation marks, or question marks
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#12) "require_once" must be immediately followed by an open parenthesis
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) Variable "MODRESOURCETYPES" must be all lower-case
(#17) Variable "MODRESOURCETYPES" must be all lower-case
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Expected "if (...) {\n"; found "if (...){\n"
(#50) Variable "MODRESOURCETYPES" must be all lower-case
(#50) Variable "MODRESOURCETYPES" must be all lower-case
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Variable "MODINTERACTIVITYLEVELS" must be all lower-case
(#56) Variable "MODINTERACTIVITYLEVELS" must be all lower-case
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Expected "if (...) {\n"; found "if (...){\n"
(#89) Variable "MODINTERACTIVITYLEVELS" must be all lower-case
(#89) Variable "MODINTERACTIVITYLEVELS" must be all lower-case
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Variable "MODSEMANTICDENSITIES" must be all lower-case
(#95) Variable "MODSEMANTICDENSITIES" must be all lower-case
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Expected "if (...) {\n"; found "if (...){\n"
(#128) Variable "MODSEMANTICDENSITIES" must be all lower-case
(#128) Variable "MODSEMANTICDENSITIES" must be all lower-case
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Variable "MODLEARNINGACTIVITIES" must be all lower-case
(#134) This comment is 64% valid code; is this commented out code?
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Whitespace found at end of line
(#135) Whitespace found at end of line
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Variable "MODLEARNINGACTIVITIES" must be all lower-case
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Variable "MODDOCUMENTTYPES" must be all lower-case
(#171) This comment is 64% valid code; is this commented out code?
(#171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Whitespace found at end of line
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Variable "MODDOCUMENTTYPES" must be all lower-case
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Variable "MODGENERALDOCUMENTTYPES" must be all lower-case
(#211) This comment is 63% valid code; is this commented out code?
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) Whitespace found at end of line
(#212) Whitespace found at end of line
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Variable "MODGENERALDOCUMENTTYPES" must be all lower-case
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) Expected "if (...) {\n"; found "if (...){\n"
(#257) Variable "MODGENERALDOCUMENTTYPES" must be all lower-case
(#257) Variable "MODGENERALDOCUMENTTYPES" must be all lower-case
(#263) Whitespace found at end of line
(#264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#264) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Whitespace found at end of line
(#271) Whitespace found at end of line
(#272) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#279) Expected 1 space(s) before asterisk; 0 found
(#279) Whitespace found at end of line
(#280) Expected 1 space(s) before asterisk; 0 found
(#281) Expected 1 space(s) before asterisk; 0 found
(#281) Whitespace found at end of line
(#282) Expected 1 space(s) before asterisk; 0 found
(#294) Line exceeds 132 characters; contains 153 characters
(#304) Line exceeds 132 characters; contains 155 characters
mod/sharedresource/pageitem.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#4) Expected 1 space(s) before asterisk; 0 found
(#5) Expected 1 space(s) before asterisk; 0 found
(#5) Whitespace found at end of line
(#6) Expected 1 space(s) before asterisk; 0 found
(#7) Expected 1 space(s) before asterisk; 0 found
(#8) Expected 1 space(s) before asterisk; 0 found
(#10) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Line exceeds 132 characters; contains 151 characters
(#27) Whitespace found at end of line
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Expected "if (...) {\n"; found "if (...){\n"
(#33) Expected 1 space after "="; 2 found
mod/sharedresource/pageitem_page_embedded_content.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#29) Inline doc block comments are not allowed; use "// Comment." instead
(#31) Whitespace found at end of line
(#46) Whitespace found at end of line
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Expected "if (...) {\n"; found "if (...){\n"
(#51) Expected 1 space after "="; 2 found
mod/sharedresource/plugins/lom/lang/en/lom-min.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/sharedresource/plugins/lom/lang/en/sharedmetadata_lom.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) No space found before comment text; expected "// Aggregation level" but found "//Aggregation level"
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Whitespace found at end of line
mod/sharedresource/plugins/lom/lang/fr/lom-min.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/sharedresource/plugins/lom/lang/fr/sharedmetadata_lom.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) No space found before comment text; expected "// Aggregation level" but found "//Aggregation level"
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Whitespace found at end of line
mod/sharedresource/plugins/lom/plugin.class.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Whitespace found at end of line
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Member variable "ALLSOURCES" must be all lower-case
(#40) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#40) Scope modifier not specified for member variable "$ALLSOURCES"
(#42) Member variable "DEFAULTSOURCE" must be all lower-case
(#44) Member variable "METADATATREE" must be all lower-case
(#253) Line exceeds maximum limit of 180 characters; contains 297 characters
(#501) Line exceeds 132 characters; contains 165 characters
(#556) Inline comments must start with a capital letter, digit or 3-dots sequence
(#556) Inline comments must end in full-stops, exclamation marks, or question marks
(#556) 3 slashes comments are not allowed; use "// Comment." instead
(#603) Line exceeds maximum limit of 180 characters; contains 221 characters
(#685) Inline comments must start with a capital letter, digit or 3-dots sequence
(#685) Inline comments must end in full-stops, exclamation marks, or question marks
(#685) 3 slashes comments are not allowed; use "// Comment." instead
(#783) Line exceeds 132 characters; contains 154 characters
(#920) Line exceeds maximum limit of 180 characters; contains 191 characters
(#1015) Visibility must be declared on method "search"
(#1036) Expected 1 space before "="; 0 found
(#1041) Variable "LIKE" must be all lower-case
(#1042) Variable "NOTLIKE" must be all lower-case
(#1043) Variable "REGEXP" must be all lower-case
(#1044) Variable "NOTREGEXP" must be all lower-case
(#1046) Variable "LIKE" must be all lower-case
(#1047) Variable "NOTLIKE" must be all lower-case
(#1048) Variable "REGEXP" must be all lower-case
(#1049) Variable "NOTREGEXP" must be all lower-case
(#1061) Commas (,) must be followed by white space.
(#1062) Variable "REGEXP" must be all lower-case
(#1063) Variable "REGEXP" must be all lower-case
(#1064) Commas (,) must be followed by white space.
(#1064) Commas (,) must be followed by white space.
(#1065) Commas (,) must be followed by white space.
(#1066) Variable "NOTREGEXP" must be all lower-case
(#1067) Variable "NOTREGEXP" must be all lower-case
(#1069) Variable "LIKE" must be all lower-case
(#1070) Variable "LIKE" must be all lower-case
(#1109) method name "sharedresource_plugin_lom::lomHeader" must be in lower-case letters only
(#1109) Visibility must be declared on method "lomHeader"
(#1111) Whitespace found at end of line within string
(#1120) Visibility must be declared on method "generate_xml"
(#1123) Commas (,) must be followed by white space.
(#1123) Commas (,) must be followed by white space.
(#1124) Commas (,) must be followed by white space.
(#1124) Commas (,) must be followed by white space.
(#1124) Commas (,) must be followed by white space.
(#1135) Line exceeds 132 characters; contains 134 characters
(#1146) Usage of ELSEIF not allowed; use ELSE IF instead
(#1153) Line exceeds 132 characters; contains 148 characters
(#1157) Line exceeds 132 characters; contains 142 characters
(#1170) Usage of ELSEIF not allowed; use ELSE IF instead
(#1172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1172) Inline comments must end in full-stops, exclamation marks, or question marks
(#1172) Whitespace found at end of line
(#1221) Whitespace found at end of line
(#1222) Whitespace found at end of line
(#1228) Visibility must be declared on method "after_save"
(#1228) Variable "sharedresource_entry" must not contain underscores.
(#1229) Variable "sharedresource_entry" must not contain underscores.
(#1230) Variable "sharedresource_entry" must not contain underscores.
(#1233) Variable "sharedresource_entry" must not contain underscores.
(#1234) Variable "sharedresource_entry" must not contain underscores.
(#1237) Variable "sharedresource_entry" must not contain underscores.
(#1238) Variable "sharedresource_entry" must not contain underscores.
(#1244) Visibility must be declared on method "after_update"
(#1244) Variable "sharedresource_entry" must not contain underscores.
(#1245) Variable "sharedresource_entry" must not contain underscores.
(#1246) Variable "sharedresource_entry" must not contain underscores.
(#1249) Variable "sharedresource_entry" must not contain underscores.
(#1250) Variable "sharedresource_entry" must not contain underscores.
(#1253) Variable "sharedresource_entry" must not contain underscores.
(#1254) Variable "sharedresource_entry" must not contain underscores.
(#1263) method name "sharedresource_plugin_lom::getTitleElement" must be in lower-case letters only
(#1263) Visibility must be declared on method "getTitleElement"
(#1272) method name "sharedresource_plugin_lom::getDescriptionElement" must be in lower-case letters only
(#1272) Visibility must be declared on method "getDescriptionElement"
(#1281) method name "sharedresource_plugin_lom::getKeywordElement" must be in lower-case letters only
(#1281) Visibility must be declared on method "getKeywordElement"
(#1290) method name "sharedresource_plugin_lom::getFileFormatElement" must be in lower-case letters only
(#1290) Visibility must be declared on method "getFileFormatElement"
(#1299) method name "sharedresource_plugin_lom::getSizeElement" must be in lower-case letters only
(#1299) Visibility must be declared on method "getSizeElement"
(#1308) method name "sharedresource_plugin_lom::getLocationElement" must be in lower-case letters only
(#1308) Visibility must be declared on method "getLocationElement"
(#1317) method name "sharedresource_plugin_lom::getTaxonomyPurposeElement" must be in lower-case letters only
(#1317) Visibility must be declared on method "getTaxonomyPurposeElement"
(#1326) method name "sharedresource_plugin_lom::getKeywordValues" must be in lower-case letters only
(#1326) Visibility must be declared on method "getKeywordValues"
(#1339) method name "sharedresource_plugin_lom::getTaxumpath" must be in lower-case letters only
(#1339) Visibility must be declared on method "getTaxumpath"
(#1351) method name "sharedresource_plugin_lom::getClassification" must be in lower-case letters only
(#1351) Visibility must be declared on method "getClassification"
(#1359) method name "sharedresource_plugin_lom::setKeywords" must be in lower-case letters only
(#1359) Visibility must be declared on method "setKeywords"
(#1363) Line exceeds 132 characters; contains 147 characters
(#1366) Variable "keywordSource" must be all lower-case
(#1367) Variable "keywordSource" must be all lower-case
(#1367) Line exceeds 132 characters; contains 165 characters
(#1375) Variable "keywordSource" must be all lower-case
(#1384) Expected 5 space(s) before asterisk; 4 found
(#1385) Expected 5 space(s) before asterisk; 4 found
(#1386) method name "sharedresource_plugin_lom::setTitle" must be in lower-case letters only
(#1386) Visibility must be declared on method "setTitle"
(#1386) Expected 1 space after closing parenthesis; found 0
(#1390) Line exceeds 132 characters; contains 147 characters
(#1393) Variable "titleSource" must be all lower-case
(#1394) Variable "titleSource" must be all lower-case
(#1394) Line exceeds 132 characters; contains 145 characters
(#1398) Variable "titleSource" must be all lower-case
mod/sharedresource/plugins/lom/version.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#4) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) 80 slashes comments are not allowed; use "// Comment." instead
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) 80 slashes comments are not allowed; use "// Comment." instead
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
mod/sharedresource/plugins/lom/xmlparser.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#39) PHP4 style constructors are not allowed; use "__construct()" instead
(#55) Whitespace found at end of line
(#60) Whitespace found at end of line
(#63) Whitespace found at end of line
(#68) Whitespace found at end of line
(#74) Whitespace found at end of line
(#76) Whitespace found at end of line
(#396) Visibility must be declared on method "parse"
(#405) Visibility must be declared on method "free_resource"
(#412) Visibility must be declared on method "reset_childs"
(#423) Visibility must be declared on method "get_elempath"
(#426) Variable "tmp_path" must not contain underscores.
(#428) Expected 1 space before "<"; 0 found
(#428) Expected 1 space after "<"; 0 found
(#429) Expected 1 space before "-"; 0 found
(#429) Expected 1 space after "-"; 0 found
(#429) Expected 1 space before "+"; 0 found
(#429) Expected 1 space after "+"; 0 found
(#429) Variable "tmp_path" must not contain underscores.
(#430) Variable "tmp_path" must not contain underscores.
(#430) Variable "tmp_path" must not contain underscores.
(#430) Variable "tmp_path" must not contain underscores.
(#430) Commas (,) must be followed by white space.
(#436) Expected 1 space before "-"; 0 found
(#436) Expected 1 space after "-"; 0 found
(#453) Visibility must be declared on method "start_element"
(#454) Commas (,) must be followed by white space.
(#455) Commas (,) must be followed by white space.
(#455) Expected 1 space before "+"; 0 found
(#455) Expected 1 space after "+"; 0 found
(#463) Expected 1 space before "+"; 0 found
(#463) Expected 1 space after "+"; 0 found
(#463) Line exceeds 132 characters; contains 135 characters
(#468) Expected 1 space before "+"; 0 found
(#468) Expected 1 space after "+"; 0 found
(#492) Visibility must be declared on method "default_data"
(#494) Whitespace found at end of line
(#503) Whitespace found at end of line
(#546) Visibility must be declared on method "end_element"
(#547) Commas (,) must be followed by white space.
(#548) Commas (,) must be followed by white space.
(#548) Expected 1 space before "+"; 0 found
(#548) Expected 1 space after "+"; 0 found
(#556) Commas (,) must be followed by white space.
(#566) Commas (,) must be followed by white space.
mod/sharedresource/plugins/lomfr/lang/en/lomfr-min.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/sharedresource/plugins/lomfr/lang/en/sharedmetadata_lomfr.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// Aggregation level" but found "//Aggregation level"
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) 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
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Whitespace found at end of line
mod/sharedresource/plugins/lomfr/lang/fr/lomfr-min.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/sharedresource/plugins/lomfr/lang/fr/sharedmetadata_lomfr.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) No space found before comment text; expected "// Aggregation level" but found "//Aggregation level"
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Inline comments must start with a capital letter, digit or 3-dots sequence
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Whitespace found at end of line
mod/sharedresource/plugins/lomfr/plugin.class.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Whitespace found at end of line
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Member variable "ALLSOURCES" must be all lower-case
(#42) Member variable "DEFAULTSOURCE" must be all lower-case
(#44) Member variable "OTHERSOURCES" must be all lower-case
(#46) Line exceeds maximum limit of 180 characters; contains 187 characters
(#49) Line exceeds 132 characters; contains 152 characters
(#50) Line exceeds 132 characters; contains 153 characters
(#51) Line exceeds maximum limit of 180 characters; contains 251 characters
(#56) Member variable "METADATATREE" must be all lower-case
(#213) Line exceeds maximum limit of 180 characters; contains 210 characters
(#278) Line exceeds maximum limit of 180 characters; contains 312 characters
(#526) Line exceeds maximum limit of 180 characters; contains 195 characters
(#630) Line exceeds maximum limit of 180 characters; contains 366 characters
(#678) Line exceeds maximum limit of 180 characters; contains 227 characters
(#746) Line exceeds maximum limit of 180 characters; contains 274 characters
(#755) Commas (,) must be followed by white space.
(#755) Inline comments must start with a capital letter, digit or 3-dots sequence
(#755) Inline comments must end in full-stops, exclamation marks, or question marks
(#755) No space found before comment text; expected "// rajouter fichier langue" but found "//rajouter fichier langue"
(#833) Line exceeds maximum limit of 180 characters; contains 317 characters
(#970) Line exceeds maximum limit of 180 characters; contains 191 characters
(#1068) method name "sharedresource_plugin_lomfr::lomHeader" must be in lower-case letters only
(#1068) Visibility must be declared on method "lomHeader"
(#1070) Whitespace found at end of line within string
(#1078) Visibility must be declared on method "generate_xml"
(#1081) Commas (,) must be followed by white space.
(#1081) Commas (,) must be followed by white space.
(#1082) Commas (,) must be followed by white space.
(#1082) Commas (,) must be followed by white space.
(#1082) Commas (,) must be followed by white space.
(#1093) Line exceeds 132 characters; contains 134 characters
(#1104) Usage of ELSEIF not allowed; use ELSE IF instead
(#1111) Line exceeds 132 characters; contains 148 characters
(#1115) Line exceeds 132 characters; contains 142 characters
(#1128) Usage of ELSEIF not allowed; use ELSE IF instead
(#1130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1130) Inline comments must end in full-stops, exclamation marks, or question marks
(#1130) Whitespace found at end of line
(#1140) Expected "if (...) {\n"; found "if (...){\n"
(#1179) Whitespace found at end of line
(#1180) Whitespace found at end of line
(#1186) Visibility must be declared on method "after_save"
(#1186) Variable "sharedresource_entry" must not contain underscores.
(#1187) Variable "sharedresource_entry" must not contain underscores.
(#1188) Variable "sharedresource_entry" must not contain underscores.
(#1191) Variable "sharedresource_entry" must not contain underscores.
(#1192) Variable "sharedresource_entry" must not contain underscores.
(#1195) Variable "sharedresource_entry" must not contain underscores.
(#1196) Variable "sharedresource_entry" must not contain underscores.
(#1202) Visibility must be declared on method "after_update"
(#1202) Variable "sharedresource_entry" must not contain underscores.
(#1203) Variable "sharedresource_entry" must not contain underscores.
(#1204) Variable "sharedresource_entry" must not contain underscores.
(#1207) Variable "sharedresource_entry" must not contain underscores.
(#1208) Variable "sharedresource_entry" must not contain underscores.
(#1211) Variable "sharedresource_entry" must not contain underscores.
(#1212) Variable "sharedresource_entry" must not contain underscores.
(#1221) method name "sharedresource_plugin_lomfr::getKeywordValues" must be in lower-case letters only
(#1221) Visibility must be declared on method "getKeywordValues"
(#1234) method name "sharedresource_plugin_lomfr::getTitleElement" must be in lower-case letters only
(#1234) Visibility must be declared on method "getTitleElement"
(#1243) method name "sharedresource_plugin_lomfr::getDescriptionElement" must be in lower-case letters only
(#1243) Visibility must be declared on method "getDescriptionElement"
(#1252) method name "sharedresource_plugin_lomfr::getKeywordElement" must be in lower-case letters only
(#1252) Visibility must be declared on method "getKeywordElement"
(#1261) method name "sharedresource_plugin_lomfr::getFileFormatElement" must be in lower-case letters only
(#1261) Visibility must be declared on method "getFileFormatElement"
(#1270) method name "sharedresource_plugin_lomfr::getSizeElement" must be in lower-case letters only
(#1270) Visibility must be declared on method "getSizeElement"
(#1279) method name "sharedresource_plugin_lomfr::getLocationElement" must be in lower-case letters only
(#1279) Visibility must be declared on method "getLocationElement"
(#1288) method name "sharedresource_plugin_lomfr::getTaxonomyPurposeElement" must be in lower-case letters only
(#1288) Visibility must be declared on method "getTaxonomyPurposeElement"
(#1297) method name "sharedresource_plugin_lomfr::getTaxumpath" must be in lower-case letters only
(#1297) Visibility must be declared on method "getTaxumpath"
(#1309) method name "sharedresource_plugin_lomfr::getClassification" must be in lower-case letters only
(#1309) Visibility must be declared on method "getClassification"
(#1317) method name "sharedresource_plugin_lomfr::setKeywords" must be in lower-case letters only
(#1317) Visibility must be declared on method "setKeywords"
(#1321) Line exceeds 132 characters; contains 147 characters
(#1324) Variable "keywordSource" must be all lower-case
(#1325) Variable "keywordSource" must be all lower-case
(#1325) Line exceeds 132 characters; contains 165 characters
(#1333) Variable "keywordSource" must be all lower-case
mod/sharedresource/plugins/lomfr/version.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#4) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) 80 slashes comments are not allowed; use "// Comment." instead
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) 80 slashes comments are not allowed; use "// Comment." instead
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
mod/sharedresource/plugins/lomfr/xmlparser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Whitespace found at end of line
(#10) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) "require_once" must be immediately followed by an open parenthesis
(#11) "require_once" must be immediately followed by an open parenthesis
(#24) Visibility must be declared on method "__construct"
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 5
(#28) Whitespace found at end of line
(#34) Visibility must be declared on method "initialise"
(#35) Whitespace found at end of line
(#46) Whitespace found at end of line
(#49) Whitespace found at end of line
(#54) Whitespace found at end of line
(#60) Whitespace found at end of line
(#62) Whitespace found at end of line
(#394) Visibility must be declared on method "parse"
(#402) Visibility must be declared on method "free_resource"
(#409) Visibility must be declared on method "reset_childs"
(#409) Expected 1 space after closing parenthesis; found 0
(#410) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#411) Expected "if (...) {\n"; found "if(...){\n"
(#420) Visibility must be declared on method "get_elempath"
(#420) Expected 1 space after closing parenthesis; found 0
(#423) Variable "tmp_path" must not contain underscores.
(#425) Expected "for (...) {\n"; found "for(...){\n"
(#425) Expected 1 space before "<"; 0 found
(#425) Expected 1 space after "<"; 0 found
(#426) Expected 1 space before "-"; 0 found
(#426) Expected 1 space after "-"; 0 found
(#426) Expected 1 space before "+"; 0 found
(#426) Expected 1 space after "+"; 0 found
(#426) Variable "tmp_path" must not contain underscores.
(#427) Variable "tmp_path" must not contain underscores.
(#427) Variable "tmp_path" must not contain underscores.
(#427) Variable "tmp_path" must not contain underscores.
(#427) Commas (,) must be followed by white space.
(#430) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#433) Expected 1 space before "-"; 0 found
(#433) Expected 1 space after "-"; 0 found
(#434) Whitespace found at end of line
(#450) Visibility must be declared on method "start_element"
(#451) Expected "if (...) {\n"; found "if(...){\n"
(#451) Commas (,) must be followed by white space.
(#452) Commas (,) must be followed by white space.
(#452) Expected 1 space before "+"; 0 found
(#452) Expected 1 space after "+"; 0 found
(#454) Whitespace found at end of line
(#455) Expected "if (...) {\n"; found "if(...){\n"
(#458) Inline comments must start with a capital letter, digit or 3-dots sequence
(#458) Inline comments must end in full-stops, exclamation marks, or question marks
(#459) Expected "if (...) {\n"; found "if(...){\n"
(#459) Expected 1 space before "+"; 0 found
(#459) Expected 1 space after "+"; 0 found
(#459) Line exceeds 132 characters; contains 133 characters
(#462) Inline comments must start with a capital letter, digit or 3-dots sequence
(#462) Inline comments must end in full-stops, exclamation marks, or question marks
(#463) Expected "if (...) {\n"; found "if(...){\n"
(#463) Expected 1 space before "+"; 0 found
(#463) Expected 1 space after "+"; 0 found
(#467) Whitespace found at end of line
(#471) Whitespace found at end of line
(#476) Whitespace found at end of line
(#487) Visibility must be declared on method "default_data"
(#488) Expected "if (...) {\n"; found "if(...){\n"
(#489) Whitespace found at end of line
(#491) Expected "if (...) {\n"; found "if(...){\n"
(#492) Expected "if (...) {\n"; found "if(...){\n"
(#498) Expected "if (...) {\n"; found "if(...){\n"
(#499) Expected "if (...) {\n"; found "if(...){\n"
(#506) Expected "if (...) {\n"; found "if(...){\n"
(#507) Expected "if (...) {\n"; found "if(...){\n"
(#513) Expected "if (...) {\n"; found "if(...){\n"
(#514) Expected "if (...) {\n"; found "if(...){\n"
(#520) Whitespace found at end of line
(#521) Expected "if (...) {\n"; found "if(...){\n"
(#523) Expected "} else {\n"; found "}else{\n"
(#526) Whitespace found at end of line
(#537) Visibility must be declared on method "end_element"
(#538) Expected "if (...) {\n"; found "if(...){\n"
(#538) Commas (,) must be followed by white space.
(#539) Commas (,) must be followed by white space.
(#539) Expected 1 space before "+"; 0 found
(#539) Expected 1 space after "+"; 0 found
(#541) Whitespace found at end of line
(#542) Expected "if (...) {\n"; found "if(...){\n"
(#545) Inline comments must start with a capital letter, digit or 3-dots sequence
(#545) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) Expected "if (...) {\n"; found "if(...){\n"
(#546) Commas (,) must be followed by white space.
(#549) Inline comments must start with a capital letter, digit or 3-dots sequence
(#549) Inline comments must end in full-stops, exclamation marks, or question marks
(#550) Expected "if (...) {\n"; found "if(...){\n"
(#554) Whitespace found at end of line
(#555) Commas (,) must be followed by white space.
(#556) Whitespace found at end of line
(#558) Whitespace found at end of line
(#561) Whitespace found at end of line
(#562) Inline comments must start with a capital letter, digit or 3-dots sequence
(#562) Inline comments must end in full-stops, exclamation marks, or question marks
(#563) Visibility must be declared on method "add_identifier"
(#563) Variable "entry_id" must not contain underscores.
(#563) Expected 1 space after closing parenthesis; found 0
(#565) Spaces must be used to indent lines; tabs are not allowed
(#565) Tab found within whitespace
(#565) Inline comments must end in full-stops, exclamation marks, or question marks
(#565) Line indented incorrectly; expected at least 8 spaces, found 2
(#566) Spaces must be used to indent lines; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 8 spaces, found 5
(#566) Variable "identifiernodeID" must be all lower-case
(#567) Spaces must be used to indent lines; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected at least 8 spaces, found 5
(#567) Variable "identifiernodeID" must be all lower-case
(#568) Spaces must be used to indent lines; tabs are not allowed
(#568) Tab found within whitespace
(#568) Line indented incorrectly; expected at least 8 spaces, found 5
(#568) Variable "identifiernodeID" must be all lower-case
(#569) Spaces must be used to indent lines; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected at least 8 spaces, found 5
(#570) Spaces must be used to indent lines; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected at least 8 spaces, found 5
(#571) Spaces must be used to indent lines; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected at least 8 spaces, found 5
(#572) Spaces must be used to indent lines; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected at least 8 spaces, found 5
(#573) Spaces must be used to indent lines; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected at least 8 spaces, found 5
(#573) Variable "entry_id" must not contain underscores.
(#574) Spaces must be used to indent lines; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected at least 8 spaces, found 5
(#576) Spaces must be used to indent lines; tabs are not allowed
(#576) Tab found within whitespace
(#576) Inline comments must end in full-stops, exclamation marks, or question marks
(#576) Line indented incorrectly; expected at least 8 spaces, found 2
(#577) Spaces must be used to indent lines; tabs are not allowed
(#577) Tab found within whitespace
(#577) Line indented incorrectly; expected at least 8 spaces, found 5
(#577) Variable "identifiernodeID" must be all lower-case
(#578) Spaces must be used to indent lines; tabs are not allowed
(#578) Tab found within whitespace
(#578) Line indented incorrectly; expected at least 8 spaces, found 5
(#579) Spaces must be used to indent lines; tabs are not allowed
(#579) Tab found within whitespace
(#579) Line indented incorrectly; expected at least 8 spaces, found 5
(#580) Spaces must be used to indent lines; tabs are not allowed
(#580) Tab found within whitespace
(#580) Line indented incorrectly; expected at least 8 spaces, found 5
(#581) Spaces must be used to indent lines; tabs are not allowed
(#581) Tab found within whitespace
(#581) Line indented incorrectly; expected at least 8 spaces, found 5
(#582) Spaces must be used to indent lines; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected at least 8 spaces, found 5
(#582) Variable "entry_id" must not contain underscores.
(#583) Spaces must be used to indent lines; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 8 spaces, found 5
(#585) Spaces must be used to indent lines; tabs are not allowed
(#585) Tab found within whitespace
(#585) Inline comments must end in full-stops, exclamation marks, or question marks
(#585) Line indented incorrectly; expected at least 8 spaces, found 2
(#586) Spaces must be used to indent lines; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 8 spaces, found 5
(#586) Variable "identifiernodeID" must be all lower-case
(#587) Spaces must be used to indent lines; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected at least 8 spaces, found 5
(#588) Spaces must be used to indent lines; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 8 spaces, found 5
(#589) Spaces must be used to indent lines; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 8 spaces, found 5
(#590) Spaces must be used to indent lines; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 8 spaces, found 5
(#591) Spaces must be used to indent lines; tabs are not allowed
(#591) Tab found within whitespace
(#591) Line indented incorrectly; expected at least 8 spaces, found 5
(#591) Variable "entry_id" must not contain underscores.
(#592) Spaces must be used to indent lines; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected at least 8 spaces, found 5
mod/sharedresource/plugins/scolomfr/lang/en/scolomfr-min.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/sharedresource/plugins/scolomfr/lang/en/sharedmetadata_scolomfr.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#189) Expected 1 space before "="; 0 found
(#189) Expected 1 space after "="; 0 found
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) No space found before comment text; expected "// Aggregation level" but found "//Aggregation level"
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#313) Inline comments must end in full-stops, exclamation marks, or question marks
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Whitespace found at end of line
mod/sharedresource/plugins/scolomfr/lang/fr/scolomfr-min.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/sharedresource/plugins/scolomfr/lang/fr/sharedmetadata_scolomfr.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#176) Whitespace found at end of line within string
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) No space found before comment text; expected "// Aggregation level" but found "//Aggregation level"
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Whitespace found at end of line
mod/sharedresource/plugins/scolomfr/plugin.class.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Whitespace found at end of line
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Member variable "ALLSOURCES" must be all lower-case
(#42) Member variable "DEFAULTSOURCE" must be all lower-case
(#44) Member variable "OTHERSOURCES" must be all lower-case
(#46) Line exceeds maximum limit of 180 characters; contains 187 characters
(#49) Line exceeds 132 characters; contains 152 characters
(#50) Line exceeds 132 characters; contains 153 characters
(#51) Line exceeds maximum limit of 180 characters; contains 251 characters
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Whitespace found at end of line
(#57) Whitespace found at end of line
(#58) Whitespace found at end of line
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Whitespace found at end of line
(#61) Whitespace found at end of line
(#62) Whitespace found at end of line
(#63) Whitespace found at end of line
(#64) Whitespace found at end of line
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#66) Whitespace found at end of line
(#67) Whitespace found at end of line
(#68) Whitespace found at end of line
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Whitespace found at end of line
(#72) Whitespace found at end of line
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Member variable "METADATATREE" must be all lower-case
(#241) Line exceeds maximum limit of 180 characters; contains 210 characters
(#253) Whitespace found at end of line
(#254) Line indented incorrectly; expected at least 4 spaces, found 0
(#254) Whitespace found at end of line
(#255) Line indented incorrectly; expected at least 4 spaces, found 0
(#256) Line indented incorrectly; expected at least 4 spaces, found 0
(#257) Line indented incorrectly; expected at least 4 spaces, found 0
(#258) Line indented incorrectly; expected at least 4 spaces, found 0
(#259) Line indented incorrectly; expected at least 4 spaces, found 0
(#260) Line indented incorrectly; expected at least 4 spaces, found 0
(#261) Line indented incorrectly; expected at least 4 spaces, found 0
(#326) Line exceeds maximum limit of 180 characters; contains 312 characters
(#574) Line exceeds maximum limit of 180 characters; contains 195 characters
(#642) This comment is 58% valid code; is this commented out code?
(#644) This comment is 58% valid code; is this commented out code?
(#645) This comment is 58% valid code; is this commented out code?
(#665) This comment is 57% valid code; is this commented out code?
(#682) Line exceeds maximum limit of 180 characters; contains 527 characters
(#690) This comment is 57% valid code; is this commented out code?
(#731) Line exceeds maximum limit of 180 characters; contains 227 characters
(#799) Line exceeds maximum limit of 180 characters; contains 291 characters
(#819) Inline comments must start with a capital letter, digit or 3-dots sequence
(#819) Inline comments must end in full-stops, exclamation marks, or question marks
(#819) No space found before comment text; expected "// rajouter fichier langue" but found "//rajouter fichier langue"
(#822) Line exceeds maximum limit of 180 characters; contains 304 characters
(#823) Line indented incorrectly; expected at least 4 spaces, found 0
(#823) Line exceeds maximum limit of 180 characters; contains 260 characters
(#832) Inline comments must start with a capital letter, digit or 3-dots sequence
(#832) Inline comments must end in full-stops, exclamation marks, or question marks
(#832) No space found before comment text; expected "// rajouter fichier langue" but found "//rajouter fichier langue"
(#835) Commas (,) must be followed by white space.
(#835) Commas (,) must be followed by white space.
(#835) Line exceeds maximum limit of 180 characters; contains 379 characters
(#844) Whitespace found at end of line
(#923) Line exceeds maximum limit of 180 characters; contains 388 characters
(#1060) Line exceeds maximum limit of 180 characters; contains 264 characters
(#1158) method name "sharedresource_plugin_scolomfr::lomHeader" must be in lower-case letters only
(#1158) Visibility must be declared on method "lomHeader"
(#1160) Whitespace found at end of line within string
(#1169) Visibility must be declared on method "generate_xml"
(#1172) Commas (,) must be followed by white space.
(#1172) Commas (,) must be followed by white space.
(#1173) Commas (,) must be followed by white space.
(#1173) Commas (,) must be followed by white space.
(#1173) Commas (,) must be followed by white space.
(#1184) Line exceeds 132 characters; contains 134 characters
(#1195) Usage of ELSEIF not allowed; use ELSE IF instead
(#1202) Line exceeds 132 characters; contains 148 characters
(#1206) Line exceeds 132 characters; contains 142 characters
(#1219) Usage of ELSEIF not allowed; use ELSE IF instead
(#1221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1221) Inline comments must end in full-stops, exclamation marks, or question marks
(#1221) Whitespace found at end of line
(#1233) Usage of ELSEIF not allowed; use ELSE IF instead
(#1272) Whitespace found at end of line
(#1273) Whitespace found at end of line
(#1279) Visibility must be declared on method "after_save"
(#1279) Variable "sharedresource_entry" must not contain underscores.
(#1280) Variable "sharedresource_entry" must not contain underscores.
(#1281) Variable "sharedresource_entry" must not contain underscores.
(#1284) Variable "sharedresource_entry" must not contain underscores.
(#1285) Variable "sharedresource_entry" must not contain underscores.
(#1288) Variable "sharedresource_entry" must not contain underscores.
(#1289) Variable "sharedresource_entry" must not contain underscores.
(#1295) Visibility must be declared on method "after_update"
(#1295) Variable "sharedresource_entry" must not contain underscores.
(#1296) Variable "sharedresource_entry" must not contain underscores.
(#1297) Variable "sharedresource_entry" must not contain underscores.
(#1300) Variable "sharedresource_entry" must not contain underscores.
(#1301) Variable "sharedresource_entry" must not contain underscores.
(#1304) Variable "sharedresource_entry" must not contain underscores.
(#1305) Variable "sharedresource_entry" must not contain underscores.
(#1314) method name "sharedresource_plugin_scolomfr::getTitleElement" must be in lower-case letters only
(#1314) Visibility must be declared on method "getTitleElement"
(#1323) method name "sharedresource_plugin_scolomfr::getDescriptionElement" must be in lower-case letters only
(#1323) Visibility must be declared on method "getDescriptionElement"
(#1332) method name "sharedresource_plugin_scolomfr::getKeywordElement" must be in lower-case letters only
(#1332) Visibility must be declared on method "getKeywordElement"
(#1341) method name "sharedresource_plugin_scolomfr::getFileFormatElement" must be in lower-case letters only
(#1341) Visibility must be declared on method "getFileFormatElement"
(#1350) method name "sharedresource_plugin_scolomfr::getSizeElement" must be in lower-case letters only
(#1350) Visibility must be declared on method "getSizeElement"
(#1359) method name "sharedresource_plugin_scolomfr::getLocationElement" must be in lower-case letters only
(#1359) Visibility must be declared on method "getLocationElement"
(#1368) method name "sharedresource_plugin_scolomfr::getTaxonomyPurposeElement" must be in lower-case letters only
(#1368) Visibility must be declared on method "getTaxonomyPurposeElement"
(#1377) method name "sharedresource_plugin_scolomfr::getKeywordValues" must be in lower-case letters only
(#1377) Visibility must be declared on method "getKeywordValues"
(#1390) method name "sharedresource_plugin_scolomfr::getTaxumpath" must be in lower-case letters only
(#1390) Visibility must be declared on method "getTaxumpath"
(#1402) method name "sharedresource_plugin_scolomfr::getClassification" must be in lower-case letters only
(#1402) Visibility must be declared on method "getClassification"
(#1410) method name "sharedresource_plugin_scolomfr::setKeywords" must be in lower-case letters only
(#1410) Visibility must be declared on method "setKeywords"
(#1414) Line exceeds 132 characters; contains 147 characters
(#1417) Variable "keywordSource" must be all lower-case
(#1418) Variable "keywordSource" must be all lower-case
(#1418) Line exceeds 132 characters; contains 165 characters
(#1426) Variable "keywordSource" must be all lower-case
(#1435) Expected 5 space(s) before asterisk; 4 found
(#1436) Expected 5 space(s) before asterisk; 4 found
(#1437) method name "sharedresource_plugin_scolomfr::setTitle" must be in lower-case letters only
(#1437) Visibility must be declared on method "setTitle"
(#1441) Line exceeds 132 characters; contains 147 characters
(#1444) Variable "titleSource" must be all lower-case
(#1445) Variable "titleSource" must be all lower-case
(#1445) Line exceeds 132 characters; contains 145 characters
(#1449) Variable "titleSource" must be all lower-case
mod/sharedresource/plugins/scolomfr/version.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#4) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) 80 slashes comments are not allowed; use "// Comment." instead
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) 80 slashes comments are not allowed; use "// Comment." instead
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
mod/sharedresource/plugins/scolomfr/xmlparser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Whitespace found at end of line
(#10) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) "require_once" must be immediately followed by an open parenthesis
(#11) "require_once" must be immediately followed by an open parenthesis
(#24) Visibility must be declared on method "__construct"
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 5
(#28) Whitespace found at end of line
(#34) Visibility must be declared on method "initialise"
(#35) Whitespace found at end of line
(#46) Whitespace found at end of line
(#49) Whitespace found at end of line
(#54) Whitespace found at end of line
(#60) Whitespace found at end of line
(#62) Whitespace found at end of line
(#410) Visibility must be declared on method "parse"
(#418) Visibility must be declared on method "free_resource"
(#425) Visibility must be declared on method "reset_childs"
(#425) Expected 1 space after closing parenthesis; found 0
(#426) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#427) Expected "if (...) {\n"; found "if(...){\n"
(#436) Visibility must be declared on method "get_elempath"
(#436) Expected 1 space after closing parenthesis; found 0
(#439) Variable "tmp_path" must not contain underscores.
(#441) Expected "for (...) {\n"; found "for(...){\n"
(#441) Expected 1 space before "<"; 0 found
(#441) Expected 1 space after "<"; 0 found
(#442) Expected 1 space before "-"; 0 found
(#442) Expected 1 space after "-"; 0 found
(#442) Expected 1 space before "+"; 0 found
(#442) Expected 1 space after "+"; 0 found
(#442) Variable "tmp_path" must not contain underscores.
(#443) Variable "tmp_path" must not contain underscores.
(#443) Variable "tmp_path" must not contain underscores.
(#443) Variable "tmp_path" must not contain underscores.
(#443) Commas (,) must be followed by white space.
(#446) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#449) Expected 1 space before "-"; 0 found
(#449) Expected 1 space after "-"; 0 found
(#450) Whitespace found at end of line
(#466) Visibility must be declared on method "start_element"
(#467) Expected "if (...) {\n"; found "if(...){\n"
(#467) Commas (,) must be followed by white space.
(#468) Commas (,) must be followed by white space.
(#468) Expected 1 space before "+"; 0 found
(#468) Expected 1 space after "+"; 0 found
(#470) Whitespace found at end of line
(#471) Expected "if (...) {\n"; found "if(...){\n"
(#474) Inline comments must start with a capital letter, digit or 3-dots sequence
(#474) Inline comments must end in full-stops, exclamation marks, or question marks
(#475) Expected "if (...) {\n"; found "if(...){\n"
(#475) Expected 1 space before "+"; 0 found
(#475) Expected 1 space after "+"; 0 found
(#475) Line exceeds 132 characters; contains 133 characters
(#478) Inline comments must start with a capital letter, digit or 3-dots sequence
(#478) Inline comments must end in full-stops, exclamation marks, or question marks
(#479) Expected "if (...) {\n"; found "if(...){\n"
(#479) Expected 1 space before "+"; 0 found
(#479) Expected 1 space after "+"; 0 found
(#483) Whitespace found at end of line
(#487) Whitespace found at end of line
(#492) Whitespace found at end of line
(#503) Visibility must be declared on method "default_data"
(#504) Expected "if (...) {\n"; found "if(...){\n"
(#505) Whitespace found at end of line
(#507) Expected "if (...) {\n"; found "if(...){\n"
(#508) Expected "if (...) {\n"; found "if(...){\n"
(#514) Expected "if (...) {\n"; found "if(...){\n"
(#515) Expected "if (...) {\n"; found "if(...){\n"
(#522) Expected "if (...) {\n"; found "if(...){\n"
(#523) Expected "if (...) {\n"; found "if(...){\n"
(#529) Expected "if (...) {\n"; found "if(...){\n"
(#530) Expected "if (...) {\n"; found "if(...){\n"
(#536) Whitespace found at end of line
(#537) Expected "if (...) {\n"; found "if(...){\n"
(#539) Expected "} else {\n"; found "}else{\n"
(#542) Whitespace found at end of line
(#553) Visibility must be declared on method "end_element"
(#554) Expected "if (...) {\n"; found "if(...){\n"
(#554) Commas (,) must be followed by white space.
(#555) Commas (,) must be followed by white space.
(#555) Expected 1 space before "+"; 0 found
(#555) Expected 1 space after "+"; 0 found
(#557) Whitespace found at end of line
(#558) Expected "if (...) {\n"; found "if(...){\n"
(#561) Inline comments must start with a capital letter, digit or 3-dots sequence
(#561) Inline comments must end in full-stops, exclamation marks, or question marks
(#562) Expected "if (...) {\n"; found "if(...){\n"
(#562) Commas (,) must be followed by white space.
(#565) Inline comments must start with a capital letter, digit or 3-dots sequence
(#565) Inline comments must end in full-stops, exclamation marks, or question marks
(#566) Expected "if (...) {\n"; found "if(...){\n"
(#570) Whitespace found at end of line
(#571) Commas (,) must be followed by white space.
(#572) Whitespace found at end of line
(#574) Whitespace found at end of line
(#577) Whitespace found at end of line
(#578) Inline comments must start with a capital letter, digit or 3-dots sequence
(#578) Inline comments must end in full-stops, exclamation marks, or question marks
(#579) Visibility must be declared on method "add_identifier"
(#579) Variable "entry_id" must not contain underscores.
(#579) Expected 1 space after closing parenthesis; found 0
(#581) Spaces must be used to indent lines; tabs are not allowed
(#581) Tab found within whitespace
(#581) Inline comments must end in full-stops, exclamation marks, or question marks
(#581) Line indented incorrectly; expected at least 8 spaces, found 2
(#582) Spaces must be used to indent lines; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected at least 8 spaces, found 5
(#582) Variable "identifiernodeID" must be all lower-case
(#583) Spaces must be used to indent lines; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 8 spaces, found 5
(#583) Variable "identifiernodeID" must be all lower-case
(#584) Spaces must be used to indent lines; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected at least 8 spaces, found 5
(#584) Variable "identifiernodeID" must be all lower-case
(#585) Spaces must be used to indent lines; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected at least 8 spaces, found 5
(#586) Spaces must be used to indent lines; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 8 spaces, found 5
(#587) Spaces must be used to indent lines; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected at least 8 spaces, found 5
(#588) Spaces must be used to indent lines; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 8 spaces, found 5
(#589) Spaces must be used to indent lines; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 8 spaces, found 5
(#589) Variable "entry_id" must not contain underscores.
(#590) Spaces must be used to indent lines; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 8 spaces, found 5
(#592) Spaces must be used to indent lines; tabs are not allowed
(#592) Tab found within whitespace
(#592) Inline comments must end in full-stops, exclamation marks, or question marks
(#592) Line indented incorrectly; expected at least 8 spaces, found 2
(#593) Spaces must be used to indent lines; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected at least 8 spaces, found 5
(#593) Variable "identifiernodeID" must be all lower-case
(#594) Spaces must be used to indent lines; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected at least 8 spaces, found 5
(#595) Spaces must be used to indent lines; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected at least 8 spaces, found 5
(#596) Spaces must be used to indent lines; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected at least 8 spaces, found 5
(#597) Spaces must be used to indent lines; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected at least 8 spaces, found 5
(#598) Spaces must be used to indent lines; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 8 spaces, found 5
(#598) Variable "entry_id" must not contain underscores.
(#599) Spaces must be used to indent lines; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected at least 8 spaces, found 5
(#601) Spaces must be used to indent lines; tabs are not allowed
(#601) Tab found within whitespace
(#601) Inline comments must end in full-stops, exclamation marks, or question marks
(#601) Line indented incorrectly; expected at least 8 spaces, found 2
(#602) Spaces must be used to indent lines; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected at least 8 spaces, found 5
(#602) Variable "identifiernodeID" must be all lower-case
(#603) Spaces must be used to indent lines; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected at least 8 spaces, found 5
(#604) Spaces must be used to indent lines; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected at least 8 spaces, found 5
(#605) Spaces must be used to indent lines; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected at least 8 spaces, found 5
(#606) Spaces must be used to indent lines; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected at least 8 spaces, found 5
(#607) Spaces must be used to indent lines; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 8 spaces, found 5
(#607) Variable "entry_id" must not contain underscores.
(#608) Spaces must be used to indent lines; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected at least 8 spaces, found 5
mod/sharedresource/plugins/suplomfr/lang/en/sharedmetadata_suplomfr.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) No space found before comment text; expected "// Aggregation level" but found "//Aggregation level"
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#324) Inline comments must end in full-stops, exclamation marks, or question marks
(#336) Inline comments must end in full-stops, exclamation marks, or question marks
(#336) Whitespace found at end of line
mod/sharedresource/plugins/suplomfr/lang/en/suplomfr-min.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/sharedresource/plugins/suplomfr/lang/fr/sharedmetadata_suplomfr.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) No space found before comment text; expected "// Aggregation level" but found "//Aggregation level"
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#330) Whitespace found at end of line
mod/sharedresource/plugins/suplomfr/lang/fr/suplomfr-min.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/sharedresource/plugins/suplomfr/plugin.class.php
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Whitespace found at end of line
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Member variable "ALLSOURCES" must be all lower-case
(#42) Member variable "DEFAULTSOURCE" must be all lower-case
(#44) Member variable "OTHERSOURCES" must be all lower-case
(#46) Line exceeds maximum limit of 180 characters; contains 187 characters
(#49) Line exceeds 132 characters; contains 152 characters
(#50) Line exceeds 132 characters; contains 153 characters
(#51) Line exceeds maximum limit of 180 characters; contains 251 characters
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Whitespace found at end of line
(#57) Whitespace found at end of line
(#58) Whitespace found at end of line
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Whitespace found at end of line
(#61) Whitespace found at end of line
(#62) Whitespace found at end of line
(#63) Whitespace found at end of line
(#64) Whitespace found at end of line
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#66) Whitespace found at end of line
(#67) Whitespace found at end of line
(#68) Whitespace found at end of line
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Whitespace found at end of line
(#72) Whitespace found at end of line
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) This comment is 50% valid code; is this commented out code?
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) This comment is 50% valid code; is this commented out code?
(#84) Whitespace found at end of line
(#88) Member variable "METADATATREE" must be all lower-case
(#297) Line exceeds maximum limit of 180 characters; contains 312 characters
(#332) This comment is 58% valid code; is this commented out code?
(#335) This comment is 50% valid code; is this commented out code?
(#343) This comment is 55% valid code; is this commented out code?
(#343) Line indented incorrectly; expected at least 4 spaces, found 0
(#380) Line indented incorrectly; expected at least 4 spaces, found 0
(#387) This comment is 54% valid code; is this commented out code?
(#408) This comment is 56% valid code; is this commented out code?
(#408) Line indented incorrectly; expected at least 4 spaces, found 0
(#431) Line indented incorrectly; expected at least 4 spaces, found 0
(#442) This comment is 55% valid code; is this commented out code?
(#442) Line indented incorrectly; expected at least 4 spaces, found 0
(#453) Line indented incorrectly; expected at least 4 spaces, found 0
(#551) Line exceeds maximum limit of 180 characters; contains 195 characters
(#619) This comment is 58% valid code; is this commented out code?
(#621) This comment is 58% valid code; is this commented out code?
(#622) This comment is 58% valid code; is this commented out code?
(#628) This comment is 58% valid code; is this commented out code?
(#639) This comment is 57% valid code; is this commented out code?
(#656) Line exceeds maximum limit of 180 characters; contains 527 characters
(#664) This comment is 57% valid code; is this commented out code?
(#705) Line exceeds maximum limit of 180 characters; contains 227 characters
(#747) This comment is 58% valid code; is this commented out code?
(#747) Line indented incorrectly; expected at least 4 spaces, found 0
(#774) Line exceeds maximum limit of 180 characters; contains 291 characters
(#793) Line indented incorrectly; expected at least 4 spaces, found 0
(#862) Line exceeds maximum limit of 180 characters; contains 388 characters
(#875) This comment is 54% valid code; is this commented out code?
(#886) This comment is 55% valid code; is this commented out code?
(#886) Line indented incorrectly; expected at least 4 spaces, found 0
(#934) Line indented incorrectly; expected at least 4 spaces, found 0
(#941) This comment is 54% valid code; is this commented out code?
(#961) This comment is 56% valid code; is this commented out code?
(#961) Line indented incorrectly; expected at least 4 spaces, found 0
(#984) Line indented incorrectly; expected at least 4 spaces, found 0
(#992) This comment is 54% valid code; is this commented out code?
(#1005) Line exceeds maximum limit of 180 characters; contains 191 characters
(#1071) This comment is 54% valid code; is this commented out code?
(#1071) Line indented incorrectly; expected at least 4 spaces, found 0
(#1092) Line indented incorrectly; expected at least 4 spaces, found 0
(#1095) Visibility must be declared on method "__construct"
(#1100) Whitespace found at end of line
(#1105) method name "sharedresource_plugin_suplomfr::lomHeader" must be in lower-case letters only
(#1105) Visibility must be declared on method "lomHeader"
(#1107) Whitespace found at end of line within string
(#1116) Visibility must be declared on method "generate_xml"
(#1119) Commas (,) must be followed by white space.
(#1119) Commas (,) must be followed by white space.
(#1120) Commas (,) must be followed by white space.
(#1120) Commas (,) must be followed by white space.
(#1120) Commas (,) must be followed by white space.
(#1131) Line exceeds 132 characters; contains 134 characters
(#1142) Usage of ELSEIF not allowed; use ELSE IF instead
(#1149) Line exceeds 132 characters; contains 148 characters
(#1153) Line exceeds 132 characters; contains 142 characters
(#1166) Usage of ELSEIF not allowed; use ELSE IF instead
(#1168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1168) Inline comments must end in full-stops, exclamation marks, or question marks
(#1168) Whitespace found at end of line
(#1180) Usage of ELSEIF not allowed; use ELSE IF instead
(#1219) Whitespace found at end of line
(#1220) Whitespace found at end of line
(#1226) Visibility must be declared on method "after_save"
(#1226) Variable "sharedresource_entry" must not contain underscores.
(#1227) Variable "sharedresource_entry" must not contain underscores.
(#1228) Variable "sharedresource_entry" must not contain underscores.
(#1231) Variable "sharedresource_entry" must not contain underscores.
(#1232) Variable "sharedresource_entry" must not contain underscores.
(#1235) Variable "sharedresource_entry" must not contain underscores.
(#1236) Variable "sharedresource_entry" must not contain underscores.
(#1242) Visibility must be declared on method "after_update"
(#1242) Variable "sharedresource_entry" must not contain underscores.
(#1243) Variable "sharedresource_entry" must not contain underscores.
(#1244) Variable "sharedresource_entry" must not contain underscores.
(#1247) Variable "sharedresource_entry" must not contain underscores.
(#1248) Variable "sharedresource_entry" must not contain underscores.
(#1251) Variable "sharedresource_entry" must not contain underscores.
(#1252) Variable "sharedresource_entry" must not contain underscores.
(#1261) method name "sharedresource_plugin_suplomfr::getTitleElement" must be in lower-case letters only
(#1261) Visibility must be declared on method "getTitleElement"
(#1270) method name "sharedresource_plugin_suplomfr::getDescriptionElement" must be in lower-case letters only
(#1270) Visibility must be declared on method "getDescriptionElement"
(#1279) method name "sharedresource_plugin_suplomfr::getKeywordElement" must be in lower-case letters only
(#1279) Visibility must be declared on method "getKeywordElement"
(#1288) method name "sharedresource_plugin_suplomfr::getFileFormatElement" must be in lower-case letters only
(#1288) Visibility must be declared on method "getFileFormatElement"
(#1297) method name "sharedresource_plugin_suplomfr::getSizeElement" must be in lower-case letters only
(#1297) Visibility must be declared on method "getSizeElement"
(#1306) method name "sharedresource_plugin_suplomfr::getLocationElement" must be in lower-case letters only
(#1306) Visibility must be declared on method "getLocationElement"
(#1315) method name "sharedresource_plugin_suplomfr::getTaxonomyPurposeElement" must be in lower-case letters only
(#1315) Visibility must be declared on method "getTaxonomyPurposeElement"
(#1324) method name "sharedresource_plugin_suplomfr::getKeywordValues" must be in lower-case letters only
(#1324) Visibility must be declared on method "getKeywordValues"
(#1337) method name "sharedresource_plugin_suplomfr::getTaxumpath" must be in lower-case letters only
(#1337) Visibility must be declared on method "getTaxumpath"
(#1349) method name "sharedresource_plugin_suplomfr::getClassification" must be in lower-case letters only
(#1349) Visibility must be declared on method "getClassification"
(#1357) method name "sharedresource_plugin_suplomfr::setKeywords" must be in lower-case letters only
(#1357) Visibility must be declared on method "setKeywords"
(#1361) Line exceeds 132 characters; contains 147 characters
(#1364) Variable "keywordSource" must be all lower-case
(#1365) Variable "keywordSource" must be all lower-case
(#1365) Line exceeds 132 characters; contains 165 characters
(#1373) Variable "keywordSource" must be all lower-case
(#1382) Expected 5 space(s) before asterisk; 4 found
(#1383) Expected 5 space(s) before asterisk; 4 found
(#1384) method name "sharedresource_plugin_suplomfr::setTitle" must be in lower-case letters only
(#1384) Visibility must be declared on method "setTitle"
(#1384) Expected 1 space after closing parenthesis; found 0
(#1388) Line exceeds 132 characters; contains 147 characters
(#1391) Variable "titleSource" must be all lower-case
(#1392) Variable "titleSource" must be all lower-case
(#1392) Line exceeds 132 characters; contains 145 characters
(#1396) Variable "titleSource" must be all lower-case
mod/sharedresource/plugins/suplomfr/version.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#4) Line 6 of the opening comment must start "// (at your option) any later version.".
(#4) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) 80 slashes comments are not allowed; use "// Comment." instead
(#13) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#14) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) 80 slashes comments are not allowed; use "// Comment." instead
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
mod/sharedresource/plugins/suplomfr/xmlparser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Whitespace found at end of line
(#10) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) "require_once" must be immediately followed by an open parenthesis
(#11) "require_once" must be immediately followed by an open parenthesis
(#18) Duplicate class name "metadata_xml_parser_scolomfr" found; first defined in /var/lib/jenkins/git_repositories/prechecker/mod/sharedresource/plugins/scolomfr/xmlparser.php on line 18
(#24) Visibility must be declared on method "__construct"
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 5
(#28) Whitespace found at end of line
(#34) Visibility must be declared on method "initialise"
(#35) Whitespace found at end of line
(#46) Whitespace found at end of line
(#49) Whitespace found at end of line
(#54) Whitespace found at end of line
(#60) Whitespace found at end of line
(#62) Whitespace found at end of line
(#410) Visibility must be declared on method "parse"
(#418) Visibility must be declared on method "free_resource"
(#425) Visibility must be declared on method "reset_childs"
(#425) Expected 1 space after closing parenthesis; found 0
(#426) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#427) Expected "if (...) {\n"; found "if(...){\n"
(#436) Visibility must be declared on method "get_elempath"
(#436) Expected 1 space after closing parenthesis; found 0
(#439) Variable "tmp_path" must not contain underscores.
(#441) Expected "for (...) {\n"; found "for(...){\n"
(#441) Expected 1 space before "<"; 0 found
(#441) Expected 1 space after "<"; 0 found
(#442) Expected 1 space before "-"; 0 found
(#442) Expected 1 space after "-"; 0 found
(#442) Expected 1 space before "+"; 0 found
(#442) Expected 1 space after "+"; 0 found
(#442) Variable "tmp_path" must not contain underscores.
(#443) Variable "tmp_path" must not contain underscores.
(#443) Variable "tmp_path" must not contain underscores.
(#443) Variable "tmp_path" must not contain underscores.
(#443) Commas (,) must be followed by white space.
(#446) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#449) Expected 1 space before "-"; 0 found
(#449) Expected 1 space after "-"; 0 found
(#450) Whitespace found at end of line
(#466) Visibility must be declared on method "start_element"
(#467) Expected "if (...) {\n"; found "if(...){\n"
(#467) Commas (,) must be followed by white space.
(#468) Commas (,) must be followed by white space.
(#468) Expected 1 space before "+"; 0 found
(#468) Expected 1 space after "+"; 0 found
(#470) Whitespace found at end of line
(#471) Expected "if (...) {\n"; found "if(...){\n"
(#474) Inline comments must start with a capital letter, digit or 3-dots sequence
(#474) Inline comments must end in full-stops, exclamation marks, or question marks
(#475) Expected "if (...) {\n"; found "if(...){\n"
(#475) Expected 1 space before "+"; 0 found
(#475) Expected 1 space after "+"; 0 found
(#475) Line exceeds 132 characters; contains 133 characters
(#478) Inline comments must start with a capital letter, digit or 3-dots sequence
(#478) Inline comments must end in full-stops, exclamation marks, or question marks
(#479) Expected "if (...) {\n"; found "if(...){\n"
(#479) Expected 1 space before "+"; 0 found
(#479) Expected 1 space after "+"; 0 found
(#483) Whitespace found at end of line
(#487) Whitespace found at end of line
(#492) Whitespace found at end of line
(#503) Visibility must be declared on method "default_data"
(#504) Expected "if (...) {\n"; found "if(...){\n"
(#505) Whitespace found at end of line
(#507) Expected "if (...) {\n"; found "if(...){\n"
(#508) Expected "if (...) {\n"; found "if(...){\n"
(#514) Expected "if (...) {\n"; found "if(...){\n"
(#515) Expected "if (...) {\n"; found "if(...){\n"
(#522) Expected "if (...) {\n"; found "if(...){\n"
(#523) Expected "if (...) {\n"; found "if(...){\n"
(#529) Expected "if (...) {\n"; found "if(...){\n"
(#530) Expected "if (...) {\n"; found "if(...){\n"
(#536) Whitespace found at end of line
(#537) Expected "if (...) {\n"; found "if(...){\n"
(#539) Expected "} else {\n"; found "}else{\n"
(#542) Whitespace found at end of line
(#553) Visibility must be declared on method "end_element"
(#554) Expected "if (...) {\n"; found "if(...){\n"
(#554) Commas (,) must be followed by white space.
(#555) Commas (,) must be followed by white space.
(#555) Expected 1 space before "+"; 0 found
(#555) Expected 1 space after "+"; 0 found
(#557) Whitespace found at end of line
(#558) Expected "if (...) {\n"; found "if(...){\n"
(#561) Inline comments must start with a capital letter, digit or 3-dots sequence
(#561) Inline comments must end in full-stops, exclamation marks, or question marks
(#562) Expected "if (...) {\n"; found "if(...){\n"
(#562) Commas (,) must be followed by white space.
(#565) Inline comments must start with a capital letter, digit or 3-dots sequence
(#565) Inline comments must end in full-stops, exclamation marks, or question marks
(#566) Expected "if (...) {\n"; found "if(...){\n"
(#570) Whitespace found at end of line
(#571) Commas (,) must be followed by white space.
(#572) Whitespace found at end of line
(#574) Whitespace found at end of line
(#577) Whitespace found at end of line
(#578) Inline comments must start with a capital letter, digit or 3-dots sequence
(#578) Inline comments must end in full-stops, exclamation marks, or question marks
(#579) Visibility must be declared on method "add_identifier"
(#579) Variable "entry_id" must not contain underscores.
(#579) Expected 1 space after closing parenthesis; found 0
(#581) Spaces must be used to indent lines; tabs are not allowed
(#581) Tab found within whitespace
(#581) Inline comments must end in full-stops, exclamation marks, or question marks
(#581) Line indented incorrectly; expected at least 8 spaces, found 2
(#582) Spaces must be used to indent lines; tabs are not allowed
(#582) Tab found within whitespace
(#582) Line indented incorrectly; expected at least 8 spaces, found 5
(#582) Variable "identifiernodeID" must be all lower-case
(#583) Spaces must be used to indent lines; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected at least 8 spaces, found 5
(#583) Variable "identifiernodeID" must be all lower-case
(#584) Spaces must be used to indent lines; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected at least 8 spaces, found 5
(#584) Variable "identifiernodeID" must be all lower-case
(#585) Spaces must be used to indent lines; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected at least 8 spaces, found 5
(#586) Spaces must be used to indent lines; tabs are not allowed
(#586) Tab found within whitespace
(#586) Line indented incorrectly; expected at least 8 spaces, found 5
(#587) Spaces must be used to indent lines; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected at least 8 spaces, found 5
(#588) Spaces must be used to indent lines; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 8 spaces, found 5
(#589) Spaces must be used to indent lines; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 8 spaces, found 5
(#589) Variable "entry_id" must not contain underscores.
(#590) Spaces must be used to indent lines; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected at least 8 spaces, found 5
(#592) Spaces must be used to indent lines; tabs are not allowed
(#592) Tab found within whitespace
(#592) Inline comments must end in full-stops, exclamation marks, or question marks
(#592) Line indented incorrectly; expected at least 8 spaces, found 2
(#593) Spaces must be used to indent lines; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected at least 8 spaces, found 5
(#593) Variable "identifiernodeID" must be all lower-case
(#594) Spaces must be used to indent lines; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected at least 8 spaces, found 5
(#595) Spaces must be used to indent lines; tabs are not allowed
(#595) Tab found within whitespace
(#595) Line indented incorrectly; expected at least 8 spaces, found 5
(#596) Spaces must be used to indent lines; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected at least 8 spaces, found 5
(#597) Spaces must be used to indent lines; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected at least 8 spaces, found 5
(#598) Spaces must be used to indent lines; tabs are not allowed
(#598) Tab found within whitespace
(#598) Line indented incorrectly; expected at least 8 spaces, found 5
(#598) Variable "entry_id" must not contain underscores.
(#599) Spaces must be used to indent lines; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected at least 8 spaces, found 5
(#601) Spaces must be used to indent lines; tabs are not allowed
(#601) Tab found within whitespace
(#601) Inline comments must end in full-stops, exclamation marks, or question marks
(#601) Line indented incorrectly; expected at least 8 spaces, found 2
(#602) Spaces must be used to indent lines; tabs are not allowed
(#602) Tab found within whitespace
(#602) Line indented incorrectly; expected at least 8 spaces, found 5
(#602) Variable "identifiernodeID" must be all lower-case
(#603) Spaces must be used to indent lines; tabs are not allowed
(#603) Tab found within whitespace
(#603) Line indented incorrectly; expected at least 8 spaces, found 5
(#604) Spaces must be used to indent lines; tabs are not allowed
(#604) Tab found within whitespace
(#604) Line indented incorrectly; expected at least 8 spaces, found 5
(#605) Spaces must be used to indent lines; tabs are not allowed
(#605) Tab found within whitespace
(#605) Line indented incorrectly; expected at least 8 spaces, found 5
(#606) Spaces must be used to indent lines; tabs are not allowed
(#606) Tab found within whitespace
(#606) Line indented incorrectly; expected at least 8 spaces, found 5
(#607) Spaces must be used to indent lines; tabs are not allowed
(#607) Tab found within whitespace
(#607) Line indented incorrectly; expected at least 8 spaces, found 5
(#607) Variable "entry_id" must not contain underscores.
(#608) Spaces must be used to indent lines; tabs are not allowed
(#608) Tab found within whitespace
(#608) Line indented incorrectly; expected at least 8 spaces, found 5
mod/sharedresource/remotesubmit.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#17) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#39) Variable "sharedresource_entry" must not contain underscores.
(#39) Expected 1 space after "="; 2 found
(#39) Expected 1 space before "=>"; 0 found
(#43) Whitespace found at end of line
(#48) Variable "sharedresource_entry" must not contain underscores.
(#62) Line exceeds 132 characters; contains 146 characters
mod/sharedresource/rpclib.php
(#21) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#81) Whitespace found at end of line
(#92) Whitespace found at end of line
(#116) Whitespace found at end of line within string
(#126) Whitespace found at end of line within string
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) This comment is 67% valid code; is this commented out code?
(#181) This comment is 43% valid code; is this commented out code?
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Line exceeds 132 characters; contains 145 characters
(#231) Inline comments must start with a capital letter, digit or 3-dots sequence
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Variable "FILE" must be all lower-case
(#281) Variable "FILE" must be all lower-case
(#282) Variable "FILE" must be all lower-case
(#286) Whitespace found at end of line
(#306) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#317) Whitespace found at end of line
(#318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) Whitespace found at end of line
(#346) Whitespace found at end of line
(#348) Whitespace found at end of line
(#366) Variable "resource_entry" must not contain underscores.
(#367) Variable "resource_entry" must not contain underscores.
(#368) Variable "resource_entry" must not contain underscores.
(#369) Variable "resource_entry" must not contain underscores.
(#373) Variable "resourceID" must be all lower-case
(#377) Variable "resourceID" must be all lower-case
mod/sharedresource/rsslib.php
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#47) Whitespace found at end of line
(#86) Line indented incorrectly; expected at least 4 spaces, found 0
mod/sharedresource/search.php
(#32) Line exceeds 132 characters; contains 138 characters
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) No space found before comment text; expected "// return to course/view.php if false or local/sharedresources/index.php if true" but found "//return to course/view.php if false or local/sharedresources/index.php if true"
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Variable "exclude_inputs" must not contain underscores.
(#48) Variable "system_context" must not contain underscores.
(#66) Variable "system_context" must not contain underscores.
(#69) Commas (,) must be followed by white space.
(#69) Commas (,) must be followed by white space.
(#70) Line exceeds 132 characters; contains 165 characters
(#84) Line exceeds 132 characters; contains 139 characters
(#89) Line exceeds 132 characters; contains 176 characters
mod/sharedresource/search_form.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#57) Line exceeds 132 characters; contains 133 characters
(#65) Visibility must be declared on method "validation"
mod/sharedresource/search_widget.class.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#32) Scope modifier not specified for member variable "$pluginchoice"
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#33) Scope modifier not specified for member variable "$id"
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$label"
(#35) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#35) Scope modifier not specified for member variable "$type"
(#40) PHP4 style constructors are not allowed; use "__construct()" instead
(#40) Visibility must be declared on method "search_widget"
(#46) Whitespace found at end of line
(#49) Whitespace found at end of line
(#53) Visibility must be declared on method "print_search_widget"
(#56) Whitespace found at end of line
(#59) Visibility must be declared on method "catch_value"
mod/sharedresource/searchwidgets/date_search_widget.class.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) PHP4 style constructors are not allowed; use "__construct()" instead
(#36) Visibility must be declared on method "date_search_widget"
(#37) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#43) Visibility must be declared on method "print_search_widget"
(#51) Line exceeds 132 characters; contains 137 characters
(#52) Line exceeds 132 characters; contains 150 characters
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Visibility must be declared on method "catch_value"
(#71) Line exceeds 132 characters; contains 177 characters
mod/sharedresource/searchwidgets/duration_search_widget.class.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) PHP4 style constructors are not allowed; use "__construct()" instead
(#36) Visibility must be declared on method "duration_search_widget"
(#37) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#43) Visibility must be declared on method "print_search_widget"
(#71) Line exceeds 132 characters; contains 133 characters
(#82) Line exceeds 132 characters; contains 142 characters
(#83) Line exceeds 132 characters; contains 144 characters
(#84) Line exceeds 132 characters; contains 142 characters
(#85) Line exceeds 132 characters; contains 142 characters
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Visibility must be declared on method "catch_value"
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Line exceeds maximum limit of 180 characters; contains 235 characters
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Line exceeds maximum limit of 180 characters; contains 313 characters
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Line indented incorrectly; expected at least 20 spaces, found 16
(#131) Visibility must be declared on method "durationsplit"
mod/sharedresource/searchwidgets/freetext_search_widget.class.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Expected 1 space(s) before asterisk; 0 found
(#30) Expected 1 space(s) before asterisk; 0 found
(#36) PHP4 style constructors are not allowed; use "__construct()" instead
(#36) Visibility must be declared on method "freetext_search_widget"
(#37) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#43) Visibility must be declared on method "print_search_widget"
(#60) Space found before semicolon; expected "'';" but found "'' ;"
(#61) Space found before semicolon; expected "'';" but found "'' ;"
(#62) Space found before semicolon; expected "'';" but found "'' ;"
(#63) Space found before semicolon; expected "'';" but found "'' ;"
(#84) Visibility must be declared on method "catch_value"
mod/sharedresource/searchwidgets/numeric_search_widget.class.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Expected 1 space(s) before asterisk; 0 found
(#30) Expected 1 space(s) before asterisk; 0 found
(#36) PHP4 style constructors are not allowed; use "__construct()" instead
(#36) Visibility must be declared on method "numeric_search_widget"
(#37) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#43) Visibility must be declared on method "print_search_widget"
(#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
(#69) Visibility must be declared on method "catch_value"
mod/sharedresource/searchwidgets/select_search_widget.class.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Expected 1 space(s) before asterisk; 0 found
(#30) Expected 1 space(s) before asterisk; 0 found
(#36) PHP4 style constructors are not allowed; use "__construct()" instead
(#36) Visibility must be declared on method "select_search_widget"
(#37) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#43) Visibility must be declared on method "print_search_widget"
(#51) "require_once" must be immediately followed by an open parenthesis
(#59) Space found before semicolon; expected "'';" but found "'' ;"
(#60) Line exceeds 132 characters; contains 153 characters
(#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
(#69) Visibility must be declared on method "catch_value"
mod/sharedresource/searchwidgets/selectmultiple_search_widget.class.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) PHP4 style constructors are not allowed; use "__construct()" instead
(#36) Visibility must be declared on method "selectmultiple_search_widget"
(#37) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#45) Visibility must be declared on method "print_search_widget"
(#53) "require_once" must be immediately followed by an open parenthesis
(#61) Line exceeds maximum limit of 180 characters; contains 237 characters
(#63) Inline doc block comments are not allowed; use "// Comment." instead
(#68) Line exceeds 132 characters; contains 135 characters
(#74) Line exceeds maximum limit of 180 characters; contains 194 characters
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Visibility must be declared on method "catch_value"
(#112) Visibility must be declared on method "checkvalue"
mod/sharedresource/searchwidgets/treeselect_search_widget.class.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) PHP4 style constructors are not allowed; use "__construct()" instead
(#36) Visibility must be declared on method "treeselect_search_widget"
(#37) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#43) Visibility must be declared on method "print_search_widget"
(#51) "require_once" must be immediately followed by an open parenthesis
(#53) "require_once" must be immediately followed by an open parenthesis
(#54) Line exceeds maximum limit of 180 characters; contains 190 characters
(#57) Line exceeds maximum limit of 180 characters; contains 190 characters
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Visibility must be declared on method "catch_value"
(#79) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#81) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#88) This comment is 65% valid code; is this commented out code?
(#89) Line exceeds 132 characters; contains 133 characters
mod/sharedresource/settings.php
(#1) Whitespace found at end of line
(#1) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#13) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must be all lower-case
(#13) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must not contain underscores.
(#13) Inline comments must start with a capital letter, digit or 3-dots sequence
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) Inline comments must start with a capital letter, digit or 3-dots sequence
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#20) Expected 1 space before "=>"; 0 found
(#20) Expected 1 space after "=>"; 0 found
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must be all lower-case
(#54) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must not contain underscores.
(#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) 3 slashes comments are not allowed; use "// Comment." instead
(#68) Whitespace found at end of line
(#78) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#81) Line exceeds maximum limit of 180 characters; contains 190 characters
(#89) Expected 1 space after closing parenthesis; found 0
(#96) This comment is 42% valid code; is this commented out code?
(#104) Line exceeds 132 characters; contains 138 characters
(#107) Line exceeds 132 characters; contains 150 characters
mod/sharedresource/sharedresource_base.class.php
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#70) Expected 1 space after "="; 2 found
(#73) Expected 1 space after "="; 2 found
(#73) Line exceeds 132 characters; contains 148 characters
(#74) Line exceeds 132 characters; contains 171 characters
(#79) Line exceeds 132 characters; contains 136 characters
(#82) Variable "course_context" must not contain underscores.
(#84) Variable "course_context" must not contain underscores.
(#96) Line exceeds 132 characters; contains 166 characters
(#100) Usage of ELSEIF not allowed; use ELSE IF instead
(#103) Line exceeds 132 characters; contains 149 characters
(#106) Empty ELSE statement detected
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must be all lower-case
(#129) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must not contain underscores.
(#131) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must be all lower-case
(#131) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must not contain underscores.
(#170) Expected 1 space after closing parenthesis; found 0
(#171) Expected "if (...) {\n"; found "if (...){\n"
(#199) Line exceeds 132 characters; contains 138 characters
(#226) Commas (,) must be followed by white space.
(#226) Commas (,) must be followed by white space.
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Whitespace found at end of line
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#298) Whitespace found at end of line
(#300) 3 slashes comments are not allowed; use "// Comment." instead
(#302) Variable "course_context" must not contain underscores.
(#308) Commas (,) must be followed by white space.
(#308) Commas (,) must be followed by white space.
(#318) Line exceeds 132 characters; contains 152 characters
(#325) Line exceeds 132 characters; contains 150 characters
(#326) Commas (,) must be followed by white space.
(#335) Whitespace found at end of line
(#338) Line exceeds 132 characters; contains 156 characters
(#340) Line exceeds 132 characters; contains 139 characters
(#344) Commas (,) must be followed by white space.
(#344) Line exceeds 132 characters; contains 142 characters
(#346) Line exceeds 132 characters; contains 141 characters
(#347) Commas (,) must be followed by white space.
(#348) Commas (,) must be followed by white space.
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) Variable "system_context" must not contain underscores.
(#362) Commas (,) must be followed by white space.
(#362) Commas (,) must be followed by white space.
(#383) Variable "course_context" must not contain underscores.
(#396) Commas (,) must be followed by white space.
(#396) Commas (,) must be followed by white space.
(#405) Commas (,) must be followed by white space.
(#405) Line exceeds 132 characters; contains 144 characters
(#409) Inline comments must end in full-stops, exclamation marks, or question marks
(#416) Commas (,) must be followed by white space.
(#449) Line exceeds 132 characters; contains 135 characters
(#498) Whitespace found at end of line
(#509) Whitespace found at end of line
(#532) Expected "} else if (...) {\n"; found "} else if (...) {\n"
(#553) Usage of ELSEIF not allowed; use ELSE IF instead
(#555) Line exceeds 132 characters; contains 134 characters
(#557) Usage of ELSEIF not allowed; use ELSE IF instead
(#560) Line exceeds 132 characters; contains 134 characters
(#571) Inline comments must end in full-stops, exclamation marks, or question marks
(#573) Commas (,) must be followed by white space.
(#589) Whitespace found at end of line
(#593) Whitespace found at end of line
(#605) Whitespace found at end of line
(#646) Whitespace found at end of line
(#651) Expected 1 space after "=>"; 0 found
(#667) Expected 1 space after "=>"; 0 found
(#679) Expected 1 space after "=>"; 0 found
(#722) Whitespace found at end of line
(#729) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must be all lower-case
(#729) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must not contain underscores.
(#733) Inline comments must start with a capital letter, digit or 3-dots sequence
(#733) Inline comments must end in full-stops, exclamation marks, or question marks
(#733) No space found before comment text; expected "// return to course/view.php if false or mod/modname/view.php if true" but found "//return to course/view.php if false or mod/modname/view.php if true"
(#735) Commas (,) must be followed by white space.
(#736) Commas (,) must be followed by white space.
(#739) Variable "entry_id" must not contain underscores.
(#741) Variable "entry_id" must not contain underscores.
(#746) Expected "} else {\n"; found "}\n // We have our reference Shared resource.\n else {\n"
(#747) Variable "sharedresource_entry" must not contain underscores.
(#747) Variable "entry_id" must not contain underscores.
(#748) Variable "entry_id" must not contain underscores.
(#758) Variable "sharedresource_entry" must not contain underscores.
(#762) Inline comments must start with a capital letter, digit or 3-dots sequence
(#762) Inline comments must end in full-stops, exclamation marks, or question marks
(#763) Variable "sharedresource_entry" must not contain underscores.
(#766) Variable "sharedresource_entry" must not contain underscores.
(#769) Variable "sharedresource_entry" must not contain underscores.
(#770) Variable "sharedresource_entry" must not contain underscores.
(#772) Variable "sharedresource_entry" must not contain underscores.
(#772) Line exceeds 132 characters; contains 138 characters
(#774) Commas (,) must be followed by white space.
(#776) Variable "sharedresource_entry" must not contain underscores.
(#778) Expected 1 space after "="; 2 found
(#779) Variable "sharedresource_entry" must not contain underscores.
(#780) Variable "sharedresource_entry" must not contain underscores.
(#780) Line exceeds maximum limit of 180 characters; contains 184 characters
(#782) Variable "sharedresource_entry" must not contain underscores.
(#789) Line exceeds 132 characters; contains 143 characters
(#791) Line exceeds 132 characters; contains 170 characters
(#812) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must be all lower-case
(#812) Variable "SHAREDRESOURCE_WINDOW_OPTIONS" must not contain underscores.
(#814) Expected 1 space before "=>"; 0 found
(#814) Expected 1 space after "=>"; 0 found
(#821) Whitespace found at end of line
(#832) Expected 1 space before "=="; 0 found
(#832) Expected 1 space after "=="; 0 found
(#846) Expected 1 space before "=>"; 0 found
(#846) Expected 1 space after "=>"; 0 found
(#846) No space found before comment text; expected "// TODO: accessiblity" but found "//TODO: accessiblity"
(#847) Inline comments must end in full-stops, exclamation marks, or question marks
(#847) No space found before comment text; expected "// TODO: accessiblity" but found "//TODO: accessiblity"
(#848) Line exceeds 132 characters; contains 156 characters
(#860) Variable "default_values" must not contain underscores.
(#860) Expected 1 space after closing parenthesis; found 0
mod/sharedresource/sharedresource_entry.class.php
(#38) Whitespace found at end of line
(#47) Expected MOODLE_INTERNAL check or config.php inclusion
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Member variable "sharedresource_entry" must not contain underscores.
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Member variable "metadata_elements" must not contain underscores.
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Whitespace found at end of line
(#63) Whitespace found at end of line
(#73) Whitespace found at end of line
(#76) Whitespace found at end of line
(#86) Whitespace found at end of line
(#92) Whitespace found at end of line
(#93) Variable "sharedresource_entry" must not contain underscores.
(#97) Variable "sharedresource_entry" must not contain underscores.
(#97) Variable "sharedresource_entry" must not contain underscores.
(#98) Variable "sharedresource_entry" must not contain underscores.
(#103) Whitespace found at end of line
(#107) Variable "entry_id" must not contain underscores.
(#109) Variable "sharedresource_entry" must not contain underscores.
(#109) Expected 1 space after "="; 2 found
(#109) Expected 1 space before "=>"; 0 found
(#109) Variable "entry_id" must not contain underscores.
(#113) Variable "sharedresource_entry" must not contain underscores.
(#113) Variable "sharedresource_entry" must not contain underscores.
(#114) Variable "sharedresource_entry" must not contain underscores.
(#119) Whitespace found at end of line
(#123) Variable "entry_id" must not contain underscores.
(#124) Must use "self::" for local static member reference
(#124) Variable "entry_id" must not contain underscores.
(#129) Whitespace found at end of line
(#134) Variable "sharedresource_entry" must not contain underscores.
(#134) Must use "self::" for local static member reference
(#144) PHP4 style constructors are not allowed; use "__construct()" instead
(#144) Variable "sharedresource_entry" must not contain underscores.
(#147) Variable "sharedresource_entry" must not contain underscores.
(#148) Variable "sharedresource_entry" must not contain underscores.
(#152) Variable "sharedresource_entry" must not contain underscores.
(#168) Expected 1 space after "="; 2 found
(#186) Line exceeds maximum limit of 180 characters; contains 237 characters
(#198) Line exceeds maximum limit of 180 characters; contains 237 characters
(#202) Line exceeds 132 characters; contains 150 characters
(#219) Whitespace found at end of line
(#241) Whitespace found at end of line
(#245) Whitespace found at end of line
(#248) Visibility must be declared on method "after_save"
(#267) Whitespace found at end of line
(#271) Whitespace found at end of line
(#274) Visibility must be declared on method "before_update"
(#280) Whitespace found at end of line
(#297) Whitespace found at end of line
(#309) Inline comments must start with a capital letter, digit or 3-dots sequence
(#309) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) Whitespace found at end of line
(#319) Whitespace found at end of line
(#322) Whitespace found at end of line
(#327) Visibility must be declared on method "add_element"
(#328) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must be all lower-case
(#328) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must not contain underscores.
(#344) Whitespace found at end of line
(#349) Visibility must be declared on method "element"
(#350) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must be all lower-case
(#350) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must not contain underscores.
(#352) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must be all lower-case
(#352) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must not contain underscores.
(#369) Whitespace found at end of line
(#374) Visibility must be declared on method "update_element"
(#375) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must be all lower-case
(#375) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must not contain underscores.
(#377) Inline comments must start with a capital letter, digit or 3-dots sequence
(#378) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must be all lower-case
(#378) Variable "SHAREDRESOURCE_CORE_ELEMENTS" must not contain underscores.
(#400) Whitespace found at end of line
(#403) Visibility must be declared on method "is_local_resource"
(#414) Whitespace found at end of line
(#417) Whitespace found at end of line
(#420) Visibility must be declared on method "is_remote_resource"
(#423) Whitespace found at end of line
(#427) Whitespace found at end of line
(#430) Visibility must be declared on method "has_local_provider"
(#436) Whitespace found at end of line
(#439) Visibility must be declared on method "add_instance"
(#448) Inline comments must start with a capital letter, digit or 3-dots sequence
(#453) Whitespace found at end of line
(#459) Usage of ELSEIF not allowed; use ELSE IF instead
(#473) Whitespace found at end of line
(#475) Inline control structures are not allowed
(#493) Whitespace found at end of line
(#494) Inline comments must end in full-stops, exclamation marks, or question marks
(#508) Inline comments must start with a capital letter, digit or 3-dots sequence
(#508) Whitespace found at end of line
(#509) Inline comments must end in full-stops, exclamation marks, or question marks
(#529) Inline comments must end in full-stops, exclamation marks, or question marks
(#566) Visibility must be declared on method "update_instance"
(#568) Line indented incorrectly; expected at least 8 spaces, found 4
(#569) Line indented incorrectly; expected at least 8 spaces, found 5
(#570) Line indented incorrectly; expected at least 8 spaces, found 5
(#571) Line indented incorrectly; expected at least 8 spaces, found 5
(#586) Inline comments must end in full-stops, exclamation marks, or question marks
(#606) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#618) Inline comments must end in full-stops, exclamation marks, or question marks
(#641) Whitespace found at end of line
(#644) Visibility must be declared on method "delete_instance"
(#652) Expected 1 space before "=>"; 0 found
(#655) Whitespace found at end of line
(#662) Whitespace found at end of line
(#668) Whitespace found at end of line
(#669) Visibility must be declared on method "exists"
mod/sharedresource/sharedresource_entry_form.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) "require_once" must be immediately followed by an open parenthesis
(#29) PHP4 style constructors are not allowed; use "__construct()" instead
(#31) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#41) Line exceeds 132 characters; contains 134 characters
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) No space found before comment text; expected "// return to course/view.php if false or mod/modname/view.php if true" but found "//return to course/view.php if false or mod/modname/view.php if true"
(#46) Variable "entry_id" must not contain underscores.
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#68) Line exceeds 132 characters; contains 143 characters
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Whitespace found at end of line
(#87) Commas (,) must be followed by white space.
(#87) Commas (,) must be followed by white space.
(#87) Line exceeds 132 characters; contains 167 characters
(#94) Whitespace found at end of line
(#97) Whitespace found at end of line
(#100) Whitespace found at end of line
(#101) Whitespace found at end of line
(#104) Whitespace found at end of line
(#106) Whitespace found at end of line
(#107) Whitespace found at end of line
(#108) Variable "entry_id" must not contain underscores.
(#114) Visibility must be declared on method "validation"
(#122) Commas (,) must be followed by white space.
(#129) Visibility must be declared on method "get_data"
(#131) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#145) Visibility must be declared on method "set_data"
(#145) Variable "default_values" must not contain underscores.
(#149) Expected 1 space before "*"; 0 found
(#149) Expected 1 space after "*"; 0 found
(#151) Line exceeds maximum limit of 180 characters; contains 192 characters
(#153) Variable "default_values" must not contain underscores.
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Whitespace found at end of line
(#156) Variable "default_values" must not contain underscores.
(#157) Variable "default_values" must not contain underscores.
(#158) Variable "default_values" must not contain underscores.
(#159) Variable "default_values" must not contain underscores.
(#160) Variable "default_values" must not contain underscores.
mod/sharedresource/sharedresource_metadata.class.php
(#25) Whitespace found at end of line
(#30) Whitespace found at end of line
(#33) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Member variable "entry_id" must not contain underscores.
(#43) Visibility must be declared on method "__construct"
(#43) Variable "entry_id" must not contain underscores.
(#44) Variable "entry_id" must not contain underscores.
(#50) Visibility must be declared on method "add_instance"
mod/sharedresource/sharedresource_metadata_exception.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#19) Scope modifier not specified for member variable "$message"
(#21) Visibility must be declared on method "__construct"
mod/sharedresource/sharedresource_plugin_base.class.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#51) Whitespace found at end of line
(#52) Whitespace found at end of line
(#99) Whitespace found at end of line
(#105) Variable "sharedresource_entry" must not contain underscores.
(#111) Whitespace found at end of line
(#112) Whitespace found at end of line
(#118) Variable "sharedresource_entry" must not contain underscores.
(#124) Whitespace found at end of line
(#125) Whitespace found at end of line
(#131) Variable "sharedresource_entry" must not contain underscores.
(#137) Whitespace found at end of line
(#138) Whitespace found at end of line
(#144) Variable "sharedresource_entry" must not contain underscores.
(#153) method name "sharedresource_plugin_base::getNamespace" must be in lower-case letters only
(#153) Visibility must be declared on method "getNamespace"
(#158) Expected 5 space(s) before asterisk; 4 found
(#159) Expected 5 space(s) before asterisk; 4 found
(#160) Visibility must be declared on method "sharedresource_entry_definition_scalar"
(#163) Line exceeds 132 characters; contains 174 characters
(#170) Line exceeds 132 characters; contains 158 characters
(#172) Line exceeds 132 characters; contains 161 characters
(#174) Line exceeds 132 characters; contains 151 characters
(#187) Usage of ELSEIF not allowed; use ELSE IF instead
(#199) Line exceeds maximum limit of 180 characters; contains 205 characters
(#215) Visibility must be declared on method "sharedresource_entry_definition_rec"
(#227) Line exceeds maximum limit of 180 characters; contains 199 characters
(#251) Usage of ELSEIF not allowed; use ELSE IF instead
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Line exceeds maximum limit of 180 characters; contains 195 characters
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Expected 5 space(s) before asterisk; 4 found
(#276) Expected 5 space(s) before asterisk; 4 found
(#277) Expected 5 space(s) before asterisk; 4 found
(#278) Visibility must be declared on method "configure"
(#288) Line exceeds maximum limit of 180 characters; contains 275 characters
(#289) Line exceeds maximum limit of 180 characters; contains 278 characters
(#290) Line exceeds maximum limit of 180 characters; contains 275 characters
(#305) Visibility must be declared on method "print_configure_rec"
(#312) Whitespace found at end of line
(#316) Variable "checked_system" must not contain underscores.
(#319) Variable "checked_indexer" must not contain underscores.
(#322) Variable "checked_author" must not contain underscores.
(#327) Variable "checked_widget" must not contain underscores.
(#331) Variable "checked_widget" must not contain underscores.
(#350) Variable "checked_system" must not contain underscores.
(#350) Line exceeds maximum limit of 180 characters; contains 212 characters
(#351) Variable "checked_indexer" must not contain underscores.
(#351) Line exceeds maximum limit of 180 characters; contains 214 characters
(#352) Variable "checked_author" must not contain underscores.
(#352) Line exceeds maximum limit of 180 characters; contains 211 characters
(#354) Variable "checked_widget" must not contain underscores.
(#354) Line exceeds 132 characters; contains 139 characters
(#359) Variable "checked_system" must not contain underscores.
(#360) Variable "checked_system" must not contain underscores.
(#360) Line exceeds maximum limit of 180 characters; contains 214 characters
(#362) Variable "checked_system" must not contain underscores.
(#362) Line exceeds maximum limit of 180 characters; contains 225 characters
(#364) Variable "checked_indexer" must not contain underscores.
(#365) Variable "checked_indexer" must not contain underscores.
(#365) Line exceeds maximum limit of 180 characters; contains 218 characters
(#367) Variable "checked_indexer" must not contain underscores.
(#367) Line exceeds maximum limit of 180 characters; contains 226 characters
(#369) Variable "checked_author" must not contain underscores.
(#370) Variable "checked_author" must not contain underscores.
(#370) Line exceeds maximum limit of 180 characters; contains 215 characters
(#372) Variable "checked_author" must not contain underscores.
(#372) Line exceeds maximum limit of 180 characters; contains 224 characters
(#375) Variable "checked_widget" must not contain underscores.
(#376) Variable "checked_widget" must not contain underscores.
(#376) Line exceeds 132 characters; contains 143 characters
(#378) Variable "checked_widget" must not contain underscores.
(#378) Line exceeds 132 characters; contains 143 characters
(#397) Visibility must be declared on method "get_cardinality"
(#418) Visibility must be declared on method "sharedresource_entry_definition_taxum"
(#430) Inline comments must start with a capital letter, digit or 3-dots sequence
(#431) Visibility must be declared on method "search_definition"
(#447) Visibility must be declared on method "search"
(#468) Expected 1 space before "="; 0 found
(#473) Variable "LIKE" must be all lower-case
(#474) Variable "NOTLIKE" must be all lower-case
(#475) Variable "REGEXP" must be all lower-case
(#476) Variable "NOTREGEXP" must be all lower-case
(#478) Variable "LIKE" must be all lower-case
(#479) Variable "NOTLIKE" must be all lower-case
(#480) Variable "REGEXP" must be all lower-case
(#481) Variable "NOTREGEXP" must be all lower-case
(#493) Commas (,) must be followed by white space.
(#494) Variable "REGEXP" must be all lower-case
(#495) Variable "REGEXP" must be all lower-case
(#496) Commas (,) must be followed by white space.
(#496) Commas (,) must be followed by white space.
(#497) Commas (,) must be followed by white space.
(#498) Variable "NOTREGEXP" must be all lower-case
(#499) Variable "NOTREGEXP" must be all lower-case
(#501) Variable "LIKE" must be all lower-case
(#502) Variable "LIKE" must be all lower-case
(#541) Visibility must be declared on method "get_metadata"
(#541) Variable "sharedresource_entry" must not contain underscores.
(#549) Variable "sharedresource_entry" must not contain underscores.
(#550) Variable "sharedresource_entry" must not contain underscores.
(#556) Variable "sharedresource_entry" must not contain underscores.
(#556) Line exceeds 132 characters; contains 168 characters
(#563) Commas (,) must be followed by white space.
(#567) Expected 1 space after "="; 2 found
(#580) Line indented incorrectly; expected at least 12 spaces, found 11
(#592) Visibility must be declared on method "get_parser"
(#595) Variable "parser_class_name" must not contain underscores.
(#596) Variable "parser_class_name" must not contain underscores.
(#606) method name "sharedresource_plugin_base::hasNode" must be in lower-case letters only
(#606) Visibility must be declared on method "hasNode"
(#607) Inline control structures are not allowed
(#614) method name "sharedresource_plugin_base::setEntry" must be in lower-case letters only
(#614) Visibility must be declared on method "setEntry"
(#621) method name "sharedresource_plugin_base::getKeywordValues" must be in lower-case letters only
(#621) Visibility must be declared on method "getKeywordValues"
(#626) method name "sharedresource_plugin_base::getTitleElement" must be in lower-case letters only
(#626) Visibility must be declared on method "getTitleElement"
(#631) method name "sharedresource_plugin_base::getDescriptionElement" must be in lower-case letters only
(#631) Visibility must be declared on method "getDescriptionElement"
(#636) method name "sharedresource_plugin_base::getKeywordElement" must be in lower-case letters only
(#636) Visibility must be declared on method "getKeywordElement"
(#641) method name "sharedresource_plugin_base::getTaxonomyPurposeElement" must be in lower-case letters only
(#641) Visibility must be declared on method "getTaxonomyPurposeElement"
(#647) method name "sharedresource_plugin_base::setKeywords" must be in lower-case letters only
(#647) Visibility must be declared on method "setKeywords"
(#652) method name "sharedresource_plugin_base::getElement" must be in lower-case letters only
(#652) Visibility must be declared on method "getElement"
(#665) method name "sharedresource_plugin_base::setTextElementValue" must be in lower-case letters only
(#665) Visibility must be declared on method "setTextElementValue"
(#669) Line exceeds 132 characters; contains 147 characters
(#693) Expected "if (...) {\n"; found "if (...){\n"
(#693) Line exceeds 132 characters; contains 169 characters
(#705) method name "sharedresource_plugin_base::setTitle" must be in lower-case letters only
(#705) Visibility must be declared on method "setTitle"
(#709) Line exceeds 132 characters; contains 147 characters
(#712) Variable "titleElement" must be all lower-case
(#714) Variable "titleSource" must be all lower-case
(#714) Variable "titleElement" must be all lower-case
(#716) Variable "titleSource" must be all lower-case
(#716) Line exceeds 132 characters; contains 145 characters
(#720) Variable "titleSource" must be all lower-case
(#730) method name "sharedresource_plugin_base::setDescription" must be in lower-case letters only
(#730) Visibility must be declared on method "setDescription"
(#734) Line exceeds 132 characters; contains 150 characters
(#737) Variable "descriptionElement" must be all lower-case
(#739) Variable "descriptionSource" must be all lower-case
(#739) Variable "descriptionElement" must be all lower-case
(#741) Variable "descriptionSource" must be all lower-case
(#741) Line exceeds 132 characters; contains 150 characters
(#746) Variable "descriptionSource" must be all lower-case
(#756) method name "sharedresource_plugin_base::setLocation" must be in lower-case letters only
(#756) Visibility must be declared on method "setLocation"
(#760) Line exceeds 132 characters; contains 147 characters
(#763) Variable "locationElement" must be all lower-case
(#765) Variable "locationSource" must be all lower-case
(#765) Variable "locationElement" must be all lower-case
(#767) Variable "locationSource" must be all lower-case
(#767) Line exceeds 132 characters; contains 151 characters
(#771) Variable "locationSource" must be all lower-case
(#781) method name "sharedresource_plugin_base::defaultValue" must be in lower-case letters only
(#781) Visibility must be declared on method "defaultValue"
(#784) Whitespace found at end of line
(#787) Whitespace found at end of line
(#788) Whitespace found at end of line
(#789) Whitespace found at end of line
(#796) Visibility must be declared on method "load_defaults"
(#796) Variable "METADATATREE_DEFAULTS" must be all lower-case
(#796) Variable "METADATATREE_DEFAULTS" must not contain underscores.
(#797) Variable "METADATATREE_DEFAULTS" must be all lower-case
(#797) Variable "METADATATREE_DEFAULTS" must not contain underscores.
(#798) Variable "METADATATREE_DEFAULTS" must be all lower-case
(#798) Variable "METADATATREE_DEFAULTS" must not contain underscores.
(#808) Visibility must be declared on method "load_mtdstandard"
mod/sharedresource/test.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/sharedresource/version.php
(#27) 80 slashes comments are not allowed; use "// Comment." instead
(#28) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#29) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) 80 slashes comments are not allowed; use "// Comment." instead
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
mod/sharedresource/view.php
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) This comment is 60% valid code; is this commented out code?
(#56) Line exceeds maximum limit of 180 characters; contains 212 characters
(#69) Expected 1 space after "="; 2 found
(#69) Expected 1 space before "=>"; 0 found
(#77) Line exceeds maximum limit of 180 characters; contains 222 characters
(#84) Expected 1 space after "="; 2 found
(#84) Expected 1 space before "=>"; 0 found

Javascript coding style problems

(1 errors, 687 warnings)

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

mod/sharedresource/js/calendar.js
(#18) Missing semicolon.
(#27) Missing semicolon.
(#56) This character may get silently deleted by one or more browsers.
(#57) This character may get silently deleted by one or more browsers.
(#90) Missing semicolon.
(#122) Use '===' to compare with '0'.
(#129) Use '!==' to compare with '0'.
(#137) Use '===' to compare with '0'.
(#3) 'ds_c_month' is not defined.
(#4) 'ds_c_year' is not defined.
(#7) 'alert' is not defined.
(#109) 'i' is not defined.
(#109) 'i' is not defined.
(#109) 'i' is not defined.
(#110) 'i' is not defined.
(#118) 'days' is not defined.
(#120) 'days' is not defined.
(#122) 'days' is not defined.
(#133) 'i' is not defined.
(#133) 'i' is not defined.
(#133) 'days' is not defined.
(#133) 'i' is not defined.
(#142) 'i' is not defined.
(#164) 'ds_c_month' is not defined.
(#165) 'ds_c_year' is not defined.
(#167) 'ds_c_month' is not defined.
(#167) 'ds_c_year' is not defined.
(#171) 'the_left' is not defined.
(#172) 'the_top' is not defined.
(#173) 'the_left' is not defined.
(#174) 'the_top' is not defined.
(#187) 'ds_c_month' is not defined.
(#190) 'ds_c_month' is not defined.
(#191) 'ds_c_month' is not defined.
(#192) 'ds_c_year' is not defined.
(#195) 'ds_c_month' is not defined.
(#195) 'ds_c_year' is not defined.
(#200) 'ds_c_month' is not defined.
(#200) 'ds_c_month' is not defined.
(#203) 'ds_c_month' is not defined.
(#204) 'ds_c_month' is not defined.
(#205) 'ds_c_year' is not defined.
(#205) 'ds_c_year' is not defined.
(#208) 'ds_c_month' is not defined.
(#208) 'ds_c_year' is not defined.
(#214) 'ds_c_year' is not defined.
(#216) 'ds_c_month' is not defined.
(#216) 'ds_c_year' is not defined.
(#222) 'ds_c_year' is not defined.
(#222) 'ds_c_year' is not defined.
(#224) 'ds_c_month' is not defined.
(#224) 'ds_c_year' is not defined.
(#230) 'm2' is not defined.
(#231) 'm2' is not defined.
(#231) 'm2' is not defined.
(#231) 'm2' is not defined.
(#233) 'd2' is not defined.
(#234) 'd2' is not defined.
(#234) 'd2' is not defined.
(#234) 'd2' is not defined.
(#236) 'm2' is not defined.
(#236) 'd2' is not defined.
(#252) 'alert' is not defined.
(#6) 'test' is defined but never used.
(#159) 'ds_sh' is defined but never used.
(#185) 'ds_nm' is defined but never used.
(#199) 'ds_pm' is defined but never used.
(#212) 'ds_ny' is defined but never used.
(#220) 'ds_py' is defined but never used.
(#241) 'ds_onclick' is defined but never used.
mod/sharedresource/js/classification.js
(#6) 'classif' is already defined.
(#16) Missing semicolon.
(#34) Value of 'e' may be overwritten in IE 8 and earlier.
(#37) Value of 'e' may be overwritten in IE 8 and earlier.
(#54) Missing semicolon.
(#15) '$' is not defined.
(#16) '$' is not defined.
(#17) 'nextattribute' is not defined.
(#18) 'num2' is not defined.
(#19) 'nextattribute' is not defined.
(#19) 'num2' is not defined.
(#20) '$' is not defined.
(#20) 'nextattribute' is not defined.
(#33) 'ActiveXObject' is not defined.
(#36) 'ActiveXObject' is not defined.
(#39) 'alert' is not defined.
(#49) 'maDiv' is not defined.
(#50) 'num2' is not defined.
(#51) 'maDiv' is not defined.
(#51) 'num2' is not defined.
(#52) 'maDiv' is not defined.
(#6) 'classif' is defined but never used.
(#24) 'classif_old' is defined but never used.
mod/sharedresource/js/jquery-1.8.2.min.js
(#2) This character may get silently deleted by one or more browsers.
(#2) Line is too long.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'd'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'continue'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'a'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected '{' and instead saw 'c'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'p'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'continue'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'continue'.
(#2) Expected '{' and instead saw 'c'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'c'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Use '===' to compare with 'null'.
(#2) Expected '{' and instead saw 'd'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'bJ'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'p'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'ci'.
(#2) Expected '{' and instead saw 'd'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'd'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'h'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'c'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'f'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'j'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'if'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'g'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'i'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'for'.
(#2) Confusing use of '!'.
(#2) Confusing use of '!'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'if'.
(#2) ['throws'] is better written in dot notation.
(#2) Expected '{' and instead saw 'b'.
(#2) Expected '{' and instead saw 'try'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing '()' invoking a constructor.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'j'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'j'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'c'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'b'.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'continue'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'p'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'e'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'c'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'if'.
(#2) Use '!==' to compare with 'null'.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'continue'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Use '!==' to compare with 'null'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw ';'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) The Function constructor is a form of eval.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing '()' invoking a constructor.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Use '!==' to compare with 'null'.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'a'.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected '{' and instead saw 'a'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'd'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'e'.
(#2) Use '!==' to compare with 'null'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'e'.
(#2) Use '!==' to compare with 'null'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Use '===' to compare with 'null'.
(#2) Expected '{' and instead saw 'p'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'c'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing '()' invoking a constructor.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'setTimeout'.
(#2) Expected '{' and instead saw 'e'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'i'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Use '!==' to compare with 'null'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Unexpected use of '^'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'c'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'j'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'e'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'delete'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'g'.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'd'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'e'.
(#2) Expected '{' and instead saw 'f'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected '{' and instead saw 'd'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'h'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'this'.
(#2) Confusing use of '!'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Use '===' to compare with 'null'.
(#2) Use '===' to compare with 'null'.
(#2) Missing semicolon.
(#2) Too many errors. (100% scanned).
mod/sharedresource/js/mtdform.js
(#5) ['mtdconfigurationform'] is better written in dot notation.
(#6) ['mtdconfigurationform'] is better written in dot notation.
(#15) ['mtdconfigurationform'] is better written in dot notation.
(#16) ['mtdconfigurationform'] is better written in dot notation.
(#29) ['mtdconfigurationform'] is better written in dot notation.
(#30) ['mtdconfigurationform'] is better written in dot notation.
(#31) Use '===' to compare with 'true'.
(#32) Line is too long.
(#5) 'i' is not defined.
(#5) 'i' is not defined.
(#5) 'i' is not defined.
(#6) 'fieldobj' is not defined.
(#6) 'i' is not defined.
(#7) 'fieldobj' is not defined.
(#7) 'fieldobj' is not defined.
(#8) 'fieldobj' is not defined.
(#9) 'fieldobj' is not defined.
(#15) 'i' is not defined.
(#15) 'i' is not defined.
(#15) 'i' is not defined.
(#16) 'fieldobj' is not defined.
(#16) 'i' is not defined.
(#17) 'fieldobj' is not defined.
(#17) 'fieldobj' is not defined.
(#18) 'fieldobj' is not defined.
(#19) 'fieldobj' is not defined.
(#21) 'fieldobj' is not defined.
(#27) 'parentfieldobj' is not defined.
(#28) 'parentfieldobj' is not defined.
(#29) 'i' is not defined.
(#29) 'i' is not defined.
(#29) 'i' is not defined.
(#30) 'fieldobj' is not defined.
(#30) 'i' is not defined.
(#31) 'parentfieldobj' is not defined.
(#32) 'fieldobj' is not defined.
(#32) 'fieldobj' is not defined.
(#32) 'fieldobj' is not defined.
(#32) 'parentfieldobj' is not defined.
(#33) 'fieldobj' is not defined.
(#36) 'fieldobj' is not defined.
(#36) 'fieldobj' is not defined.
(#37) 'fieldobj' is not defined.
(#38) 'fieldobj' is not defined.
(#4) 'selectall' is defined but never used.
(#14) 'selectnone' is defined but never used.
(#26) 'toggle_childs' is defined but never used.
mod/sharedresource/js/taxon.js
(#25) Line is too long.
(#3) 'selection' is not defined.
(#4) 'selection' is not defined.
(#15) 'place' is not defined.
(#15) 'place' is not defined.
(#15) 'place' is not defined.
(#16) 'place' is not defined.
(#21) 'i' is not defined.
(#21) 'i' is not defined.
(#21) 'place' is not defined.
(#21) 'i' is not defined.
(#22) 'i' is not defined.
(#22) 'i' is not defined.
(#22) 'i' is not defined.
(#25) 'place' is not defined.
(#27) 'place' is not defined.
(#32) 'selection' is not defined.
(#33) 'selection' is not defined.
(#35) 'selection' is not defined.
(#41) 'i' is not defined.
(#41) 'i' is not defined.
(#41) 'i' is not defined.
(#42) 'i' is not defined.
(#45) 'i' is not defined.
(#45) 'i' is not defined.
(#45) 'i' is not defined.
(#46) 'i' is not defined.
(#53) 'old_place' is not defined.
(#54) 'old_place' is not defined.
(#55) 'new_place' is not defined.
(#55) 'old_place' is not defined.
(#56) 'old_place' is not defined.
(#57) 'new_place' is not defined.
(#57) 'old_place' is not defined.
(#59) 'tmp' is not defined.
(#59) 'new_place' is not defined.
(#59) 'new_place' is not defined.
(#60) 'new_place' is not defined.
(#60) 'old_place' is not defined.
(#60) 'old_place' is not defined.
(#61) 'old_place' is not defined.
(#61) 'tmp' is not defined.
(#61) 'tmp' is not defined.
(#62) 'new_place' is not defined.
(#1) 'selection_champs' is defined but never used.
(#40) 'select_all' is defined but never used.
(#51) 'priorite_champ' is defined but never used.

CSS problems

(0 errors, 4 warnings)

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

mod/sharedresource/styles.css
(#236) Rule is empty.
(#239) Rule is empty.
(#242) Rule is empty.
(#326) display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).

PHPDocs style problems

(594 errors, 76 warnings)

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

mod/sharedresource/addlocaltocourse.php
(#17) No one-line description found in phpdocs for file
(#26) Category mod is not valid
mod/sharedresource/addremotetocourse.php
(#17) No one-line description found in phpdocs for file
(#23) Category mod is not valid
mod/sharedresource/admin_convert_form.php
(#17) File-level phpdocs block is not found
(#31) Class sharedresource_choosecourse_form is not documented
(#52) Class sharedresource_selectresources_form is not documented
(#33) Function sharedresource_choosecourse_form::__construct is not documented
(#38) Function sharedresource_choosecourse_form::definition is not documented
(#54) Function sharedresource_selectresources_form::__construct is not documented
(#61) Function sharedresource_selectresources_form::definition is not documented
(#31) Package is not specified for class sharedresource_choosecourse_form. It is also not specified in file-level phpdocs
(#52) Package is not specified for class sharedresource_selectresources_form. It is also not specified in file-level phpdocs
(#22) Package mod-sharedresource is not valid
(#23) Category mod is not valid
mod/sharedresource/admin_convertall.php
(#94) Found comment starting with three or more slashes
(#17) No one-line description found in phpdocs for file
(#22) Category mod is not valid
mod/sharedresource/admin_convertback.php
(#90) Found comment starting with three or more slashes
(#21) Package mod-sharedresource is not valid
(#22) Category mod is not valid
mod/sharedresource/ajax/addformelement.php
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#5) Not recommended phpdocs tag @version used
(#7) Package sharedresource is not valid
mod/sharedresource/backup/moodle1/lib.php
(#2) Empty line found after PHP open tag
(#67) Phpdocs for function moodle1_mod_sharedresource_handler::process_sharedresource has incomplete parameters list
(#18) File-level phpdocs block does not have @copyright tag
(#28) Class moodle1_mod_sharedresource_handler does not have @copyright tag
(#28) Class moodle1_mod_sharedresource_handler does not have @license tag
(#21) Package mod is not valid
mod/sharedresource/backup/moodle2/backup_sharedresource_activity_task.class.php
(#2) Empty line found after PHP open tag
(#18) File-level phpdocs block is not found
(#32) Class backup_sharedresource_activity_task does not have @copyright tag
(#32) Class backup_sharedresource_activity_task does not have @license tag
(#32) Package is not specified for class backup_sharedresource_activity_task. It is also not specified in file-level phpdocs
mod/sharedresource/backup/moodle2/backup_sharedresource_settingslib.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#19) Package moodlecore is not valid
mod/sharedresource/backup/moodle2/backup_sharedresource_stepslib.php
(#2) Empty line found after PHP open tag
(#34) Function backup_sharedresource_activity_structure_step::define_structure is not documented
(#18) No one-line description found in phpdocs for file
(#29) Class backup_sharedresource_activity_structure_step does not have @copyright tag
(#29) Class backup_sharedresource_activity_structure_step does not have @license tag
(#19) Package moodlecore is not valid
mod/sharedresource/backup/moodle2/restore_sharedresource_activity_task.class.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#29) No one-line description found in phpdocs for class restore_sharedresource_activity_task
(#29) Class restore_sharedresource_activity_task does not have @copyright tag
(#29) Class restore_sharedresource_activity_task does not have @license tag
(#19) Package moodlecore is not valid
mod/sharedresource/backup/moodle2/restore_sharedresource_stepslib.php
(#2) Empty line found after PHP open tag
(#34) Function restore_sharedresource_activity_structure_step::define_structure is not documented
(#49) Function restore_sharedresource_activity_structure_step::process_sharedresource is not documented
(#59) Function restore_sharedresource_activity_structure_step::process_sharedresourceentry is not documented
(#76) Function restore_sharedresource_activity_structure_step::process_datum is not documented
(#92) Function restore_sharedresource_activity_structure_step::after_execute is not documented
(#18) No one-line description found in phpdocs for file
(#29) Class restore_sharedresource_activity_structure_step does not have @copyright tag
(#29) Class restore_sharedresource_activity_structure_step does not have @license tag
(#19) Package moodlecore is not valid
mod/sharedresource/cancel.php
(#17) No one-line description found in phpdocs for file
(#19) Category mod is not valid
mod/sharedresource/classes/event/course_module_viewed.php
(#34) Invalid phpdocs tag @type used
(#34) Invalid phpdocs tag @type used
mod/sharedresource/classes/plugininfo/sharedmetadata.php
(#30) Class sharedmetadata is not documented
(#65) Function sharedmetadata::is_uninstall_allowed is not documented
(#79) Function sharedmetadata::get_settings_section_name is not documented
(#71) Invalid phpdocs tag @private used
mod/sharedresource/classifajax.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#23) Not recommended phpdocs tag @version used
(#26) Category mod is not valid
mod/sharedresource/classificationconfigure.controller.php
(#17) File-level phpdocs block is not found
(#23) Category mod is not valid
mod/sharedresource/classificationconfigure.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#19) Not recommended phpdocs tag @version used
(#22) Category mod is not valid
mod/sharedresource/classificationconfigure2.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#23) Category mod is not valid
mod/sharedresource/classificationlib.php
(#17) File-level phpdocs block is not found
(#36) Function metadata_create_classification is not documented
(#102) Function metadata_print_classification_options is not documented
(#154) Function metadata_print_classification_value is not documented
(#179) Function metadata_print_classification_value_rec is not documented
(#205) Function print_classification_childs is not documented
(#65) Phpdocs for function metadata_create_classification_rec has incomplete parameters list
(#130) Phpdocs for function metadata_print_classification_options_rec has incomplete parameters list
(#192) Phpdocs for function print_classif2 has incomplete parameters list
(#22) Not recommended phpdocs tag @version used
(#36) Package is not specified for function metadata_create_classification. It is also not specified in file-level phpdocs
(#65) Package is not specified for function metadata_create_classification_rec. It is also not specified in file-level phpdocs
(#102) Package is not specified for function metadata_print_classification_options. It is also not specified in file-level phpdocs
(#130) Package is not specified for function metadata_print_classification_options_rec. It is also not specified in file-level phpdocs
(#154) Package is not specified for function metadata_print_classification_value. It is also not specified in file-level phpdocs
(#179) Package is not specified for function metadata_print_classification_value_rec. It is also not specified in file-level phpdocs
(#192) Package is not specified for function print_classif2. It is also not specified in file-level phpdocs
(#205) Package is not specified for function print_classification_childs. It is also not specified in file-level phpdocs
(#25) Category mod is not valid
mod/sharedresource/db/access.php
(#) File-level phpdocs block is not found
mod/sharedresource/db/install.php
(#20) Package mod is not valid
mod/sharedresource/db/log.php
(#2) Empty line found after PHP open tag
mod/sharedresource/db/mnet.php
(#22) Package blocks is not valid
mod/sharedresource/db/subplugins.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/db/upgrade.php
(#29) Function xmldb_sharedresource_upgrade is not documented
(#37) Found comment starting with three or more slashes
(#38) Found comment starting with three or more slashes
(#39) Found comment starting with three or more slashes
(#40) Found comment starting with three or more slashes
(#42) Found comment starting with three or more slashes
(#43) Found comment starting with three or more slashes
(#44) Found comment starting with three or more slashes
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#5) Not recommended phpdocs tag @version used
(#7) Package sharedresource is not valid
mod/sharedresource/edit.php
(#252) Function sharedresource_clean_field is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#21) Not recommended phpdocs tag @version used
(#24) Category mod is not valid
mod/sharedresource/encoding.php
(#17) File-level phpdocs block is not found
(#27) Class Encoding is not documented
(#223) Function Encoding::toWin1252 is not documented
(#236) Function Encoding::toISO8859 is not documented
(#240) Function Encoding::toLatin1 is not documented
(#244) Function Encoding::fixUTF8 is not documented
(#270) Function Encoding::removeBOM is not documented
(#277) Function Encoding::normalizeEncoding is not documented
(#299) Function Encoding::encode is not documented
(#29) Variable Encoding::$win1252ToUtf8 is not documented
(#64) Variable Encoding::$brokenUtf8ToUtf8 is not documented
(#99) Variable Encoding::$utf8ToWin1252 is not documented
(#261) Phpdocs for function Encoding::UTF8FixWin1252Chars has incomplete parameters list
(#22) Not recommended phpdocs tag @version used
(#24) Not recommended phpdocs tag @example used
(#153) Not recommended phpdocs tag @name used
(#27) Package is not specified for class Encoding. It is also not specified in file-level phpdocs
(#21) Package Encoding is not valid
mod/sharedresource/filter.php
(#17) File-level phpdocs block is not found
(#83) Found comment starting with three or more slashes
(#19) There is no description in phpdocs for function sharedresource_filter
(#19) Phpdocs for function sharedresource_filter has incomplete parameters list
(#22) Not recommended phpdocs tag @version used
(#24) Package sharedresource is not valid
mod/sharedresource/index.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#22) Package sharedresource is not valid
mod/sharedresource/js/metadata.php
(#2) File-level phpdocs block is not found
mod/sharedresource/js/metadata_yui.php
(#2) File-level phpdocs block is not found
mod/sharedresource/lang/en/sharedresource.php
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#6) Not recommended phpdocs tag @version used
(#8) Package sharedresource is not valid
mod/sharedresource/lang/fr/sharedresource.php
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#5) Not recommended phpdocs tag @version used
(#7) Package sharedresource is not valid
mod/sharedresource/lib.php
(#17) File-level phpdocs block is not found
(#290) Function sharedresource_fetch_remote_file is not documented
(#338) Function sharedresource_redirect_tags is not documented
(#442) Function sharedresource_get_view_actions is not documented
(#446) Function sharedresource_get_post_actions is not documented
(#107) Phpdocs for function sharedresource_get_plugins has incomplete parameters list
(#147) Phpdocs for function sharedresource_update_instance has incomplete parameters list
(#161) Phpdocs for function sharedresource_delete_instance has incomplete parameters list
(#177) Phpdocs for function sharedresource_user_outline has incomplete parameters list
(#204) Phpdocs for function sharedresource_user_complete has incomplete parameters list
(#230) Phpdocs for function sharedresource_get_participants has incomplete parameters list
(#240) Phpdocs for function sharedresource_get_coursemodule_info has incomplete parameters list
(#428) Phpdocs for function sharedresource_is_url has incomplete parameters list
(#453) Phpdocs for function sharedresource_reset_userdata has incomplete parameters list
(#503) Phpdocs for function sharedresource_copy_file has incomplete parameters list
(#531) Phpdocs for function sharedresource_delete_file has incomplete parameters list
(#552) Phpdocs for function sharedresource_sha1file has incomplete parameters list
(#563) Phpdocs for function sharedresource_get_file_url has incomplete parameters list
(#592) Phpdocs for function sharedresource_not_found has incomplete parameters list
(#607) Phpdocs for function mod_sharedresource_pluginfile has incomplete parameters list
(#22) Not recommended phpdocs tag @version used
(#84) Package is not specified for function sharedresource_supports. It is also not specified in file-level phpdocs
(#107) Package is not specified for function sharedresource_get_plugins. It is also not specified in file-level phpdocs
(#133) Package is not specified for function sharedresource_add_instance. It is also not specified in file-level phpdocs
(#147) Package is not specified for function sharedresource_update_instance. It is also not specified in file-level phpdocs
(#161) Package is not specified for function sharedresource_delete_instance. It is also not specified in file-level phpdocs
(#177) Package is not specified for function sharedresource_user_outline. It is also not specified in file-level phpdocs
(#204) Package is not specified for function sharedresource_user_complete. It is also not specified in file-level phpdocs
(#230) Package is not specified for function sharedresource_get_participants. It is also not specified in file-level phpdocs
(#240) Package is not specified for function sharedresource_get_coursemodule_info. It is also not specified in file-level phpdocs
(#290) Package is not specified for function sharedresource_fetch_remote_file. It is also not specified in file-level phpdocs
(#338) Package is not specified for function sharedresource_redirect_tags. It is also not specified in file-level phpdocs
(#425) Package is not specified for function sharedresource_is_url. It is also not specified in file-level phpdocs
(#442) Package is not specified for function sharedresource_get_view_actions. It is also not specified in file-level phpdocs
(#446) Package is not specified for function sharedresource_get_post_actions. It is also not specified in file-level phpdocs
(#450) Package is not specified for function sharedresource_reset_userdata. It is also not specified in file-level phpdocs
(#460) Package is not specified for function sharedresource_get_extra_capabilities. It is also not specified in file-level phpdocs
(#469) Package is not specified for function sharedresource_check_and_create_moddata_temp_dir. It is also not specified in file-level phpdocs
(#484) Package is not specified for function sharedresource_check_and_create_moddata_sharedresource_dir. It is also not specified in file-level phpdocs
(#499) Package is not specified for function sharedresource_copy_file. It is also not specified in file-level phpdocs
(#528) Package is not specified for function sharedresource_delete_file. It is also not specified in file-level phpdocs
(#549) Package is not specified for function sharedresource_sha1file. It is also not specified in file-level phpdocs
(#560) Package is not specified for function sharedresource_get_file_url. It is also not specified in file-level phpdocs
(#589) Package is not specified for function sharedresource_not_found. It is also not specified in file-level phpdocs
(#605) Package is not specified for function mod_sharedresource_pluginfile. It is also not specified in file-level phpdocs
(#25) Category mod is not valid
mod/sharedresource/locallib.php
(#17) File-level phpdocs block is not found
(#368) Function sharedresource_add_accessible_contexts is not documented
(#355) Phpdocs for function resources_load_searchwidgets has incomplete parameters list
(#401) Phpdocs for function sharedresource_get_course_section_to_add has incomplete parameters list
(#22) Not recommended phpdocs tag @version used
(#30) Package is not specified for function sharedresource_load_plugin_lang. It is also not specified in file-level phpdocs
(#50) Package is not specified for function sharedresource_load_pluginsmin_lang. It is also not specified in file-level phpdocs
(#71) Package is not specified for function sharedresource_convertto. It is also not specified in file-level phpdocs
(#157) Package is not specified for function sharedresource_convertfrom. It is also not specified in file-level phpdocs
(#243) Package is not specified for function sharedresource_get_by_metadata. It is also not specified in file-level phpdocs
(#355) Package is not specified for function resources_load_searchwidgets. It is also not specified in file-level phpdocs
(#368) Package is not specified for function sharedresource_add_accessible_contexts. It is also not specified in file-level phpdocs
(#401) Package is not specified for function sharedresource_get_course_section_to_add. It is also not specified in file-level phpdocs
(#25) Category mod is not valid
mod/sharedresource/lti_mod_form.php
(#24) File-level phpdocs block is not found
(#58) Class lti_mod_form is not documented
(#60) Function lti_mod_form::definition is not documented
(#44) Invalid phpdocs tag @adaptator used
(#58) Package is not specified for class lti_mod_form. It is also not specified in file-level phpdocs
(#39) Package mod is not valid
mod/sharedresource/metadata_xml_parser.class.php
(#17) File-level phpdocs block is not found
(#27) Class metadata_xml_parser is not documented
(#29) Function metadata_xml_parser::__construct is not documented
(#32) Function metadata_xml_parser::add_identifier is not documented
(#34) Function metadata_xml_parser::get_metadata_value is not documented
(#21) Not recommended phpdocs tag @version used
(#27) Package is not specified for class metadata_xml_parser. It is also not specified in file-level phpdocs
(#24) Category mod is not valid
mod/sharedresource/metadataconfigure.php
(#17) File-level phpdocs block does not have @copyright tag
(#19) Not recommended phpdocs tag @version used
(#25) Category mod is not valid
mod/sharedresource/metadataform.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#19) Not recommended phpdocs tag @version used
(#21) Package sharedresource is not valid
mod/sharedresource/metadatalib.php
(#41) Function metadata_detect_change_DM is not documented
(#53) Function metadara_create_tab is not documented
(#77) Function metadata_create_panels is not documented
(#122) Function metadata_create_notice_panels is not documented
(#781) Function metadata_convert_key is not documented
(#815) Function metadata_get_stored_value is not documented
(#972) Function metadata_build_time is not documented
(#1021) Function metadata_make_part_form2 is not documented
(#1183) Function metadata_display_and_check is not documented
(#1365) Function clean_string_key is not documented
(#1389) Function metadata_initialise_core_elements is not documented
(#147) Phpdocs for function metadata_make_part_form has incomplete parameters list
(#530) Phpdocs for function metadata_make_part_view has incomplete parameters list
(#883) Phpdocs for function metadata_find_max_occurrence has incomplete parameters list
(#944) Phpdocs for function metadata_check_subcats_filled has incomplete parameters list
(#1001) Phpdocs for function metadata_is_integer has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#1010) Invalid inline phpdocs tag @param found
(#22) Package sharedresource is not valid
mod/sharedresource/metadatanotice.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#22) Package sharedresource is not valid
mod/sharedresource/metadatarep.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#25) Not recommended phpdocs tag @version used
(#27) Package sharedresource is not valid
mod/sharedresource/mod_form.php
(#17) File-level phpdocs block is not found
(#29) Class mod_sharedresource_mod_form is not documented
(#32) Function mod_sharedresource_mod_form::definition is not documented
(#73) Function mod_sharedresource_mod_form::data_preprocessing is not documented
(#77) Function mod_sharedresource_mod_form::validation is not documented
(#30) Variable mod_sharedresource_mod_form::$_resinstance is not documented
(#22) Not recommended phpdocs tag @version used
(#29) Package is not specified for class mod_sharedresource_mod_form. It is also not specified in file-level phpdocs
(#24) Package sharedresource is not valid
mod/sharedresource/moodlemetadata.php
(#2) Empty line found after PHP open tag
(#260) Function sharedresource_append_metadata_elements is not documented
(#278) Phpdocs for function sharedresource_append_author_data has incomplete parameters list
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
(#260) Package is not specified for function sharedresource_append_metadata_elements. It is also not specified in file-level phpdocs
(#278) Package is not specified for function sharedresource_append_author_data. It is also not specified in file-level phpdocs
mod/sharedresource/pageitem.php
(#2) Empty line found after PHP open tag
(#12) Function sharedresource_set_instance is not documented
(#3) No one-line description found in phpdocs for file
(#3) File-level phpdocs block does not have @copyright tag
(#3) File-level phpdocs block does not have @license tag
(#12) Package is not specified for function sharedresource_set_instance. It is also not specified in file-level phpdocs
mod/sharedresource/pageitem_page_embedded_content.php
(#17) File-level phpdocs block is not found
(#36) Function sharedresource_set_instance is not documented
(#22) Not recommended phpdocs tag @version used
(#36) Package is not specified for function sharedresource_set_instance. It is also not specified in file-level phpdocs
(#25) Category mod is not valid
mod/sharedresource/plugins/lom/lang/en/lom-min.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/lom/lang/en/sharedmetadata_lom.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/lom/lang/fr/lom-min.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/lom/lang/fr/sharedmetadata_lom.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/lom/plugin.class.php
(#31) Class sharedresource_plugin_lom is not documented
(#1008) Function sharedresource_plugin_lom::__construct is not documented
(#1015) Function sharedresource_plugin_lom::search is not documented
(#1244) Function sharedresource_plugin_lom::after_update is not documented
(#36) Variable sharedresource_plugin_lom::$namespace is not documented
(#38) Variable sharedresource_plugin_lom::$context is not documented
(#40) Variable sharedresource_plugin_lom::$ALLSOURCES is not documented
(#42) Variable sharedresource_plugin_lom::$DEFAULTSOURCE is not documented
(#44) Variable sharedresource_plugin_lom::$METADATATREE is not documented
(#556) Found comment starting with three or more slashes
(#685) Found comment starting with three or more slashes
(#17) No one-line description found in phpdocs for file
(#1116) Phpdocs for function sharedresource_plugin_lom::generate_xml has incomplete parameters list
(#1223) Phpdocs for function sharedresource_plugin_lom::after_save has incomplete parameters list
(#1323) Phpdocs for function sharedresource_plugin_lom::getKeywordValues has incomplete parameters list
(#1356) Phpdocs for function sharedresource_plugin_lom::setKeywords has incomplete parameters list
(#1383) Phpdocs for function sharedresource_plugin_lom::setTitle has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#21) Package sharedresource is not valid
mod/sharedresource/plugins/lom/version.php
(#12) Found comment starting with three or more slashes
(#15) Found comment starting with three or more slashes
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#5) Not recommended phpdocs tag @version used
(#7) Package mod_sharedresource is not valid
mod/sharedresource/plugins/lom/xmlparser.php
(#32) Class metadata_xml_parser_lom is not documented
(#391) Phpdocs for function metadata_xml_parser_lom::parse has incomplete parameters list
(#409) Phpdocs for function metadata_xml_parser_lom::reset_childs has incomplete parameters list
(#420) Phpdocs for function metadata_xml_parser_lom::get_elempath has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#21) Not recommended phpdocs tag @version used
(#32) Package is not specified for class metadata_xml_parser_lom. It is also not specified in file-level phpdocs
mod/sharedresource/plugins/lomfr/lang/en/lomfr-min.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/lomfr/lang/en/sharedmetadata_lomfr.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/lomfr/lang/fr/lomfr-min.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/lomfr/lang/fr/sharedmetadata_lomfr.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/lomfr/plugin.class.php
(#31) Class sharedresource_plugin_lomfr is not documented
(#1058) Function sharedresource_plugin_lomfr::__construct is not documented
(#1202) Function sharedresource_plugin_lomfr::after_update is not documented
(#36) Variable sharedresource_plugin_lomfr::$namespace is not documented
(#38) Variable sharedresource_plugin_lomfr::$context is not documented
(#40) Variable sharedresource_plugin_lomfr::$ALLSOURCES is not documented
(#42) Variable sharedresource_plugin_lomfr::$DEFAULTSOURCE is not documented
(#44) Variable sharedresource_plugin_lomfr::$OTHERSOURCES is not documented
(#56) Variable sharedresource_plugin_lomfr::$METADATATREE is not documented
(#17) No one-line description found in phpdocs for file
(#1074) Phpdocs for function sharedresource_plugin_lomfr::generate_xml has incomplete parameters list
(#1181) Phpdocs for function sharedresource_plugin_lomfr::after_save has incomplete parameters list
(#1218) Phpdocs for function sharedresource_plugin_lomfr::getKeywordValues has incomplete parameters list
(#1314) Phpdocs for function sharedresource_plugin_lomfr::setKeywords has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#21) Package sharedresource is not valid
mod/sharedresource/plugins/lomfr/version.php
(#12) Found comment starting with three or more slashes
(#15) Found comment starting with three or more slashes
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#5) Not recommended phpdocs tag @version used
(#7) Package mod_sharedresource is not valid
mod/sharedresource/plugins/lomfr/xmlparser.php
(#18) Class metadata_xml_parser_lomfr is not documented
(#563) Function metadata_xml_parser_lomfr::add_identifier is not documented
(#389) Phpdocs for function metadata_xml_parser_lomfr::parse has incomplete parameters list
(#406) Phpdocs for function metadata_xml_parser_lomfr::reset_childs has incomplete parameters list
(#417) Phpdocs for function metadata_xml_parser_lomfr::get_elempath has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#6) Not recommended phpdocs tag @version used
(#18) Package is not specified for class metadata_xml_parser_lomfr. It is also not specified in file-level phpdocs
mod/sharedresource/plugins/scolomfr/lang/en/scolomfr-min.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/scolomfr/lang/en/sharedmetadata_scolomfr.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/scolomfr/lang/fr/scolomfr-min.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/scolomfr/lang/fr/sharedmetadata_scolomfr.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/scolomfr/plugin.class.php
(#31) Class sharedresource_plugin_scolomfr is not documented
(#1148) Function sharedresource_plugin_scolomfr::__construct is not documented
(#1295) Function sharedresource_plugin_scolomfr::after_update is not documented
(#36) Variable sharedresource_plugin_scolomfr::$namespace is not documented
(#38) Variable sharedresource_plugin_scolomfr::$context is not documented
(#40) Variable sharedresource_plugin_scolomfr::$ALLSOURCES is not documented
(#42) Variable sharedresource_plugin_scolomfr::$DEFAULTSOURCE is not documented
(#44) Variable sharedresource_plugin_scolomfr::$OTHERSOURCES is not documented
(#83) Variable sharedresource_plugin_scolomfr::$METADATATREE is not documented
(#17) No one-line description found in phpdocs for file
(#1165) Phpdocs for function sharedresource_plugin_scolomfr::generate_xml has incomplete parameters list
(#1274) Phpdocs for function sharedresource_plugin_scolomfr::after_save has incomplete parameters list
(#1374) Phpdocs for function sharedresource_plugin_scolomfr::getKeywordValues has incomplete parameters list
(#1407) Phpdocs for function sharedresource_plugin_scolomfr::setKeywords has incomplete parameters list
(#1434) Phpdocs for function sharedresource_plugin_scolomfr::setTitle has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#21) Package sharedresource is not valid
mod/sharedresource/plugins/scolomfr/version.php
(#12) Found comment starting with three or more slashes
(#15) Found comment starting with three or more slashes
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#5) Not recommended phpdocs tag @version used
(#7) Package mod_sharedresource is not valid
mod/sharedresource/plugins/scolomfr/xmlparser.php
(#18) Class metadata_xml_parser_scolomfr is not documented
(#579) Function metadata_xml_parser_scolomfr::add_identifier is not documented
(#405) Phpdocs for function metadata_xml_parser_scolomfr::parse has incomplete parameters list
(#422) Phpdocs for function metadata_xml_parser_scolomfr::reset_childs has incomplete parameters list
(#433) Phpdocs for function metadata_xml_parser_scolomfr::get_elempath has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#6) Not recommended phpdocs tag @version used
(#18) Package is not specified for class metadata_xml_parser_scolomfr. It is also not specified in file-level phpdocs
mod/sharedresource/plugins/suplomfr/lang/en/sharedmetadata_suplomfr.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/suplomfr/lang/en/suplomfr-min.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/suplomfr/lang/fr/sharedmetadata_suplomfr.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/suplomfr/lang/fr/suplomfr-min.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/sharedresource/plugins/suplomfr/plugin.class.php
(#31) Class sharedresource_plugin_suplomfr is not documented
(#1095) Function sharedresource_plugin_suplomfr::__construct is not documented
(#1242) Function sharedresource_plugin_suplomfr::after_update is not documented
(#36) Variable sharedresource_plugin_suplomfr::$namespace is not documented
(#38) Variable sharedresource_plugin_suplomfr::$context is not documented
(#40) Variable sharedresource_plugin_suplomfr::$ALLSOURCES is not documented
(#42) Variable sharedresource_plugin_suplomfr::$DEFAULTSOURCE is not documented
(#44) Variable sharedresource_plugin_suplomfr::$OTHERSOURCES is not documented
(#88) Variable sharedresource_plugin_suplomfr::$METADATATREE is not documented
(#17) No one-line description found in phpdocs for file
(#1112) Phpdocs for function sharedresource_plugin_suplomfr::generate_xml has incomplete parameters list
(#1221) Phpdocs for function sharedresource_plugin_suplomfr::after_save has incomplete parameters list
(#1321) Phpdocs for function sharedresource_plugin_suplomfr::getKeywordValues has incomplete parameters list
(#1354) Phpdocs for function sharedresource_plugin_suplomfr::setKeywords has incomplete parameters list
(#1381) Phpdocs for function sharedresource_plugin_suplomfr::setTitle has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#21) Package sharedresource is not valid
mod/sharedresource/plugins/suplomfr/version.php
(#12) Found comment starting with three or more slashes
(#15) Found comment starting with three or more slashes
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#5) Not recommended phpdocs tag @version used
(#7) Package mod_sharedresource is not valid
mod/sharedresource/plugins/suplomfr/xmlparser.php
(#18) Class metadata_xml_parser_scolomfr is not documented
(#579) Function metadata_xml_parser_scolomfr::add_identifier is not documented
(#405) Phpdocs for function metadata_xml_parser_scolomfr::parse has incomplete parameters list
(#422) Phpdocs for function metadata_xml_parser_scolomfr::reset_childs has incomplete parameters list
(#433) Phpdocs for function metadata_xml_parser_scolomfr::get_elempath has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#6) Not recommended phpdocs tag @version used
(#18) Package is not specified for class metadata_xml_parser_scolomfr. It is also not specified in file-level phpdocs
mod/sharedresource/remotesubmit.php
(#17) File-level phpdocs block is not found
mod/sharedresource/rpclib.php
(#332) Phpdocs for function sharedresource_rpc_check has incomplete parameters list
(#349) Phpdocs for function sharedresource_rpc_move has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#37) Package is not specified for function sharedresource_rpc_get_metadata. It is also not specified in file-level phpdocs
(#60) Package is not specified for function sharedresource_rpc_get_categories. It is also not specified in file-level phpdocs
(#87) Package is not specified for function sharedresource_rpc_get_list. It is also not specified in file-level phpdocs
(#206) Package is not specified for function sharedresource_rpc_submit. It is also not specified in file-level phpdocs
(#330) Package is not specified for function sharedresource_rpc_check. It is also not specified in file-level phpdocs
(#344) Package is not specified for function sharedresource_rpc_move. It is also not specified in file-level phpdocs
mod/sharedresource/rsslib.php
(#23) File-level phpdocs block is not found
(#23) Function sharedresource_rss_feeds is not documented
(#23) Package is not specified for function sharedresource_rss_feeds. It is also not specified in file-level phpdocs
mod/sharedresource/search.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#22) Package sharedresource is not valid
mod/sharedresource/search_form.php
(#27) Class mod_sharedresource_search_form is not documented
(#29) Function mod_sharedresource_search_form::definition is not documented
(#65) Function mod_sharedresource_search_form::validation is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#22) Package sharedresource is not valid
mod/sharedresource/search_widget.class.php
(#32) Variable search_widget::$pluginchoice is not documented
(#33) Variable search_widget::$id is not documented
(#34) Variable search_widget::$label is not documented
(#35) Variable search_widget::$type is not documented
(#17) No one-line description found in phpdocs for file
(#37) Phpdocs for function search_widget::search_widget has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#27) Class search_widget does not have @copyright tag
(#27) Class search_widget does not have @license tag
(#20) Not recommended phpdocs tag @version used
(#22) Package sharedresource is not valid
mod/sharedresource/searchwidgets/date_search_widget.class.php
(#61) Function date_search_widget::catch_value is not documented
(#17) No one-line description found in phpdocs for file
(#33) Phpdocs for function date_search_widget::date_search_widget has incomplete parameters list
(#40) Phpdocs for function date_search_widget::print_search_widget has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#28) Class date_search_widget does not have @copyright tag
(#28) Class date_search_widget does not have @license tag
(#20) Not recommended phpdocs tag @version used
(#22) Package sharedresource is not valid
mod/sharedresource/searchwidgets/duration_search_widget.class.php
(#92) Function duration_search_widget::catch_value is not documented
(#131) Function duration_search_widget::durationsplit is not documented
(#17) No one-line description found in phpdocs for file
(#33) Phpdocs for function duration_search_widget::duration_search_widget has incomplete parameters list
(#40) Phpdocs for function duration_search_widget::print_search_widget has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#28) Class duration_search_widget does not have @copyright tag
(#28) Class duration_search_widget does not have @license tag
(#20) Not recommended phpdocs tag @version used
mod/sharedresource/searchwidgets/freetext_search_widget.class.php
(#17) No one-line description found in phpdocs for file
(#33) Phpdocs for function freetext_search_widget::freetext_search_widget has incomplete parameters list
(#40) Phpdocs for function freetext_search_widget::print_search_widget has incomplete parameters list
(#81) Phpdocs for function freetext_search_widget::catch_value has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#28) Class freetext_search_widget does not have @copyright tag
(#28) Class freetext_search_widget does not have @license tag
(#20) Not recommended phpdocs tag @version used
mod/sharedresource/searchwidgets/numeric_search_widget.class.php
(#69) Function numeric_search_widget::catch_value is not documented
(#17) No one-line description found in phpdocs for file
(#33) Phpdocs for function numeric_search_widget::numeric_search_widget has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#28) Class numeric_search_widget does not have @copyright tag
(#28) Class numeric_search_widget does not have @license tag
(#20) Not recommended phpdocs tag @version used
mod/sharedresource/searchwidgets/select_search_widget.class.php
(#69) Function select_search_widget::catch_value is not documented
(#17) No one-line description found in phpdocs for file
(#33) Phpdocs for function select_search_widget::select_search_widget has incomplete parameters list
(#40) Phpdocs for function select_search_widget::print_search_widget has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#28) Class select_search_widget does not have @copyright tag
(#28) Class select_search_widget does not have @license tag
(#20) Not recommended phpdocs tag @version used
mod/sharedresource/searchwidgets/selectmultiple_search_widget.class.php
(#83) Function selectmultiple_search_widget::catch_value is not documented
(#17) No one-line description found in phpdocs for file
(#33) Phpdocs for function selectmultiple_search_widget::selectmultiple_search_widget has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#28) Class selectmultiple_search_widget does not have @copyright tag
(#28) Class selectmultiple_search_widget does not have @license tag
(#20) Not recommended phpdocs tag @version used
(#22) Package sharedresource is not valid
mod/sharedresource/searchwidgets/treeselect_search_widget.class.php
(#68) Function treeselect_search_widget::catch_value is not documented
(#17) No one-line description found in phpdocs for file
(#33) Phpdocs for function treeselect_search_widget::treeselect_search_widget has incomplete parameters list
(#40) Phpdocs for function treeselect_search_widget::print_search_widget has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#28) Class treeselect_search_widget does not have @copyright tag
(#28) Class treeselect_search_widget does not have @license tag
(#20) Not recommended phpdocs tag @version used
mod/sharedresource/settings.php
(#2) Empty line found after PHP open tag
(#89) Function redirectmetadata is not documented
(#68) Found comment starting with three or more slashes
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#5) Not recommended phpdocs tag @version used
(#7) Package sharedresource is not valid
mod/sharedresource/sharedresource_base.class.php
(#170) Function sharedresource_base::__set is not documented
(#177) Function sharedresource_base::__get is not documented
(#33) Variable sharedresource_base::$cm is not documented
(#35) Variable sharedresource_base::$sharedresource is not documented
(#37) Variable sharedresource_base::$sharedresourceentry is not documented
(#39) Variable sharedresource_base::$navlinks is not documented
(#41) Variable sharedresource_base::$parameters is not documented
(#43) Variable sharedresource_base::$maxparameters is not documented
(#300) Found comment starting with three or more slashes
(#17) No one-line description found in phpdocs for file
(#52) Phpdocs for function sharedresource_base::__construct has incomplete parameters list
(#588) Phpdocs for function sharedresource_base::add_instance has incomplete parameters list
(#604) Phpdocs for function sharedresource_base::update_instance has incomplete parameters list
(#621) Phpdocs for function sharedresource_base::delete_instance has incomplete parameters list
(#726) Phpdocs for function sharedresource_base::setup_elements has incomplete parameters list
(#858) Phpdocs for function sharedresource_base::setup_preprocessing has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#26) Class sharedresource_base does not have @copyright tag
(#26) Class sharedresource_base does not have @license tag
(#20) Not recommended phpdocs tag @version used
(#22) Package sharedresource is not valid
mod/sharedresource/sharedresource_entry.class.php
(#669) Function sharedresource_entry::exists is not documented
(#52) Variable sharedresource_entry::$sharedresource_entry is not documented
(#55) Variable sharedresource_entry::$metadata_elements is not documented
(#58) Variable sharedresource_entry::$storedfile is not documented
(#17) No one-line description found in phpdocs for file
(#64) Phpdocs for function sharedresource_entry::search has incomplete parameters list
(#87) Phpdocs for function sharedresource_entry::read has incomplete parameters list
(#104) Phpdocs for function sharedresource_entry::read_by_id has incomplete parameters list
(#120) Phpdocs for function sharedresource_entry::get_by_id has incomplete parameters list
(#130) Phpdocs for function sharedresource_entry::get_by_identifier has incomplete parameters list
(#176) Phpdocs for function sharedresource_entry::__get has incomplete parameters list
(#193) Phpdocs for function sharedresource_entry::__set has incomplete parameters list
(#323) Phpdocs for function sharedresource_entry::add_element has incomplete parameters list
(#345) Phpdocs for function sharedresource_entry::element has incomplete parameters list
(#370) Phpdocs for function sharedresource_entry::update_element has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#26) Class sharedresource_entry does not have @copyright tag
(#26) Class sharedresource_entry does not have @license tag
(#20) Not recommended phpdocs tag @version used
(#22) Package mod-sharedresource is not valid
mod/sharedresource/sharedresource_entry_form.php
(#27) Class mod_sharedresource_entry_form is not documented
(#29) Function mod_sharedresource_entry_form::mod_sharedresource_entry_form is not documented
(#34) Function mod_sharedresource_entry_form::definition is not documented
(#114) Function mod_sharedresource_entry_form::validation is not documented
(#129) Function mod_sharedresource_entry_form::get_data is not documented
(#145) Function mod_sharedresource_entry_form::set_data is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#22) Package sharedresource is not valid
mod/sharedresource/sharedresource_metadata.class.php
(#50) Function sharedresource_metadata::add_instance is not documented
(#35) Variable sharedresource_metadata::$element is not documented
(#36) Variable sharedresource_metadata::$namespace is not documented
(#37) Variable sharedresource_metadata::$value is not documented
(#38) Variable sharedresource_metadata::$entry_id is not documented
(#17) No one-line description found in phpdocs for file
(#40) Phpdocs for function sharedresource_metadata::__construct has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#26) Class sharedresource_metadata does not have @copyright tag
(#26) Class sharedresource_metadata does not have @license tag
(#20) Not recommended phpdocs tag @version used
(#22) Package sharedresource is not valid
mod/sharedresource/sharedresource_metadata_exception.class.php
(#17) File-level phpdocs block is not found
(#17) Class MetadataException is not documented
(#21) Function MetadataException::__construct is not documented
(#19) Variable MetadataException::$message is not documented
(#17) Package is not specified for class MetadataException. It is also not specified in file-level phpdocs
mod/sharedresource/sharedresource_plugin_base.class.php
(#17) File-level phpdocs block is not found
(#61) Class sharedresource_plugin_base is not documented
(#153) Function sharedresource_plugin_base::getNamespace is not documented
(#178) Function sharedresource_plugin_base::sharedresource_entry_definition is not documented
(#215) Function sharedresource_plugin_base::sharedresource_entry_definition_rec is not documented
(#397) Function sharedresource_plugin_base::get_cardinality is not documented
(#431) Function sharedresource_plugin_base::search_definition is not documented
(#447) Function sharedresource_plugin_base::search is not documented
(#63) Variable sharedresource_plugin_base::$entryid is not documented
(#65) Variable sharedresource_plugin_base::$pluginname is not documented
(#67) Variable sharedresource_plugin_base::$namespace is not documented
(#74) Phpdocs for function sharedresource_plugin_base::sharedresource_entry_validation has incomplete parameters list
(#100) Phpdocs for function sharedresource_plugin_base::before_save has incomplete parameters list
(#113) Phpdocs for function sharedresource_plugin_base::after_save has incomplete parameters list
(#126) Phpdocs for function sharedresource_plugin_base::before_update has incomplete parameters list
(#139) Phpdocs for function sharedresource_plugin_base::after_update has incomplete parameters list
(#157) Phpdocs for function sharedresource_plugin_base::sharedresource_entry_definition_scalar has incomplete parameters list
(#274) Phpdocs for function sharedresource_plugin_base::configure has incomplete parameters list
(#301) Phpdocs for function sharedresource_plugin_base::print_configure_rec has incomplete parameters list
(#414) Phpdocs for function sharedresource_plugin_base::sharedresource_entry_definition_taxum has incomplete parameters list
(#538) Phpdocs for function sharedresource_plugin_base::get_metadata has incomplete parameters list
(#603) Phpdocs for function sharedresource_plugin_base::hasNode has incomplete parameters list
(#611) Phpdocs for function sharedresource_plugin_base::setEntry has incomplete parameters list
(#618) Phpdocs for function sharedresource_plugin_base::getKeywordValues has incomplete parameters list
(#643) Phpdocs for function sharedresource_plugin_base::setKeywords has incomplete parameters list
(#649) Phpdocs for function sharedresource_plugin_base::getElement has incomplete parameters list
(#661) Phpdocs for function sharedresource_plugin_base::setTextElementValue has incomplete parameters list
(#701) Phpdocs for function sharedresource_plugin_base::setTitle has incomplete parameters list
(#726) Phpdocs for function sharedresource_plugin_base::setDescription has incomplete parameters list
(#752) Phpdocs for function sharedresource_plugin_base::setLocation has incomplete parameters list
(#777) Phpdocs for function sharedresource_plugin_base::defaultValue has incomplete parameters list
(#785) Phpdocs for function sharedresource_plugin_base::load_defaults has incomplete parameters list
(#804) Phpdocs for function sharedresource_plugin_base::load_mtdstandard has incomplete parameters list
(#22) Not recommended phpdocs tag @version used
(#61) Package is not specified for class sharedresource_plugin_base. It is also not specified in file-level phpdocs
(#25) Category mod is not valid
mod/sharedresource/test.php
(#2) File-level phpdocs block is not found
mod/sharedresource/version.php
(#27) Found comment starting with three or more slashes
(#30) Found comment starting with three or more slashes
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#21) Invalid phpdocs tag @contributor used
(#23) Package sharedresource is not valid
mod/sharedresource/view.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#22) Package sharedresource is not valid

Update savepoints problems

(2 errors, 0 warnings)

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

mod/sharedresource/db/upgrade.php
Detected more 'if' blocks (2) than 'savepoint' calls (1)
version 2013030800 is missing corresponding savepoint call

Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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