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

(2189 errors, 269 warnings)

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

mod/assign/submission/onlinepoodll/backup/moodle2/backup_assignsubmission_onlinepoodll_subplugin.class.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Short array syntax must be used to define arrays
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Short array syntax must be used to define arrays
mod/assign/submission/onlinepoodll/backup/moodle2/restore_assignsubmission_onlinepoodll_subplugin.class.php
(#42) Short array syntax must be used to define arrays
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
mod/assign/submission/onlinepoodll/classes/constants.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#31) Opening brace should be on the same line as the declaration for class constants
(#33) Line indented incorrectly; expected at least 4 spaces, found 0
(#34) Line indented incorrectly; expected at least 4 spaces, found 0
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#35) Line indented incorrectly; expected at least 4 spaces, found 0
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#36) Line indented incorrectly; expected at least 4 spaces, found 0
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#37) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) Line indented incorrectly; expected at least 4 spaces, found 0
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#40) Line indented incorrectly; expected at least 4 spaces, found 0
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Line indented incorrectly; expected at least 4 spaces, found 0
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Line indented incorrectly; expected at least 4 spaces, found 0
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#43) Line indented incorrectly; expected at least 4 spaces, found 0
(#43) Expected 1 space before "="; 0 found
(#43) Expected 1 space after "="; 0 found
(#44) Line indented incorrectly; expected at least 4 spaces, found 0
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#45) Line indented incorrectly; expected at least 4 spaces, found 0
(#45) Expected 1 space before "="; 0 found
(#45) Expected 1 space after "="; 0 found
(#46) Line indented incorrectly; expected at least 4 spaces, found 0
(#46) Expected 1 space before "="; 0 found
(#46) Expected 1 space after "="; 0 found
(#47) Line indented incorrectly; expected at least 4 spaces, found 0
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#48) Line indented incorrectly; expected at least 4 spaces, found 0
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Line indented incorrectly; expected at least 4 spaces, found 0
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Line indented incorrectly; expected at least 4 spaces, found 0
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#51) File must end with a newline character
mod/assign/submission/onlinepoodll/classes/output/renderer.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".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#13) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#17) Expected 1 space before opening brace; found 0
(#19) Expected 1 space before "="; 0 found
(#20) Commas (,) must be followed by white space.
(#21) Short array syntax must be used to define arrays
(#21) Expected 1 space before "=>"; 0 found
(#21) Expected 1 space after "=>"; 0 found
(#21) Commas (,) must be followed by white space.
(#21) Expected 1 space before "=>"; 0 found
(#21) Expected 1 space after "=>"; 0 found
(#21) Commas (,) must be followed by white space.
(#21) Expected 1 space before "=>"; 0 found
(#21) Expected 1 space after "=>"; 0 found
(#21) Line exceeds 132 characters; contains 170 characters
(#26) Expected 1 space before opening brace; found 0
(#27) Commas (,) must be followed by white space.
(#27) Commas (,) must be followed by white space.
(#27) Commas (,) must be followed by white space.
(#27) Short array syntax must be used to define arrays
(#27) Expected 1 space before "=>"; 0 found
(#27) Expected 1 space after "=>"; 0 found
(#28) Commas (,) must be followed by white space.
(#28) Commas (,) must be followed by white space.
(#28) Short array syntax must be used to define arrays
(#28) Expected 1 space before "=>"; 0 found
(#28) Expected 1 space after "=>"; 0 found
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space before "=>"; 0 found
(#28) Expected 1 space after "=>"; 0 found
(#29) Expected 1 space after "="; 0 found
(#33) Expected 1 space before opening brace; found 0
(#40) Line indented incorrectly; expected 12 spaces, found 16
(#43) Commas (,) must be followed by white space.
(#43) Short array syntax must be used to define arrays
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#43) Line exceeds 132 characters; contains 134 characters
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space before opening brace; found 0
(#48) Expected "if (...) {\n"; found "if(...) {\n"
(#48) Expected 1 space before "==="; 0 found
(#48) Expected 1 space after "==="; 0 found
(#50) Expected "} else {\n"; found "}else{\n"
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) No space found before comment text; expected "// if we are always shpwing current submission, we are toggling recorder, so we start minimised." but found "//if we are always shpwing current submission, we are toggling recorder, so we start minimised."
(#60) Line indented incorrectly; expected 12 spaces, found 8
(#60) Closing brace indented incorrectly; expected 12 spaces, found 8
(#62) Commas (,) must be followed by white space.
(#62) Short array syntax must be used to define arrays
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#65) File must end with a newline character
mod/assign/submission/onlinepoodll/classes/privacy/provider.php
(#32) Import statements must not begin with a leading backslash
(#33) Import statements must not begin with a leading backslash
(#34) Import statements must not begin with a leading backslash
(#35) Import statements must not begin with a leading backslash
(#36) Import statements must not begin with a leading backslash
(#37) Import statements must not begin with a leading backslash
(#40) No space found before comment text; expected "// 3.3 user_provider not backported so we use this switch to avoid errors when using same codebase for 3.3 and higher" but found "//3.3 user_provider not backported so we use this switch to avoid errors when using same codebase for 3.3 and higher"
(#42) Closing brace must be on a line by itself
(#44) Duplicate interface name "assignsubmission_onlinepoodll\privacy\the_user_provider" found; first defined in /var/lib/jenkins/git_repositories/prechecker/mod/assign/submission/onlinepoodll/classes/privacy/provider.php on line 42
(#44) Closing brace must be on a line by itself
(#58) Opening brace should be on the same line as the declaration for class provider
(#69) Method name "_get_metadata" should not be prefixed with an underscore to indicate visibility
(#80) Method name "_get_context_for_userid_within_submission" should not be prefixed with an underscore to indicate visibility
(#89) Method name "_get_student_user_ids" should not be prefixed with an underscore to indicate visibility
(#109) Method name "_export_submission_user_data" should not be prefixed with an underscore to indicate visibility
(#130) There should be a comma after the last array item in a multi-line array.
(#140) Method name "_delete_submission_for_context" should not be prefixed with an underscore to indicate visibility
(#159) Method name "_delete_submission_for_userid" should not be prefixed with an underscore to indicate visibility
(#199) File must end with a newline character
mod/assign/submission/onlinepoodll/classes/utils.php
(#29) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#32) Opening brace should be on the same line as the declaration for class utils
(#34) Expected 1 space before opening brace; found 0
(#35) Short array syntax must be used to define arrays
(#41) No space found before comment text; expected "// Fetch the plugin dn record for a submission id" but found "//Fetch the plugin dn record for a submission id"
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) No space found before comment text; expected "// used when exporting data from privacy provider (at least)" but found "//used when exporting data from privacy provider (at least)"
(#43) Expected 1 space before opening brace; found 0
(#45) Commas (,) must be followed by white space.
(#45) Short array syntax must be used to define arrays
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#48) Expected 1 space before opening brace; found 0
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) No space found before comment text; expected "// show current submission on submission form" but found "//show current submission on submission form"
(#50) Short array syntax must be used to define arrays
(#57) Expected 1 space before opening brace; found 0
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) No space found before comment text; expected "// show current submission on submission form" but found "//show current submission on submission form"
(#59) Short array syntax must be used to define arrays
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#63) File must end with a newline character
mod/assign/submission/onlinepoodll/db/access.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#25) Short array syntax must be used to define arrays
(#26) Short array syntax must be used to define arrays
(#29) Short array syntax must be used to define arrays
(#31) There should be a comma after the last array item in a multi-line array.
(#34) Short array syntax must be used to define arrays
(#37) Short array syntax must be used to define arrays
(#40) There should be a comma after the last array item in a multi-line array.
(#42) There should be a comma after the last array item in a multi-line array.
mod/assign/submission/onlinepoodll/db/install.php
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Functions must not contain multiple empty lines in a row; found 3 empty lines
mod/assign/submission/onlinepoodll/db/upgrade.php
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 4 spaces, found 2
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Whitespace found at end of line
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 4 spaces, found 1
(#42) No space found before comment text; expected "// Change table name to satisfy Moodle.org plugin submissions component name v table name check" but found "//Change table name to satisfy Moodle.org plugin submissions component name v table name check"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 4 spaces, found 1
(#43) No space found before comment text; expected "// ie it checks(or will) check 1st 28 chars of component name matches table name." but found "//ie it checks(or will) check 1st 28 chars of component name matches table name."
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected at least 8 spaces, found 5
(#45) Spaces must be used for alignment; 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 8 spaces, found 2
(#46) Expected "if (...) {\n"; found "if (...){\n"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 12 spaces, found 3
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#48) Closing brace indented incorrectly; expected 2 spaces, found 8
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line indented incorrectly; expected at least 8 spaces, found 3
(#51) Whitespace found at end of line
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Whitespace found at end of line
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Line indented incorrectly; expected at least 4 spaces, found 1
(#54) No space found before comment text; expected "// add filename field." but found "//add filename field."
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 5
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 8 spaces, found 6
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Whitespace found at end of line
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Line indented incorrectly; expected at least 8 spaces, found 3
(#66) Whitespace found at end of line
(#68) Whitespace found at end of line
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) No space found before comment text; expected "// add vectordata field." but found "//add vectordata field."
(#70) Line indented incorrectly; expected 4 spaces, found 3
(#71) Whitespace found at end of line
(#71) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#73) Whitespace found at end of line
(#75) Whitespace found at end of line
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) No space found before comment text; expected "// bug in previous version means that filename field was not added properly." but found "//bug in previous version means that filename field was not added properly."
(#77) No space found before comment text; expected "// if that is the case, add it now." but found "//if that is the case, add it now."
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Whitespace found at end of line
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Closing brace indented incorrectly; expected 3 spaces, found 4
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) No space found before comment text; expected "// set all audio red5 to new audio recorder type" but found "//set all audio red5 to new audio recorder type"
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#98) Short array syntax must be used to define arrays
(#98) Expected 1 space before "=>"; 0 found
(#98) Expected 1 space after "=>"; 0 found
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/assign/submission/onlinepoodll/lang/en/assignsubmission_onlinepoodll.php
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) No space found before comment text; expected "// defunct to be removed" but found "//defunct to be removed"
(#85) Expected 1 space before "="; 0 found
(#86) Expected 1 space before "="; 0 found
(#87) Expected 1 space before "="; 0 found
(#88) Expected 1 space before "="; 0 found
(#89) Expected 1 space before "="; 0 found
(#90) Expected 1 space before "="; 0 found
(#91) Expected 1 space before "="; 0 found
(#92) Expected 1 space before "="; 0 found
(#93) Expected 1 space before "="; 0 found
(#94) Expected 1 space before "="; 0 found
(#95) Expected 1 space before "="; 0 found
(#96) Expected 1 space before "="; 0 found
(#97) File must end with a newline character
mod/assign/submission/onlinepoodll/lib.php
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Whitespace found at end of line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Line indented incorrectly; expected at least 4 spaces, found 1
(#52) No space found before comment text; expected "// back image is a special case" but found "//back image is a special case"
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Line indented incorrectly; expected 4 spaces, found 1
(#53) Expected "if (...) {\n"; found "if(...){\n"
(#53) Expected 1 space before "=="; 0 found
(#53) Expected 1 space after "=="; 0 found
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Short array syntax must be used to define arrays
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 8 spaces, found 2
(#59) Expected 1 space after "="; 0 found
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 8 spaces, found 2
(#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 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) 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) Line indented incorrectly; expected at least 12 spaces, found 3
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected 8 spaces, found 2
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#89) Logical operator "or" is prohibited; use "||" instead
(#92) Expected 1 space after "!="; 0 found
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
mod/assign/submission/onlinepoodll/locallib.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#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) Line indented incorrectly; expected 4 spaces, found 2
(#44) Line indented incorrectly; expected at least 8 spaces, found 6
(#45) Line indented incorrectly; expected 4 spaces, found 2
(#47) Line indented incorrectly; expected 4 spaces, found 2
(#48) Line indented incorrectly; expected at least 8 spaces, found 6
(#49) Line indented incorrectly; expected 8 spaces, found 6
(#50) Line indented incorrectly; expected at least 12 spaces, found 10
(#51) Line indented incorrectly; expected 8 spaces, found 6
(#52) Line indented incorrectly; expected 8 spaces, found 6
(#53) Line indented incorrectly; expected at least 12 spaces, found 10
(#54) Line indented incorrectly; expected 8 spaces, found 6
(#55) Line indented incorrectly; expected at least 8 spaces, found 6
(#56) Line indented incorrectly; expected 4 spaces, found 2
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Whitespace found at end of line
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#63) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#65) Expected "} else {\n"; found "}else {\n"
(#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) Expected 3 space(s) before asterisk; 5 found
(#72) Expected 3 space(s) before asterisk; 5 found
(#73) Expected 3 space(s) before asterisk; 5 found
(#74) Expected 3 space(s) before asterisk; 5 found
(#75) Expected 3 space(s) before asterisk; 5 found
(#76) Expected 3 space(s) before asterisk; 5 found
(#77) Expected 3 space(s) before asterisk; 5 found
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) No space found before comment text; expected "// start out with a divider to make it clear which plugin's settings these are" but found "//start out with a divider to make it clear which plugin's settings these are"
(#82) Commas (,) must be followed by white space.
(#84) Expected "if (...) {\n"; found "if(...){\n"
(#85) Expected 1 space after "="; 0 found
(#88) Commas (,) must be followed by white space.
(#89) Expected "} else {\n"; found "}else{\n"
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) No space found before comment text; expected "// If M3.4 or lower we show a divider to make it easier to figure where poodll ends and starts" but found "//If M3.4 or lower we show a divider to make it easier to figure where poodll ends and starts"
(#94) Expected "if (...) {\n"; found "if(...) {\n"
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) No space found before comment text; expected "// convert old Red5 refs to audio media type option" but found "//convert old Red5 refs to audio media type option"
(#100) Expected "if (...) {\n"; found "if(...){\n"
(#100) Expected 1 space before "=="; 0 found
(#100) Expected 1 space after "=="; 0 found
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#104) Spaces must be used to indent lines; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Expected 1 space before "="; 0 found
(#109) Expected "if (...) {\n"; found "if(...){\n"
(#109) Expected 1 space before "==="; 0 found
(#109) Expected 1 space after "==="; 0 found
(#113) Expected "if (...) {\n"; found "if(...){\n"
(#113) Expected 1 space before "==="; 0 found
(#113) Expected 1 space after "==="; 0 found
(#116) Whitespace found at end of line
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Line indented incorrectly; expected at least 8 spaces, found 7
(#117) No space found before comment text; expected "// get allowed recorders from admin settings" but found "//get allowed recorders from admin settings"
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Variable "allowed_recorders" 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 at least 8 spaces, found 2
(#119) Variable "allowed_recorders" must not contain underscores.
(#119) Commas (,) must be followed by white space.
(#119) Variable "allowed_recorders" must not contain underscores.
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 2
(#120) Short array syntax must be used to define arrays
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected 8 spaces, found 2
(#121) Expected "if (...) {\n"; found "if(...){\n"
(#121) Commas (,) must be followed by white space.
(#121) Variable "allowed_recorders" must not contain underscores.
(#121) Expected 1 space before "!=="; 0 found
(#121) Expected 1 space after "!=="; 0 found
(#121) Commas (,) must be followed by white space.
(#121) Variable "allowed_recorders" must not contain underscores.
(#121) Expected 1 space before "!=="; 0 found
(#121) Expected 1 space after "!=="; 0 found
(#121) Line exceeds 132 characters; contains 142 characters
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 3
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 8 spaces, found 2
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected 8 spaces, found 2
(#125) Expected "if (...) {\n"; found "if(...){\n"
(#125) Commas (,) must be followed by white space.
(#125) Variable "allowed_recorders" must not contain underscores.
(#125) Expected 1 space before "!=="; 0 found
(#125) Expected 1 space after "!=="; 0 found
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 12 spaces, found 3
(#126) Space found before square bracket; expected "M_REPLYVIDEO]" but found "M_REPLYVIDEO ]"
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 8 spaces, found 2
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 8 spaces, found 2
(#128) Expected "if (...) {\n"; found "if(...){\n"
(#128) Commas (,) must be followed by white space.
(#128) Variable "allowed_recorders" must not contain underscores.
(#128) Expected 1 space before "!=="; 0 found
(#128) Expected 1 space after "!=="; 0 found
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 12 spaces, found 3
(#129) Space found before square bracket; expected "M_REPLYWHITEBOARD]" but found "M_REPLYWHITEBOARD ]"
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected 8 spaces, found 2
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 8 spaces, found 2
(#131) Expected "if (...) {\n"; found "if(...){\n"
(#131) Commas (,) must be followed by white space.
(#131) Variable "allowed_recorders" must not contain underscores.
(#131) Expected 1 space before "!=="; 0 found
(#131) Expected 1 space after "!=="; 0 found
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 12 spaces, found 3
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected 8 spaces, found 2
(#134) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#135) Whitespace found at end of line
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Line exceeds 132 characters; contains 143 characters
(#137) Line exceeds 132 characters; contains 150 characters
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) This comment is 52% valid code; is this commented out code?
(#137) No space found before comment text; expected "// $mform->addHelpButton(constants::M_COMPONENT . '_recordertype', get_string('onlinepoodll', constants::M_COMPONENT), constants::M_COMPONENT);" but found "//$mform->addHelpButton(constants::M_COMPONENT . '_recordertype', get_string('onlinepoodll', constants::M_COMPONENT), constants::M_COMPONENT);"
(#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) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 8 spaces, found 2
(#142) No space found before comment text; expected "// Add a place to set a maximum recording time." but found "//Add a place to set a maximum recording time."
(#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 4
(#144) Line indented incorrectly; expected at least 8 spaces, found 7
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 8 spaces, found 2
(#146) Line exceeds 132 characters; contains 138 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 8 spaces, found 2
(#147) Line exceeds 132 characters; contains 136 characters
(#148) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) No space found before comment text; expected "// safe save settings" but found "//safe save settings"
(#154) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#158) Line exceeds 132 characters; contains 157 characters
(#159) Line exceeds 132 characters; contains 150 characters
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) This comment is 52% valid code; is this commented out code?
(#159) No space found before comment text; expected "// $mform->addHelpButton(constants::M_COMPONENT . '_recordertype', get_string('onlinepoodll', constants::M_COMPONENT), constants::M_COMPONENT);" but found "//$mform->addHelpButton(constants::M_COMPONENT . '_recordertype', get_string('onlinepoodll', constants::M_COMPONENT), constants::M_COMPONENT);"
(#162) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#165) Line exceeds 132 characters; contains 134 characters
(#166) Line exceeds 132 characters; contains 150 characters
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) This comment is 52% valid code; is this commented out code?
(#166) No space found before comment text; expected "// $mform->addHelpButton(constants::M_COMPONENT . '_recordertype', get_string('onlinepoodll', constants::M_COMPONENT), constants::M_COMPONENT);" but found "//$mform->addHelpButton(constants::M_COMPONENT . '_recordertype', get_string('onlinepoodll', constants::M_COMPONENT), constants::M_COMPONENT);"
(#169) Commas (,) must be followed by white space.
(#171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) No space found before comment text; expected "// these are for the whiteboard submission" but found "//these are for the whiteboard submission"
(#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 3
(#173) Spaces must be used to indent lines; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 8 spaces, found 2
(#173) No space found before comment text; expected "// For the back image, we" but found "//For the back image, we"
(#173) Whitespace found at end of line
(#174) Spaces must be used to indent lines; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 8 spaces, found 2
(#174) No space found before comment text; expected "// (i) first have to load existing back image files into a draft area" but found "//(i) first have to load existing back image files into a draft area"
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Line indented incorrectly; expected at least 8 spaces, found 2
(#176) No space found before comment text; expected "// (iii) set the draft area info as the "default" value for the file manager" but found "//(iii) set the draft area info as the "default" value for the file manager"
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 8 spaces, found 2
(#177) Expected "if (...) {\n"; found "if(...){\n"
(#177) Commas (,) must be followed by white space.
(#177) Variable "allowed_recorders" must not contain underscores.
(#177) Expected 1 space before "!=="; 0 found
(#177) Expected 1 space after "!=="; 0 found
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 12 spaces, found 3
(#179) Expected 1 space before "="; 0 found
(#179) Expected 1 space after "="; 0 found
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected at least 12 spaces, found 3
(#181) Spaces must be used to indent lines; tabs are not allowed
(#181) Tab found within whitespace
(#181) Line indented incorrectly; expected at least 12 spaces, found 3
(#181) Expected 1 space after "="; 2 found
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected 12 spaces, found 3
(#182) Expected "if (...) {\n"; found "if(...) {\n"
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 16 spaces, found 4
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Tab found within whitespace
(#184) Line indented incorrectly; expected 12 spaces, found 3
(#184) Expected "} else {\n"; found "}else{\n"
(#185) Spaces must be used to indent lines; tabs are not allowed
(#185) Tab found within whitespace
(#185) Line indented incorrectly; expected at least 16 spaces, found 4
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected 12 spaces, found 3
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Tab found within whitespace
(#187) Line indented incorrectly; expected at least 12 spaces, found 3
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Tab found within whitespace
(#188) Line indented incorrectly; expected at least 12 spaces, found 3
(#188) Short array syntax must be used to define arrays
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 18 spaces, found 3
(#190) Line indented incorrectly; expected at least 18 spaces, found 16
(#190) Commas (,) must be followed by white space.
(#190) Short array syntax must be used to define arrays
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Tab found within whitespace
(#191) Line indented incorrectly; expected at least 18 spaces, found 3
(#192) Spaces must be used to indent lines; tabs are not allowed
(#192) Tab found within whitespace
(#192) Line indented incorrectly; expected at least 18 spaces, found 3
(#193) Spaces must be used to indent lines; tabs are not allowed
(#193) Tab found within whitespace
(#193) Line indented incorrectly; expected at least 18 spaces, found 3
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Line indented incorrectly; expected 8 spaces, found 2
(#194) Expected "} else {\n"; found "}else{\n"
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected at least 12 spaces, found 3
(#195) Commas (,) must be followed by white space.
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected 8 spaces, found 2
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected at least 8 spaces, found 2
(#198) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#199) Spaces must be used to indent lines; tabs are not allowed
(#199) Tab found within whitespace
(#199) Whitespace found at end of line
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Line indented incorrectly; expected at least 8 spaces, found 2
(#200) No space found before comment text; expected "// board sizes" but found "//board sizes"
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected 8 spaces, found 2
(#201) Expected "if (...) {\n"; found "if(...){\n"
(#201) Commas (,) must be followed by white space.
(#201) Variable "allowed_recorders" must not contain underscores.
(#201) Expected 1 space before "!=="; 0 found
(#201) Expected 1 space after "!=="; 0 found
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 12 spaces, found 3
(#202) Short array syntax must be used to define arrays
(#203) Spaces must be used to indent lines; tabs are not allowed
(#203) Tab found within whitespace
(#203) Line indented incorrectly; expected at least 12 spaces, found 4
(#204) Spaces must be used to indent lines; tabs are not allowed
(#204) Tab found within whitespace
(#204) Line indented incorrectly; expected at least 12 spaces, found 4
(#205) Spaces must be used to indent lines; tabs are not allowed
(#205) Tab found within whitespace
(#205) Line indented incorrectly; expected at least 12 spaces, found 4
(#206) Spaces must be used to indent lines; tabs are not allowed
(#206) Tab found within whitespace
(#206) Line indented incorrectly; expected at least 12 spaces, found 4
(#207) Spaces must be used to indent lines; tabs are not allowed
(#207) Tab found within whitespace
(#207) Line indented incorrectly; expected at least 12 spaces, found 4
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected at least 12 spaces, found 4
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 12 spaces, found 4
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Line indented incorrectly; expected at least 12 spaces, found 4
(#210) There should be a comma after the last array item in a multi-line array.
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 12 spaces, found 4
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 12 spaces, found 3
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Line indented incorrectly; expected at least 12 spaces, found 4
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 18 spaces, found 3
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 18 spaces, found 3
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 18 spaces, found 3
(#216) Line exceeds 132 characters; contains 140 characters
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 8 spaces, found 2
(#217) Expected "} else {\n"; found "}else{\n"
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected at least 12 spaces, found 3
(#218) Commas (,) must be followed by white space.
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected 8 spaces, found 2
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 8 spaces, found 2
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) No space found before comment text; expected "// If M3.4 or lower we show a divider to make it easier to figure where poodll ends and starts" but found "//If M3.4 or lower we show a divider to make it easier to figure where poodll ends and starts"
(#223) Expected "if (...) {\n"; found "if(...) {\n"
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) No space found before comment text; expected "// If M3.4 or higher we can hide unneeded elements" but found "//If M3.4 or higher we can hide unneeded elements"
(#229) Expected "if (...) {\n"; found "if(...) {\n"
(#238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) No space found before comment text; expected "// if no audio or video allowed just hide" but found "//if no audio or video allowed just hide"
(#239) Variable "allowed_recorders" must not contain underscores.
(#240) Variable "allowed_recorders" must not contain underscores.
(#241) Variable "allowed_recorders" must not contain underscores.
(#244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) No space found before comment text; expected "// if no whiteboard allowed just hide" but found "//if no whiteboard allowed just hide"
(#245) Variable "allowed_recorders" must not contain underscores.
(#250) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#253) Whitespace found at end of line
(#258) Whitespace found at end of line
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Line indented incorrectly; expected at least 8 spaces, found 2
(#262) No space found before comment text; expected "// if we have a board size, set it" but found "//if we have a board size, set it"
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Line indented incorrectly; expected 8 spaces, found 2
(#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 12 spaces, found 3
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected 8 spaces, found 2
(#265) Expected "} else {\n"; found "}else{\n"
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 12 spaces, found 3
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected 8 spaces, found 2
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Whitespace found at end of line
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) Line indented incorrectly; expected at least 8 spaces, found 2
(#269) No space found before comment text; expected "// if we have a time limit, set it" but found "//if we have a time limit, set it"
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Line indented incorrectly; expected 8 spaces, found 2
(#270) Expected "if (...) {\n"; found "if(...){\n"
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected at least 12 spaces, found 3
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 8 spaces, found 2
(#272) Expected "} else {\n"; found "}else{\n"
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 12 spaces, found 3
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected 8 spaces, found 2
(#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) No space found before comment text; expected "// safesave" but found "//safesave"
(#277) Expected "if (...) {\n"; found "if(...) {\n"
(#279) Expected "} else {\n"; found "}else{\n"
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) Line indented incorrectly; expected at least 8 spaces, found 2
(#283) No space found before comment text; expected "// active" but found "//active"
(#284) Expected "if (...) {\n"; found "if(...){\n"
(#286) Expected "} else {\n"; found "}else{\n"
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) No space found before comment text; expected "// current submission" but found "//current submission"
(#290) Expected "if (...) {\n"; found "if(...){\n"
(#292) Expected "} else {\n"; found "}else{\n"
(#295) Spaces must be used to indent lines; tabs are not allowed
(#295) Tab found within whitespace
(#295) Whitespace found at end of line
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) This comment is 73% valid code; is this commented out code?
(#296) Line indented incorrectly; expected at least 8 spaces, found 2
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Line indented incorrectly; expected at least 8 spaces, found 2
(#297) No space found before comment text; expected "// error_log(print_r($this->assignment,true));" but found "//error_log(print_r($this->assignment,true));"
(#298) Spaces must be used to indent lines; tabs are not allowed
(#298) Tab found within whitespace
(#298) Line indented incorrectly; expected at least 8 spaces, found 2
(#298) No space found before comment text; expected "// error_log(print_r($data,true));" but found "//error_log(print_r($data,true));"
(#299) Spaces must be used to indent lines; tabs are not allowed
(#299) Tab found within whitespace
(#299) Line indented incorrectly; expected at least 8 spaces, found 2
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Inline comments must start with a capital letter, digit or 3-dots sequence
(#300) This comment is 69% valid code; is this commented out code?
(#300) Line indented incorrectly; expected at least 8 spaces, found 2
(#300) No space found before comment text; expected "// error_log(print_r($this,true));" but found "//error_log(print_r($this,true));"
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#301) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) No space found before comment text; expected "// $itemid = $this->id;" but found "//$itemid = $this->id;"
(#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
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected 8 spaces, found 2
(#303) Expected "if (...) {\n"; found "if(...){\n"
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected at least 12 spaces, found 3
(#304) Whitespace found at end of line
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 12 spaces, found 8
(#305) Whitespace found at end of line
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 12 spaces, found 8
(#307) Spaces must be used to indent lines; tabs are not allowed
(#307) Tab found within whitespace
(#307) Line indented incorrectly; expected at least 12 spaces, found 8
(#308) Spaces must be used to indent lines; tabs are not allowed
(#308) Tab found within whitespace
(#308) Short array syntax must be used to define arrays
(#308) Line indented incorrectly; expected at least 12 spaces, found 8
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 18 spaces, found 3
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected 8 spaces, found 2
(#310) Expected "} else {\n"; found "}else{\n"
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected at least 12 spaces, found 3
(#311) Commas (,) must be followed by white space.
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected 8 spaces, found 2
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Whitespace found at end of line
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) This comment is 58% valid code; is this commented out code?
(#314) Line indented incorrectly; expected at least 8 spaces, found 1
(#315) Line indented incorrectly; expected at least 8 spaces, found 2
(#315) Spaces must be used to indent lines; tabs are not allowed
(#316) Line indented incorrectly; expected at least 8 spaces, found 1
(#316) Spaces must be used to indent lines; tabs are not allowed
(#317) Line indented incorrectly; expected at least 8 spaces, found 1
(#317) Spaces must be used to indent lines; tabs are not allowed
(#318) Line indented incorrectly; expected at least 8 spaces, found 2
(#318) Spaces must be used to indent lines; tabs are not allowed
(#319) Line indented incorrectly; expected at least 8 spaces, found 2
(#319) Spaces must be used to indent lines; tabs are not allowed
(#320) Line indented incorrectly; expected at least 8 spaces, found 2
(#320) Spaces must be used to indent lines; tabs are not allowed
(#321) Spaces must be used to indent lines; tabs are not allowed
(#321) Tab found within whitespace
(#321) Whitespace found at end of line
(#321) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#326) Line indented incorrectly; expected at least 4 spaces, found 3
(#335) Short array syntax must be used to define arrays
(#335) Expected 1 space before "=>"; 0 found
(#335) Expected 1 space after "=>"; 0 found
(#347) Spaces must be used to indent lines; tabs are not allowed
(#347) Tab found within whitespace
(#347) Line indented incorrectly; expected at least 8 spaces, found 3
(#349) Inline comments must start with a capital letter, digit or 3-dots sequence
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) No space found before comment text; expected "// active" but found "//active"
(#351) Expected "if (...) {\n"; found "if(...){\n"
(#351) Expected 1 space before "==="; 0 found
(#351) Expected 1 space after "==="; 0 found
(#352) Expected 1 space before "="; 0 found
(#352) Expected 1 space after "="; 0 found
(#354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#354) No space found before comment text; expected "// current submission" but found "//current submission"
(#356) Expected "if (...) {\n"; found "if(...){\n"
(#356) Expected 1 space before "==="; 0 found
(#356) Expected 1 space after "==="; 0 found
(#357) Expected 1 space before "="; 0 found
(#357) Expected 1 space after "="; 0 found
(#360) Inline comments must start with a capital letter, digit or 3-dots sequence
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) No space found before comment text; expected "// determine if toggling recorder or current submission" but found "//determine if toggling recorder or current submission"
(#371) Inline comments must start with a capital letter, digit or 3-dots sequence
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) No space found before comment text; expected "// prepare the AMD javascript for deletesubmission and toggle" but found "//prepare the AMD javascript for deletesubmission and toggle"
(#372) Short array syntax must be used to define arrays
(#373) Expected 1 space before "=>"; 0 found
(#374) Expected 1 space before "=>"; 0 found
(#375) Expected 1 space before "=>"; 0 found
(#375) Expected 1 space after "=>"; 0 found
(#375) Expected 1 space before "=="; 0 found
(#375) Expected 1 space after "=="; 0 found
(#376) Expected 1 space before "=>"; 0 found
(#377) Expected 1 space before "=>"; 0 found
(#377) Expected 1 space after "=>"; 0 found
(#377) There should be a comma after the last array item in a multi-line array.
(#379) Short array syntax must be used to define arrays
(#380) Short array syntax must be used to define arrays
(#380) Commas (,) must be followed by white space.
(#380) Commas (,) must be followed by white space.
(#380) Commas (,) must be followed by white space.
(#382) Inline comments must end in full-stops, exclamation marks, or question marks
(#382) No space found before comment text; expected "// Get our renderers" but found "//Get our renderers"
(#390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#390) No space found before comment text; expected "// show the previous submission in a player or whatever" but found "//show the previous submission in a player or whatever"
(#394) Expected "if (...) {\n"; found "if(...) {\n"
(#396) Expected "} else {\n"; found "}else{\n"
(#399) Inline comments must start with a capital letter, digit or 3-dots sequence
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#399) No space found before comment text; expected "// show current submission" but found "//show current submission"
(#400) Commas (,) must be followed by white space.
(#402) Inline comments must start with a capital letter, digit or 3-dots sequence
(#402) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) No space found before comment text; expected "// are we toggling current submission" but found "//are we toggling current submission"
(#403) Expected "if (...) {\n"; found "if(...){\n"
(#413) Whitespace found at end of line
(#414) Line indented incorrectly; expected 8 spaces, found 9
(#416) Closing brace indented incorrectly; expected 9 spaces, found 8
(#426) Spaces must be used to indent lines; tabs are not allowed
(#426) Tab found within whitespace
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Line indented incorrectly; expected at least 8 spaces, found 2
(#426) No space found before comment text; expected "// we need to get a draft item id, but if the form was cancelled or invalid" but found "//we need to get a draft item id, but if the form was cancelled or invalid"
(#427) No space found before comment text; expected "// the old draftitemid will get set to the form, and the newly fetched one passed to oru recorders" but found "//the old draftitemid will get set to the form, and the newly fetched one passed to oru recorders"
(#428) No space found before comment text; expected "// this makes the form submit fail, because the uploaded files can't be found" but found "//this makes the form submit fail, because the uploaded files can't be found"
(#429) Inline comments must end in full-stops, exclamation marks, or question marks
(#429) No space found before comment text; expected "// hence we check for a previous submission first. Justin 2017/02/05" but found "//hence we check for a previous submission first. Justin 2017/02/05"
(#430) Commas (,) must be followed by white space.
(#430) Commas (,) must be followed by white space.
(#431) Expected "if (...) {\n"; found "if(...) {\n"
(#431) Expected 1 space before "=="; 0 found
(#431) Expected 1 space after "=="; 0 found
(#435) Inline comments must end in full-stops, exclamation marks, or question marks
(#435) No space found before comment text; expected "// We prepare our form here and fetch/save data in SAVE method" but found "//We prepare our form here and fetch/save data in SAVE method"
(#436) Expected 1 space before "="; 0 found
(#436) Expected 1 space after "="; 0 found
(#437) Expected 1 space before "="; 0 found
(#437) Expected 1 space after "="; 0 found
(#438) Spaces must be used to indent lines; tabs are not allowed
(#438) Tab found within whitespace
(#438) Line indented incorrectly; expected at least 8 spaces, found 2
(#438) Commas (,) must be followed by white space.
(#439) Spaces must be used to indent lines; tabs are not allowed
(#439) Tab found within whitespace
(#439) Line indented incorrectly; expected at least 8 spaces, found 2
(#440) Spaces must be used to indent lines; tabs are not allowed
(#440) Tab found within whitespace
(#440) Line indented incorrectly; expected at least 8 spaces, found 2
(#440) Spaces must be used for alignment; tabs are not allowed
(#440) Tab found within whitespace
(#440) Whitespace found at end of line
(#441) Spaces must be used to indent lines; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 8 spaces, found 2
(#441) Commas (,) must be followed by white space.
(#441) Short array syntax must be used to define arrays
(#442) Spaces must be used to indent lines; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected at least 8 spaces, found 2
(#442) Commas (,) must be followed by white space.
(#442) Short array syntax must be used to define arrays
(#443) Spaces must be used to indent lines; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected at least 8 spaces, found 2
(#444) Spaces must be used to indent lines; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected at least 8 spaces, found 2
(#444) Whitespace found at end of line
(#445) Spaces must be used to indent lines; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 8 spaces, found 2
(#446) Spaces must be used to indent lines; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected at least 8 spaces, found 2
(#447) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#449) Spaces must be used to indent lines; tabs are not allowed
(#449) Tab found within whitespace
(#449) Inline comments must start with a capital letter, digit or 3-dots sequence
(#449) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Line indented incorrectly; expected at least 8 spaces, found 2
(#449) No space found before comment text; expected "// if this is inactive we do not want to show the recorders, so we just return here" but found "//if this is inactive we do not want to show the recorders, so we just return here"
(#450) Spaces must be used to indent lines; tabs are not allowed
(#450) Tab found within whitespace
(#450) Line indented incorrectly; expected 8 spaces, found 2
(#450) Expected "if (...) {\n"; found "if(...){\n"
(#451) Spaces must be used to indent lines; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected at least 12 spaces, found 6
(#452) Closing brace indented incorrectly; expected 2 spaces, found 8
(#453) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#454) Spaces must be used to indent lines; tabs are not allowed
(#454) Tab found within whitespace
(#454) Whitespace found at end of line
(#455) Spaces must be used to indent lines; tabs are not allowed
(#455) Tab found within whitespace
(#455) Inline comments must start with a capital letter, digit or 3-dots sequence
(#455) Inline comments must end in full-stops, exclamation marks, or question marks
(#455) Line indented incorrectly; expected at least 8 spaces, found 2
(#455) No space found before comment text; expected "// get timelimit for recorders if set" but found "//get timelimit for recorders if set"
(#456) Spaces must be used to indent lines; tabs are not allowed
(#456) Tab found within whitespace
(#456) Line indented incorrectly; expected at least 8 spaces, found 2
(#457) Spaces must be used to indent lines; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 8 spaces, found 2
(#457) Short array syntax must be used to define arrays
(#458) Spaces must be used to indent lines; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 8 spaces, found 2
(#458) Expected 1 space before "="; 0 found
(#458) Expected 1 space after "="; 0 found
(#459) Spaces must be used to indent lines; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 8 spaces, found 2
(#459) Expected 1 space after "="; 0 found
(#461) Inline comments must start with a capital letter, digit or 3-dots sequence
(#461) Inline comments must end in full-stops, exclamation marks, or question marks
(#461) No space found before comment text; expected "// are we toggling recorder" but found "//are we toggling recorder"
(#463) Expected "if (...) {\n"; found "if(...){\n"
(#466) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#468) Inline comments must start with a capital letter, digit or 3-dots sequence
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
(#468) No space found before comment text; expected "// fetch the required "recorder" but found "//fetch the required "recorder"
(#469) Spaces must be used to indent lines; tabs are not allowed
(#469) Tab found within whitespace
(#469) Line indented incorrectly; expected 8 spaces, found 2
(#472) Spaces must be used to indent lines; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected 12 spaces, found 3
(#473) Spaces must be used to indent lines; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected at least 16 spaces, found 4
(#473) Expected 1 space before "="; 0 found
(#474) Commas (,) must be followed by white space.
(#474) Commas (,) must be followed by white space.
(#474) Commas (,) must be followed by white space.
(#474) Commas (,) must be followed by white space.
(#474) Commas (,) must be followed by white space.
(#475) Line indented incorrectly; expected at least 25 spaces, found 16
(#475) Commas (,) must be followed by white space.
(#475) Commas (,) must be followed by white space.
(#476) Line indented incorrectly; expected at least 25 spaces, found 16
(#476) Commas (,) must be followed by white space.
(#476) Commas (,) must be followed by white space.
(#477) Spaces must be used to indent lines; tabs are not allowed
(#477) Tab found within whitespace
(#478) Spaces must be used to indent lines; tabs are not allowed
(#478) Tab found within whitespace
(#478) Whitespace found at end of line
(#479) Spaces must be used to indent lines; tabs are not allowed
(#479) Tab found within whitespace
(#479) Line indented incorrectly; expected 12 spaces, found 3
(#480) Spaces must be used to indent lines; tabs are not allowed
(#480) Tab found within whitespace
(#480) Inline comments must start with a capital letter, digit or 3-dots sequence
(#480) Inline comments must end in full-stops, exclamation marks, or question marks
(#480) Line indented incorrectly; expected at least 16 spaces, found 4
(#480) No space found before comment text; expected "// get board sizes" but found "//get board sizes"
(#481) Spaces must be used to indent lines; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected 16 spaces, found 4
(#482) Spaces must be used to indent lines; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected 20 spaces, found 5
(#482) Expected 1 space before "="; 0 found
(#482) Expected 1 space after "="; 0 found
(#482) Expected 1 space before "="; 0 found
(#482) Expected 1 space after "="; 0 found
(#482) Closing brace must be on a line by itself
(#483) Spaces must be used to indent lines; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected 20 spaces, found 5
(#483) Expected 1 space before "="; 0 found
(#483) Expected 1 space after "="; 0 found
(#483) Expected 1 space before "="; 0 found
(#483) Expected 1 space after "="; 0 found
(#483) Closing brace must be on a line by itself
(#484) Spaces must be used to indent lines; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected 20 spaces, found 5
(#484) Expected 1 space before "="; 0 found
(#484) Expected 1 space after "="; 0 found
(#484) Expected 1 space before "="; 0 found
(#484) Expected 1 space after "="; 0 found
(#484) Closing brace must be on a line by itself
(#485) Spaces must be used to indent lines; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected 20 spaces, found 5
(#485) Expected 1 space before "="; 0 found
(#485) Expected 1 space after "="; 0 found
(#485) Expected 1 space before "="; 0 found
(#485) Expected 1 space after "="; 0 found
(#485) Closing brace must be on a line by itself
(#486) Spaces must be used to indent lines; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected 20 spaces, found 5
(#486) Expected 1 space before "="; 0 found
(#486) Expected 1 space after "="; 0 found
(#486) Expected 1 space before "="; 0 found
(#486) Expected 1 space after "="; 0 found
(#486) Closing brace must be on a line by itself
(#487) Spaces must be used to indent lines; tabs are not allowed
(#487) Tab found within whitespace
(#487) Line indented incorrectly; expected 20 spaces, found 5
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Expected 1 space before "="; 0 found
(#487) Expected 1 space after "="; 0 found
(#487) Closing brace must be on a line by itself
(#488) Spaces must be used to indent lines; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected 20 spaces, found 5
(#488) Expected 1 space before "="; 0 found
(#488) Expected 1 space after "="; 0 found
(#488) Expected 1 space before "="; 0 found
(#488) Expected 1 space after "="; 0 found
(#488) Closing brace must be on a line by itself
(#489) Spaces must be used to indent lines; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected 20 spaces, found 5
(#489) Expected 1 space before "="; 0 found
(#489) Expected 1 space after "="; 0 found
(#489) Expected 1 space before "="; 0 found
(#489) Expected 1 space after "="; 0 found
(#489) Closing brace must be on a line by itself
(#490) Spaces must be used to indent lines; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected 16 spaces, found 4
(#491) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#493) Spaces must be used to indent lines; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected at least 16 spaces, found 4
(#493) No space found before comment text; expected "// Get Backimage, if we have one" but found "//Get Backimage, if we have one"
(#494) Spaces must be used to indent lines; tabs are not allowed
(#494) Tab found within whitespace
(#494) Inline comments must end in full-stops, exclamation marks, or question marks
(#494) Line indented incorrectly; expected at least 16 spaces, found 4
(#494) Whitespace found at end of line
(#495) Spaces must be used to indent lines; tabs are not allowed
(#495) Tab found within whitespace
(#495) Line indented incorrectly; expected at least 16 spaces, found 4
(#496) Spaces must be used to indent lines; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected at least 16 spaces, found 4
(#496) Expected 1 space before "="; 0 found
(#496) Expected 1 space after "="; 0 found
(#497) Spaces must be used to indent lines; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected at least 16 spaces, found 4
(#498) Spaces must be used to indent lines; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 16 spaces, found 8
(#499) Spaces must be used to indent lines; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected at least 16 spaces, found 8
(#500) Spaces must be used to indent lines; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected at least 25 spaces, found 4
(#500) Expected 1 space before "="; 0 found
(#500) Expected 1 space after "="; 0 found
(#501) Spaces must be used to indent lines; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected 25 spaces, found 4
(#501) Expected "if (...) {\n"; found "if(...){\n"
(#501) Expected 1 space before ">"; 0 found
(#501) Expected 1 space after ">"; 0 found
(#502) Spaces must be used to indent lines; tabs are not allowed
(#502) Tab found within whitespace
(#502) Line indented incorrectly; expected at least 29 spaces, found 5
(#503) Spaces must be used to indent lines; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected at least 29 spaces, found 5
(#503) Whitespace found at end of line
(#504) Spaces must be used to indent lines; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected at least 29 spaces, found 8
(#504) Whitespace found at end of line
(#505) Spaces must be used to indent lines; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 29 spaces, found 8
(#505) Whitespace found at end of line
(#506) Spaces must be used to indent lines; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected at least 29 spaces, found 8
(#506) Whitespace found at end of line
(#507) Spaces must be used to indent lines; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 29 spaces, found 8
(#507) Whitespace found at end of line
(#508) Spaces must be used to indent lines; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected at least 29 spaces, found 8
(#509) Spaces must be used to indent lines; tabs are not allowed
(#509) Tab found within whitespace
(#509) Whitespace found at end of line
(#510) Spaces must be used to indent lines; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected 25 spaces, found 4
(#511) Spaces must be used to indent lines; tabs are not allowed
(#511) Tab found within whitespace
(#511) Whitespace found at end of line
(#512) Spaces must be used to indent lines; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected at least 25 spaces, found 4
(#513) Spaces must be used to indent lines; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected at least 25 spaces, found 4
(#513) Expected 1 space before "="; 0 found
(#513) Expected 1 space after "="; 0 found
(#514) Spaces must be used to indent lines; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 25 spaces, found 4
(#514) Expected 1 space before "="; 0 found
(#514) Commas (,) must be followed by white space.
(#514) Commas (,) must be followed by white space.
(#514) Commas (,) must be followed by white space.
(#514) Commas (,) must be followed by white space.
(#514) Commas (,) must be followed by white space.
(#514) Commas (,) must be followed by white space.
(#514) Commas (,) must be followed by white space.
(#514) Line exceeds maximum limit of 180 characters; contains 209 characters
(#515) Line indented incorrectly; expected at least 25 spaces, found 16
(#515) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#516) Spaces must be used to indent lines; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected at least 25 spaces, found 4
(#516) Commas (,) must be followed by white space.
(#516) Commas (,) must be followed by white space.
(#517) Spaces must be used to indent lines; tabs are not allowed
(#517) Tab found within whitespace
(#518) Spaces must be used to indent lines; tabs are not allowed
(#518) Tab found within whitespace
(#518) Whitespace found at end of line
(#519) Spaces must be used to indent lines; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected 12 spaces, found 3
(#520) Spaces must be used to indent lines; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected at least 16 spaces, found 4
(#520) Expected 1 space before "="; 0 found
(#520) Commas (,) must be followed by white space.
(#520) Commas (,) must be followed by white space.
(#520) Commas (,) must be followed by white space.
(#520) Commas (,) must be followed by white space.
(#520) Commas (,) must be followed by white space.
(#520) Commas (,) must be followed by white space.
(#520) Line exceeds 132 characters; contains 150 characters
(#521) Commas (,) must be followed by white space.
(#521) Commas (,) must be followed by white space.
(#522) Spaces must be used to indent lines; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected at least 16 spaces, found 4
(#522) Commas (,) must be followed by white space.
(#522) Commas (,) must be followed by white space.
(#523) Spaces must be used to indent lines; tabs are not allowed
(#523) Tab found within whitespace
(#525) Spaces must be used to indent lines; tabs are not allowed
(#525) Tab found within whitespace
(#525) Line indented incorrectly; expected 12 spaces, found 3
(#526) Spaces must be used to indent lines; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected at least 16 spaces, found 4
(#526) Expected 1 space before "="; 0 found
(#526) Commas (,) must be followed by white space.
(#526) Commas (,) must be followed by white space.
(#527) Commas (,) must be followed by white space.
(#527) Commas (,) must be followed by white space.
(#527) Commas (,) must be followed by white space.
(#527) Commas (,) must be followed by white space.
(#527) Commas (,) must be followed by white space.
(#527) Commas (,) must be followed by white space.
(#528) Line indented incorrectly; expected at least 25 spaces, found 16
(#528) Commas (,) must be followed by white space.
(#528) Commas (,) must be followed by white space.
(#529) Spaces must be used to indent lines; tabs are not allowed
(#529) Tab found within whitespace
(#529) Line indented incorrectly; expected at least 25 spaces, found 4
(#529) Commas (,) must be followed by white space.
(#529) Commas (,) must be followed by white space.
(#530) Spaces must be used to indent lines; tabs are not allowed
(#530) Tab found within whitespace
(#530) Whitespace found at end of line
(#531) Spaces must be used to indent lines; tabs are not allowed
(#531) Tab found within whitespace
(#532) Spaces must be used to indent lines; tabs are not allowed
(#532) Tab found within whitespace
(#532) Whitespace found at end of line
(#533) Spaces must be used to indent lines; tabs are not allowed
(#533) Tab found within whitespace
(#533) Line indented incorrectly; expected 8 spaces, found 2
(#535) Inline comments must start with a capital letter, digit or 3-dots sequence
(#536) No space found before comment text; expected "// $mform->addElement('hidden', 'id', 0);" but found "//$mform->addElement('hidden', 'id', 0);"
(#537) Inline comments must end in full-stops, exclamation marks, or question marks
(#537) No space found before comment text; expected "// $mform->setType('id', PARAM_INT);" but found "//$mform->setType('id', PARAM_INT);"
(#538) Spaces must be used to indent lines; tabs are not allowed
(#538) Tab found within whitespace
(#538) Line indented incorrectly; expected at least 8 spaces, found 2
(#540) Spaces must be used to indent lines; tabs are not allowed
(#540) Tab found within whitespace
(#540) Whitespace found at end of line
(#541) Spaces must be used to indent lines; tabs are not allowed
(#541) Tab found within whitespace
(#541) Line indented incorrectly; expected at least 4 spaces, found 1
(#542) Line indented incorrectly; expected at least 4 spaces, found 1
(#542) Spaces must be used to indent lines; tabs are not allowed
(#543) Line indented incorrectly; expected at least 4 spaces, found 1
(#543) Spaces must be used to indent lines; tabs are not allowed
(#544) Line indented incorrectly; expected at least 4 spaces, found 1
(#544) Spaces must be used to indent lines; tabs are not allowed
(#545) Line indented incorrectly; expected at least 4 spaces, found 1
(#545) Spaces must be used to indent lines; tabs are not allowed
(#546) Line indented incorrectly; expected at least 4 spaces, found 1
(#546) Spaces must be used to indent lines; tabs are not allowed
(#547) Spaces must be used to indent lines; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected 4 spaces, found 1
(#547) Visibility must be declared on method "fetchResponses"
(#547) method name "assign_submission_onlinepoodll::fetchResponses" must be in lower-case letters only
(#547) Expected 1 space before opening brace; found 0
(#548) Spaces must be used to indent lines; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected at least 8 spaces, found 2
(#550) Spaces must be used to indent lines; tabs are not allowed
(#550) Tab found within whitespace
(#550) Line indented incorrectly; expected at least 8 spaces, found 2
(#551) Spaces must be used to indent lines; tabs are not allowed
(#551) Tab found within whitespace
(#551) Whitespace found at end of line
(#552) Spaces must be used to indent lines; tabs are not allowed
(#552) Tab found within whitespace
(#552) Inline comments must start with a capital letter, digit or 3-dots sequence
(#552) Line indented incorrectly; expected at least 8 spaces, found 2
(#552) No space found before comment text; expected "// get filename, from the filearea for this submission." but found "//get filename, from the filearea for this submission."
(#552) Whitespace found at end of line
(#553) Spaces must be used to indent lines; tabs are not allowed
(#553) Tab found within whitespace
(#553) Line indented incorrectly; expected at least 8 spaces, found 2
(#553) No space found before comment text; expected "// there should be only one." but found "//there should be only one."
(#554) Spaces must be used to indent lines; tabs are not allowed
(#554) Tab found within whitespace
(#554) Line indented incorrectly; expected at least 8 spaces, found 2
(#555) Spaces must be used to indent lines; tabs are not allowed
(#555) Tab found within whitespace
(#555) Line indented incorrectly; expected at least 8 spaces, found 2
(#555) Expected 1 space before "="; 0 found
(#555) Expected 1 space after "="; 0 found
(#556) Whitespace found at end of line
(#557) Spaces must be used to indent lines; tabs are not allowed
(#557) Tab found within whitespace
(#557) Line indented incorrectly; expected at least 8 spaces, found 3
(#558) Spaces must be used to indent lines; tabs are not allowed
(#558) Tab found within whitespace
(#558) Line indented incorrectly; expected at least 8 spaces, found 3
(#559) Spaces must be used to indent lines; tabs are not allowed
(#559) Tab found within whitespace
(#559) Line indented incorrectly; expected at least 8 spaces, found 3
(#560) Spaces must be used to indent lines; tabs are not allowed
(#560) Tab found within whitespace
(#560) Whitespace found at end of line
(#561) Inline comments must start with a capital letter, digit or 3-dots sequence
(#561) Inline comments must end in full-stops, exclamation marks, or question marks
(#561) Line indented incorrectly; expected at least 11 spaces, found 8
(#561) No space found before comment text; expected "// if we have files, lets get them ready" but found "//if we have files, lets get them ready"
(#562) Spaces must be used to indent lines; tabs are not allowed
(#562) Tab found within whitespace
(#562) Line indented incorrectly; expected 11 spaces, found 2
(#563) Spaces must be used to indent lines; tabs are not allowed
(#563) Tab found within whitespace
(#563) Inline comments must start with a capital letter, digit or 3-dots sequence
(#563) Inline comments must end in full-stops, exclamation marks, or question marks
(#563) Line indented incorrectly; expected at least 15 spaces, found 3
(#563) No space found before comment text; expected "// if the filename property exists, and is filled, use that to fetch the file" but found "//if the filename property exists, and is filled, use that to fetch the file"
(#564) Spaces must be used to indent lines; tabs are not allowed
(#564) Tab found within whitespace
(#564) Line indented incorrectly; expected at least 15 spaces, found 3
(#565) Spaces must be used to indent lines; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected 15 spaces, found 3
(#565) Expected "if (...) {\n"; found "if(...){\n"
(#566) Spaces must be used to indent lines; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected at least 19 spaces, found 4
(#566) Expected 1 space after "="; 2 found
(#567) Spaces must be used to indent lines; tabs are not allowed
(#567) Tab found within whitespace
(#567) Whitespace found at end of line
(#568) Spaces must be used to indent lines; tabs are not allowed
(#568) Tab found within whitespace
(#568) Inline comments must start with a capital letter, digit or 3-dots sequence
(#568) Inline comments must end in full-stops, exclamation marks, or question marks
(#568) Line indented incorrectly; expected at least 19 spaces, found 3
(#568) Spaces must be used for alignment; tabs are not allowed
(#568) No space found before comment text; expected "// if no filename property just take the first file. That is how we used to do it" but found "//if no filename property just take the first file. That is how we used to do it"
(#568) Whitespace found at end of line
(#569) Spaces must be used to indent lines; tabs are not allowed
(#569) Tab found within whitespace
(#569) Line indented incorrectly; expected 15 spaces, found 3
(#569) Expected "} else {\n"; found "}else{\n"
(#570) Spaces must be used to indent lines; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected 19 spaces, found 4
(#571) Spaces must be used to indent lines; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected at least 23 spaces, found 5
(#572) Spaces must be used to indent lines; tabs are not allowed
(#572) Tab found within whitespace
(#572) Line indented incorrectly; expected at least 23 spaces, found 5
(#573) Spaces must be used to indent lines; tabs are not allowed
(#573) Tab found within whitespace
(#573) Line indented incorrectly; expected 19 spaces, found 4
(#574) Spaces must be used to indent lines; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected 15 spaces, found 3
(#575) Spaces must be used to indent lines; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected 11 spaces, found 2
(#577) Inline comments must start with a capital letter, digit or 3-dots sequence
(#577) Line indented incorrectly; expected at least 11 spaces, found 8
(#577) No space found before comment text; expected "// size params for our response players/images" but found "//size params for our response players/images"
(#578) Inline comments must end in full-stops, exclamation marks, or question marks
(#578) Line indented incorrectly; expected at least 11 spaces, found 8
(#578) No space found before comment text; expected "// audio is a simple 1 or 0 for display or not" but found "//audio is a simple 1 or 0 for display or not"
(#579) Line indented incorrectly; expected at least 11 spaces, found 8
(#580) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#581) Spaces must be used to indent lines; tabs are not allowed
(#581) Tab found within whitespace
(#581) Whitespace found at end of line
(#582) Spaces must be used to indent lines; tabs are not allowed
(#582) Tab found within whitespace
(#582) Inline comments must start with a capital letter, digit or 3-dots sequence
(#582) Inline comments must end in full-stops, exclamation marks, or question marks
(#582) Line indented incorrectly; expected at least 11 spaces, found 2
(#582) No space found before comment text; expected "// if this is a playback area, for teacher, show a string if no file" but found "//if this is a playback area, for teacher, show a string if no file"
(#583) Spaces must be used to indent lines; tabs are not allowed
(#583) Tab found within whitespace
(#583) Line indented incorrectly; expected 11 spaces, found 2
(#583) Expected "if (...) {\n"; found "if (...){ \n"
(#583) Whitespace found at end of line
(#584) Spaces must be used to indent lines; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected at least 15 spaces, found 5
(#585) Spaces must be used to indent lines; tabs are not allowed
(#585) Tab found within whitespace
(#585) Whitespace found at end of line
(#586) Spaces must be used to indent lines; tabs are not allowed
(#586) Tab found within whitespace
(#586) Inline comments must start with a capital letter, digit or 3-dots sequence
(#586) Inline comments must end in full-stops, exclamation marks, or question marks
(#586) Line indented incorrectly; expected at least 15 spaces, found 2
(#586) No space found before comment text; expected "// if the student is viewing and there is no file , just show an empty area" but found "//if the student is viewing and there is no file , just show an empty area"
(#587) Spaces must be used to indent lines; tabs are not allowed
(#587) Tab found within whitespace
(#587) Line indented incorrectly; expected 11 spaces, found 2
(#587) Usage of ELSEIF not allowed; use ELSE IF instead
(#588) Spaces must be used to indent lines; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected at least 15 spaces, found 4
(#589) Spaces must be used to indent lines; tabs are not allowed
(#589) Tab found within whitespace
(#589) Whitespace found at end of line
(#590) Spaces must be used to indent lines; tabs are not allowed
(#590) Tab found within whitespace
(#590) Line indented incorrectly; expected 11 spaces, found 2
(#590) Expected "} else {\n"; found "}else{\t\n"
(#590) Spaces must be used for alignment; tabs are not allowed
(#590) Tab found within whitespace
(#590) Whitespace found at end of line
(#591) Spaces must be used to indent lines; tabs are not allowed
(#591) Tab found within whitespace
(#591) Inline comments must end in full-stops, exclamation marks, or question marks
(#591) Line indented incorrectly; expected at least 15 spaces, found 3
(#591) No space found before comment text; expected "// The path to any media file we should play" but found "//The path to any media file we should play"
(#592) Spaces must be used to indent lines; tabs are not allowed
(#592) Tab found within whitespace
(#592) Line indented incorrectly; expected at least 15 spaces, found 3
(#592) Line exceeds maximum limit of 180 characters; contains 181 characters
(#593) Spaces must be used to indent lines; tabs are not allowed
(#593) Tab found within whitespace
(#593) Line indented incorrectly; expected at least 15 spaces, found 3
(#595) Spaces must be used to indent lines; tabs are not allowed
(#595) Tab found within whitespace
(#595) Inline comments must start with a capital letter, digit or 3-dots sequence
(#595) Inline comments must end in full-stops, exclamation marks, or question marks
(#595) Line indented incorrectly; expected at least 15 spaces, found 3
(#595) No space found before comment text; expected "// prepare our response string, which will parsed and replaced with the necessary player" but found "//prepare our response string, which will parsed and replaced with the necessary player"
(#596) Spaces must be used to indent lines; tabs are not allowed
(#596) Tab found within whitespace
(#596) Line indented incorrectly; expected 15 spaces, found 3
(#598) Line indented incorrectly; expected 19 spaces, found 16
(#599) Spaces must be used to indent lines; tabs are not allowed
(#599) Tab found within whitespace
(#599) Line indented incorrectly; expected 19 spaces, found 4
(#600) Spaces must be used to indent lines; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected 23 spaces, found 8
(#600) Expected "if (...) {\n"; found "if(...) {\n"
(#601) Line indented incorrectly; expected at least 27 spaces, found 24
(#601) Expected 1 space before "="; 0 found
(#602) Line indented incorrectly; expected at least 27 spaces, found 24
(#603) Line indented incorrectly; expected at least 27 spaces, found 24
(#604) Line indented incorrectly; expected at least 27 spaces, found 24
(#604) Expected 1 space after ".="; 0 found
(#605) Line indented incorrectly; expected 23 spaces, found 20
(#605) Closing brace indented incorrectly; expected 8 spaces, found 20
(#605) Expected "} else {\n"; found "}else{\n"
(#606) Line indented incorrectly; expected at least 27 spaces, found 24
(#606) Expected 1 space before "="; 0 found
(#606) Expected 1 space after "="; 0 found
(#606) Commas (,) must be followed by white space.
(#607) Line indented incorrectly; expected 23 spaces, found 20
(#609) Spaces must be used to indent lines; tabs are not allowed
(#609) Tab found within whitespace
(#609) Whitespace found at end of line
(#610) Spaces must be used to indent lines; tabs are not allowed
(#610) Tab found within whitespace
(#610) Line indented incorrectly; expected 19 spaces, found 4
(#611) Spaces must be used to indent lines; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected 23 spaces, found 6
(#611) Expected "if (...) {\n"; found "if(...){\n"
(#611) Expected 1 space before "=="; 0 found
(#611) Expected 1 space after "=="; 0 found
(#612) Spaces must be used to indent lines; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected at least 27 spaces, found 7
(#612) Expected 1 space before "="; 0 found
(#612) Expected 1 space after "="; 0 found
(#612) Commas (,) must be followed by white space.
(#613) Spaces must be used to indent lines; tabs are not allowed
(#613) Tab found within whitespace
(#613) Line indented incorrectly; expected at least 27 spaces, found 7
(#614) Spaces must be used to indent lines; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected 23 spaces, found 6
(#615) Spaces must be used to indent lines; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected at least 23 spaces, found 9
(#615) Expected 1 space before "="; 0 found
(#616) Spaces must be used to indent lines; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected at least 23 spaces, found 9
(#618) Expected 1 space after ".="; 0 found
(#619) Spaces must be used to indent lines; tabs are not allowed
(#619) Tab found within whitespace
(#621) Spaces must be used to indent lines; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected 19 spaces, found 4
(#622) Line indented incorrectly; expected 23 spaces, found 20
(#622) Expected "if (...) {\n"; found "if(...){\n"
(#622) Expected 1 space before "=="; 0 found
(#622) Expected 1 space after "=="; 0 found
(#623) Line indented incorrectly; expected at least 27 spaces, found 24
(#623) Expected 1 space before "="; 0 found
(#623) Expected 1 space after "="; 0 found
(#623) Commas (,) must be followed by white space.
(#624) Line indented incorrectly; expected at least 27 spaces, found 24
(#625) Line indented incorrectly; expected 23 spaces, found 20
(#626) Spaces must be used to indent lines; tabs are not allowed
(#626) Tab found within whitespace
(#626) Line indented incorrectly; expected at least 23 spaces, found 5
(#628) Spaces must be used to indent lines; tabs are not allowed
(#628) Tab found within whitespace
(#629) Spaces must be used to indent lines; tabs are not allowed
(#629) Tab found within whitespace
(#629) Whitespace found at end of line
(#630) Spaces must be used to indent lines; tabs are not allowed
(#630) Tab found within whitespace
(#630) Line indented incorrectly; expected 19 spaces, found 4
(#631) Line indented incorrectly; expected 23 spaces, found 20
(#631) Expected "if (...) {\n"; found "if(...){\n"
(#631) Expected 1 space before "=="; 0 found
(#631) Expected 1 space after "=="; 0 found
(#632) Line indented incorrectly; expected at least 27 spaces, found 24
(#632) Expected 1 space before "="; 0 found
(#632) Expected 1 space after "="; 0 found
(#632) Commas (,) must be followed by white space.
(#633) Line indented incorrectly; expected at least 27 spaces, found 24
(#634) Line indented incorrectly; expected 23 spaces, found 20
(#635) Spaces must be used to indent lines; tabs are not allowed
(#635) Tab found within whitespace
(#635) Line indented incorrectly; expected at least 23 spaces, found 5
(#637) Spaces must be used to indent lines; tabs are not allowed
(#637) Tab found within whitespace
(#638) Spaces must be used to indent lines; tabs are not allowed
(#638) Tab found within whitespace
(#638) Whitespace found at end of line
(#639) Spaces must be used to indent lines; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected 19 spaces, found 4
(#640) Spaces must be used to indent lines; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected at least 23 spaces, found 5
(#641) Spaces must be used to indent lines; tabs are not allowed
(#641) Tab found within whitespace
(#641) Spaces must be used for alignment; tabs are not allowed
(#641) Tab found within whitespace
(#641) Whitespace found at end of line
(#642) Spaces must be used to indent lines; tabs are not allowed
(#642) Tab found within whitespace
(#642) Whitespace found at end of line
(#643) Spaces must be used to indent lines; tabs are not allowed
(#643) Tab found within whitespace
(#643) Line indented incorrectly; expected 15 spaces, found 3
(#644) Spaces must be used to indent lines; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected 11 spaces, found 2
(#645) Spaces must be used to indent lines; tabs are not allowed
(#645) Tab found within whitespace
(#645) Whitespace found at end of line
(#646) Spaces must be used to indent lines; tabs are not allowed
(#646) Tab found within whitespace
(#646) Line indented incorrectly; expected at least 11 spaces, found 2
(#647) Spaces must be used to indent lines; tabs are not allowed
(#647) Tab found within whitespace
(#647) Whitespace found at end of line
(#648) Spaces must be used to indent lines; tabs are not allowed
(#648) Tab found within whitespace
(#648) Line indented incorrectly; expected 4 spaces, found 1
(#649) Spaces must be used to indent lines; tabs are not allowed
(#649) Tab found within whitespace
(#649) Whitespace found at end of line
(#650) Spaces must be used for alignment; tabs are not allowed
(#650) Tab found within whitespace
(#650) Expected 1 space before opening brace; found 0
(#652) Spaces must be used to indent lines; tabs are not allowed
(#652) Tab found within whitespace
(#652) Inline comments must start with a capital letter, digit or 3-dots sequence
(#652) Inline comments must end in full-stops, exclamation marks, or question marks
(#652) No space found before comment text; expected "// is this a list view" but found "//is this a list view"
(#655) Inline comments must start with a capital letter, digit or 3-dots sequence
(#655) Inline comments must end in full-stops, exclamation marks, or question marks
(#655) No space found before comment text; expected "// build our sizes array" but found "//build our sizes array"
(#656) Expected 1 space before "="; 0 found
(#656) Expected 1 space after "="; 0 found
(#656) Short array syntax must be used to define arrays
(#657) Expected 1 space before "="; 0 found
(#657) Expected 1 space after "="; 0 found
(#657) Expected 1 space before "="; 0 found
(#657) Expected 1 space after "="; 0 found
(#657) Expected 1 space before "="; 0 found
(#657) Expected 1 space after "="; 0 found
(#658) Expected 1 space before "="; 0 found
(#658) Expected 1 space after "="; 0 found
(#658) Expected 1 space before "="; 0 found
(#658) Expected 1 space after "="; 0 found
(#658) Expected 1 space before "="; 0 found
(#658) Expected 1 space after "="; 0 found
(#659) Expected 1 space before "="; 0 found
(#659) Expected 1 space after "="; 0 found
(#659) Expected 1 space before "="; 0 found
(#659) Expected 1 space after "="; 0 found
(#659) Expected 1 space before "="; 0 found
(#659) Expected 1 space after "="; 0 found
(#660) Expected 1 space before "="; 0 found
(#660) Expected 1 space after "="; 0 found
(#660) Expected 1 space before "="; 0 found
(#660) Expected 1 space after "="; 0 found
(#660) Expected 1 space before "="; 0 found
(#660) Expected 1 space after "="; 0 found
(#661) Expected 1 space before "="; 0 found
(#661) Expected 1 space after "="; 0 found
(#661) Expected 1 space before "="; 0 found
(#661) Expected 1 space after "="; 0 found
(#661) Expected 1 space before "="; 0 found
(#661) Expected 1 space after "="; 0 found
(#662) Expected 1 space before "="; 0 found
(#662) Expected 1 space after "="; 0 found
(#662) Expected 1 space before "="; 0 found
(#662) Expected 1 space after "="; 0 found
(#662) Expected 1 space before "="; 0 found
(#662) Expected 1 space after "="; 0 found
(#663) Expected 1 space before "="; 0 found
(#663) Expected 1 space after "="; 0 found
(#663) Expected 1 space before "="; 0 found
(#663) Expected 1 space after "="; 0 found
(#663) Expected 1 space before "="; 0 found
(#663) Expected 1 space after "="; 0 found
(#665) Expected 1 space before "="; 0 found
(#665) Expected 1 space after "="; 0 found
(#666) Expected 1 space before "="; 0 found
(#666) Expected 1 space after "="; 0 found
(#668) Inline comments must start with a capital letter, digit or 3-dots sequence
(#668) Inline comments must end in full-stops, exclamation marks, or question marks
(#668) No space found before comment text; expected "// prepare our response string, which will parsed and replaced with the necessary player" but found "//prepare our response string, which will parsed and replaced with the necessary player"
(#671) Expected 1 space before "="; 0 found
(#671) Expected 1 space after "="; 0 found
(#671) Space found before semicolon; expected "];" but found "] ;"
(#674) Expected 1 space before "="; 0 found
(#674) Expected 1 space after "="; 0 found
(#674) Space found before semicolon; expected "];" but found "] ;"
(#677) Expected 1 space before "="; 0 found
(#677) Expected 1 space after "="; 0 found
(#677) Space found before semicolon; expected "];" but found "] ;"
(#681) Expected 1 space before "="; 0 found
(#681) Expected 1 space after "="; 0 found
(#681) Space found before semicolon; expected "displayaudioplayer_single;" but found "displayaudioplayer_single ;"
(#692) Expected 1 space before opening brace; found 0
(#693) Inline comments must start with a capital letter, digit or 3-dots sequence
(#693) Inline comments must end in full-stops, exclamation marks, or question marks
(#693) No space found before comment text; expected "// is this a list view" but found "//is this a list view"
(#694) Commas (,) must be followed by white space.
(#694) Commas (,) must be followed by white space.
(#694) Expected 1 space before "=="; 0 found
(#694) Expected 1 space after "=="; 0 found
(#696) Spaces must be used to indent lines; tabs are not allowed
(#696) Tab found within whitespace
(#696) Whitespace found at end of line
(#704) Line indented incorrectly; expected 4 spaces, found 5
(#706) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#708) Spaces must be used to indent lines; tabs are not allowed
(#708) Tab found within whitespace
(#708) Line indented incorrectly; expected at least 8 spaces, found 2
(#708) No space found before comment text; expected "// Move recorded files from draft to the correct area" but found "//Move recorded files from draft to the correct area"
(#709) Spaces must be used to indent lines; tabs are not allowed
(#709) Tab found within whitespace
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#709) Line indented incorrectly; expected at least 8 spaces, found 2
(#709) No space found before comment text; expected "// if filename is false, no update. possibly used changed something else on page" but found "//if filename is false, no update. possibly used changed something else on page"
(#710) Spaces must be used to indent lines; tabs are not allowed
(#710) Tab found within whitespace
(#710) Line indented incorrectly; expected at least 8 spaces, found 2
(#711) Spaces must be used to indent lines; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected 8 spaces, found 2
(#711) Expected "if (...) {\n"; found "if(...){"
(#711) Closing brace must be on a line by itself
(#714) Inline comments must start with a capital letter, digit or 3-dots sequence
(#714) Inline comments must end in full-stops, exclamation marks, or question marks
(#714) No space found before comment text; expected "// fetch any vectordata we might have for the whiteboard" but found "//fetch any vectordata we might have for the whiteboard"
(#718) Spaces must be used to indent lines; tabs are not allowed
(#718) Tab found within whitespace
(#718) Line indented incorrectly; expected at least 12 spaces, found 3
(#719) Spaces must be used to indent lines; tabs are not allowed
(#719) Tab found within whitespace
(#719) Line indented incorrectly; expected at least 12 spaces, found 3
(#720) Spaces must be used to indent lines; tabs are not allowed
(#720) Tab found within whitespace
(#720) Line indented incorrectly; expected at least 12 spaces, found 3
(#726) Spaces must be used to indent lines; tabs are not allowed
(#726) Tab found within whitespace
(#726) Line indented incorrectly; expected at least 12 spaces, found 3
(#727) Spaces must be used to indent lines; tabs are not allowed
(#727) Tab found within whitespace
(#727) Line indented incorrectly; expected at least 12 spaces, found 3
(#730) Spaces must be used to indent lines; tabs are not allowed
(#730) Tab found within whitespace
(#730) Line indented incorrectly; expected at least 8 spaces, found 3
(#732) Closing brace indented incorrectly; expected 5 spaces, found 4
(#733) Whitespace found at end of line
(#734) Whitespace found at end of line
(#735) Visibility must be declared on method "shift_draft_file"
(#736) Commas (,) must be followed by white space.
(#738) Spaces must be used to indent lines; tabs are not allowed
(#738) Tab found within whitespace
(#738) Line indented incorrectly; expected at least 8 spaces, found 2
(#738) No space found before comment text; expected "// When we add the recorder via the poodll filter, it adds a hidden form field of the name constants::M_FILENAMECONTROL" but found "//When we add the recorder via the poodll filter, it adds a hidden form field of the name constants::M_FILENAMECONTROL"
(#739) Spaces must be used to indent lines; tabs are not allowed
(#739) Tab found within whitespace
(#739) Line indented incorrectly; expected at least 8 spaces, found 2
(#739) No space found before comment text; expected "// the recorder updates that field with the filename of the audio/video it recorded. We pick up that filename here." but found "//the recorder updates that field with the filename of the audio/video it recorded. We pick up that filename here."
(#740) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#742) Spaces must be used to indent lines; tabs are not allowed
(#742) Tab found within whitespace
(#742) Line indented incorrectly; expected at least 8 spaces, found 2
(#743) Spaces must be used to indent lines; tabs are not allowed
(#743) Tab found within whitespace
(#743) Line indented incorrectly; expected at least 8 spaces, found 2
(#744) Spaces must be used to indent lines; tabs are not allowed
(#744) Tab found within whitespace
(#744) Line indented incorrectly; expected at least 8 spaces, found 2
(#746) Spaces must be used to indent lines; tabs are not allowed
(#746) Tab found within whitespace
(#746) Line indented incorrectly; expected at least 8 spaces, found 2
(#746) No space found before comment text; expected "// Don't do anything in the case that the filename is empty" but found "//Don't do anything in the case that the filename is empty"
(#747) Spaces must be used to indent lines; tabs are not allowed
(#747) Tab found within whitespace
(#747) Line indented incorrectly; expected at least 8 spaces, found 2
(#747) No space found before comment text; expected "// possibly the user is just updating something else on the page(eg an online text submission)" but found "//possibly the user is just updating something else on the page(eg an online text submission)"
(#748) Spaces must be used to indent lines; tabs are not allowed
(#748) Tab found within whitespace
(#748) Inline comments must end in full-stops, exclamation marks, or question marks
(#748) Line indented incorrectly; expected at least 8 spaces, found 2
(#748) No space found before comment text; expected "// if we overwrite here, we might trash their existing poodll submission file" but found "//if we overwrite here, we might trash their existing poodll submission file"
(#749) Spaces must be used to indent lines; tabs are not allowed
(#749) Tab found within whitespace
(#749) Line indented incorrectly; expected 8 spaces, found 2
(#749) Expected "if (...) {\n"; found "if(...){"
(#749) Expected 1 space before "=="; 0 found
(#749) Expected 1 space after "=="; 0 found
(#749) Closing brace must be on a line by itself
(#750) Spaces must be used to indent lines; tabs are not allowed
(#750) Tab found within whitespace
(#750) Whitespace found at end of line
(#751) Spaces must be used to indent lines; tabs are not allowed
(#751) Tab found within whitespace
(#751) Line indented incorrectly; expected at least 8 spaces, found 3
(#752) Spaces must be used to indent lines; tabs are not allowed
(#752) Tab found within whitespace
(#752) Line indented incorrectly; expected at least 8 spaces, found 3
(#753) Commas (,) must be followed by white space.
(#753) Line exceeds 132 characters; contains 134 characters
(#755) Inline comments must start with a capital letter, digit or 3-dots sequence
(#755) No space found before comment text; expected "// if filename = -1 we are being told to delete the file" but found "//if filename = -1 we are being told to delete the file"
(#756) Inline comments must end in full-stops, exclamation marks, or question marks
(#756) No space found before comment text; expected "// so we have done enough" but found "//so we have done enough"
(#757) Expected "if (...) {\n"; found "if(...){\n"
(#757) Expected 1 space before "=="; 0 found
(#757) Expected 1 space after "=="; 0 found
(#761) Spaces must be used to indent lines; tabs are not allowed
(#761) Tab found within whitespace
(#761) Inline comments must start with a capital letter, digit or 3-dots sequence
(#761) Inline comments must end in full-stops, exclamation marks, or question marks
(#761) Line indented incorrectly; expected at least 8 spaces, found 2
(#761) No space found before comment text; expected "// fetch the file info object for our original file" but found "//fetch the file info object for our original file"
(#762) Spaces must be used to indent lines; tabs are not allowed
(#762) Tab found within whitespace
(#762) Line indented incorrectly; expected at least 8 spaces, found 2
(#762) Variable "original_context" must not contain underscores.
(#763) Spaces must be used to indent lines; tabs are not allowed
(#763) Tab found within whitespace
(#763) Line indented incorrectly; expected at least 8 spaces, found 2
(#763) Variable "draft_fileinfo" must not contain underscores.
(#763) Variable "original_context" must not contain underscores.
(#763) Commas (,) must be followed by white space.
(#765) Spaces must be used to indent lines; tabs are not allowed
(#765) Tab found within whitespace
(#765) Inline comments must start with a capital letter, digit or 3-dots sequence
(#765) Inline comments must end in full-stops, exclamation marks, or question marks
(#765) Line indented incorrectly; expected at least 8 spaces, found 2
(#765) No space found before comment text; expected "// perform the copy" but found "//perform the copy"
(#766) Spaces must be used to indent lines; tabs are not allowed
(#766) Tab found within whitespace
(#766) Line indented incorrectly; expected 8 spaces, found 2
(#766) Expected "if (...) {\n"; found "if(...){\n"
(#766) Variable "draft_fileinfo" must not contain underscores.
(#767) Spaces must be used to indent lines; tabs are not allowed
(#767) Tab found within whitespace
(#767) Whitespace found at end of line
(#768) Spaces must be used to indent lines; tabs are not allowed
(#768) Tab found within whitespace
(#768) Inline comments must start with a capital letter, digit or 3-dots sequence
(#768) Inline comments must end in full-stops, exclamation marks, or question marks
(#768) Line indented incorrectly; expected at least 12 spaces, found 3
(#768) No space found before comment text; expected "// create the file record for our new file" but found "//create the file record for our new file"
(#769) Spaces must be used to indent lines; tabs are not allowed
(#769) Tab found within whitespace
(#769) Line indented incorrectly; expected at least 12 spaces, found 3
(#769) Variable "file_record" must not contain underscores.
(#769) Short array syntax must be used to define arrays
(#770) Spaces must be used to indent lines; tabs are not allowed
(#770) Tab found within whitespace
(#770) Line indented incorrectly; expected at least 12 spaces, found 3
(#771) Spaces must be used to indent lines; tabs are not allowed
(#771) Tab found within whitespace
(#771) Line indented incorrectly; expected at least 12 spaces, found 3
(#771) Expected 1 space before "=>"; 0 found
(#771) Expected 1 space after "=>"; 0 found
(#771) Whitespace found at end of line
(#772) Spaces must be used to indent lines; tabs are not allowed
(#772) Tab found within whitespace
(#772) Line indented incorrectly; expected at least 12 spaces, found 3
(#772) Expected 1 space before "=>"; 0 found
(#772) Expected 1 space after "=>"; 0 found
(#773) Spaces must be used to indent lines; tabs are not allowed
(#773) Tab found within whitespace
(#773) Line indented incorrectly; expected at least 12 spaces, found 3
(#773) Expected 1 space before "=>"; 0 found
(#773) Expected 1 space after "=>"; 0 found
(#774) Spaces must be used to indent lines; tabs are not allowed
(#774) Tab found within whitespace
(#774) Line indented incorrectly; expected at least 12 spaces, found 3
(#774) Expected 1 space before "=>"; 0 found
(#774) Expected 1 space after "=>"; 0 found
(#774) Whitespace found at end of line
(#775) Spaces must be used to indent lines; tabs are not allowed
(#775) Tab found within whitespace
(#775) Line indented incorrectly; expected at least 12 spaces, found 3
(#775) Expected 1 space before "=>"; 0 found
(#775) Expected 1 space after "=>"; 0 found
(#775) Whitespace found at end of line
(#776) Spaces must be used to indent lines; tabs are not allowed
(#776) Tab found within whitespace
(#776) Line indented incorrectly; expected at least 12 spaces, found 3
(#776) Expected 1 space before "=>"; 0 found
(#776) Expected 1 space after "=>"; 0 found
(#777) Spaces must be used to indent lines; tabs are not allowed
(#777) Tab found within whitespace
(#777) Line indented incorrectly; expected at least 12 spaces, found 3
(#777) Expected 1 space before "=>"; 0 found
(#777) Expected 1 space after "=>"; 0 found
(#778) Spaces must be used to indent lines; tabs are not allowed
(#778) Tab found within whitespace
(#778) Line indented incorrectly; expected at least 12 spaces, found 3
(#778) Expected 1 space before "=>"; 0 found
(#778) Expected 1 space after "=>"; 0 found
(#778) Spaces must be used for alignment; tabs are not allowed
(#778) Tab found within whitespace
(#778) Whitespace found at end of line
(#779) Spaces must be used to indent lines; tabs are not allowed
(#779) Tab found within whitespace
(#779) Line indented incorrectly; expected at least 12 spaces, found 3
(#779) Expected 1 space before "=>"; 0 found
(#779) Expected 1 space after "=>"; 0 found
(#779) Whitespace found at end of line
(#780) Spaces must be used to indent lines; tabs are not allowed
(#780) Tab found within whitespace
(#780) Line indented incorrectly; expected at least 12 spaces, found 3
(#780) Expected 1 space before "=>"; 0 found
(#780) Expected 1 space after "=>"; 0 found
(#780) There should be a comma after the last array item in a multi-line array.
(#781) Spaces must be used to indent lines; tabs are not allowed
(#781) Tab found within whitespace
(#781) Line indented incorrectly; expected at least 12 spaces, found 3
(#782) Spaces must be used to indent lines; tabs are not allowed
(#782) Tab found within whitespace
(#782) Line indented incorrectly; expected at least 12 spaces, found 3
(#782) Variable "draft_fileinfo" must not contain underscores.
(#782) Variable "file_record" must not contain underscores.
(#783) Spaces must be used to indent lines; tabs are not allowed
(#783) Tab found within whitespace
(#783) Whitespace found at end of line
(#784) Spaces must be used to indent lines; tabs are not allowed
(#784) Tab found within whitespace
(#784) Line indented incorrectly; expected 8 spaces, found 2
(#786) Spaces must be used to indent lines; tabs are not allowed
(#786) Tab found within whitespace
(#786) Line indented incorrectly; expected at least 8 spaces, found 2
(#788) Spaces must be used to indent lines; tabs are not allowed
(#788) Tab found within whitespace
(#788) Line indented incorrectly; expected 4 spaces, found 1
(#788) Closing brace indented incorrectly; expected 4 spaces, found 1
(#789) Whitespace found at end of line
(#801) Spaces must be used to indent lines; tabs are not allowed
(#801) Tab found within whitespace
(#801) Line indented incorrectly; expected at least 8 spaces, found 5
(#802) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#804) Spaces must be used to indent lines; tabs are not allowed
(#804) Tab found within whitespace
(#804) Inline comments must start with a capital letter, digit or 3-dots sequence
(#804) Inline comments must end in full-stops, exclamation marks, or question marks
(#804) Line indented incorrectly; expected at least 8 spaces, found 2
(#804) No space found before comment text; expected "// our response, this will output a player/image, and optionally a portfolio export link" but found "//our response, this will output a player/image, and optionally a portfolio export link"
(#805) Spaces must be used to indent lines; tabs are not allowed
(#805) Tab found within whitespace
(#805) Line indented incorrectly; expected at least 8 spaces, found 2
(#805) Commas (,) must be followed by white space.
(#805) Inline comments must start with a capital letter, digit or 3-dots sequence
(#806) Spaces must be used to indent lines; tabs are not allowed
(#806) Tab found within whitespace
(#806) Line indented incorrectly; expected at least 8 spaces, found 2
(#806) No space found before comment text; expected "// rely on get_files from now on to generate portfolio links Justin 19/06/2014" but found "//rely on get_files from now on to generate portfolio links Justin 19/06/2014"
(#811) Expected 7 space(s) before asterisk; 5 found
(#812) Expected 7 space(s) before asterisk; 5 found
(#813) Expected 7 space(s) before asterisk; 5 found
(#814) Expected 7 space(s) before asterisk; 5 found
(#815) Expected 7 space(s) before asterisk; 5 found
(#817) Short array syntax must be used to define arrays
(#820) Line exceeds 132 characters; contains 162 characters
(#823) Spaces must be used to indent lines; tabs are not allowed
(#823) Tab found within whitespace
(#823) Whitespace found at end of line
(#824) Spaces must be used to indent lines; tabs are not allowed
(#824) Tab found within whitespace
(#824) Inline comments must start with a capital letter, digit or 3-dots sequence
(#824) Inline comments must end in full-stops, exclamation marks, or question marks
(#824) Line indented incorrectly; expected at least 12 spaces, found 3
(#824) No space found before comment text; expected "// let NOT return splash images for videos" but found "//let NOT return splash images for videos"
(#825) Spaces must be used to indent lines; tabs are not allowed
(#825) Tab found within whitespace
(#825) Line indented incorrectly; expected 12 spaces, found 3
(#825) Expected "if (...) {\n"; found "if(...){\n"
(#825) Expected 1 space before "=="; 0 found
(#826) Spaces must be used to indent lines; tabs are not allowed
(#826) Tab found within whitespace
(#826) Line indented incorrectly; expected at least 16 spaces, found 4
(#827) Spaces must be used to indent lines; tabs are not allowed
(#827) Tab found within whitespace
(#827) Line indented incorrectly; expected at least 16 spaces, found 4
(#827) Spaces must be used for alignment; tabs are not allowed
(#827) Tab found within whitespace
(#827) Whitespace found at end of line
(#828) Spaces must be used to indent lines; tabs are not allowed
(#828) Tab found within whitespace
(#828) Line indented incorrectly; expected 16 spaces, found 4
(#828) Expected "if (...) {\n"; found "if(...){\n"
(#829) Spaces must be used to indent lines; tabs are not allowed
(#829) Tab found within whitespace
(#829) Line indented incorrectly; expected at least 20 spaces, found 5
(#830) Spaces must be used to indent lines; tabs are not allowed
(#830) Tab found within whitespace
(#830) Line indented incorrectly; expected 16 spaces, found 4
(#831) Spaces must be used to indent lines; tabs are not allowed
(#831) Tab found within whitespace
(#831) Line indented incorrectly; expected 12 spaces, found 3
(#832) Spaces must be used to indent lines; tabs are not allowed
(#832) Tab found within whitespace
(#832) Whitespace found at end of line
(#851) Inline comments must start with a capital letter, digit or 3-dots sequence
(#851) Inline comments must end in full-stops, exclamation marks, or question marks
(#852) Spaces must be used to indent lines; tabs are not allowed
(#852) Tab found within whitespace
(#852) Line indented incorrectly; expected at least 12 spaces, found 3
(#852) Commas (,) must be followed by white space.
(#853) Spaces must be used to indent lines; tabs are not allowed
(#853) Tab found within whitespace
(#853) Whitespace found at end of line
(#854) Spaces must be used to indent lines; tabs are not allowed
(#854) Tab found within whitespace
(#854) Inline comments must start with a capital letter, digit or 3-dots sequence
(#854) Line indented incorrectly; expected at least 12 spaces, found 3
(#854) No space found before comment text; expected "// the default render method. Only shows a link" but found "//the default render method. Only shows a link"
(#855) Spaces must be used to indent lines; tabs are not allowed
(#855) Tab found within whitespace
(#855) Inline comments must end in full-stops, exclamation marks, or question marks
(#855) Line indented incorrectly; expected at least 12 spaces, found 3
(#861) Spaces must be used to indent lines; tabs are not allowed
(#861) Tab found within whitespace
(#861) Whitespace found at end of line
(#862) Spaces must be used to indent lines; tabs are not allowed
(#862) Tab found within whitespace
(#862) Whitespace found at end of line
(#863) Spaces must be used to indent lines; tabs are not allowed
(#863) Tab found within whitespace
(#864) Expected 6 space(s) before asterisk; 5 found
(#865) Expected 6 space(s) before asterisk; 5 found
(#866) Expected 6 space(s) before asterisk; 5 found
(#867) Expected 6 space(s) before asterisk; 5 found
(#868) Expected 6 space(s) before asterisk; 5 found
(#872) Spaces must be used to indent lines; tabs are not allowed
(#872) Tab found within whitespace
(#872) Line indented incorrectly; expected at least 8 spaces, found 2
(#872) Expected 1 space after "="; 0 found
(#874) Whitespace found at end of line
(#875) Spaces must be used to indent lines; tabs are not allowed
(#875) Tab found within whitespace
(#875) Line indented incorrectly; expected at least 8 spaces, found 5
(#876) Spaces must be used to indent lines; tabs are not allowed
(#876) Tab found within whitespace
(#876) Line indented incorrectly; expected at least 8 spaces, found 5
(#877) Spaces must be used to indent lines; tabs are not allowed
(#877) Tab found within whitespace
(#877) Line indented incorrectly; expected at least 8 spaces, found 5
(#878) Spaces must be used to indent lines; tabs are not allowed
(#878) Tab found within whitespace
(#878) Whitespace found at end of line
(#880) Spaces must be used to indent lines; tabs are not allowed
(#880) Tab found within whitespace
(#880) Inline comments must start with a capital letter, digit or 3-dots sequence
(#880) Line indented incorrectly; expected at least 12 spaces, found 9
(#880) No space found before comment text; expected "// this was nec for portfolios prior to M2.7." but found "//this was nec for portfolios prior to M2.7."
(#880) Whitespace found at end of line
(#881) Spaces must be used to indent lines; tabs are not allowed
(#881) Tab found within whitespace
(#881) Line indented incorrectly; expected 12 spaces, found 9
(#881) Expected "if (...) {\n"; found "if(...){\n"
(#882) Spaces must be used to indent lines; tabs are not allowed
(#882) Tab found within whitespace
(#882) Line indented incorrectly; expected at least 16 spaces, found 13
(#883) Closing brace indented incorrectly; expected 9 spaces, found 12
(#887) Whitespace found at end of line
(#888) Spaces must be used to indent lines; tabs are not allowed
(#888) Tab found within whitespace
(#888) Inline comments must end in full-stops, exclamation marks, or question marks
(#888) Line indented incorrectly; expected at least 12 spaces, found 3
(#888) No space found before comment text; expected "// Add portfolio download links if appropriate" but found "//Add portfolio download links if appropriate"
(#890) Spaces must be used to indent lines; tabs are not allowed
(#890) Tab found within whitespace
(#890) Whitespace found at end of line
(#891) Spaces must be used to indent lines; tabs are not allowed
(#891) Tab found within whitespace
(#891) Inline comments must start with a capital letter, digit or 3-dots sequence
(#891) Line indented incorrectly; expected at least 16 spaces, found 4
(#891) No space found before comment text; expected "// in the case of splash images we will have two files." but found "//in the case of splash images we will have two files."
(#892) Spaces must be used to indent lines; tabs are not allowed
(#892) Tab found within whitespace
(#892) Inline comments must end in full-stops, exclamation marks, or question marks
(#892) Line indented incorrectly; expected at least 16 spaces, found 4
(#892) No space found before comment text; expected "// we just want one link, and for the video file" but found "//we just want one link, and for the video file"
(#893) Spaces must be used to indent lines; tabs are not allowed
(#893) Tab found within whitespace
(#893) Line indented incorrectly; expected 16 spaces, found 4
(#893) Expected "if (...) {\n"; found "if(...){\n"
(#893) Expected 1 space before "=="; 0 found
(#894) Spaces must be used to indent lines; tabs are not allowed
(#894) Tab found within whitespace
(#894) Line indented incorrectly; expected at least 20 spaces, found 5
(#895) Spaces must be used to indent lines; tabs are not allowed
(#895) Tab found within whitespace
(#895) Line indented incorrectly; expected at least 20 spaces, found 5
(#895) Spaces must be used for alignment; tabs are not allowed
(#895) Tab found within whitespace
(#895) Whitespace found at end of line
(#896) Spaces must be used to indent lines; tabs are not allowed
(#896) Tab found within whitespace
(#896) Line indented incorrectly; expected 20 spaces, found 5
(#896) Expected "if (...) {\n"; found "if(...){\n"
(#897) Spaces must be used to indent lines; tabs are not allowed
(#897) Tab found within whitespace
(#897) Line indented incorrectly; expected at least 24 spaces, found 6
(#898) Spaces must be used to indent lines; tabs are not allowed
(#898) Tab found within whitespace
(#898) Line indented incorrectly; expected 20 spaces, found 5
(#899) Spaces must be used to indent lines; tabs are not allowed
(#899) Tab found within whitespace
(#899) Line indented incorrectly; expected 16 spaces, found 4
(#900) Whitespace found at end of line
(#900) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#901) Spaces must be used to indent lines; tabs are not allowed
(#901) Tab found within whitespace
(#901) Whitespace found at end of line
(#902) Spaces must be used to indent lines; tabs are not allowed
(#902) Tab found within whitespace
(#902) Line indented incorrectly; expected 16 spaces, found 4
(#902) Expected "if (...) {\n"; found "if (...){\n"
(#903) Spaces must be used to indent lines; tabs are not allowed
(#903) Tab found within whitespace
(#903) Line indented incorrectly; expected at least 20 spaces, found 5
(#904) Spaces must be used to indent lines; tabs are not allowed
(#904) Tab found within whitespace
(#904) Line indented incorrectly; expected at least 20 spaces, found 5
(#905) Whitespace found at end of line
(#906) Spaces must be used to indent lines; tabs are not allowed
(#906) Tab found within whitespace
(#906) Inline comments must end in full-stops, exclamation marks, or question marks
(#906) Line indented incorrectly; expected at least 20 spaces, found 7
(#906) No space found before comment text; expected "// API changes. See https://github.com/moodle/moodle/blob/master/portfolio/upgrade.txt#L6" but found "//API changes. See https://github.com/moodle/moodle/blob/master/portfolio/upgrade.txt#L6"
(#907) Spaces must be used to indent lines; tabs are not allowed
(#907) Tab found within whitespace
(#907) Line indented incorrectly; expected 20 spaces, found 7
(#907) Expected "if (...) {\n"; found "if(...){\n"
(#908) Spaces must be used to indent lines; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected at least 24 spaces, found 6
(#908) Expected 1 space before "="; 0 found
(#908) Expected 1 space after "="; 0 found
(#909) Spaces must be used to indent lines; tabs are not allowed
(#909) Tab found within whitespace
(#909) Line indented incorrectly; expected 20 spaces, found 5
(#909) Closing brace indented incorrectly; expected 7 spaces, found 5
(#909) Expected "} else {\n"; found "}else{\n"
(#910) Spaces must be used to indent lines; tabs are not allowed
(#910) Tab found within whitespace
(#910) Line indented incorrectly; expected at least 24 spaces, found 6
(#910) Expected 1 space before "="; 0 found
(#910) Expected 1 space after "="; 0 found
(#911) Spaces must be used to indent lines; tabs are not allowed
(#911) Tab found within whitespace
(#911) Line indented incorrectly; expected 20 spaces, found 5
(#912) Spaces must be used to indent lines; tabs are not allowed
(#912) Tab found within whitespace
(#912) Whitespace found at end of line
(#913) Spaces must be used to indent lines; tabs are not allowed
(#913) Tab found within whitespace
(#913) Line indented incorrectly; expected at least 20 spaces, found 5
(#913) Whitespace found at end of line
(#914) Spaces must be used to indent lines; tabs are not allowed
(#914) Tab found within whitespace
(#914) Short array syntax must be used to define arrays
(#914) Line indented incorrectly; expected at least 20 spaces, found 7
(#915) Spaces must be used to indent lines; tabs are not allowed
(#915) Tab found within whitespace
(#915) Line indented incorrectly; expected at least 20 spaces, found 11
(#916) Spaces must be used to indent lines; tabs are not allowed
(#916) Tab found within whitespace
(#916) Line indented incorrectly; expected at least 20 spaces, found 11
(#916) Expected 1 space before "=>"; 0 found
(#916) Expected 1 space after "=>"; 0 found
(#917) Spaces must be used to indent lines; tabs are not allowed
(#917) Tab found within whitespace
(#917) Line indented incorrectly; expected at least 20 spaces, found 11
(#918) Spaces must be used to indent lines; tabs are not allowed
(#918) Tab found within whitespace
(#918) Line indented incorrectly; expected at least 20 spaces, found 7
(#919) Line indented incorrectly; expected at least 32 spaces, found 20
(#920) Line indented incorrectly; expected at least 32 spaces, found 20
(#921) Closing brace indented incorrectly; expected 4 spaces, found 16
(#922) Whitespace found at end of line
(#923) Space found before semicolon; expected "'<br />';" but found "'<br />' ;"
(#928) Whitespace found at end of line
(#934) Expected 6 space(s) before asterisk; 5 found
(#935) Expected 6 space(s) before asterisk; 5 found
(#936) Expected 6 space(s) before asterisk; 5 found
(#937) Expected 6 space(s) before asterisk; 5 found
(#938) Expected 6 space(s) before asterisk; 5 found
(#939) Expected 6 space(s) before asterisk; 5 found
(#957) Spaces must be used to indent lines; tabs are not allowed
(#957) Tab found within whitespace
(#957) Line indented incorrectly; expected 8 spaces, found 2
(#958) Spaces must be used to indent lines; tabs are not allowed
(#958) Tab found within whitespace
(#958) Line indented incorrectly; expected 12 spaces, found 3
(#959) Spaces must be used to indent lines; tabs are not allowed
(#959) Tab found within whitespace
(#959) Line indented incorrectly; expected 12 spaces, found 3
(#960) Spaces must be used to indent lines; tabs are not allowed
(#960) Tab found within whitespace
(#960) Line indented incorrectly; expected 12 spaces, found 3
(#961) Spaces must be used to indent lines; tabs are not allowed
(#961) Tab found within whitespace
(#961) Line indented incorrectly; expected 12 spaces, found 3
(#962) Spaces must be used to indent lines; tabs are not allowed
(#962) Tab found within whitespace
(#962) Line indented incorrectly; expected at least 16 spaces, found 4
(#963) Spaces must be used to indent lines; tabs are not allowed
(#963) Tab found within whitespace
(#964) Spaces must be used to indent lines; tabs are not allowed
(#964) Tab found within whitespace
(#964) Line indented incorrectly; expected 12 spaces, found 3
(#965) Spaces must be used to indent lines; tabs are not allowed
(#965) Tab found within whitespace
(#965) Line indented incorrectly; expected 12 spaces, found 3
(#966) Spaces must be used to indent lines; tabs are not allowed
(#966) Tab found within whitespace
(#966) Line indented incorrectly; expected at least 16 spaces, found 4
(#967) Spaces must be used to indent lines; tabs are not allowed
(#967) Tab found within whitespace
(#968) Spaces must be used to indent lines; tabs are not allowed
(#968) Tab found within whitespace
(#968) Line indented incorrectly; expected 12 spaces, found 3
(#969) Spaces must be used to indent lines; tabs are not allowed
(#969) Tab found within whitespace
(#969) Line indented incorrectly; expected at least 16 spaces, found 4
(#970) Spaces must be used to indent lines; tabs are not allowed
(#970) Tab found within whitespace
(#971) Spaces must be used to indent lines; tabs are not allowed
(#971) Tab found within whitespace
(#971) Line indented incorrectly; expected 12 spaces, found 3
(#972) Spaces must be used to indent lines; tabs are not allowed
(#972) Tab found within whitespace
(#972) Line indented incorrectly; expected at least 16 spaces, found 4
(#973) Spaces must be used to indent lines; tabs are not allowed
(#973) Tab found within whitespace
(#974) Spaces must be used to indent lines; tabs are not allowed
(#974) Tab found within whitespace
(#974) Line indented incorrectly; expected 8 spaces, found 2
(#996) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#997) Whitespace found at end of line
(#1004) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1004) Inline comments must end in full-stops, exclamation marks, or question marks
(#1009) Inline comments must end in full-stops, exclamation marks, or question marks
(#1035) Inline comments must end in full-stops, exclamation marks, or question marks
(#1041) Short array syntax must be used to define arrays
(#1063) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1063) Inline comments must end in full-stops, exclamation marks, or question marks
(#1063) No space found before comment text; expected "// delete database record" but found "//delete database record"
(#1066) Short array syntax must be used to define arrays
(#1068) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1068) Inline comments must end in full-stops, exclamation marks, or question marks
(#1068) No space found before comment text; expected "// delete recorded files" but found "//delete recorded files"
(#1075) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#1088) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1088) Inline comments must end in full-stops, exclamation marks, or question marks
(#1089) Short array syntax must be used to define arrays
(#1089) Expected 1 space before "=>"; 0 found
(#1089) Expected 1 space after "=>"; 0 found
(#1108) Whitespace found at end of line
(#1109) Short array syntax must be used to define arrays
(#1109) Expected 1 space before "=>"; 0 found
(#1109) Expected 1 space after "=>"; 0 found
(#1110) Spaces must be used to indent lines; tabs are not allowed
(#1110) Tab found within whitespace
(#1110) Expected 1 space before "=>"; 0 found
(#1110) Expected 1 space after "=>"; 0 found
mod/assign/submission/onlinepoodll/settings.php
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) No space found before comment text; expected "// enable by default" but found "//enable by default"
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Whitespace found at end of line
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) No space found before comment text; expected "// Recorders" but found "//Recorders"
(#35) Variable "rec_options" must not contain underscores.
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Variable "rec_defaults" must not contain underscores.
(#36) Short array syntax must be used to define arrays
(#36) Commas (,) must be followed by white space.
(#36) Commas (,) must be followed by white space.
(#36) Line exceeds maximum limit of 180 characters; contains 184 characters
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#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) Variable "rec_defaults" must not contain underscores.
(#39) Commas (,) must be followed by white space.
(#39) Variable "rec_options" must not contain underscores.
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) No space found before comment text; expected "// show current submission on submission form" but found "//show current submission on submission form"
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Variable "cs_options" must not contain underscores.
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#46) Variable "cs_options" must not contain underscores.
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) No space found before comment text; expected "// allow user to set a custom name for the plugin as displayed to users" but found "//allow user to set a custom name for the plugin as displayed to users"
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// Settings for audio recordings" but found "//Settings for audio recordings"
(#59) Variable "yesno_options" must not contain underscores.
(#59) Expected 1 space before "="; 0 found
(#59) Expected 1 space after "="; 0 found
(#62) Variable "yesno_options" must not contain underscores.
(#66) Variable "yesno_options" must not contain underscores.
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Line indented incorrectly; expected at least 4 spaces, found 0
(#70) No space found before comment text; expected "// Settings for video recordings" but found "//Settings for video recordings"
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) No space found before comment text; expected "// The size of the video player on the various screens" but found "//The size of the video player on the various screens"
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected at least 4 spaces, found 1
(#77) Variable "size_options" must not contain underscores.
(#77) Short array syntax must be used to define arrays
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Whitespace found at end of line
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Whitespace found at end of line
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Variable "size_options" 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 at least 4 spaces, found 1
(#84) Whitespace found at end of line
(#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) Variable "size_options" must not contain underscores.
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) No space found before comment text; expected "// The width of an image" but found "//The width of an image"
(#89) Variable "width_options" must not contain underscores.
(#89) Short array syntax must be used to define arrays
(#90) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#91) Expected 1 space before "=>"; 0 found
(#91) Expected 1 space after "=>"; 0 found
(#91) Commas (,) must be followed by white space.
(#91) Expected 1 space before "=>"; 0 found
(#91) Expected 1 space after "=>"; 0 found
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) No space found before comment text; expected "// Settings for snapshots" but found "//Settings for snapshots"
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) No space found before comment text; expected "// snapshot" but found "//snapshot"
(#101) Variable "width_options" must not contain underscores.
(#105) Variable "width_options" must not contain underscores.
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) No space found before comment text; expected "// Settings for whiteboard images" but found "//Settings for whiteboard images"
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) No space found before comment text; expected "// whiteboard" but found "//whiteboard"
(#115) Variable "width_options" must not contain underscores.
(#119) Variable "width_options" must not contain underscores.
(#119) File must end with a newline character
mod/assign/submission/onlinepoodll/version.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) No space found before comment text; expected "// moodle 3.1.0" but found "//moodle 3.1.0"
(#27) Expected 1 space after "="; 2 found
(#30) Short array syntax must be used to define arrays
(#30) File must end with a newline character

Javascript coding style problems

(1 errors, 99 warnings)

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

mod/assign/submission/onlinepoodll/amd/src/submissionhelper.js
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#15) ["component"] is better written in dot notation. (dot-notation)
(#16) ["filecontrolid"] is better written in dot notation. (dot-notation)
(#17) ["togglingthing"] is better written in dot notation. (dot-notation)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) ["safesave"] is better written in dot notation. (dot-notation)
(#23) Comments should not begin with a lowercase character. (capitalized-comments)
(#23) Expected space or tab after '//' in comment. (spaced-comment)
(#24) Expected space(s) after "if". (keyword-spacing)
(#24) Operator '==' must be spaced. (space-infix-ops)
(#25) ["expandcurrentsubmission"] is better written in dot notation. (dot-notation)
(#31) Identifier 'register_controls' is not in camel case. (camelcase)
(#31) Missing space before opening brace. (space-before-blocks)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#36) Multiple spaces found before '$'. (no-multi-spaces)
(#37) Multiple spaces found before '$'. (no-multi-spaces)
(#38) Multiple spaces found before '$'. (no-multi-spaces)
(#39) Multiple spaces found before '$'. (no-multi-spaces)
(#40) Multiple spaces found before '$'. (no-multi-spaces)
(#41) Multiple spaces found before '$'. (no-multi-spaces)
(#43) 'that' is already defined. (no-redeclare)
(#44) Expected to return a value at the end of function. (consistent-return)
(#44) Unexpected space before function parentheses. (space-before-function-paren)
(#45) Expected space(s) after "if". (keyword-spacing)
(#45) Missing space before opening brace. (space-before-blocks)
(#46) Expected space(s) after "switch". (keyword-spacing)
(#50) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Comments should not begin with a lowercase character. (capitalized-comments)
(#54) Expected space or tab after '//' in comment. (spaced-comment)
(#55) Expected space(s) after "if". (keyword-spacing)
(#55) Operator '==' must be spaced. (space-infix-ops)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Expected space or tab after '//' in comment. (spaced-comment)
(#76) Comments should not begin with a lowercase character. (capitalized-comments)
(#76) Expected space or tab after '//' in comment. (spaced-comment)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) Operator '==' must be spaced. (space-infix-ops)
(#78) Missing whitespace after semicolon. (semi-spacing)
(#78) Unnecessary semicolon. (no-extra-semi)
(#84) Comments should not begin with a lowercase character. (capitalized-comments)
(#84) Expected space or tab after '//' in comment. (spaced-comment)
(#88) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#89) A space is required after ','. (comma-spacing)
(#90) ["clicktohide"] is better written in dot notation. (dot-notation)
(#90) Operator '=' must be spaced. (space-infix-ops)
(#92) A space is required after ','. (comma-spacing)
(#93) ["clicktoshow"] is better written in dot notation. (dot-notation)
(#93) Operator '=' must be spaced. (space-infix-ops)
(#97) Identifier 'register_events' is not in camel case. (camelcase)
(#97) Missing space before opening brace. (space-before-blocks)
(#98) Operator '=' must be spaced. (space-infix-ops)
(#99) Missing space before opening brace. (space-before-blocks)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) Missing space before opening brace. (space-before-blocks)
(#101) Expected space(s) after "if". (keyword-spacing)
(#101) Unexpected confirm. (no-alert)
(#101) A space is required after ','. (comma-spacing)
(#101) Missing space before opening brace. (space-before-blocks)
(#108) Comments should not begin with a lowercase character. (capitalized-comments)
(#108) Expected space or tab after '//' in comment. (spaced-comment)
(#109) Expected space(s) after "if". (keyword-spacing)
(#109) Operator '===' must be spaced. (space-infix-ops)
(#110) Unexpected space before function parentheses. (space-before-function-paren)
(#113) Unexpected space before function parentheses. (space-before-function-paren)
(#116) Expected space(s) before "else". (keyword-spacing)
(#116) Expected space(s) after "if". (keyword-spacing)
(#116) Operator '===' must be spaced. (space-infix-ops)
(#117) Unexpected space before function parentheses. (space-before-function-paren)
(#120) Unexpected space before function parentheses. (space-before-function-paren)
(#126) Identifier 'do_toggle' is not in camel case. (camelcase)
(#126) Missing space before opening brace. (space-before-blocks)
(#127) Expected space(s) after "if". (keyword-spacing)
(#127) Operator '===' must be spaced. (space-infix-ops)
(#127) Missing space before opening brace. (space-before-blocks)
(#130) ["clicktohide"] is better written in dot notation. (dot-notation)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#132) Expected space(s) before "else". (keyword-spacing)
(#132) Expected space(s) after "else". (keyword-spacing)
(#135) ["clicktoshow"] is better written in dot notation. (dot-notation)
(#136) Operator '=' must be spaced. (space-infix-ops)
(#140) Identifier 'toggle_currentsubmission' is not in camel case. (camelcase)
(#140) Missing space before opening brace. (space-before-blocks)
(#142) Requires a space after '{'. (block-spacing)
(#142) Statement inside of curly braces should be on next line. (brace-style)
(#142) Missing space before opening brace. (space-before-blocks)
(#142) Requires a space before '}'. (block-spacing)
(#142) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#147) Identifier 'toggle_recorder' is not in camel case. (camelcase)
(#147) Missing space before opening brace. (space-before-blocks)
(#149) Requires a space after '{'. (block-spacing)
(#149) Statement inside of curly braces should be on next line. (brace-style)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#153) Comments should not begin with a lowercase character. (capitalized-comments)
(#153) Expected space or tab after '//' in comment. (spaced-comment)

CSS problems

(3 errors, 0 warnings)

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

mod/assign/submission/onlinepoodll/styles.css
(#42) Invalid value for `padding-bottom` (csstree/validator)
(#45) Expected empty line before at-rule (at-rule-empty-line-before)
(#42) Expected single space after "," in a single-line function (function-comma-space-after)

PHPDocs style problems

(34 errors, 12 warnings)

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

mod/assign/submission/onlinepoodll/classes/constants.php
(#30) Class constants is not documented
(#33) Constant constants::M_FILEAREA is not documented
(#34) Constant constants::M_COMPONENT is not documented
(#35) Constant constants::M_CONFIG_COMPONENT is not documented
(#36) Constant constants::M_TABLE is not documented
(#37) Constant constants::M_WB_FILEAREA is not documented
(#39) Constant constants::M_REPLYMP3VOICE is not documented
(#40) Constant constants::M_REPLYVOICE is not documented
(#41) Constant constants::M_REPLYVIDEO is not documented
(#42) Constant constants::M_REPLYWHITEBOARD is not documented
(#43) Constant constants::M_REPLYSNAPSHOT is not documented
(#44) Constant constants::M_REPLYTALKBACK is not documented
(#45) Constant constants::M_FILENAMECONTROL is not documented
(#46) Constant constants::M_VECTORCONTROL is not documented
(#47) Constant constants::M_CURRENTSUBMISSION_HIDE is not documented
(#48) Constant constants::M_CURRENTSUBMISSION_SHOWMINIMIZED is not documented
(#49) Constant constants::M_CURRENTSUBMISSION_SHOWEXPANDED is not documented
(#50) Constant constants::M_CURRENTSUBMISSION_ALWAYS is not documented
(#17) No one-line description found in phpdocs for file
mod/assign/submission/onlinepoodll/classes/output/renderer.php
(#15) Class renderer is not documented
(#17) Function renderer::fetch_delete_submission is not documented
(#26) Function renderer::prepare_toggle_controls is not documented
(#33) Function renderer::prepare_current_submission is not documented
(#47) Function renderer::prepare_recorder is not documented
(#2) No one-line description found in phpdocs for file
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#15) Package is not specified for class renderer. It is also not specified in file-level phpdocs
mod/assign/submission/onlinepoodll/classes/privacy/provider.php
(#55) Class provider is not documented
(#157) Phpdocs for function provider::_delete_submission_for_userid has incomplete parameters list
mod/assign/submission/onlinepoodll/classes/utils.php
(#31) Class utils is not documented
(#34) Function utils::fetch_options_recorders is not documented
(#43) Function utils::fetch_submission_data is not documented
(#48) Function utils::fetch_options_currentsubmission is not documented
(#57) Function utils::fetch_options_yesno is not documented
(#17) No one-line description found in phpdocs for file
mod/assign/submission/onlinepoodll/locallib.php
(#43) Function assign_submission_onlinepoodll::is_enabled is not documented
(#47) Function assign_submission_onlinepoodll::is_configurable is not documented
(#547) Function assign_submission_onlinepoodll::fetchResponses is not documented
(#650) Function assign_submission_onlinepoodll::fetch_response_size is not documented
(#692) Function assign_submission_onlinepoodll::is_list is not documented
(#735) Function assign_submission_onlinepoodll::shift_draft_file is not documented
(#813) Phpdocs for function assign_submission_onlinepoodll::get_files has incomplete parameters list
(#866) Phpdocs for function assign_submission_onlinepoodll::get_p_links has incomplete parameters list
(#73) Not recommended phpdocs tag @global used
(#73) Not recommended phpdocs tag @global 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]


grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
Task "eslint:amd" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 3 warnings)

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

mod/assign/submission/onlinepoodll/templates/audioplayerstandard.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Attribute “playsinline” not allowed on element “audio” at this point. (o_cont" ><audio id='would-be-a-uniqid' class='nomediaplugin assignsubmission_onlinepoodll_audio' playsInline="true" preload="auto" controls='controls' src='?nocache=would-be-a-uniqid'></aud)
mod/assign/submission/onlinepoodll/templates/videoplayerstandard.mustache
(#1) Example context missing (@template section not found.)

Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]