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

(261 errors, 76 warnings)

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

report/mergeusers/db/access.php
(#2) The opening <?php tag must be followed by exactly one newline.
report/mergeusers/db/install.php
(#2) The opening <?php tag must be followed by exactly one newline.
report/mergeusers/index.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".
(#3) 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".
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#4) 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,".
(#5) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#5) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#6) Line 12 of the opening comment must start "//".
(#6) 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/>.".
(#54) Commas (,) must be followed by white space.
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Variable "mergeusers_errors" must not contain underscores.
(#87) Variable "mergeusers_queries" must not contain underscores.
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Line indented incorrectly; expected at least 4 spaces, found 3
(#91) Line indented incorrectly; expected at least 4 spaces, found 3
(#92) Line indented incorrectly; expected 4 spaces, found 3
(#94) Line indented incorrectly; expected 4 spaces, found 3
(#95) Line indented incorrectly; expected at least 4 spaces, found 3
(#95) Variable "currentUser" must be all lower-case
(#96) Line indented incorrectly; expected at least 4 spaces, found 3
(#96) Variable "currentUserName" must be all lower-case
(#97) Line indented incorrectly; expected at least 4 spaces, found 3
(#98) Line indented incorrectly; expected 4 spaces, found 3
(#99) Line indented incorrectly; expected at least 8 spaces, found 7
(#100) Closing brace indented incorrectly; expected 3 spaces, found 4
(#101) Variable "newUser" must be all lower-case
(#102) Variable "newUserName" must be all lower-case
(#104) Variable "currentUserName" must be all lower-case
(#104) Variable "currentUser" must be all lower-case
(#104) Variable "newUserName" must be all lower-case
(#104) Variable "newUser" must be all lower-case
(#104) Line exceeds maximum limit of 180 characters; contains 232 characters
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Variable "tablesToSkip" must be all lower-case
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Variable "tableNames" must be all lower-case
(#115) Line exceeds 132 characters; contains 139 characters
(#117) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Variable "tableNames" must be all lower-case
(#121) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Variable "tableNames" must be all lower-case
(#123) Line exceeds 132 characters; contains 165 characters
(#125) Expected "} else {\n"; found "}\n else {\n"
(#129) This comment is 49% valid code; is this commented out code?
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Line indented incorrectly; expected at least 4 spaces, found 0
(#129) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Line indented incorrectly; expected at least 4 spaces, found 0
(#130) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#132) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#132) Variable "tableNames" must be all lower-case
(#132) Variable "table_name" must not contain underscores.
(#132) Variable "objWeCanIgnore" must be all lower-case
(#133) Expected "if (...) {\n"; found "if(...) { //This section should never be executed due to the way Moodle returns its resultsets\n"
(#133) Variable "table_name" must not contain underscores.
(#133) No space found before comment text; expected "// This section should never be executed due to the way Moodle returns its resultsets" but found "//This section should never be executed due to the way Moodle returns its resultsets"
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Line indented incorrectly; expected at least 12 spaces, found 0
(#134) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#136) Usage of ELSEIF not allowed; use ELSE IF instead
(#136) Variable "table_name" must not contain underscores.
(#136) Variable "tablesToSkip" must be all lower-case
(#137) Variable "table_name" must not contain underscores.
(#139) Empty ELSE statement detected
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) This comment is 84% valid code; is this commented out code?
(#140) Line indented incorrectly; expected at least 12 spaces, found 0
(#140) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Variable "columnList" must be all lower-case
(#145) Variable "table_name" must not contain underscores.
(#145) Line exceeds 132 characters; contains 166 characters
(#147) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Variable "columnList" must be all lower-case
(#149) Variable "table_name" must not contain underscores.
(#151) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Variable "columnList" must be all lower-case
(#153) Variable "table_name" must not contain underscores.
(#153) Line exceeds 132 characters; contains 178 characters
(#155) Expected "} else {\n"; found "}\n else {\n"
(#159) Variable "columnList" must be all lower-case
(#161) Expected "if (...) {\n"; found "if(...) {\n"
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Variable "field_name" must not contain underscores.
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#173) Variable "field_name" must not contain underscores.
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#177) Variable "field_name" must not contain underscores.
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Expected "} else {\n"; found "}\n else {\n"
(#183) Variable "recordsToUpdate" must be all lower-case
(#183) Variable "table_name" must not contain underscores.
(#183) Variable "field_name" must not contain underscores.
(#183) Variable "currentUser" must be all lower-case
(#183) Line exceeds 132 characters; contains 138 characters
(#184) Expected "if (...) {\n"; found "if(...) {\n"
(#184) Variable "recordsToUpdate" must be all lower-case
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) No space found before comment text; expected "// this userid is not present in this table" but found "//this userid is not present in this table"
(#189) Variable "recordsToModify" must be all lower-case
(#189) Variable "recordsToUpdate" must be all lower-case
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Expected "if (...) {\n"; found "if(...) {\n"
(#191) Variable "table_name" must not contain underscores.
(#194) Variable "newUser" must be all lower-case
(#194) Variable "currentUser" must be all lower-case
(#194) Variable "recordsToModify" must be all lower-case
(#196) Expected "if (...) {\n"; found "if(...) {\n"
(#196) Variable "table_name" must not contain underscores.
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Variable "newUser" must be all lower-case
(#198) Variable "currentUser" must be all lower-case
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Variable "idString" must be all lower-case
(#203) Variable "recordsToModify" must be all lower-case
(#204) Variable "updateRecords" must be all lower-case
(#204) Variable "table_name" must not contain underscores.
(#204) Variable "field_name" must not contain underscores.
(#204) Variable "newUser" must be all lower-case
(#204) Variable "idString" must be all lower-case
(#205) Expected "if (...) {\n"; found "if(...) {\n"
(#205) Empty IF statement detected
(#205) Variable "updateRecords" must be all lower-case
(#206) This comment is 64% valid code; is this commented out code?
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Line indented incorrectly; expected at least 12 spaces, found 0
(#206) Expected 1 space before comment text but found 10; use block comment if you need indentation
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) Line indented incorrectly; expected at least 12 spaces, found 0
(#207) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#209) Expected "} else {\n"; found "}\n else {\n"
(#210) Variable "table_name" must not contain underscores.
(#210) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#212) Variable "mergeusers_errors" must not contain underscores.
(#214) Variable "mergeusers_queries" must not contain underscores.
(#214) Variable "updateRecords" must be all lower-case
(#219) Variable "mergeusers_errors" must not contain underscores.
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Expected "} else {\n"; found "}\n else {\n"
(#231) Variable "mergeusers_queries" must not contain underscores.
(#231) Variable "mergeusers_query" must not contain underscores.
(#232) Variable "mergeusers_query" must not contain underscores.
(#239) Expected "} else {\n"; found "} else {\n"
(#241) Inline comments must start with a capital letter, digit or 3-dots sequence
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) This comment is 75% valid code; is this commented out code?
(#252) A closing tag is not permitted at the end of a PHP file
report/mergeusers/index_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Whitespace found at end of line
(#22) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) 3 slashes comments are not allowed; use "// Comment." instead
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
report/mergeusers/lang/en/report_mergeusers.php
(#2) The opening <?php tag must be followed by exactly one newline.
report/mergeusers/lang/fr/report_mergeusers.php
(#2) The opening <?php tag must be followed by exactly one newline.
report/mergeusers/locallib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) function name "mergeGrades" must be lower-case letters only
(#23) Variable "newId" must be all lower-case
(#23) Variable "currentId" must be all lower-case
(#23) Variable "recordsToModify" must be all lower-case
(#24) Variable "mergeusers_errors" must not contain underscores.
(#24) Variable "mergeusers_queries" must not contain underscores.
(#26) Variable "currentId" must be all lower-case
(#26) Variable "newId" must be all lower-case
(#29) Variable "itemArr" must be all lower-case
(#30) Variable "idsToRemove" must be all lower-case
(#31) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#31) Variable "resObj" must be all lower-case
(#32) Variable "itemArr" must be all lower-case
(#32) Variable "resObj" must be all lower-case
(#32) Variable "resObj" must be all lower-case
(#35) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#35) Variable "itemArr" must be all lower-case
(#35) Variable "itemId" must be all lower-case
(#35) Variable "itemInfo" must be all lower-case
(#36) Expected "if (...) {\n"; found "if(...){\n"
(#36) The use of function sizeof() is forbidden; use count() instead
(#36) Variable "itemInfo" must be all lower-case
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Variable "idsToRemove" must be all lower-case
(#40) Variable "itemInfo" must be all lower-case
(#40) Variable "currentId" must be all lower-case
(#43) Variable "idsGoByebye" must be all lower-case
(#43) Expected 1 space after "="; 2 found
(#43) Variable "idsToRemove" must be all lower-case
(#44) Variable "idsGoByebye" must be all lower-case
(#45) Expected "if (...) {\n"; found "if(...) {\n"
(#45) Variable "idsGoByebye" must be all lower-case
(#46) This comment is 84% valid code; is this commented out code?
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Line indented incorrectly; expected at least 8 spaces, found 0
(#46) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#48) Expected "for (...) {\n"; found "for(...) {\n"
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#48) Variable "recordsToModify" must be all lower-case
(#49) Expected "if (...) {\n"; found "if(...) {\n"
(#49) Variable "recordsToModify" must be all lower-case
(#49) Variable "idsToRemove" must be all lower-case
(#50) Variable "recordsToModify" must be all lower-case
(#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
(#53) This comment is 62% valid code; is this commented out code?
(#53) Line indented incorrectly; expected at least 8 spaces, found 0
(#53) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#55) Expected "} else if (...) {\n"; found "}\n else if(...) {\n"
(#55) Expected "if (...) {\n"; found "if(...) {\n"
(#55) Variable "idsGoByebye" must be all lower-case
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#58) Variable "mergeusers_errors" must not contain underscores.
(#60) Variable "idsGoByebye" must be all lower-case
(#61) Variable "mergeusers_queries" must not contain underscores.
(#77) function name "disableOldUserEnrollments" must be lower-case letters only
(#77) Variable "newId" must be all lower-case
(#77) Variable "currentId" must be all lower-case
(#78) Variable "mergeusers_errors" must not contain underscores.
(#78) Variable "mergeusers_queries" must not contain underscores.
(#80) Variable "currentId" must be all lower-case
(#80) Variable "newId" must be all lower-case
(#80) Line exceeds 132 characters; contains 144 characters
(#82) Expected "if (...) {\n"; found "if(...){\n"
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) This comment is 60% valid code; is this commented out code?
(#83) Line indented incorrectly; expected at least 8 spaces, found 0
(#83) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#87) Variable "enrolArr" must be all lower-case
(#88) Variable "idsToDisable" must be all lower-case
(#89) Variable "enrollmentsToUpdate" must be all lower-case
(#90) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#90) Variable "resObj" must be all lower-case
(#91) Variable "enrolArr" must be all lower-case
(#91) Variable "resObj" must be all lower-case
(#91) Variable "resObj" must be all lower-case
(#93) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#93) Variable "enrolArr" must be all lower-case
(#93) Variable "enrolId" must be all lower-case
(#93) Variable "enrolInfo" must be all lower-case
(#94) Expected "if (...) {\n"; found "if(...) {\n"
(#94) The use of function sizeof() is forbidden; use count() instead
(#94) Variable "enrolInfo" must be all lower-case
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) No space found before comment text; expected "// if we don't have 2 results, then these users did not both complete this activity." but found "//if we don't have 2 results, then these users did not both complete this activity."
(#96) Expected "if (...) {\n"; found "if(...) {\n"
(#96) Variable "enrolInfo" must be all lower-case
(#96) Variable "currentId" must be all lower-case
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) No space found before comment text; expected "// if we have the old user, we have to assign this course to the new user." but found "//if we have the old user, we have to assign this course to the new user."
(#98) Variable "enrollmentsToUpdate" must be all lower-case
(#98) Variable "enrolInfo" must be all lower-case
(#98) Variable "currentId" must be all lower-case
(#101) Expected "} else {\n"; found "}\n else {\n"
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) No space found before comment text; expected "// we don't have anything here for this course. We actually shouldn't get to this point ever." but found "//we don't have anything here for this course. We actually shouldn't get to this point ever."
(#106) Variable "idsToDisable" must be all lower-case
(#106) Variable "enrolInfo" must be all lower-case
(#106) Variable "currentId" must be all lower-case
(#109) Expected "if (...) {\n"; found "if(...) { // it's possible we won't have any\n"
(#109) Variable "enrollmentsToUpdate" must be all lower-case
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Variable "updateIds" must be all lower-case
(#111) Variable "enrollmentsToUpdate" must be all lower-case
(#112) Variable "newId" must be all lower-case
(#112) Variable "updateIds" must be all lower-case
(#113) Expected "if (...) {\n"; found "if(...) {\n"
(#113) Empty IF statement detected
(#114) This comment is 64% valid code; is this commented out code?
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Line indented incorrectly; expected at least 12 spaces, found 0
(#114) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#115) Line exceeds 132 characters; contains 133 characters
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Line indented incorrectly; expected at least 12 spaces, found 0
(#115) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#117) Expected "} else {\n"; found "}\n else {\n"
(#118) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#118) Line exceeds 132 characters; contains 150 characters
(#119) Variable "mergeusers_errors" must not contain underscores.
(#121) Variable "mergeusers_queries" must not contain underscores.
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Expected "if (...) {\n"; found "if(...) {\n"
(#124) Variable "idsToDisable" must be all lower-case
(#125) Variable "idsGoByebye" must be all lower-case
(#125) Expected 1 space after "="; 2 found
(#125) Commas (,) must be followed by white space.
(#125) Variable "idsToDisable" must be all lower-case
(#126) Variable "idsGoByebye" must be all lower-case
(#127) Expected "if (...) {\n"; found "if(...) {\n"
(#127) Empty IF statement detected
(#128) This comment is 64% valid code; is this commented out code?
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Line indented incorrectly; expected at least 12 spaces, found 0
(#128) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#129) Line exceeds 132 characters; contains 133 characters
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Line indented incorrectly; expected at least 12 spaces, found 0
(#129) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#131) Expected "} else {\n"; found "}\n else {\n"
(#132) Extension 'mysql_' is deprecated since PHP 5.5 - use mysqli instead.
(#132) Line exceeds 132 characters; contains 150 characters
(#133) Variable "mergeusers_errors" must not contain underscores.
(#135) Variable "mergeusers_queries" must not contain underscores.
report/mergeusers/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Whitespace found at end of line
(#14) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#16) Line exceeds maximum limit of 180 characters; contains 185 characters
report/mergeusers/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(27 errors, 16 warnings)

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

report/mergeusers/db/access.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
report/mergeusers/db/install.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Function xmldb_report_mergeusers_install is not documented
(#5) Package is not specified for function xmldb_report_mergeusers_install. It is also not specified in file-level phpdocs
report/mergeusers/index.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block does not have @copyright tag
(#12) Not recommended phpdocs tag @version used
(#6) Package report is not valid
report/mergeusers/index_form.php
(#2) Empty line found after PHP open tag
(#22) Found comment starting with three or more slashes
(#3) File-level phpdocs block does not have @copyright tag
(#24) Class mergeuserform does not have @copyright tag
(#24) Class mergeuserform does not have @license tag
(#10) Not recommended phpdocs tag @version used
(#10) Not recommended phpdocs tag @version used
(#6) Package report is not valid
(#6) Package admin-report-mergeusers is not valid
report/mergeusers/lang/en/report_mergeusers.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block does not have @copyright tag
(#12) Not recommended phpdocs tag @version used
(#7) Package report is not valid
(#7) Package admin-report-mergeusers is not valid
report/mergeusers/lang/fr/report_mergeusers.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block does not have @copyright tag
(#12) Not recommended phpdocs tag @version used
(#7) Package report is not valid
(#7) Package admin-report-mergeusers is not valid
report/mergeusers/locallib.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Phpdocs for function mergeGrades has incomplete parameters list
(#74) Phpdocs for function disableOldUserEnrollments has incomplete parameters list
(#3) Package is not specified for function mergeGrades. It is also not specified in file-level phpdocs
(#66) Package is not specified for function disableOldUserEnrollments. It is also not specified in file-level phpdocs
report/mergeusers/settings.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block does not have @copyright tag
(#11) Not recommended phpdocs tag @version used
(#7) Package report is not valid
report/mergeusers/version.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block does not have @copyright tag
(#11) Not recommended phpdocs tag @version used
(#7) Package report is not valid

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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