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

(2326 errors, 43 warnings)

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

admin/tool/moodledt/bookmark.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/>.".
(#12) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#21) Expected "if (...) {\n"; found "if(...) {\n"
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 4 spaces, found 1
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 4 spaces, found 1
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 12 spaces, found 3
(#29) Inline control structures are not allowed
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 12 spaces, found 4
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 8 spaces, found 2
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 12 spaces, found 3
(#33) Inline control structures are not allowed
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 12 spaces, found 4
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#43) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/db/index.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Spaces must be used to indent lines; tabs are not allowed
(#2) Tab found within whitespace
(#2) Line 2 of the opening comment must start "//".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) 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) Spaces must be used to indent lines; tabs are not allowed
(#4) Tab found within whitespace
(#4) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#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 "//".
(#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/>.".
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#12) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/db/install.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/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Whitespace found at end of line
admin/tool/moodledt/db/uninstall.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/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected at least 4 spaces, found 1
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Whitespace found at end of line
admin/tool/moodledt/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".
(#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/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 4 spaces, found 1
(#15) Spaces must be used to indent lines; tabs are not allowed
(#15) Tab found within whitespace
(#15) Whitespace found at end of line
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 4 spaces, found 1
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Whitespace found at end of line
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected 4 spaces, found 1
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Whitespace found at end of line
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected 8 spaces, found 2
(#21) Expected "if (...) {\n"; found "if(...){\n"
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Whitespace found at end of line
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 12 spaces, found 3
(#23) Variable "field_id" must not contain underscores.
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 12 spaces, found 3
(#24) Variable "field_plugin_type" must not contain underscores.
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 12 spaces, found 3
(#25) Variable "field_plugin_name" must not contain underscores.
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Whitespace found at end of line
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 12 spaces, found 3
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 12 spaces, found 3
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Whitespace found at end of line
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 12 spaces, found 3
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 12 spaces, found 3
(#31) Commas (,) must be followed by white space.
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Whitespace found at end of line
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 12 spaces, found 3
(#33) Variable "field_id" must not contain underscores.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 12 spaces, found 3
(#34) Variable "field_plugin_type" must not contain underscores.
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#35) Variable "field_plugin_name" must not contain underscores.
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Whitespace found at end of line
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 12 spaces, found 3
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Whitespace found at end of line
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 12 spaces, found 3
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 12 spaces, found 3
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 4 spaces, found 1
(#47) Whitespace found at end of line
(#51) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/download_file.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/>.".
(#7) Whitespace found at end of line
(#12) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#21) Commas (,) must be followed by white space.
(#31) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/index.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/>.".
(#7) Whitespace found at end of line
(#21) Variable "plugin_url" must not contain underscores.
(#32) Variable "plugin_type" must not contain underscores.
(#33) Variable "plugin_name" must not contain underscores.
(#36) Inline control structures are not allowed
(#36) Variable "plugin_type" must not contain underscores.
(#36) Variable "plugin_name" must not contain underscores.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Variable "plugin_type" must not contain underscores.
(#37) Variable "plugin_name" must not contain underscores.
(#40) Expected "if (...) {\n"; found "if(...){\n"
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 4 spaces, found 1
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 12 spaces, found 3
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 3
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 12 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 8 spaces, found 2
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 12 spaces, found 3
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 12 spaces, found 3
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected 4 spaces, found 1
(#54) Expected "if (...) {\n"; found "if(...){\n"
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Whitespace found at end of line
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 4 spaces, found 1
(#56) Variable "plugin_type" must not contain underscores.
(#56) Variable "plugin_name" must not contain underscores.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 4 spaces, found 1
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected 4 spaces, found 1
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 8 spaces, found 2
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Variable "package_type" must not contain underscores.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected at least 12 spaces, found 3
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#63) Variable "plugin_type" must not contain underscores.
(#63) Variable "plugin_name" must not contain underscores.
(#63) Variable "package_type" must not contain underscores.
(#63) Line exceeds 132 characters; contains 135 characters
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) Variable "package_type" must not contain underscores.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#67) Variable "date_modified" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Variable "plugin_type" must not contain underscores.
(#69) Variable "plugin_name" must not contain underscores.
(#69) Variable "package_type" must not contain underscores.
(#69) Variable "date_modified" must not contain underscores.
(#69) Line exceeds 132 characters; contains 164 characters
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 8 spaces, found 2
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 12 spaces, found 3
(#72) Variable "lang_default" must not contain underscores.
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Variable "lang_data" must not contain underscores.
(#73) Variable "plugin_type" must not contain underscores.
(#73) Variable "plugin_name" must not contain underscores.
(#73) Variable "lang_default" must not contain underscores.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Whitespace found at end of line
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Variable "lang_default" must not contain underscores.
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#77) Variable "url_execute" must not contain underscores.
(#77) Variable "plugin_url" must not contain underscores.
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 12 spaces, found 3
(#79) Variable "url_execute" must not contain underscores.
(#79) Line exceeds 132 characters; contains 139 characters
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected 12 spaces, found 3
(#80) Variable "lang_data" must not contain underscores.
(#80) Variable "lines_language_file" must not contain underscores.
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 16 spaces, found 4
(#81) Variable "lines_language_file" must not contain underscores.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 12 spaces, found 3
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 12 spaces, found 3
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected 12 spaces, found 3
(#85) Expected "if (...) {\n"; found "if(...) {\n"
(#85) Variable "lang_data" must not contain underscores.
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected 16 spaces, found 4
(#86) Variable "lang_data" must not contain underscores.
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 20 spaces, found 5
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected 16 spaces, found 4
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 12 spaces, found 3
(#89) Inline control structures are not allowed
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 12 spaces, found 4
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 12 spaces, found 3
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected 12 spaces, found 3
(#93) Expected "if (...) {\n"; found "if(...) {\n"
(#93) Variable "lang_data" must not contain underscores.
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 16 spaces, found 4
(#94) Variable "lang_data" must not contain underscores.
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected 16 spaces, found 4
(#95) Variable "lang_data" must not contain underscores.
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 20 spaces, found 5
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 16 spaces, found 4
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 12 spaces, found 3
(#98) Inline control structures are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 12 spaces, found 4
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected 8 spaces, found 2
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 12 spaces, found 3
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 12 spaces, found 3
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected 12 spaces, found 3
(#105) Expected "if (...) {\n"; found "if(...) {\n"
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 16 spaces, found 4
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 16 spaces, found 4
(#107) Variable "url_execute" must not contain underscores.
(#107) Variable "plugin_url" must not contain underscores.
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 16 spaces, found 4
(#108) Variable "url_execute" must not contain underscores.
(#108) Line exceeds 132 characters; contains 136 characters
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected 12 spaces, found 3
(#109) Inline control structures are not allowed
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 12 spaces, found 4
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 4 spaces, found 1
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 4 spaces, found 1
(#122) A closing tag is not permitted at the end of a PHP file
(#122) Additional whitespace found at end of file
admin/tool/moodledt/lang/en/index.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Spaces must be used to indent lines; tabs are not allowed
(#2) Tab found within whitespace
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) 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) Spaces must be used to indent lines; tabs are not allowed
(#4) Tab found within whitespace
(#4) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#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 "//".
(#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/>.".
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#12) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/lang/en/tool_moodledt.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/>.".
(#7) Whitespace found at end of line
(#71) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/lang/es/index.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Spaces must be used to indent lines; tabs are not allowed
(#2) Tab found within whitespace
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) 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) Spaces must be used to indent lines; tabs are not allowed
(#4) Tab found within whitespace
(#4) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#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 "//".
(#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/>.".
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#12) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/lang/es/tool_moodledt.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/>.".
(#7) Whitespace found at end of line
(#47) Whitespace found at end of line
(#66) Whitespace found at end of line
(#71) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/lang/index.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Spaces must be used to indent lines; tabs are not allowed
(#2) Tab found within whitespace
(#2) Line 2 of the opening comment must start "//".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) 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) Spaces must be used to indent lines; tabs are not allowed
(#4) Tab found within whitespace
(#4) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#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 "//".
(#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/>.".
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#12) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/lang/pt_br/index.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Spaces must be used to indent lines; tabs are not allowed
(#2) Tab found within whitespace
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) 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) Spaces must be used to indent lines; tabs are not allowed
(#4) Tab found within whitespace
(#4) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#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 "//".
(#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/>.".
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#12) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/lang/pt_br/tool_moodledt.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/>.".
(#7) Whitespace found at end of line
(#71) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/locallib.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/>.".
(#14) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 4 spaces, found 1
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected 4 spaces, found 1
(#24) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 8 spaces, found 2
(#25) Expected "if (...) {\n"; found "if(...) {\n"
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 12 spaces, found 3
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 8 spaces, found 2
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected 8 spaces, found 2
(#28) Expected "if (...) {\n"; found "if(...) {\n"
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 12 spaces, found 3
(#29) Expected 1 space before "="; 0 found
(#29) Expected 1 space after "="; 0 found
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 12 spaces, found 3
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 8 spaces, found 2
(#32) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 12 spaces, found 3
(#33) Expected 1 space before "="; 0 found
(#33) Expected 1 space after "="; 0 found
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected 4 spaces, found 1
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 4 spaces, found 1
(#45) Variable "base_dir" must not contain underscores.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 4 spaces, found 1
(#46) Inline control structures are not allowed
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 4 spaces, found 2
(#48) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#48) Variable "base_dir" must not contain underscores.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 5
(#49) Inline control structures are not allowed
(#49) Variable "base_dir" must not contain underscores.
(#50) Variable "base_dir" must not contain underscores.
(#51) Expected "if (...) {\n"; found "if(...) {\n"
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 12 spaces, found 9
(#52) Expected 1 space before "="; 0 found
(#65) Variable "is_array" must not contain underscores.
(#65) Expected 1 space after closing parenthesis; found 0
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 4 spaces, found 1
(#66) Variable "dir_lang" must not contain underscores.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 4 spaces, found 1
(#67) Inline control structures are not allowed
(#67) Variable "is_array" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 4 spaces, found 2
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 4 spaces, found 1
(#69) Inline control structures are not allowed
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 4 spaces, found 2
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected 4 spaces, found 1
(#71) Variable "dir_lang" must not contain underscores.
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 8 spaces, found 2
(#72) Expected "if (...) {\n"; found "if(...) {\n"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 3
(#73) Inline control structures are not allowed
(#73) Variable "is_array" must not contain underscores.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 12 spaces, found 4
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#75) Inline control structures are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 4
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected 4 spaces, found 1
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 4 spaces, found 1
(#79) Variable "dir_lang" must not contain underscores.
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 4 spaces, found 1
(#90) Expected 1 space after closing parenthesis; found 0
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 4 spaces, found 1
(#92) Variable "date_mod" must not contain underscores.
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 4 spaces, found 1
(#93) Variable "files_plugin" must not contain underscores.
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected 4 spaces, found 1
(#94) Variable "files_plugin" must not contain underscores.
(#94) Variable "file_plugin" must not contain underscores.
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 2
(#95) Inline control structures are not allowed
(#95) Variable "date_mod" must not contain underscores.
(#95) Variable "file_plugin" must not contain underscores.
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 3
(#96) Variable "date_mod" must not contain underscores.
(#96) Variable "file_plugin" must not contain underscores.
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected 4 spaces, found 1
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Whitespace found at end of line
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 4 spaces, found 1
(#99) Variable "date_mod" must not contain underscores.
(#108) Expected 1 space after closing parenthesis; found 0
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Variable "files_plugin" must not contain underscores.
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 4 spaces, found 1
(#110) Variable "files_plugin" must not contain underscores.
(#114) Whitespace found at end of line
(#121) Variable "package_type" must not contain underscores.
(#121) Expected 1 space after closing parenthesis; found 0
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 4 spaces, found 1
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Whitespace found at end of line
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 4 spaces, found 1
(#124) Variable "files_plugin" must not contain underscores.
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 4 spaces, found 1
(#125) Variable "date_mod" must not contain underscores.
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 4 spaces, found 1
(#127) Variable "package_filename" must not contain underscores.
(#127) Variable "date_mod" must not contain underscores.
(#127) Variable "package_type" must not contain underscores.
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 4 spaces, found 1
(#128) Expected "if (...) {\n"; found "if(...) {\n"
(#128) Variable "package_filename" must not contain underscores.
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Variable "package_filename" must not contain underscores.
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 4 spaces, found 1
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Whitespace found at end of line
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 4 spaces, found 1
(#132) Expected "if (...) {\n"; found "if(...) {\n"
(#132) Variable "package_type" must not contain underscores.
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Variable "package_filename" must not contain underscores.
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected 8 spaces, found 2
(#136) Variable "files_plugin" must not contain underscores.
(#136) Variable "file_plugin" must not contain underscores.
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 12 spaces, found 3
(#137) Variable "file_plugin" must not contain underscores.
(#137) Variable "file_plugin" must not contain underscores.
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected 8 spaces, found 2
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 8 spaces, found 2
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Whitespace found at end of line
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 4 spaces, found 1
(#141) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#141) Expected "if (...) {\n"; found "if(...) {\n"
(#141) Variable "package_type" must not contain underscores.
(#141) Variable "package_type" must not contain underscores.
(#141) Variable "package_type" must not contain underscores.
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Whitespace found at end of line
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) Variable "package_type" must not contain underscores.
(#143) Variable "package_filename" must not contain underscores.
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 8 spaces, found 2
(#144) Variable "files_plugin" must not contain underscores.
(#144) Variable "file_plugin" must not contain underscores.
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 3
(#145) Variable "file_plugin" must not contain underscores.
(#145) Variable "file_plugin" must not contain underscores.
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 8 spaces, found 2
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 8 spaces, found 2
(#147) Inline control structures are not allowed
(#147) Variable "package_type" must not contain underscores.
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 3
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 8 spaces, found 2
(#149) Inline control structures are not allowed
(#149) Variable "package_type" must not contain underscores.
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 3
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Whitespace found at end of line
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected 4 spaces, found 1
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Whitespace found at end of line
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 4 spaces, found 1
(#154) Variable "url_export" must not contain underscores.
(#154) Variable "package_filename" must not contain underscores.
(#154) Line exceeds 132 characters; contains 170 characters
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 4 spaces, found 1
(#155) Variable "link_export" must not contain underscores.
(#155) Variable "url_export" must not contain underscores.
(#155) Variable "date_mod" must not contain underscores.
(#155) Variable "package_type" must not contain underscores.
(#155) Variable "package_filename" must not contain underscores.
(#155) Expected 1 space before "/"; 0 found
(#155) Expected 1 space after "/"; 0 found
(#155) Line exceeds maximum limit of 180 characters; contains 188 characters
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 4 spaces, found 1
(#156) Variable "link_export" must not contain underscores.
(#160) Whitespace found at end of line
(#166) Variable "package_type" must not contain underscores.
(#166) Variable "date_modified" must not contain underscores.
(#166) Expected 1 space after closing parenthesis; found 0
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected at least 4 spaces, found 1
(#169) Variable "date_modified" must not contain underscores.
(#169) Variable "date_modified" must not contain underscores.
(#169) Variable "date_modified" must not contain underscores.
(#169) Variable "date_modified" must not contain underscores.
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Whitespace found at end of line
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 4 spaces, found 1
(#171) Variable "files_plugin" must not contain underscores.
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 4 spaces, found 1
(#172) Variable "date_mod" must not contain underscores.
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 4 spaces, found 1
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Whitespace found at end of line
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 4 spaces, found 1
(#175) Variable "package_filename" must not contain underscores.
(#175) Variable "date_mod" must not contain underscores.
(#175) Variable "package_type" must not contain underscores.
(#175) Line exceeds 132 characters; contains 139 characters
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Whitespace found at end of line
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 4 spaces, found 1
(#177) Inline control structures are not allowed
(#177) Variable "package_filename" must not contain underscores.
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 4 spaces, found 2
(#178) Variable "package_filename" must not contain underscores.
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Whitespace found at end of line
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 4 spaces, found 1
(#180) Expected "if (...) {\n"; found "if(...) {\n"
(#180) Variable "package_type" must not contain underscores.
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Whitespace found at end of line
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 2
(#183) Variable "package_filename" must not contain underscores.
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 8 spaces, found 2
(#184) Variable "files_plugin" must not contain underscores.
(#184) Variable "file_plugin" must not contain underscores.
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected 12 spaces, found 3
(#185) Expected "if (...) {\n"; found "if(...){\n"
(#185) Variable "file_plugin" must not contain underscores.
(#185) Variable "date_modified" must not contain underscores.
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 16 spaces, found 4
(#186) Variable "file_plugin" must not contain underscores.
(#186) Variable "file_plugin" must not contain underscores.
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 16 spaces, found 4
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected 12 spaces, found 3
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected 8 spaces, found 2
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 8 spaces, found 2
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Whitespace found at end of line
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected 4 spaces, found 1
(#192) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#192) Expected "if (...) {\n"; found "if(...) {\n"
(#192) Variable "package_type" must not contain underscores.
(#192) Variable "package_type" must not contain underscores.
(#192) Variable "package_type" must not contain underscores.
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Whitespace found at end of line
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected at least 8 spaces, found 2
(#194) Variable "package_type" must not contain underscores.
(#194) Variable "package_filename" must not contain underscores.
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 8 spaces, found 2
(#195) Variable "files_plugin" must not contain underscores.
(#195) Variable "file_plugin" must not contain underscores.
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 12 spaces, found 3
(#196) Expected "if (...) {\n"; found "if(...){\n"
(#196) Variable "file_plugin" must not contain underscores.
(#196) Variable "date_modified" must not contain underscores.
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 16 spaces, found 4
(#197) Variable "file_plugin" must not contain underscores.
(#197) Variable "file_plugin" must not contain underscores.
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 16 spaces, found 4
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Line indented incorrectly; expected 12 spaces, found 3
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Line indented incorrectly; expected 8 spaces, found 2
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 8 spaces, found 2
(#201) Inline control structures are not allowed
(#201) Variable "package_type" must not contain underscores.
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 3
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 8 spaces, found 2
(#203) Inline control structures are not allowed
(#203) Variable "package_type" must not contain underscores.
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 8 spaces, found 3
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Whitespace found at end of line
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected 4 spaces, found 1
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Whitespace found at end of line
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 4 spaces, found 1
(#208) Expected "if (...) {\n"; found "if(...){\n"
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 2
(#209) Variable "url_export" must not contain underscores.
(#209) Variable "package_filename" must not contain underscores.
(#209) Line exceeds 132 characters; contains 171 characters
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Variable "link_export" must not contain underscores.
(#210) Variable "url_export" must not contain underscores.
(#210) Variable "date_mod" must not contain underscores.
(#210) Variable "package_type" must not contain underscores.
(#210) Variable "package_filename" must not contain underscores.
(#210) Expected 1 space before "/"; 0 found
(#210) Expected 1 space after "/"; 0 found
(#210) Line exceeds maximum limit of 180 characters; contains 255 characters
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected 4 spaces, found 1
(#211) Inline control structures are not allowed
(#211) Whitespace found at end of line
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 4 spaces, found 2
(#212) Variable "link_export" must not contain underscores.
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 4 spaces, found 1
(#213) Variable "link_export" must not contain underscores.
(#225) Variable "lang_default" must not contain underscores.
(#225) Expected 1 space after closing parenthesis; found 0
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Whitespace found at end of line
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 4 spaces, found 1
(#227) Variable "file_default" must not contain underscores.
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 4 spaces, found 1
(#228) Inline control structures are not allowed
(#228) Variable "file_default" must not contain underscores.
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 4 spaces, found 2
(#229) Variable "file_default" must not contain underscores.
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 4 spaces, found 1
(#230) Inline control structures are not allowed
(#230) Variable "file_default" must not contain underscores.
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 4 spaces, found 2
(#231) Variable "file_default" must not contain underscores.
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 4 spaces, found 1
(#232) Variable "file_default" must not contain underscores.
(#233) Spaces must be used to indent lines; tabs are not allowed
(#233) Tab found within whitespace
(#233) Line indented incorrectly; expected at least 4 spaces, found 1
(#233) Variable "lines_default" must not contain underscores.
(#234) Spaces must be used to indent lines; tabs are not allowed
(#234) Tab found within whitespace
(#234) Line indented incorrectly; expected 4 spaces, found 1
(#234) Expected "for (...) {\n"; found "for (...){\n"
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Tab found within whitespace
(#235) Line indented incorrectly; expected at least 8 spaces, found 2
(#235) Inline control structures are not allowed
(#236) Spaces must be used to indent lines; tabs are not allowed
(#236) Tab found within whitespace
(#236) Line indented incorrectly; expected at least 8 spaces, found 3
(#236) Variable "lines_default" must not contain underscores.
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected 4 spaces, found 1
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Whitespace found at end of line
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 4 spaces, found 1
(#239) Variable "langs_plugin" must not contain underscores.
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Whitespace found at end of line
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Line indented incorrectly; expected at least 4 spaces, found 1
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Whitespace found at end of line
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 4 spaces, found 1
(#243) Variable "lang_default" must not contain underscores.
(#243) Variable "lines_default" must not contain underscores.
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) Whitespace found at end of line
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Tab found within whitespace
(#245) Line indented incorrectly; expected 4 spaces, found 1
(#245) Variable "langs_plugin" must not contain underscores.
(#245) Variable "lang_plugin" must not contain underscores.
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected 8 spaces, found 2
(#246) Expected "if (...) {\n"; found "if(...){\n"
(#246) Variable "lang_plugin" must not contain underscores.
(#246) Variable "lang_plugin" must not contain underscores.
(#246) Variable "lang_default" must not contain underscores.
(#246) Variable "lang_plugin" must not contain underscores.
(#246) Line exceeds 132 characters; contains 145 characters
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 12 spaces, found 3
(#247) Expected 1 space before "="; 0 found
(#247) Variable "lang_plugin" must not contain underscores.
(#247) Variable "lang_plugin" must not contain underscores.
(#247) Expected 1 space before "-"; 0 found
(#247) Expected 1 space after "-"; 0 found
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Line indented incorrectly; expected at least 12 spaces, found 3
(#248) Variable "lang_plugin" must not contain underscores.
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 12 spaces, found 3
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected 12 spaces, found 3
(#250) Expected "for (...) {\n"; found "for (...){\n"
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 16 spaces, found 4
(#251) Inline control structures are not allowed
(#252) Spaces must be used to indent lines; tabs are not allowed
(#252) Tab found within whitespace
(#252) Line indented incorrectly; expected at least 16 spaces, found 5
(#253) Spaces must be used to indent lines; tabs are not allowed
(#253) Tab found within whitespace
(#253) Line indented incorrectly; expected 12 spaces, found 3
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Tab found within whitespace
(#254) Line indented incorrectly; expected at least 12 spaces, found 3
(#254) Inline control structures are not allowed
(#254) Variable "lines_default" must not contain underscores.
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 12 spaces, found 4
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 12 spaces, found 3
(#256) Inline control structures are not allowed
(#256) Whitespace found at end of line
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 12 spaces, found 4
(#257) Line exceeds 132 characters; contains 139 characters
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected 8 spaces, found 2
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected 4 spaces, found 1
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected 4 spaces, found 1
(#260) Expected "if (...) {\n"; found "if(...) {\n"
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected 8 spaces, found 2
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 12 spaces, found 3
(#262) Variable "lines_default" must not contain underscores.
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 12 spaces, found 3
(#263) Expected "if (...) {\n"; found "if(...) {\n"
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 16 spaces, found 4
(#264) Inline control structures are not allowed
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 16 spaces, found 5
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 12 spaces, found 3
(#266) Inline control structures are not allowed
(#266) Whitespace found at end of line
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 12 spaces, found 4
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 8 spaces, found 2
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Line indented incorrectly; expected 4 spaces, found 1
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Whitespace found at end of line
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 4 spaces, found 1
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 4 spaces, found 1
(#272) Variable "files_plugin" must not contain underscores.
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 4 spaces, found 1
(#273) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#273) Variable "lines_default" must not contain underscores.
(#273) Variable "line_default" must not contain underscores.
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 8 spaces, found 2
(#274) Variable "line_default" must not contain underscores.
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 8 spaces, found 2
(#275) Variable "in_file" must not contain underscores.
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) This comment is 63% valid code; is this commented out code?
(#276) Line indented incorrectly; expected at least 8 spaces, found 2
(#276) No space found before comment text; expected "// echo "<br>".$tag.": ";" but found "//echo "<br>".$tag.": ";"
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 8 spaces, found 2
(#277) Expected "if (...) {\n"; found "if(...) {\n"
(#277) Expected 1 space before "-"; 0 found
(#277) Expected 1 space after "-"; 0 found
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 12 spaces, found 3
(#278) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#278) Variable "files_plugin" must not contain underscores.
(#278) Variable "file_plugin" must not contain underscores.
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 16 spaces, found 4
(#279) Variable "file_plugin" must not contain underscores.
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected at least 16 spaces, found 4
(#280) Variable "in_file" must not contain underscores.
(#280) Line exceeds maximum limit of 180 characters; contains 190 characters
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) This comment is 100% valid code; is this commented out code?
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Line indented incorrectly; expected at least 16 spaces, found 4
(#281) No space found before comment text; expected "// if($in_file)" but found "//if($in_file)"
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#282) This comment is 75% valid code; is this commented out code?
(#282) Line indented incorrectly; expected at least 16 spaces, found 5
(#282) No space found before comment text; expected "// echo "<br>----> $file_plugin";" but found "//echo "<br>----> $file_plugin";"
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 12 spaces, found 3
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected at least 12 spaces, found 3
(#284) Inline control structures are not allowed
(#284) Variable "in_file" must not contain underscores.
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 12 spaces, found 4
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 8 spaces, found 2
(#287) Spaces must be used to indent lines; tabs are not allowed
(#287) Tab found within whitespace
(#287) Line indented incorrectly; expected 4 spaces, found 1
(#288) Spaces must be used to indent lines; tabs are not allowed
(#288) Tab found within whitespace
(#288) Whitespace found at end of line
(#289) Spaces must be used to indent lines; tabs are not allowed
(#289) Tab found within whitespace
(#289) Line indented incorrectly; expected at least 4 spaces, found 1
(#297) Expected 1 space after closing parenthesis; found 0
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 4 spaces, found 1
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 4 spaces, found 1
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 4 spaces, found 1
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Line indented incorrectly; expected 4 spaces, found 1
(#301) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Line indented incorrectly; expected at least 8 spaces, found 2
(#302) Inline control structures are not allowed
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 8 spaces, found 3
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 4 spaces, found 1
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 4 spaces, found 1
(#312) Variable "listFolders" must be all lower-case
(#312) Expected 1 space after closing parenthesis; found 0
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected at least 4 spaces, found 1
(#313) Variable "listFolders" must be all lower-case
(#313) Variable "listFolders" must be all lower-case
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Whitespace found at end of line
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 4 spaces, found 1
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#316) Line indented incorrectly; expected at least 4 spaces, found 1
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Line indented incorrectly; expected at least 4 spaces, found 1
(#318) Spaces must be used to indent lines; tabs are not allowed
(#318) Tab found within whitespace
(#318) Line indented incorrectly; expected at least 4 spaces, found 1
(#319) Spaces must be used to indent lines; tabs are not allowed
(#319) Tab found within whitespace
(#319) Line indented incorrectly; expected at least 4 spaces, found 1
(#320) Spaces must be used to indent lines; tabs are not allowed
(#320) Tab found within whitespace
(#320) Line indented incorrectly; expected at least 4 spaces, found 1
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Line indented incorrectly; expected at least 4 spaces, found 1
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Line indented incorrectly; expected at least 4 spaces, found 1
(#323) Spaces must be used to indent lines; tabs are not allowed
(#323) Tab found within whitespace
(#323) Line indented incorrectly; expected at least 4 spaces, found 1
(#324) Spaces must be used to indent lines; tabs are not allowed
(#324) Tab found within whitespace
(#324) Line indented incorrectly; expected at least 4 spaces, found 1
(#325) Spaces must be used to indent lines; tabs are not allowed
(#325) Tab found within whitespace
(#325) Whitespace found at end of line
(#326) Spaces must be used to indent lines; tabs are not allowed
(#326) Tab found within whitespace
(#326) Line indented incorrectly; expected at least 4 spaces, found 1
(#326) Variable "path_root" must not contain underscores.
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 4 spaces, found 1
(#327) Variable "path_root" must not contain underscores.
(#327) Variable "path_root" must not contain underscores.
(#327) Variable "path_root" must not contain underscores.
(#327) Expected 1 space before "-"; 0 found
(#327) Expected 1 space after "-"; 0 found
(#328) Spaces must be used to indent lines; tabs are not allowed
(#328) Tab found within whitespace
(#328) Whitespace found at end of line
(#329) Spaces must be used to indent lines; tabs are not allowed
(#329) Tab found within whitespace
(#329) Line indented incorrectly; expected 4 spaces, found 1
(#329) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#329) Variable "listFolders" must be all lower-case
(#330) Spaces must be used to indent lines; tabs are not allowed
(#330) Tab found within whitespace
(#330) Line indented incorrectly; expected 8 spaces, found 2
(#330) Expected "if (...) {\n"; found "if(...) {\n"
(#331) Spaces must be used to indent lines; tabs are not allowed
(#331) Tab found within whitespace
(#331) Whitespace found at end of line
(#332) Spaces must be used to indent lines; tabs are not allowed
(#332) Tab found within whitespace
(#332) Line indented incorrectly; expected at least 12 spaces, found 3
(#332) Variable "path_ref" must not contain underscores.
(#332) Variable "path_root" must not contain underscores.
(#333) Spaces must be used to indent lines; tabs are not allowed
(#333) Tab found within whitespace
(#333) Line indented incorrectly; expected at least 12 spaces, found 3
(#333) Variable "path_ref" must not contain underscores.
(#334) Spaces must be used to indent lines; tabs are not allowed
(#334) Tab found within whitespace
(#334) Line indented incorrectly; expected at least 12 spaces, found 3
(#335) Spaces must be used to indent lines; tabs are not allowed
(#335) Tab found within whitespace
(#335) Line indented incorrectly; expected 12 spaces, found 3
(#335) Variable "path_ref" must not contain underscores.
(#336) Spaces must be used to indent lines; tabs are not allowed
(#336) Tab found within whitespace
(#336) Line indented incorrectly; expected at least 16 spaces, found 4
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected 12 spaces, found 3
(#338) Spaces must be used to indent lines; tabs are not allowed
(#338) Tab found within whitespace
(#338) Line indented incorrectly; expected at least 12 spaces, found 3
(#339) Spaces must be used to indent lines; tabs are not allowed
(#339) Tab found within whitespace
(#339) Line indented incorrectly; expected 8 spaces, found 2
(#340) Spaces must be used to indent lines; tabs are not allowed
(#340) Tab found within whitespace
(#340) Line indented incorrectly; expected 4 spaces, found 1
(#340) Whitespace found at end of line
(#347) Spaces must be used to indent lines; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 4 spaces, found 1
(#347) Variable "langs_plugin" must not contain underscores.
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected 4 spaces, found 1
(#348) Variable "langs_plugin" must not contain underscores.
(#348) Variable "lang_plugin" must not contain underscores.
(#349) Spaces must be used to indent lines; tabs are not allowed
(#349) Tab found within whitespace
(#349) Line indented incorrectly; expected 8 spaces, found 2
(#349) Expected "if (...) {\n"; found "if(...){\n"
(#349) Variable "lang_plugin" must not contain underscores.
(#349) Variable "lang_plugin" must not contain underscores.
(#350) Spaces must be used to indent lines; tabs are not allowed
(#350) Tab found within whitespace
(#350) Line indented incorrectly; expected at least 12 spaces, found 3
(#350) Variable "lang_plugin" must not contain underscores.
(#351) Spaces must be used to indent lines; tabs are not allowed
(#351) Tab found within whitespace
(#351) Line indented incorrectly; expected at least 12 spaces, found 3
(#351) Variable "lines_header" must not contain underscores.
(#352) Spaces must be used to indent lines; tabs are not allowed
(#352) Tab found within whitespace
(#352) Line indented incorrectly; expected at least 12 spaces, found 3
(#352) Variable "lines_tags" must not contain underscores.
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected 12 spaces, found 3
(#353) Expected "for (...) {\n"; found "for (...){\n"
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 16 spaces, found 4
(#354) Inline control structures are not allowed
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected at least 16 spaces, found 5
(#355) Variable "lines_tags" must not contain underscores.
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 16 spaces, found 4
(#356) Inline control structures are not allowed
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected at least 16 spaces, found 5
(#357) Variable "lines_header" must not contain underscores.
(#358) Spaces must be used to indent lines; tabs are not allowed
(#358) Tab found within whitespace
(#358) Line indented incorrectly; expected 12 spaces, found 3
(#359) Spaces must be used to indent lines; tabs are not allowed
(#359) Tab found within whitespace
(#359) Line indented incorrectly; expected at least 12 spaces, found 3
(#359) Variable "lines_tags" must not contain underscores.
(#360) Spaces must be used to indent lines; tabs are not allowed
(#360) Tab found within whitespace
(#360) Line indented incorrectly; expected at least 12 spaces, found 3
(#360) Variable "lines_header" must not contain underscores.
(#360) Variable "lines_tags" must not contain underscores.
(#361) Spaces must be used to indent lines; tabs are not allowed
(#361) Tab found within whitespace
(#361) Line indented incorrectly; expected at least 12 spaces, found 3
(#362) Spaces must be used to indent lines; tabs are not allowed
(#362) Tab found within whitespace
(#362) Line indented incorrectly; expected at least 12 spaces, found 3
(#362) Variable "lang_plugin" must not contain underscores.
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected 8 spaces, found 2
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected 4 spaces, found 1
(#373) Variable "is_help" must not contain underscores.
(#374) Spaces must be used to indent lines; tabs are not allowed
(#374) Tab found within whitespace
(#374) Line indented incorrectly; expected at least 4 spaces, found 1
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#375) Whitespace found at end of line
(#376) Spaces must be used to indent lines; tabs are not allowed
(#376) Tab found within whitespace
(#376) Line indented incorrectly; expected at least 4 spaces, found 1
(#377) Spaces must be used to indent lines; tabs are not allowed
(#377) Tab found within whitespace
(#377) Line indented incorrectly; expected at least 4 spaces, found 1
(#378) Spaces must be used to indent lines; tabs are not allowed
(#378) Tab found within whitespace
(#378) Line indented incorrectly; expected at least 4 spaces, found 1
(#378) Inline control structures are not allowed
(#378) Variable "is_help" must not contain underscores.
(#379) Spaces must be used to indent lines; tabs are not allowed
(#379) Tab found within whitespace
(#379) Line indented incorrectly; expected at least 4 spaces, found 2
(#380) Spaces must be used to indent lines; tabs are not allowed
(#380) Tab found within whitespace
(#380) Line indented incorrectly; expected at least 4 spaces, found 1
(#382) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/moodledt_forms.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/>.".
(#12) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 4 spaces, found 1
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Variable "plugin_url" must not contain underscores.
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Whitespace found at end of line
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Variable "plugin_type" must not contain underscores.
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Variable "plugin_name" must not contain underscores.
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Whitespace found at end of line
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Variable "is_view" must not contain underscores.
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Line exceeds 132 characters; contains 149 characters
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Inline control structures are not allowed
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 3
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#41) Expected "if (...) {\n"; found "if(...) {\n"
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 12 spaces, found 3
(#42) Variable "link_bookmarks" must not contain underscores.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 12 spaces, found 3
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 16 spaces, found 4
(#44) Variable "url_bookmark" must not contain underscores.
(#44) Variable "plugin_url" must not contain underscores.
(#44) Line exceeds 132 characters; contains 137 characters
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 16 spaces, found 4
(#45) Variable "link_bookmark" must not contain underscores.
(#45) Variable "url_bookmark" must not contain underscores.
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 16 spaces, found 4
(#46) Expected "if (...) {\n"; found "if(...) {\n"
(#46) Variable "is_view" must not contain underscores.
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 20 spaces, found 5
(#47) Inline control structures are not allowed
(#47) Variable "is_view" must not contain underscores.
(#47) Variable "plugin_type" must not contain underscores.
(#47) Variable "plugin_name" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 20 spaces, found 6
(#48) Variable "link_bookmark" must not contain underscores.
(#48) Variable "link_bookmark" must not contain underscores.
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected 16 spaces, found 4
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected 16 spaces, found 4
(#50) Expected "if (...) {\n"; found "if(...) {\n"
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 20 spaces, found 5
(#51) Variable "url_delete" must not contain underscores.
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Line indented incorrectly; expected at least 20 spaces, found 5
(#52) Variable "link_bookmark" must not contain underscores.
(#52) Variable "link_bookmark" must not contain underscores.
(#52) Variable "url_delete" must not contain underscores.
(#52) Line exceeds maximum limit of 180 characters; contains 186 characters
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 16 spaces, found 4
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 16 spaces, found 4
(#54) Variable "link_bookmarks" must not contain underscores.
(#54) Variable "link_bookmark" must not contain underscores.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected 12 spaces, found 3
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected 12 spaces, found 3
(#56) Expected "if (...) {\n"; found "if(...) {\n"
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 16 spaces, found 4
(#57) Variable "url_empty" must not contain underscores.
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 16 spaces, found 4
(#58) Variable "link_empty" must not contain underscores.
(#58) Variable "url_empty" must not contain underscores.
(#58) Line exceeds 132 characters; contains 142 characters
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 16 spaces, found 4
(#59) Variable "link_bookmarks" must not contain underscores.
(#59) Variable "link_empty" must not contain underscores.
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected 12 spaces, found 3
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected at least 12 spaces, found 3
(#61) Variable "link_bookmarks" must not contain underscores.
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#62) Inline control structures are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 8 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Whitespace found at end of line
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 8 spaces, found 2
(#66) Inline control structures are not allowed
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 8 spaces, found 3
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Whitespace found at end of line
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected 8 spaces, found 2
(#69) Expected "if (...) {\n"; found "if(...) {\n"
(#69) Variable "plugin_type" must not contain underscores.
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Whitespace found at end of line
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#71) Line indented incorrectly; expected at least 12 spaces, found 3
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected 12 spaces, found 3
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 16 spaces, found 4
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected 12 spaces, found 3
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 12 spaces, found 3
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Whitespace found at end of line
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 12 spaces, found 3
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Whitespace found at end of line
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Whitespace found at end of line
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Variable "plugin_type" must not contain underscores.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 12 spaces, found 3
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 12 spaces, found 3
(#83) Variable "plugin_type" must not contain underscores.
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected 12 spaces, found 3
(#84) Expected "if (...) {\n"; found "if(...){\n"
(#84) Variable "plugin_name" must not contain underscores.
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Whitespace found at end of line
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 16 spaces, found 4
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected 16 spaces, found 4
(#87) Variable "plugin_type" must not contain underscores.
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 20 spaces, found 5
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected 16 spaces, found 4
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Line indented incorrectly; expected at least 16 spaces, found 4
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Whitespace found at end of line
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 16 spaces, found 4
(#92) Variable "action_buttons" must not contain underscores.
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 16 spaces, found 4
(#93) Variable "action_buttons" must not contain underscores.
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 16 spaces, found 4
(#94) Variable "action_buttons" must not contain underscores.
(#94) Variable "plugin_url" must not contain underscores.
(#94) Line exceeds 132 characters; contains 172 characters
(#95) Spaces must be used to indent lines; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 16 spaces, found 4
(#95) Variable "action_buttons" must not contain underscores.
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 16 spaces, found 4
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Tab found within whitespace
(#97) Whitespace found at end of line
(#98) Spaces must be used to indent lines; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected 12 spaces, found 3
(#99) Spaces must be used to indent lines; tabs are not allowed
(#99) Tab found within whitespace
(#99) Whitespace found at end of line
(#100) Spaces must be used to indent lines; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 16 spaces, found 4
(#100) Variable "plugin_name" must not contain underscores.
(#101) Spaces must be used to indent lines; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 16 spaces, found 4
(#102) Spaces must be used to indent lines; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 16 spaces, found 4
(#102) Variable "plugin_name" must not contain underscores.
(#103) Spaces must be used to indent lines; tabs are not allowed
(#103) Tab found within whitespace
(#103) Whitespace found at end of line
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 16 spaces, found 4
(#104) Variable "plugin_type" must not contain underscores.
(#104) Variable "plugin_name" must not contain underscores.
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 16 spaces, found 4
(#105) Variable "plugin_type" must not contain underscores.
(#105) Variable "plugin_name" must not contain underscores.
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 16 spaces, found 4
(#106) Variable "plugin_type" must not contain underscores.
(#106) Variable "plugin_name" must not contain underscores.
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 16 spaces, found 4
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 16 spaces, found 4
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 16 spaces, found 4
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 16 spaces, found 4
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 16 spaces, found 4
(#112) Line exceeds 132 characters; contains 158 characters
(#113) Spaces must be used to indent lines; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 16 spaces, found 4
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Whitespace found at end of line
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Tab found within whitespace
(#115) Line indented incorrectly; expected 16 spaces, found 4
(#115) Expected "if (...) {\n"; found "if(...) {\n"
(#115) Variable "is_view" must not contain underscores.
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 20 spaces, found 5
(#116) Variable "url_add" must not contain underscores.
(#116) Variable "plugin_type" must not contain underscores.
(#116) Variable "plugin_name" must not contain underscores.
(#116) Line exceeds 132 characters; contains 158 characters
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 20 spaces, found 5
(#117) Variable "link_add" must not contain underscores.
(#117) Variable "url_add" must not contain underscores.
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 20 spaces, found 5
(#118) Variable "link_add" must not contain underscores.
(#119) Spaces must be used to indent lines; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected 16 spaces, found 4
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 16 spaces, found 4
(#120) Variable "plugin_url" must not contain underscores.
(#120) Line exceeds 132 characters; contains 148 characters
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 16 spaces, found 4
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Whitespace found at end of line
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 16 spaces, found 4
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 16 spaces, found 4
(#124) Inline control structures are not allowed
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 16 spaces, found 5
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 4
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 16 spaces, found 6
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 16 spaces, found 6
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 16 spaces, found 6
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 16 spaces, found 6
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 16 spaces, found 4
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 16 spaces, found 4
(#133) Line exceeds 132 characters; contains 161 characters
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Whitespace found at end of line
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 16 spaces, found 4
(#135) Variable "package_types" must not contain underscores.
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 16 spaces, found 6
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 16 spaces, found 6
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 16 spaces, found 6
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 16 spaces, found 4
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Whitespace found at end of line
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 16 spaces, found 4
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 16 spaces, found 4
(#142) Expected "if (...) {\n"; found "if(...){\n"
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 20 spaces, found 5
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected 20 spaces, found 5
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected 24 spaces, found 6
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 28 spaces, found 7
(#146) Line exceeds 132 characters; contains 153 characters
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 28 spaces, found 7
(#147) Variable "package_types" must not contain underscores.
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 28 spaces, found 7
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected 24 spaces, found 6
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 28 spaces, found 7
(#151) Line exceeds 132 characters; contains 158 characters
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 28 spaces, found 7
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 28 spaces, found 7
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Line indented incorrectly; expected at least 28 spaces, found 7
(#154) Variable "package_types" must not contain underscores.
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 28 spaces, found 7
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected 24 spaces, found 6
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 28 spaces, found 7
(#158) Line exceeds 132 characters; contains 154 characters
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 28 spaces, found 7
(#159) Line exceeds 132 characters; contains 133 characters
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Tab found within whitespace
(#160) Line indented incorrectly; expected at least 28 spaces, found 7
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected at least 28 spaces, found 7
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Tab found within whitespace
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected 24 spaces, found 6
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Tab found within whitespace
(#164) Line indented incorrectly; expected at least 28 spaces, found 7
(#164) Line exceeds 132 characters; contains 151 characters
(#165) Spaces must be used to indent lines; tabs are not allowed
(#165) Tab found within whitespace
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Tab found within whitespace
(#166) Line indented incorrectly; expected 20 spaces, found 5
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Tab found within whitespace
(#167) Line indented incorrectly; expected at least 20 spaces, found 5
(#168) Spaces must be used to indent lines; tabs are not allowed
(#168) Tab found within whitespace
(#168) Line indented incorrectly; expected at least 20 spaces, found 5
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Tab found within whitespace
(#169) Line indented incorrectly; expected 16 spaces, found 4
(#170) Spaces must be used to indent lines; tabs are not allowed
(#170) Tab found within whitespace
(#170) Line indented incorrectly; expected 12 spaces, found 3
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 8 spaces, found 2
(#172) Spaces must be used to indent lines; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected 4 spaces, found 1
(#175) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/pix/index.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Spaces must be used to indent lines; tabs are not allowed
(#2) Tab found within whitespace
(#2) Line 2 of the opening comment must start "//".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) 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) Spaces must be used to indent lines; tabs are not allowed
(#4) Tab found within whitespace
(#4) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#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 "//".
(#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/>.".
(#6) Spaces must be used to indent lines; tabs are not allowed
(#6) Tab found within whitespace
(#7) Spaces must be used to indent lines; tabs are not allowed
(#7) Tab found within whitespace
(#8) Spaces must be used to indent lines; tabs are not allowed
(#8) Tab found within whitespace
(#9) Spaces must be used to indent lines; tabs are not allowed
(#9) Tab found within whitespace
(#10) Spaces must be used to indent lines; tabs are not allowed
(#10) Tab found within whitespace
(#11) Spaces must be used to indent lines; tabs are not allowed
(#11) Tab found within whitespace
(#12) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/settings.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/>.".
(#7) Whitespace found at end of line
(#15) Line exceeds 132 characters; contains 158 characters
(#18) A closing tag is not permitted at the end of a PHP file
admin/tool/moodledt/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 "//".
(#2) Whitespace found at end of line
(#2) 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 "//".
(#3) 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) Whitespace found at end of line
(#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/>.".
(#6) Whitespace found at end of line
(#7) Line exceeds 132 characters; contains 145 characters
(#8) Whitespace found at end of line
(#18) Whitespace found at end of line
(#31) A closing tag is not permitted at the end of a PHP file

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(45 errors, 7 warnings)

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

admin/tool/moodledt/bookmark.php
(#2) File-level phpdocs block does not have @license tag
(#5) Package tool_moodledt_bookmark is not valid
admin/tool/moodledt/db/index.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block is not found
admin/tool/moodledt/db/install.php
(#12) Function xmldb_tool_moodledt_install is not documented
(#2) File-level phpdocs block does not have @license tag
(#5) Package tool_moodledt_install is not valid
admin/tool/moodledt/db/uninstall.php
(#12) Function xmldb_tool_moodledt_uninstall is not documented
(#2) File-level phpdocs block does not have @license tag
(#5) Package tool_moodledt_uninstall is not valid
admin/tool/moodledt/db/upgrade.php
(#12) Function xmldb_tool_moodledt_upgrade is not documented
(#2) File-level phpdocs block does not have @license tag
(#5) Package tool_moodledt_upgrade is not valid
admin/tool/moodledt/download_file.php
(#2) File-level phpdocs block does not have @license tag
admin/tool/moodledt/index.php
(#2) File-level phpdocs block does not have @license tag
admin/tool/moodledt/lang/en/index.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block is not found
admin/tool/moodledt/lang/en/tool_moodledt.php
(#2) File-level phpdocs block does not have @license tag
(#5) Package tool_moodledt_lang is not valid
admin/tool/moodledt/lang/es/index.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block is not found
admin/tool/moodledt/lang/es/tool_moodledt.php
(#2) File-level phpdocs block does not have @license tag
(#5) Package tool_moodledt_lang is not valid
admin/tool/moodledt/lang/index.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block is not found
admin/tool/moodledt/lang/pt_br/index.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block is not found
admin/tool/moodledt/lang/pt_br/tool_moodledt.php
(#2) File-level phpdocs block does not have @license tag
(#5) Package tool_moodledt_lang is not valid
admin/tool/moodledt/locallib.php
(#116) Phpdocs for function package_plugin has incomplete parameters list
(#161) Phpdocs for function package_update_files_plugin has incomplete parameters list
(#2) File-level phpdocs block does not have @license tag
(#5) Package tool_moodledt_lib is not valid
(#18) Package tool_moodledt_lib is not valid
(#41) Package tool_moodledt_lib is not valid
(#60) Package tool_moodledt_lib is not valid
(#86) Package tool_moodledt_lib is not valid
(#104) Package tool_moodledt_lib is not valid
(#115) Package tool_moodledt_lib is not valid
(#218) Package tool_moodledt_lib is not valid
admin/tool/moodledt/moodledt_forms.php
(#18) Class action_form does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#18) Class action_form does not have @license tag
(#5) Package tool_moodledt_forms is not valid
admin/tool/moodledt/pix/index.php
(#2) Empty line found after PHP open tag
(#2) File-level phpdocs block is not found
admin/tool/moodledt/settings.php
(#2) File-level phpdocs block does not have @license tag
(#5) Package tool_moodledt_settings is not valid
admin/tool/moodledt/version.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#3) Invalid phpdocs tag @mainpage used
(#10) Not recommended phpdocs tag @version used

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


Mustache template problems

(0 errors, 0 warnings)

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