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

(2171 errors, 225 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
(#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
(#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
mod/assign/submission/onlinepoodll/backup/moodle2/restore_assignsubmission_onlinepoodll_subplugin.class.php
(#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
(#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
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/>.".
(#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) 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) 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) 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) 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) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
mod/assign/submission/onlinepoodll/classes/privacy/provider.php
(#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
(#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
(#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
mod/assign/submission/onlinepoodll/classes/utils.php
(#34) Expected 1 space before opening brace; found 0
(#42) 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"
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) 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)"
(#44) Expected 1 space before opening brace; found 0
(#46) Commas (,) must be followed by white space.
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#49) Expected 1 space before opening brace; found 0
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) No space found before comment text; expected "// show current submission on submission form" but found "//show current submission on submission form"
(#58) Expected 1 space before opening brace; found 0
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) No space found before comment text; expected "// show current submission on submission form" but found "//show current submission on submission form"
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
mod/assign/submission/onlinepoodll/db/access.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/assign/submission/onlinepoodll/db/install.php
(#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) 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
mod/assign/submission/onlinepoodll/lib.php
(#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) 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
(#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
(#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"
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) 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"
(#101) Expected "if (...) {\n"; found "if(...){\n"
(#101) Expected 1 space before "=="; 0 found
(#101) Expected 1 space after "=="; 0 found
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#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) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#108) Expected 1 space before "="; 0 found
(#110) Expected "if (...) {\n"; found "if(...){\n"
(#110) Expected 1 space before "==="; 0 found
(#110) Expected 1 space after "==="; 0 found
(#114) Expected "if (...) {\n"; found "if(...){\n"
(#114) Expected 1 space before "==="; 0 found
(#114) Expected 1 space after "==="; 0 found
(#117) Whitespace found at end of line
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Line indented incorrectly; expected at least 8 spaces, found 7
(#118) No space found before comment text; expected "// get allowed recorders from admin settings" but found "//get allowed recorders from admin settings"
(#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.
(#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) Variable "allowed_recorders" must not contain underscores.
(#120) Commas (,) must be followed by white space.
(#120) Variable "allowed_recorders" must not contain underscores.
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected 8 spaces, found 2
(#122) Expected "if (...) {\n"; found "if(...){\n"
(#122) Commas (,) must be followed by white space.
(#122) Variable "allowed_recorders" must not contain underscores.
(#122) Expected 1 space before "!=="; 0 found
(#122) Expected 1 space after "!=="; 0 found
(#122) Commas (,) must be followed by white space.
(#122) Variable "allowed_recorders" must not contain underscores.
(#122) Expected 1 space before "!=="; 0 found
(#122) Expected 1 space after "!=="; 0 found
(#122) Line exceeds 132 characters; contains 142 characters
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 3
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 8 spaces, found 2
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 8 spaces, found 2
(#126) Expected "if (...) {\n"; found "if(...){\n"
(#126) Commas (,) must be followed by white space.
(#126) Variable "allowed_recorders" must not contain underscores.
(#126) Expected 1 space before "!=="; 0 found
(#126) Expected 1 space after "!=="; 0 found
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 12 spaces, found 3
(#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
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 8 spaces, found 2
(#129) Expected "if (...) {\n"; found "if(...){\n"
(#129) Commas (,) must be followed by white space.
(#129) Variable "allowed_recorders" must not contain underscores.
(#129) Expected 1 space before "!=="; 0 found
(#129) Expected 1 space after "!=="; 0 found
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 12 spaces, found 3
(#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
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected 8 spaces, found 2
(#132) Expected "if (...) {\n"; found "if(...){\n"
(#132) Commas (,) must be followed by white space.
(#132) Variable "allowed_recorders" must not contain underscores.
(#132) Expected 1 space before "!=="; 0 found
(#132) Expected 1 space after "!=="; 0 found
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 12 spaces, found 3
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected 8 spaces, found 2
(#135) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#136) Whitespace found at end of line
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Line exceeds 132 characters; contains 143 characters
(#138) Line exceeds 132 characters; contains 150 characters
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) This comment is 52% valid code; is this commented out code?
(#138) 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);"
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 8 spaces, found 2
(#141) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 8 spaces, found 2
(#143) 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."
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 8 spaces, found 4
(#145) Line indented incorrectly; expected at least 8 spaces, found 7
(#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
(#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 138 characters
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected at least 8 spaces, found 2
(#148) Line exceeds 132 characters; contains 136 characters
(#149) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) No space found before comment text; expected "// safe save settings" but found "//safe save settings"
(#155) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#159) Line exceeds 132 characters; contains 157 characters
(#160) Line exceeds 132 characters; contains 150 characters
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) This comment is 52% valid code; is this commented out code?
(#160) 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);"
(#163) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#166) Line exceeds 132 characters; contains 134 characters
(#167) Line exceeds 132 characters; contains 150 characters
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) This comment is 52% valid code; is this commented out code?
(#167) 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);"
(#170) Commas (,) must be followed by white space.
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) No space found before comment text; expected "// these are for the whiteboard submission" but found "//these are for the whiteboard submission"
(#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 3
(#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 "// For the back image, we" but found "//For the back image, we"
(#174) Whitespace found at end of line
(#175) Spaces must be used to indent lines; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 8 spaces, found 2
(#175) 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"
(#176) Spaces must be used to indent lines; tabs are not allowed
(#176) Tab found within whitespace
(#176) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Line indented incorrectly; expected at least 8 spaces, found 2
(#177) 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"
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected 8 spaces, found 2
(#178) Expected "if (...) {\n"; found "if(...){\n"
(#178) Commas (,) must be followed by white space.
(#178) Variable "allowed_recorders" must not contain underscores.
(#178) Expected 1 space before "!=="; 0 found
(#178) Expected 1 space after "!=="; 0 found
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 12 spaces, found 3
(#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
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Tab found within whitespace
(#189) Line indented incorrectly; expected at least 12 spaces, found 3
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Tab found within whitespace
(#190) Line indented incorrectly; expected at least 18 spaces, found 3
(#190) Commas (,) must be followed by white space.
(#190) Line exceeds 132 characters; contains 161 characters
(#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 exceeds 132 characters; contains 144 characters
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Line indented incorrectly; expected at least 18 spaces, found 3
(#192) No space found before comment text; expected "// commented 20130120 bcause was broken with moodle 2.6. Errors saying "must attach no more than one file" when tried to save, empty, disabled" but found "//commented 20130120 bcause was broken with moodle 2.6. Errors saying "must attach no more than one file" when tried to save, empty, disabled"
(#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
(#193) No space found before comment text; expected "// $mform->disabledIf('backimage', constants::M_COMPONENT . '_enabled', 'eq', 0);" but found "//$mform->disabledIf('backimage', constants::M_COMPONENT . '_enabled', 'eq', 0);"
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Tab found within whitespace
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Line indented incorrectly; expected at least 18 spaces, found 3
(#194) No space found before comment text; expected "// $mform->disabledIf('backimage', constants::M_COMPONENT . '_recordertype', 'ne', constants::M_REPLYWHITEBOARD );" but found "//$mform->disabledIf('backimage', constants::M_COMPONENT . '_recordertype', 'ne', constants::M_REPLYWHITEBOARD );"
(#195) Spaces must be used to indent lines; tabs are not allowed
(#195) Tab found within whitespace
(#195) Line indented incorrectly; expected 8 spaces, found 2
(#195) Expected "} else {\n"; found "}else{\n"
(#196) Spaces must be used to indent lines; tabs are not allowed
(#196) Tab found within whitespace
(#196) Line indented incorrectly; expected at least 12 spaces, found 3
(#196) Commas (,) must be followed by white space.
(#197) Spaces must be used to indent lines; tabs are not allowed
(#197) Tab found within whitespace
(#197) Line indented incorrectly; expected 8 spaces, found 2
(#198) Spaces must be used to indent lines; tabs are not allowed
(#198) Tab found within whitespace
(#198) Line indented incorrectly; expected at least 8 spaces, found 2
(#199) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#200) Spaces must be used to indent lines; tabs are not allowed
(#200) Tab found within whitespace
(#200) Whitespace found at end of line
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Line indented incorrectly; expected at least 8 spaces, found 2
(#201) No space found before comment text; expected "// board sizes" but found "//board sizes"
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected 8 spaces, found 2
(#202) Expected "if (...) {\n"; found "if(...){\n"
(#202) Commas (,) must be followed by white space.
(#202) Variable "allowed_recorders" must not contain underscores.
(#202) Expected 1 space before "!=="; 0 found
(#202) Expected 1 space after "!=="; 0 found
(#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 3
(#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
(#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 4
(#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 3
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 12 spaces, found 4
(#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
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected at least 18 spaces, found 3
(#217) Line exceeds 132 characters; contains 140 characters
(#218) Spaces must be used to indent lines; tabs are not allowed
(#218) Tab found within whitespace
(#218) Line indented incorrectly; expected 8 spaces, found 2
(#218) Expected "} else {\n"; found "}else{\n"
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Tab found within whitespace
(#219) Line indented incorrectly; expected at least 12 spaces, found 3
(#219) Commas (,) must be followed by white space.
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected 8 spaces, found 2
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 2
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) 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"
(#224) Expected "if (...) {\n"; found "if(...) {\n"
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) 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"
(#230) Expected "if (...) {\n"; found "if(...) {\n"
(#239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) 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"
(#240) Variable "allowed_recorders" must not contain underscores.
(#241) Variable "allowed_recorders" must not contain underscores.
(#242) Variable "allowed_recorders" must not contain underscores.
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) No space found before comment text; expected "// if no whiteboard allowed just hide" but found "//if no whiteboard allowed just hide"
(#246) Variable "allowed_recorders" must not contain underscores.
(#251) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#254) Whitespace found at end of line
(#259) Whitespace found at end of line
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Tab found within whitespace
(#263) Inline comments must start with a capital letter, digit or 3-dots sequence
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) Line indented incorrectly; expected at least 8 spaces, found 2
(#263) 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"
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected 8 spaces, found 2
(#264) Expected "if (...) {\n"; found "if(...){\n"
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 12 spaces, found 3
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 8 spaces, found 2
(#266) Expected "} else {\n"; found "}else{\n"
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 12 spaces, found 3
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 8 spaces, found 2
(#269) Spaces must be used to indent lines; tabs are not allowed
(#269) Tab found within whitespace
(#269) Whitespace found at end of line
(#270) Spaces must be used to indent lines; tabs are not allowed
(#270) Tab found within whitespace
(#270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Line indented incorrectly; expected at least 8 spaces, found 2
(#270) 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"
(#271) Spaces must be used to indent lines; tabs are not allowed
(#271) Tab found within whitespace
(#271) Line indented incorrectly; expected 8 spaces, found 2
(#271) Expected "if (...) {\n"; found "if(...){\n"
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected at least 12 spaces, found 3
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected 8 spaces, found 2
(#273) Expected "} else {\n"; found "}else{\n"
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 12 spaces, found 3
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected 8 spaces, found 2
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) No space found before comment text; expected "// safesave" but found "//safesave"
(#278) Expected "if (...) {\n"; found "if(...) {\n"
(#280) Expected "} else {\n"; found "}else{\n"
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Line indented incorrectly; expected at least 8 spaces, found 2
(#284) No space found before comment text; expected "// active" but found "//active"
(#285) Expected "if (...) {\n"; found "if(...){\n"
(#287) Expected "} else {\n"; found "}else{\n"
(#290) Inline comments must start with a capital letter, digit or 3-dots sequence
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) No space found before comment text; expected "// current submission" but found "//current submission"
(#291) Expected "if (...) {\n"; found "if(...){\n"
(#293) Expected "} else {\n"; found "}else{\n"
(#296) Spaces must be used to indent lines; tabs are not allowed
(#296) Tab found within whitespace
(#296) Whitespace found at end of line
(#297) Spaces must be used to indent lines; tabs are not allowed
(#297) Tab found within whitespace
(#297) Inline comments must start with a capital letter, digit or 3-dots sequence
(#297) This comment is 73% valid code; is this commented out code?
(#297) Line indented incorrectly; expected at least 8 spaces, found 2
(#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($this->assignment,true));" but found "//error_log(print_r($this->assignment,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
(#299) No space found before comment text; expected "// error_log(print_r($data,true));" but found "//error_log(print_r($data,true));"
(#300) Spaces must be used to indent lines; tabs are not allowed
(#300) Tab found within whitespace
(#300) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) Spaces must be used to indent lines; tabs are not allowed
(#301) Tab found within whitespace
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) This comment is 69% valid code; is this commented out code?
(#301) Line indented incorrectly; expected at least 8 spaces, found 2
(#301) No space found before comment text; expected "// error_log(print_r($this,true));" but found "//error_log(print_r($this,true));"
(#302) Spaces must be used to indent lines; tabs are not allowed
(#302) Tab found within whitespace
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) Line indented incorrectly; expected at least 8 spaces, found 2
(#302) No space found before comment text; expected "// $itemid = $this->id;" but found "//$itemid = $this->id;"
(#303) Spaces must be used to indent lines; tabs are not allowed
(#303) Tab found within whitespace
(#303) Line indented incorrectly; expected at least 8 spaces, found 2
(#304) Spaces must be used to indent lines; tabs are not allowed
(#304) Tab found within whitespace
(#304) Line indented incorrectly; expected 8 spaces, found 2
(#304) Expected "if (...) {\n"; found "if(...){\n"
(#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 3
(#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
(#306) Whitespace found at end of line
(#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) 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 12 spaces, found 8
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 18 spaces, found 3
(#311) Spaces must be used to indent lines; tabs are not allowed
(#311) Tab found within whitespace
(#311) Line indented incorrectly; expected 8 spaces, found 2
(#311) Expected "} else {\n"; found "}else{\n"
(#312) Spaces must be used to indent lines; tabs are not allowed
(#312) Tab found within whitespace
(#312) Line indented incorrectly; expected at least 12 spaces, found 3
(#312) Commas (,) must be followed by white space.
(#313) Spaces must be used to indent lines; tabs are not allowed
(#313) Tab found within whitespace
(#313) Line indented incorrectly; expected 8 spaces, found 2
(#314) Spaces must be used to indent lines; tabs are not allowed
(#314) Tab found within whitespace
(#314) Whitespace found at end of line
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) This comment is 58% valid code; is this commented out code?
(#315) Line indented incorrectly; expected at least 8 spaces, found 1
(#316) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 1
(#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) Line indented incorrectly; expected at least 8 spaces, found 2
(#321) Spaces must be used to indent lines; tabs are not allowed
(#322) Spaces must be used to indent lines; tabs are not allowed
(#322) Tab found within whitespace
(#322) Whitespace found at end of line
(#322) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#327) Line indented incorrectly; expected at least 4 spaces, found 3
(#336) Expected 1 space before "=>"; 0 found
(#336) Expected 1 space after "=>"; 0 found
(#348) Spaces must be used to indent lines; tabs are not allowed
(#348) Tab found within whitespace
(#348) Line indented incorrectly; expected at least 8 spaces, found 3
(#350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#350) Inline comments must end in full-stops, exclamation marks, or question marks
(#350) No space found before comment text; expected "// active" but found "//active"
(#352) Expected "if (...) {\n"; found "if(...){\n"
(#352) Expected 1 space before "==="; 0 found
(#352) Expected 1 space after "==="; 0 found
(#353) Expected 1 space before "="; 0 found
(#353) Expected 1 space after "="; 0 found
(#355) Inline comments must start with a capital letter, digit or 3-dots sequence
(#355) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) No space found before comment text; expected "// current submission" but found "//current submission"
(#357) Expected "if (...) {\n"; found "if(...){\n"
(#357) Expected 1 space before "==="; 0 found
(#357) Expected 1 space after "==="; 0 found
(#358) Expected 1 space before "="; 0 found
(#358) Expected 1 space after "="; 0 found
(#361) Inline comments must start with a capital letter, digit or 3-dots sequence
(#361) Inline comments must end in full-stops, exclamation marks, or question marks
(#361) No space found before comment text; expected "// determine if toggling recorder or current submission" but found "//determine if toggling recorder or current submission"
(#372) Inline comments must start with a capital letter, digit or 3-dots sequence
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#372) 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"
(#374) Expected 1 space before "=>"; 0 found
(#375) Expected 1 space before "=>"; 0 found
(#376) Expected 1 space before "=>"; 0 found
(#376) Expected 1 space after "=>"; 0 found
(#376) Expected 1 space before "=="; 0 found
(#376) Expected 1 space after "=="; 0 found
(#377) Expected 1 space before "=>"; 0 found
(#378) Expected 1 space before "=>"; 0 found
(#378) Expected 1 space after "=>"; 0 found
(#381) Commas (,) must be followed by white space.
(#381) Commas (,) must be followed by white space.
(#381) Commas (,) must be followed by white space.
(#383) Inline comments must end in full-stops, exclamation marks, or question marks
(#383) No space found before comment text; expected "// Get our renderers" but found "//Get our renderers"
(#391) Inline comments must start with a capital letter, digit or 3-dots sequence
(#391) Inline comments must end in full-stops, exclamation marks, or question marks
(#391) 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"
(#395) Expected "if (...) {\n"; found "if(...) {\n"
(#397) Expected "} else {\n"; found "}else{\n"
(#400) Inline comments must start with a capital letter, digit or 3-dots sequence
(#400) Inline comments must end in full-stops, exclamation marks, or question marks
(#400) No space found before comment text; expected "// show current submission" but found "//show current submission"
(#401) Commas (,) must be followed by white space.
(#403) Inline comments must start with a capital letter, digit or 3-dots sequence
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) No space found before comment text; expected "// are we toggling current submission" but found "//are we toggling current submission"
(#404) Expected "if (...) {\n"; found "if(...){\n"
(#414) Whitespace found at end of line
(#415) Line indented incorrectly; expected 8 spaces, found 9
(#417) Closing brace indented incorrectly; expected 9 spaces, found 8
(#427) Spaces must be used to indent lines; tabs are not allowed
(#427) Tab found within whitespace
(#427) Inline comments must start with a capital letter, digit or 3-dots sequence
(#427) Line indented incorrectly; expected at least 8 spaces, found 2
(#427) 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"
(#428) 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"
(#429) 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"
(#430) Inline comments must end in full-stops, exclamation marks, or question marks
(#430) 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"
(#431) Commas (,) must be followed by white space.
(#431) Commas (,) must be followed by white space.
(#432) Expected "if (...) {\n"; found "if(...) {\n"
(#432) Expected 1 space before "=="; 0 found
(#432) Expected 1 space after "=="; 0 found
(#436) Inline comments must end in full-stops, exclamation marks, or question marks
(#436) 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"
(#437) Expected 1 space before "="; 0 found
(#437) Expected 1 space after "="; 0 found
(#438) Expected 1 space before "="; 0 found
(#438) Expected 1 space after "="; 0 found
(#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
(#439) Commas (,) must be followed by white space.
(#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
(#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) Spaces must be used for alignment; tabs are not allowed
(#441) Tab found within whitespace
(#441) Whitespace found at end of line
(#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.
(#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
(#443) Commas (,) must be followed by white space.
(#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
(#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
(#445) Whitespace found at end of line
(#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) Spaces must be used to indent lines; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected at least 8 spaces, found 2
(#448) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#450) Spaces must be used to indent lines; tabs are not allowed
(#450) Tab found within whitespace
(#450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) Line indented incorrectly; expected at least 8 spaces, found 2
(#450) 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"
(#451) Spaces must be used to indent lines; tabs are not allowed
(#451) Tab found within whitespace
(#451) Line indented incorrectly; expected 8 spaces, found 2
(#451) Expected "if (...) {\n"; found "if(...){\n"
(#452) Spaces must be used to indent lines; tabs are not allowed
(#452) Tab found within whitespace
(#452) Line indented incorrectly; expected at least 12 spaces, found 6
(#453) Closing brace indented incorrectly; expected 2 spaces, found 8
(#454) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#455) Spaces must be used to indent lines; tabs are not allowed
(#455) Tab found within whitespace
(#455) Whitespace found at end of line
(#456) Spaces must be used to indent lines; tabs are not allowed
(#456) Tab found within whitespace
(#456) Inline comments must start with a capital letter, digit or 3-dots sequence
(#456) Inline comments must end in full-stops, exclamation marks, or question marks
(#456) Line indented incorrectly; expected at least 8 spaces, found 2
(#456) No space found before comment text; expected "// get timelimit for recorders if set" but found "//get timelimit for recorders if set"
(#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
(#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
(#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 before "="; 0 found
(#459) Expected 1 space after "="; 0 found
(#460) Spaces must be used to indent lines; tabs are not allowed
(#460) Tab found within whitespace
(#460) Line indented incorrectly; expected at least 8 spaces, found 2
(#460) Expected 1 space after "="; 0 found
(#462) Inline comments must start with a capital letter, digit or 3-dots sequence
(#462) Inline comments must end in full-stops, exclamation marks, or question marks
(#462) No space found before comment text; expected "// are we toggling recorder" but found "//are we toggling recorder"
(#464) Expected "if (...) {\n"; found "if(...){\n"
(#467) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#469) Inline comments must start with a capital letter, digit or 3-dots sequence
(#469) Inline comments must end in full-stops, exclamation marks, or question marks
(#469) No space found before comment text; expected "// fetch the required "recorder" but found "//fetch the required "recorder"
(#470) Spaces must be used to indent lines; tabs are not allowed
(#470) Tab found within whitespace
(#470) Line indented incorrectly; expected 8 spaces, found 2
(#473) Spaces must be used to indent lines; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected 12 spaces, found 3
(#474) Spaces must be used to indent lines; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 16 spaces, found 4
(#474) Expected 1 space before "="; 0 found
(#475) Commas (,) must be followed by white space.
(#475) Commas (,) must be followed by white space.
(#475) Commas (,) must be followed by white space.
(#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) Line indented incorrectly; expected at least 25 spaces, found 16
(#477) Commas (,) must be followed by white space.
(#477) Commas (,) must be followed by white space.
(#478) Spaces must be used to indent lines; tabs are not allowed
(#478) Tab found within whitespace
(#479) Spaces must be used to indent lines; tabs are not allowed
(#479) Tab found within whitespace
(#479) Whitespace found at end of line
(#480) Spaces must be used to indent lines; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected 12 spaces, found 3
(#481) Spaces must be used to indent lines; tabs are not allowed
(#481) Tab found within whitespace
(#481) Inline comments must start with a capital letter, digit or 3-dots sequence
(#481) Inline comments must end in full-stops, exclamation marks, or question marks
(#481) Line indented incorrectly; expected at least 16 spaces, found 4
(#481) No space found before comment text; expected "// get board sizes" but found "//get board sizes"
(#482) Spaces must be used to indent lines; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected 16 spaces, found 4
(#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 20 spaces, found 5
(#490) Expected 1 space before "="; 0 found
(#490) Expected 1 space after "="; 0 found
(#490) Expected 1 space before "="; 0 found
(#490) Expected 1 space after "="; 0 found
(#490) Closing brace must be on a line by itself
(#491) Spaces must be used to indent lines; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected 16 spaces, found 4
(#492) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#494) Spaces must be used to indent lines; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected at least 16 spaces, found 4
(#494) No space found before comment text; expected "// Get Backimage, if we have one" but found "//Get Backimage, if we have one"
(#495) Spaces must be used to indent lines; tabs are not allowed
(#495) Tab found within whitespace
(#495) Inline comments must end in full-stops, exclamation marks, or question marks
(#495) Line indented incorrectly; expected at least 16 spaces, found 4
(#495) Whitespace found at end of line
(#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
(#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
(#497) Expected 1 space before "="; 0 found
(#497) Expected 1 space after "="; 0 found
(#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 4
(#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 16 spaces, found 8
(#501) Spaces must be used to indent lines; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected at least 25 spaces, found 4
(#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 25 spaces, found 4
(#502) Expected "if (...) {\n"; found "if(...){\n"
(#502) Expected 1 space before ">"; 0 found
(#502) Expected 1 space after ">"; 0 found
(#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
(#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 5
(#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
(#508) Whitespace found at end of line
(#509) Spaces must be used to indent lines; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected at least 29 spaces, found 8
(#510) Spaces must be used to indent lines; tabs are not allowed
(#510) Tab found within whitespace
(#510) Whitespace found at end of line
(#511) Spaces must be used to indent lines; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected 25 spaces, found 4
(#512) Spaces must be used to indent lines; tabs are not allowed
(#512) Tab found within whitespace
(#512) Whitespace found at end of line
(#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
(#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) Expected 1 space after "="; 0 found
(#515) Spaces must be used to indent lines; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected at least 25 spaces, found 4
(#515) Expected 1 space before "="; 0 found
(#515) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#515) Commas (,) must be followed by white space.
(#515) Line exceeds maximum limit of 180 characters; contains 209 characters
(#516) Line indented incorrectly; expected at least 25 spaces, found 16
(#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
(#517) Line indented incorrectly; expected at least 25 spaces, found 4
(#517) Commas (,) must be followed by white space.
(#517) Commas (,) must be followed by white space.
(#518) Spaces must be used to indent lines; tabs are not allowed
(#518) Tab found within whitespace
(#519) Spaces must be used to indent lines; tabs are not allowed
(#519) Tab found within whitespace
(#519) Whitespace found at end of line
(#520) Spaces must be used to indent lines; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected 12 spaces, found 3
(#521) Spaces must be used to indent lines; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected at least 16 spaces, found 4
(#521) Expected 1 space before "="; 0 found
(#521) Commas (,) must be followed by white space.
(#521) Commas (,) must be followed by white space.
(#521) Commas (,) must be followed by white space.
(#521) Commas (,) must be followed by white space.
(#521) Commas (,) must be followed by white space.
(#521) Commas (,) must be followed by white space.
(#521) Line exceeds 132 characters; contains 150 characters
(#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
(#523) Line indented incorrectly; expected at least 16 spaces, found 4
(#523) Commas (,) must be followed by white space.
(#523) Commas (,) must be followed by white space.
(#524) Spaces must be used to indent lines; tabs are not allowed
(#524) Tab found within whitespace
(#526) Spaces must be used to indent lines; tabs are not allowed
(#526) Tab found within whitespace
(#526) Line indented incorrectly; expected 12 spaces, found 3
(#527) Spaces must be used to indent lines; tabs are not allowed
(#527) Tab found within whitespace
(#527) Line indented incorrectly; expected at least 16 spaces, found 4
(#527) Expected 1 space before "="; 0 found
(#527) Commas (,) must be followed by white space.
(#527) Commas (,) must be followed by white space.
(#528) Commas (,) must be followed by white space.
(#528) Commas (,) must be followed by white space.
(#528) Commas (,) must be followed by white space.
(#528) Commas (,) must be followed by white space.
(#528) Commas (,) must be followed by white space.
(#528) Commas (,) must be followed by white space.
(#529) Line indented incorrectly; expected at least 25 spaces, found 16
(#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) Line indented incorrectly; expected at least 25 spaces, found 4
(#530) Commas (,) must be followed by white space.
(#530) Commas (,) must be followed by white space.
(#531) Spaces must be used to indent lines; tabs are not allowed
(#531) Tab found within whitespace
(#531) Whitespace found at end of line
(#532) Spaces must be used to indent lines; tabs are not allowed
(#532) Tab found within whitespace
(#533) Spaces must be used to indent lines; tabs are not allowed
(#533) Tab found within whitespace
(#533) Whitespace found at end of line
(#534) Spaces must be used to indent lines; tabs are not allowed
(#534) Tab found within whitespace
(#534) Line indented incorrectly; expected 8 spaces, found 2
(#536) Inline comments must start with a capital letter, digit or 3-dots sequence
(#537) No space found before comment text; expected "// $mform->addElement('hidden', 'id', 0);" but found "//$mform->addElement('hidden', 'id', 0);"
(#538) Inline comments must end in full-stops, exclamation marks, or question marks
(#538) No space found before comment text; expected "// $mform->setType('id', PARAM_INT);" but found "//$mform->setType('id', PARAM_INT);"
(#539) Spaces must be used to indent lines; tabs are not allowed
(#539) Tab found within whitespace
(#539) Line indented incorrectly; expected at least 8 spaces, found 2
(#541) Spaces must be used to indent lines; tabs are not allowed
(#541) Tab found within whitespace
(#541) Whitespace found at end of line
(#542) Spaces must be used to indent lines; tabs are not allowed
(#542) Tab found within whitespace
(#542) Line indented incorrectly; expected at least 4 spaces, found 1
(#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) Line indented incorrectly; expected at least 4 spaces, found 1
(#547) Spaces must be used to indent lines; tabs are not allowed
(#548) Spaces must be used to indent lines; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected 4 spaces, found 1
(#548) method name "assign_submission_onlinepoodll::fetchResponses" must be in lower-case letters only
(#548) Visibility must be declared on method "fetchResponses"
(#548) Expected 1 space before opening brace; found 0
(#549) Spaces must be used to indent lines; tabs are not allowed
(#549) Tab found within whitespace
(#549) 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) Line indented incorrectly; expected at least 8 spaces, found 2
(#552) Spaces must be used to indent lines; tabs are not allowed
(#552) Tab found within whitespace
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#553) Line indented incorrectly; expected at least 8 spaces, found 2
(#553) 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."
(#553) Whitespace found at end of line
(#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
(#554) No space found before comment text; expected "// there should be only one." but found "//there should be only one."
(#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
(#556) Spaces must be used to indent lines; tabs are not allowed
(#556) Tab found within whitespace
(#556) Line indented incorrectly; expected at least 8 spaces, found 2
(#556) Expected 1 space before "="; 0 found
(#556) Expected 1 space after "="; 0 found
(#557) Whitespace found at end of line
(#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) Line indented incorrectly; expected at least 8 spaces, found 3
(#561) Spaces must be used to indent lines; tabs are not allowed
(#561) Tab found within whitespace
(#561) Whitespace found at end of line
(#562) Inline comments must start with a capital letter, digit or 3-dots sequence
(#562) Inline comments must end in full-stops, exclamation marks, or question marks
(#562) Line indented incorrectly; expected at least 11 spaces, found 8
(#562) 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"
(#563) Spaces must be used to indent lines; tabs are not allowed
(#563) Tab found within whitespace
(#563) Line indented incorrectly; expected 11 spaces, found 2
(#564) Spaces must be used to indent lines; tabs are not allowed
(#564) Tab found within whitespace
(#564) Inline comments must start with a capital letter, digit or 3-dots sequence
(#564) Inline comments must end in full-stops, exclamation marks, or question marks
(#564) Line indented incorrectly; expected at least 15 spaces, found 3
(#564) 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"
(#565) Spaces must be used to indent lines; tabs are not allowed
(#565) Tab found within whitespace
(#565) Line indented incorrectly; expected at least 15 spaces, found 3
(#566) Spaces must be used to indent lines; tabs are not allowed
(#566) Tab found within whitespace
(#566) Line indented incorrectly; expected 15 spaces, found 3
(#566) Expected "if (...) {\n"; found "if(...){\n"
(#567) Spaces must be used to indent lines; tabs are not allowed
(#567) Tab found within whitespace
(#567) Line indented incorrectly; expected at least 19 spaces, found 4
(#567) Expected 1 space after "="; 2 found
(#568) Spaces must be used to indent lines; tabs are not allowed
(#568) Tab found within whitespace
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#569) Inline comments must end in full-stops, exclamation marks, or question marks
(#569) Line indented incorrectly; expected at least 19 spaces, found 3
(#569) Spaces must be used for alignment; tabs are not allowed
(#569) 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"
(#569) Whitespace found at end of line
(#570) Spaces must be used to indent lines; tabs are not allowed
(#570) Tab found within whitespace
(#570) Line indented incorrectly; expected 15 spaces, found 3
(#570) Expected "} else {\n"; found "}else{\n"
(#571) Spaces must be used to indent lines; tabs are not allowed
(#571) Tab found within whitespace
(#571) Line indented incorrectly; expected 19 spaces, found 4
(#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 at least 23 spaces, found 5
(#574) Spaces must be used to indent lines; tabs are not allowed
(#574) Tab found within whitespace
(#574) Line indented incorrectly; expected 19 spaces, found 4
(#575) Spaces must be used to indent lines; tabs are not allowed
(#575) Tab found within whitespace
(#575) Line indented incorrectly; expected 15 spaces, found 3
(#576) Spaces must be used to indent lines; tabs are not allowed
(#576) Tab found within whitespace
(#576) Line indented incorrectly; expected 11 spaces, found 2
(#578) Inline comments must start with a capital letter, digit or 3-dots sequence
(#578) Line indented incorrectly; expected at least 11 spaces, found 8
(#578) No space found before comment text; expected "// size params for our response players/images" but found "//size params for our response players/images"
(#579) Inline comments must end in full-stops, exclamation marks, or question marks
(#579) Line indented incorrectly; expected at least 11 spaces, found 8
(#579) 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"
(#580) Line indented incorrectly; expected at least 11 spaces, found 8
(#581) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#582) Spaces must be used to indent lines; tabs are not allowed
(#582) Tab found within whitespace
(#582) Whitespace found at end of line
(#583) Spaces must be used to indent lines; tabs are not allowed
(#583) Tab found within whitespace
(#583) Inline comments must start with a capital letter, digit or 3-dots sequence
(#583) Inline comments must end in full-stops, exclamation marks, or question marks
(#583) Line indented incorrectly; expected at least 11 spaces, found 2
(#583) 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"
(#584) Spaces must be used to indent lines; tabs are not allowed
(#584) Tab found within whitespace
(#584) Line indented incorrectly; expected 11 spaces, found 2
(#584) Expected "if (...) {\n"; found "if (...){ \n"
(#584) Whitespace found at end of line
(#585) Spaces must be used to indent lines; tabs are not allowed
(#585) Tab found within whitespace
(#585) Line indented incorrectly; expected at least 15 spaces, found 5
(#586) Spaces must be used to indent lines; tabs are not allowed
(#586) Tab found within whitespace
(#586) Whitespace found at end of line
(#587) Spaces must be used to indent lines; tabs are not allowed
(#587) Tab found within whitespace
(#587) Inline comments must start with a capital letter, digit or 3-dots sequence
(#587) Inline comments must end in full-stops, exclamation marks, or question marks
(#587) Line indented incorrectly; expected at least 15 spaces, found 2
(#587) 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"
(#588) Spaces must be used to indent lines; tabs are not allowed
(#588) Tab found within whitespace
(#588) Line indented incorrectly; expected 11 spaces, found 2
(#588) Usage of ELSEIF not allowed; use ELSE IF instead
(#589) Spaces must be used to indent lines; tabs are not allowed
(#589) Tab found within whitespace
(#589) Line indented incorrectly; expected at least 15 spaces, found 4
(#590) Spaces must be used to indent lines; 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) Line indented incorrectly; expected 11 spaces, found 2
(#591) Expected "} else {\n"; found "}else{\t\n"
(#591) Spaces must be used for alignment; tabs are not allowed
(#591) Tab found within whitespace
(#591) Whitespace found at end of line
(#592) Spaces must be used to indent lines; tabs are not allowed
(#592) Tab found within whitespace
(#592) Inline comments must end in full-stops, exclamation marks, or question marks
(#592) Line indented incorrectly; expected at least 15 spaces, found 3
(#592) 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"
(#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
(#593) Line exceeds maximum limit of 180 characters; contains 181 characters
(#594) Spaces must be used to indent lines; tabs are not allowed
(#594) Tab found within whitespace
(#594) Line indented incorrectly; expected at least 15 spaces, found 3
(#596) Spaces must be used to indent lines; tabs are not allowed
(#596) Tab found within whitespace
(#596) Inline comments must start with a capital letter, digit or 3-dots sequence
(#596) Inline comments must end in full-stops, exclamation marks, or question marks
(#596) Line indented incorrectly; expected at least 15 spaces, found 3
(#596) 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"
(#597) Spaces must be used to indent lines; tabs are not allowed
(#597) Tab found within whitespace
(#597) Line indented incorrectly; expected 15 spaces, found 3
(#599) Line indented incorrectly; expected 19 spaces, found 16
(#600) Spaces must be used to indent lines; tabs are not allowed
(#600) Tab found within whitespace
(#600) Line indented incorrectly; expected 19 spaces, found 4
(#601) Spaces must be used to indent lines; tabs are not allowed
(#601) Tab found within whitespace
(#601) Line indented incorrectly; expected 23 spaces, found 8
(#601) Expected "if (...) {\n"; found "if(...) {\n"
(#602) Line indented incorrectly; expected at least 27 spaces, found 24
(#602) Expected 1 space before "="; 0 found
(#603) Line indented incorrectly; expected at least 27 spaces, found 24
(#604) Line indented incorrectly; expected at least 27 spaces, found 24
(#605) Line indented incorrectly; expected at least 27 spaces, found 24
(#605) Expected 1 space after ".="; 0 found
(#606) Line indented incorrectly; expected 23 spaces, found 20
(#606) Closing brace indented incorrectly; expected 8 spaces, found 20
(#606) Expected "} else {\n"; found "}else{\n"
(#607) Line indented incorrectly; expected at least 27 spaces, found 24
(#607) Expected 1 space before "="; 0 found
(#607) Expected 1 space after "="; 0 found
(#607) Commas (,) must be followed by white space.
(#608) Line indented incorrectly; expected 23 spaces, found 20
(#610) Spaces must be used to indent lines; tabs are not allowed
(#610) Tab found within whitespace
(#610) Whitespace found at end of line
(#611) Spaces must be used to indent lines; tabs are not allowed
(#611) Tab found within whitespace
(#611) Line indented incorrectly; expected 19 spaces, found 4
(#612) Spaces must be used to indent lines; tabs are not allowed
(#612) Tab found within whitespace
(#612) Line indented incorrectly; expected 23 spaces, found 6
(#612) Expected "if (...) {\n"; found "if(...){\n"
(#612) Expected 1 space before "=="; 0 found
(#612) Expected 1 space after "=="; 0 found
(#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
(#613) Expected 1 space before "="; 0 found
(#613) Expected 1 space after "="; 0 found
(#613) Commas (,) must be followed by white space.
(#614) Spaces must be used to indent lines; tabs are not allowed
(#614) Tab found within whitespace
(#614) Line indented incorrectly; expected at least 27 spaces, found 7
(#615) Spaces must be used to indent lines; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected 23 spaces, found 6
(#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
(#616) Expected 1 space before "="; 0 found
(#617) Spaces must be used to indent lines; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected at least 23 spaces, found 9
(#619) Expected 1 space after ".="; 0 found
(#620) Spaces must be used to indent lines; tabs are not allowed
(#620) Tab found within whitespace
(#622) Spaces must be used to indent lines; tabs are not allowed
(#622) Tab found within whitespace
(#622) Line indented incorrectly; expected 19 spaces, found 4
(#623) Line indented incorrectly; expected 23 spaces, found 20
(#623) Expected "if (...) {\n"; found "if(...){\n"
(#623) Expected 1 space before "=="; 0 found
(#623) Expected 1 space after "=="; 0 found
(#624) Line indented incorrectly; expected at least 27 spaces, found 24
(#624) Expected 1 space before "="; 0 found
(#624) Expected 1 space after "="; 0 found
(#624) Commas (,) must be followed by white space.
(#625) Line indented incorrectly; expected at least 27 spaces, found 24
(#626) Line indented incorrectly; expected 23 spaces, found 20
(#627) Spaces must be used to indent lines; tabs are not allowed
(#627) Tab found within whitespace
(#627) Line indented incorrectly; expected at least 23 spaces, found 5
(#629) Spaces must be used to indent lines; tabs are not allowed
(#629) Tab found within whitespace
(#630) Spaces must be used to indent lines; tabs are not allowed
(#630) Tab found within whitespace
(#630) Whitespace found at end of line
(#631) Spaces must be used to indent lines; tabs are not allowed
(#631) Tab found within whitespace
(#631) Line indented incorrectly; expected 19 spaces, found 4
(#632) Line indented incorrectly; expected 23 spaces, found 20
(#632) Expected "if (...) {\n"; found "if(...){\n"
(#632) Expected 1 space before "=="; 0 found
(#632) Expected 1 space after "=="; 0 found
(#633) Line indented incorrectly; expected at least 27 spaces, found 24
(#633) Expected 1 space before "="; 0 found
(#633) Expected 1 space after "="; 0 found
(#633) Commas (,) must be followed by white space.
(#634) Line indented incorrectly; expected at least 27 spaces, found 24
(#635) Line indented incorrectly; expected 23 spaces, found 20
(#636) Spaces must be used to indent lines; tabs are not allowed
(#636) Tab found within whitespace
(#636) Line indented incorrectly; expected at least 23 spaces, found 5
(#638) Spaces must be used to indent lines; tabs are not allowed
(#638) Tab found within whitespace
(#639) Spaces must be used to indent lines; tabs are not allowed
(#639) Tab found within whitespace
(#639) Whitespace found at end of line
(#640) Spaces must be used to indent lines; tabs are not allowed
(#640) Tab found within whitespace
(#640) Line indented incorrectly; expected 19 spaces, found 4
(#641) Spaces must be used to indent lines; tabs are not allowed
(#641) Tab found within whitespace
(#641) Line indented incorrectly; expected at least 23 spaces, found 5
(#642) Spaces must be used to indent lines; tabs are not allowed
(#642) Tab found within whitespace
(#642) Spaces must be used for alignment; 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) Whitespace found at end of line
(#644) Spaces must be used to indent lines; tabs are not allowed
(#644) Tab found within whitespace
(#644) Line indented incorrectly; expected 15 spaces, found 3
(#645) Spaces must be used to indent lines; tabs are not allowed
(#645) Tab found within whitespace
(#645) Line indented incorrectly; expected 11 spaces, found 2
(#646) Spaces must be used to indent lines; tabs are not allowed
(#646) Tab found within whitespace
(#646) Whitespace found at end of line
(#647) Spaces must be used to indent lines; tabs are not allowed
(#647) Tab found within whitespace
(#647) Line indented incorrectly; expected at least 11 spaces, found 2
(#648) Spaces must be used to indent lines; tabs are not allowed
(#648) Tab found within whitespace
(#648) Whitespace found at end of line
(#649) Spaces must be used to indent lines; tabs are not allowed
(#649) Tab found within whitespace
(#649) Line indented incorrectly; expected 4 spaces, found 1
(#650) Spaces must be used to indent lines; tabs are not allowed
(#650) Tab found within whitespace
(#650) Whitespace found at end of line
(#651) Spaces must be used for alignment; tabs are not allowed
(#651) Tab found within whitespace
(#651) Expected 1 space before opening brace; found 0
(#653) Spaces must be used to indent lines; tabs are not allowed
(#653) Tab found within whitespace
(#653) Inline comments must start with a capital letter, digit or 3-dots sequence
(#653) Inline comments must end in full-stops, exclamation marks, or question marks
(#653) No space found before comment text; expected "// is this a list view" but found "//is this a list view"
(#656) Inline comments must start with a capital letter, digit or 3-dots sequence
(#656) Inline comments must end in full-stops, exclamation marks, or question marks
(#656) No space found before comment text; expected "// build our sizes array" but found "//build our sizes array"
(#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
(#664) Expected 1 space before "="; 0 found
(#664) Expected 1 space after "="; 0 found
(#664) Expected 1 space before "="; 0 found
(#664) Expected 1 space after "="; 0 found
(#664) Expected 1 space before "="; 0 found
(#664) Expected 1 space after "="; 0 found
(#666) Expected 1 space before "="; 0 found
(#666) Expected 1 space after "="; 0 found
(#667) Expected 1 space before "="; 0 found
(#667) Expected 1 space after "="; 0 found
(#669) Inline comments must start with a capital letter, digit or 3-dots sequence
(#669) Inline comments must end in full-stops, exclamation marks, or question marks
(#669) 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"
(#672) Expected 1 space before "="; 0 found
(#672) Expected 1 space after "="; 0 found
(#672) Space found before semicolon; expected "];" but found "] ;"
(#675) Expected 1 space before "="; 0 found
(#675) Expected 1 space after "="; 0 found
(#675) Space found before semicolon; expected "];" but found "] ;"
(#678) Expected 1 space before "="; 0 found
(#678) Expected 1 space after "="; 0 found
(#678) Space found before semicolon; expected "];" but found "] ;"
(#682) Expected 1 space before "="; 0 found
(#682) Expected 1 space after "="; 0 found
(#682) Space found before semicolon; expected "displayaudioplayer_single;" but found "displayaudioplayer_single ;"
(#693) Expected 1 space before opening brace; found 0
(#694) Inline comments must start with a capital letter, digit or 3-dots sequence
(#694) Inline comments must end in full-stops, exclamation marks, or question marks
(#694) No space found before comment text; expected "// is this a list view" but found "//is this a list view"
(#695) Commas (,) must be followed by white space.
(#695) Commas (,) must be followed by white space.
(#695) Expected 1 space before "=="; 0 found
(#695) Expected 1 space after "=="; 0 found
(#697) Spaces must be used to indent lines; tabs are not allowed
(#697) Tab found within whitespace
(#697) Whitespace found at end of line
(#705) Line indented incorrectly; expected 4 spaces, found 5
(#707) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#709) Spaces must be used to indent lines; tabs are not allowed
(#709) Tab found within whitespace
(#709) Line indented incorrectly; expected at least 8 spaces, found 2
(#709) 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"
(#710) Spaces must be used to indent lines; tabs are not allowed
(#710) Tab found within whitespace
(#710) Inline comments must end in full-stops, exclamation marks, or question marks
(#710) Line indented incorrectly; expected at least 8 spaces, found 2
(#710) 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"
(#711) Spaces must be used to indent lines; tabs are not allowed
(#711) Tab found within whitespace
(#711) Line indented incorrectly; expected at least 8 spaces, found 2
(#712) Spaces must be used to indent lines; tabs are not allowed
(#712) Tab found within whitespace
(#712) Line indented incorrectly; expected 8 spaces, found 2
(#712) Expected "if (...) {\n"; found "if(...){"
(#712) Closing brace must be on a line by itself
(#715) Inline comments must start with a capital letter, digit or 3-dots sequence
(#715) Inline comments must end in full-stops, exclamation marks, or question marks
(#715) 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"
(#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
(#721) Spaces must be used to indent lines; tabs are not allowed
(#721) Tab found within whitespace
(#721) 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
(#728) Spaces must be used to indent lines; tabs are not allowed
(#728) Tab found within whitespace
(#728) Line indented incorrectly; expected at least 12 spaces, found 3
(#731) Spaces must be used to indent lines; tabs are not allowed
(#731) Tab found within whitespace
(#731) Line indented incorrectly; expected at least 8 spaces, found 3
(#733) Closing brace indented incorrectly; expected 5 spaces, found 4
(#734) Whitespace found at end of line
(#735) Whitespace found at end of line
(#736) Visibility must be declared on method "shift_draft_file"
(#737) Commas (,) must be followed by white space.
(#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 "// 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"
(#740) Spaces must be used to indent lines; tabs are not allowed
(#740) Tab found within whitespace
(#740) Line indented incorrectly; expected at least 8 spaces, found 2
(#740) 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."
(#741) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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
(#745) Spaces must be used to indent lines; tabs are not allowed
(#745) Tab found within whitespace
(#745) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 "// 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"
(#748) Spaces must be used to indent lines; tabs are not allowed
(#748) Tab found within whitespace
(#748) Line indented incorrectly; expected at least 8 spaces, found 2
(#748) 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)"
(#749) Spaces must be used to indent lines; tabs are not allowed
(#749) Tab found within whitespace
(#749) Inline comments must end in full-stops, exclamation marks, or question marks
(#749) Line indented incorrectly; expected at least 8 spaces, found 2
(#749) 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"
(#750) Spaces must be used to indent lines; tabs are not allowed
(#750) Tab found within whitespace
(#750) Line indented incorrectly; expected 8 spaces, found 2
(#750) Expected "if (...) {\n"; found "if(...){"
(#750) Expected 1 space before "=="; 0 found
(#750) Expected 1 space after "=="; 0 found
(#750) Closing brace must be on a line by itself
(#751) Spaces must be used to indent lines; tabs are not allowed
(#751) Tab found within whitespace
(#751) Whitespace found at end of line
(#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) Spaces must be used to indent lines; tabs are not allowed
(#753) Tab found within whitespace
(#753) Line indented incorrectly; expected at least 8 spaces, found 3
(#754) Commas (,) must be followed by white space.
(#754) Line exceeds 132 characters; contains 134 characters
(#756) Inline comments must start with a capital letter, digit or 3-dots sequence
(#756) 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"
(#757) Inline comments must end in full-stops, exclamation marks, or question marks
(#757) No space found before comment text; expected "// so we have done enough" but found "//so we have done enough"
(#758) Expected "if (...) {\n"; found "if(...){\n"
(#758) Expected 1 space before "=="; 0 found
(#758) Expected 1 space after "=="; 0 found
(#762) Spaces must be used to indent lines; tabs are not allowed
(#762) Tab found within whitespace
(#762) Inline comments must start with a capital letter, digit or 3-dots sequence
(#762) Inline comments must end in full-stops, exclamation marks, or question marks
(#762) Line indented incorrectly; expected at least 8 spaces, found 2
(#762) 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"
(#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 "original_context" must not contain underscores.
(#764) Spaces must be used to indent lines; tabs are not allowed
(#764) Tab found within whitespace
(#764) Line indented incorrectly; expected at least 8 spaces, found 2
(#764) Variable "draft_fileinfo" must not contain underscores.
(#764) Variable "original_context" must not contain underscores.
(#764) Commas (,) must be followed by white space.
(#766) Spaces must be used to indent lines; tabs are not allowed
(#766) Tab found within whitespace
(#766) Inline comments must start with a capital letter, digit or 3-dots sequence
(#766) Inline comments must end in full-stops, exclamation marks, or question marks
(#766) Line indented incorrectly; expected at least 8 spaces, found 2
(#766) No space found before comment text; expected "// perform the copy" but found "//perform the copy"
(#767) Spaces must be used to indent lines; tabs are not allowed
(#767) Tab found within whitespace
(#767) Line indented incorrectly; expected 8 spaces, found 2
(#767) Expected "if (...) {\n"; found "if(...){\n"
(#767) Variable "draft_fileinfo" must not contain underscores.
(#768) Spaces must be used to indent lines; tabs are not allowed
(#768) Tab found within whitespace
(#768) Whitespace found at end of line
(#769) Spaces must be used to indent lines; tabs are not allowed
(#769) Tab found within whitespace
(#769) Inline comments must start with a capital letter, digit or 3-dots sequence
(#769) Inline comments must end in full-stops, exclamation marks, or question marks
(#769) Line indented incorrectly; expected at least 12 spaces, found 3
(#769) 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"
(#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
(#770) Variable "file_record" must not contain underscores.
(#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
(#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
(#772) Whitespace found at end of line
(#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
(#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
(#776) Whitespace found at end of line
(#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
(#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) Spaces must be used for alignment; tabs are not allowed
(#779) Tab found within whitespace
(#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) Whitespace found at end of line
(#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
(#781) Expected 1 space before "=>"; 0 found
(#781) Expected 1 space after "=>"; 0 found
(#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
(#783) Spaces must be used to indent lines; tabs are not allowed
(#783) Tab found within whitespace
(#783) Line indented incorrectly; expected at least 12 spaces, found 3
(#783) Variable "draft_fileinfo" must not contain underscores.
(#783) Variable "file_record" must not contain underscores.
(#784) Spaces must be used to indent lines; tabs are not allowed
(#784) Tab found within whitespace
(#784) Whitespace found at end of line
(#785) Spaces must be used to indent lines; tabs are not allowed
(#785) Tab found within whitespace
(#785) Line indented incorrectly; expected 8 spaces, found 2
(#787) Spaces must be used to indent lines; tabs are not allowed
(#787) Tab found within whitespace
(#787) Line indented incorrectly; expected at least 8 spaces, found 2
(#789) Spaces must be used to indent lines; tabs are not allowed
(#789) Tab found within whitespace
(#789) Line indented incorrectly; expected 4 spaces, found 1
(#789) Closing brace indented incorrectly; expected 4 spaces, found 1
(#790) Whitespace found at end of line
(#802) Spaces must be used to indent lines; tabs are not allowed
(#802) Tab found within whitespace
(#802) Line indented incorrectly; expected at least 8 spaces, found 5
(#803) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#805) Spaces must be used to indent lines; tabs are not allowed
(#805) Tab found within whitespace
(#805) Inline comments must start with a capital letter, digit or 3-dots sequence
(#805) Inline comments must end in full-stops, exclamation marks, or question marks
(#805) Line indented incorrectly; expected at least 8 spaces, found 2
(#805) 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"
(#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) Commas (,) must be followed by white space.
(#806) Inline comments must start with a capital letter, digit or 3-dots sequence
(#807) Spaces must be used to indent lines; tabs are not allowed
(#807) Tab found within whitespace
(#807) Line indented incorrectly; expected at least 8 spaces, found 2
(#807) 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"
(#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
(#816) Expected 7 space(s) before asterisk; 5 found
(#821) Line exceeds 132 characters; contains 162 characters
(#824) Spaces must be used to indent lines; tabs are not allowed
(#824) Tab found within whitespace
(#824) Whitespace found at end of line
(#825) Spaces must be used to indent lines; tabs are not allowed
(#825) Tab found within whitespace
(#825) Inline comments must start with a capital letter, digit or 3-dots sequence
(#825) Inline comments must end in full-stops, exclamation marks, or question marks
(#825) Line indented incorrectly; expected at least 12 spaces, found 3
(#825) No space found before comment text; expected "// let NOT return splash images for videos" but found "//let NOT return splash images for videos"
(#826) Spaces must be used to indent lines; tabs are not allowed
(#826) Tab found within whitespace
(#826) Line indented incorrectly; expected 12 spaces, found 3
(#826) Expected "if (...) {\n"; found "if(...){\n"
(#826) Expected 1 space before "=="; 0 found
(#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
(#828) Spaces must be used to indent lines; tabs are not allowed
(#828) Tab found within whitespace
(#828) Line indented incorrectly; expected at least 16 spaces, found 4
(#828) Spaces must be used for alignment; tabs are not allowed
(#828) Tab found within whitespace
(#828) Whitespace found at end of line
(#829) Spaces must be used to indent lines; tabs are not allowed
(#829) Tab found within whitespace
(#829) Line indented incorrectly; expected 16 spaces, found 4
(#829) Expected "if (...) {\n"; found "if(...){\n"
(#830) Spaces must be used to indent lines; tabs are not allowed
(#830) Tab found within whitespace
(#830) Line indented incorrectly; expected at least 20 spaces, found 5
(#831) Spaces must be used to indent lines; tabs are not allowed
(#831) Tab found within whitespace
(#831) Line indented incorrectly; expected 16 spaces, found 4
(#832) Spaces must be used to indent lines; tabs are not allowed
(#832) Tab found within whitespace
(#832) Line indented incorrectly; expected 12 spaces, found 3
(#833) Spaces must be used to indent lines; tabs are not allowed
(#833) Tab found within whitespace
(#833) Whitespace found at end of line
(#852) Inline comments must start with a capital letter, digit or 3-dots sequence
(#852) Inline comments must end in full-stops, exclamation marks, or question marks
(#853) Spaces must be used to indent lines; tabs are not allowed
(#853) Tab found within whitespace
(#853) Line indented incorrectly; expected at least 12 spaces, found 3
(#853) Commas (,) must be followed by white space.
(#854) Spaces must be used to indent lines; tabs are not allowed
(#854) Tab found within whitespace
(#854) Whitespace found at end of line
(#855) Spaces must be used to indent lines; tabs are not allowed
(#855) Tab found within whitespace
(#855) Inline comments must start with a capital letter, digit or 3-dots sequence
(#855) Line indented incorrectly; expected at least 12 spaces, found 3
(#855) 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"
(#856) Spaces must be used to indent lines; tabs are not allowed
(#856) Tab found within whitespace
(#856) Inline comments must end in full-stops, exclamation marks, or question marks
(#856) Line indented incorrectly; expected at least 12 spaces, found 3
(#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
(#863) Whitespace found at end of line
(#864) Spaces must be used to indent lines; tabs are not allowed
(#864) Tab found within whitespace
(#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
(#869) Expected 6 space(s) before asterisk; 5 found
(#873) Spaces must be used to indent lines; tabs are not allowed
(#873) Tab found within whitespace
(#873) Line indented incorrectly; expected at least 8 spaces, found 2
(#873) Expected 1 space after "="; 0 found
(#875) Whitespace found at end of line
(#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) Line indented incorrectly; expected at least 8 spaces, found 5
(#879) Spaces must be used to indent lines; tabs are not allowed
(#879) Tab found within whitespace
(#879) Whitespace found at end of line
(#881) Spaces must be used to indent lines; tabs are not allowed
(#881) Tab found within whitespace
(#881) Inline comments must start with a capital letter, digit or 3-dots sequence
(#881) Line indented incorrectly; expected at least 12 spaces, found 9
(#881) 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."
(#881) Whitespace found at end of line
(#882) Spaces must be used to indent lines; tabs are not allowed
(#882) Tab found within whitespace
(#882) Line indented incorrectly; expected 12 spaces, found 9
(#882) Expected "if (...) {\n"; found "if(...){\n"
(#883) Spaces must be used to indent lines; tabs are not allowed
(#883) Tab found within whitespace
(#883) Line indented incorrectly; expected at least 16 spaces, found 13
(#884) Closing brace indented incorrectly; expected 9 spaces, found 12
(#888) Whitespace found at end of line
(#889) Spaces must be used to indent lines; tabs are not allowed
(#889) Tab found within whitespace
(#889) Inline comments must end in full-stops, exclamation marks, or question marks
(#889) Line indented incorrectly; expected at least 12 spaces, found 3
(#889) No space found before comment text; expected "// Add portfolio download links if appropriate" but found "//Add portfolio download links if appropriate"
(#891) Spaces must be used to indent lines; tabs are not allowed
(#891) Tab found within whitespace
(#891) Whitespace found at end of line
(#892) Spaces must be used to indent lines; tabs are not allowed
(#892) Tab found within whitespace
(#892) Inline comments must start with a capital letter, digit or 3-dots sequence
(#892) Line indented incorrectly; expected at least 16 spaces, found 4
(#892) 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."
(#893) Spaces must be used to indent lines; tabs are not allowed
(#893) Tab found within whitespace
(#893) Inline comments must end in full-stops, exclamation marks, or question marks
(#893) Line indented incorrectly; expected at least 16 spaces, found 4
(#893) 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"
(#894) Spaces must be used to indent lines; tabs are not allowed
(#894) Tab found within whitespace
(#894) Line indented incorrectly; expected 16 spaces, found 4
(#894) Expected "if (...) {\n"; found "if(...){\n"
(#894) Expected 1 space before "=="; 0 found
(#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
(#896) Spaces must be used to indent lines; tabs are not allowed
(#896) Tab found within whitespace
(#896) Line indented incorrectly; expected at least 20 spaces, found 5
(#896) Spaces must be used for alignment; tabs are not allowed
(#896) Tab found within whitespace
(#896) Whitespace found at end of line
(#897) Spaces must be used to indent lines; tabs are not allowed
(#897) Tab found within whitespace
(#897) Line indented incorrectly; expected 20 spaces, found 5
(#897) Expected "if (...) {\n"; found "if(...){\n"
(#898) Spaces must be used to indent lines; tabs are not allowed
(#898) Tab found within whitespace
(#898) Line indented incorrectly; expected at least 24 spaces, found 6
(#899) Spaces must be used to indent lines; tabs are not allowed
(#899) Tab found within whitespace
(#899) Line indented incorrectly; expected 20 spaces, found 5
(#900) Spaces must be used to indent lines; tabs are not allowed
(#900) Tab found within whitespace
(#900) Line indented incorrectly; expected 16 spaces, found 4
(#901) Whitespace found at end of line
(#901) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#902) Spaces must be used to indent lines; tabs are not allowed
(#902) Tab found within whitespace
(#902) Whitespace found at end of line
(#903) Spaces must be used to indent lines; tabs are not allowed
(#903) Tab found within whitespace
(#903) Line indented incorrectly; expected 16 spaces, found 4
(#903) Expected "if (...) {\n"; found "if (...){\n"
(#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) Spaces must be used to indent lines; tabs are not allowed
(#905) Tab found within whitespace
(#905) Line indented incorrectly; expected at least 20 spaces, found 5
(#906) Whitespace found at end of line
(#907) Spaces must be used to indent lines; tabs are not allowed
(#907) Tab found within whitespace
(#907) Inline comments must end in full-stops, exclamation marks, or question marks
(#907) Line indented incorrectly; expected at least 20 spaces, found 7
(#907) 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"
(#908) Spaces must be used to indent lines; tabs are not allowed
(#908) Tab found within whitespace
(#908) Line indented incorrectly; expected 20 spaces, found 7
(#908) Expected "if (...) {\n"; found "if(...){\n"
(#909) Spaces must be used to indent lines; tabs are not allowed
(#909) Tab found within whitespace
(#909) Line indented incorrectly; expected at least 24 spaces, found 6
(#909) Expected 1 space before "="; 0 found
(#909) Expected 1 space after "="; 0 found
(#910) Spaces must be used to indent lines; tabs are not allowed
(#910) Tab found within whitespace
(#910) Line indented incorrectly; expected 20 spaces, found 5
(#910) Closing brace indented incorrectly; expected 7 spaces, found 5
(#910) Expected "} else {\n"; found "}else{\n"
(#911) Spaces must be used to indent lines; tabs are not allowed
(#911) Tab found within whitespace
(#911) Line indented incorrectly; expected at least 24 spaces, found 6
(#911) Expected 1 space before "="; 0 found
(#911) Expected 1 space after "="; 0 found
(#912) Spaces must be used to indent lines; tabs are not allowed
(#912) Tab found within whitespace
(#912) Line indented incorrectly; expected 20 spaces, found 5
(#913) Spaces must be used to indent lines; tabs are not allowed
(#913) Tab found within whitespace
(#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) Line indented incorrectly; expected at least 20 spaces, found 5
(#914) Whitespace found at end of line
(#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 7
(#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
(#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
(#917) Expected 1 space before "=>"; 0 found
(#917) Expected 1 space after "=>"; 0 found
(#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 11
(#919) Spaces must be used to indent lines; tabs are not allowed
(#919) Tab found within whitespace
(#919) Line indented incorrectly; expected at least 20 spaces, found 7
(#920) Line indented incorrectly; expected at least 32 spaces, found 20
(#921) Line indented incorrectly; expected at least 32 spaces, found 20
(#922) Closing brace indented incorrectly; expected 4 spaces, found 16
(#923) Whitespace found at end of line
(#924) Space found before semicolon; expected "'<br />';" but found "'<br />' ;"
(#929) Whitespace found at end of line
(#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
(#940) Expected 6 space(s) before asterisk; 5 found
(#958) Spaces must be used to indent lines; tabs are not allowed
(#958) Tab found within whitespace
(#958) Line indented incorrectly; expected 8 spaces, found 2
(#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 12 spaces, found 3
(#963) Spaces must be used to indent lines; tabs are not allowed
(#963) Tab found within whitespace
(#963) Line indented incorrectly; expected at least 16 spaces, found 4
(#964) Spaces must be used to indent lines; tabs are not allowed
(#964) Tab found within whitespace
(#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 12 spaces, found 3
(#967) Spaces must be used to indent lines; tabs are not allowed
(#967) Tab found within whitespace
(#967) Line indented incorrectly; expected at least 16 spaces, found 4
(#968) Spaces must be used to indent lines; tabs are not allowed
(#968) Tab found within whitespace
(#969) Spaces must be used to indent lines; tabs are not allowed
(#969) Tab found within whitespace
(#969) Line indented incorrectly; expected 12 spaces, found 3
(#970) Spaces must be used to indent lines; tabs are not allowed
(#970) Tab found within whitespace
(#970) Line indented incorrectly; expected at least 16 spaces, found 4
(#971) Spaces must be used to indent lines; tabs are not allowed
(#971) Tab found within whitespace
(#972) Spaces must be used to indent lines; tabs are not allowed
(#972) Tab found within whitespace
(#972) Line indented incorrectly; expected 12 spaces, found 3
(#973) Spaces must be used to indent lines; tabs are not allowed
(#973) Tab found within whitespace
(#973) Line indented incorrectly; expected at least 16 spaces, found 4
(#974) Spaces must be used to indent lines; tabs are not allowed
(#974) Tab found within whitespace
(#975) Spaces must be used to indent lines; tabs are not allowed
(#975) Tab found within whitespace
(#975) Line indented incorrectly; expected 8 spaces, found 2
(#997) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#998) Whitespace found at end of line
(#1005) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1005) Inline comments must end in full-stops, exclamation marks, or question marks
(#1010) Inline comments must end in full-stops, exclamation marks, or question marks
(#1036) Inline comments must end in full-stops, exclamation marks, or question marks
(#1064) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1064) Inline comments must end in full-stops, exclamation marks, or question marks
(#1064) No space found before comment text; expected "// delete database record" but found "//delete database record"
(#1069) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1069) Inline comments must end in full-stops, exclamation marks, or question marks
(#1069) No space found before comment text; expected "// delete recorded files" but found "//delete recorded files"
(#1076) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#1090) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1091) Inline comments must end in full-stops, exclamation marks, or question marks
(#1091) Line indented incorrectly; expected at least 8 spaces, found 6
(#1091) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#1106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1106) Inline comments must end in full-stops, exclamation marks, or question marks
(#1107) Expected 1 space before "=>"; 0 found
(#1107) Expected 1 space after "=>"; 0 found
(#1126) Whitespace found at end of line
(#1127) Expected 1 space before "=>"; 0 found
(#1127) Expected 1 space after "=>"; 0 found
(#1128) Spaces must be used to indent lines; tabs are not allowed
(#1128) Tab found within whitespace
(#1128) Expected 1 space before "=>"; 0 found
(#1128) 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) 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.
(#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.
(#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.
mod/assign/submission/onlinepoodll/version.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) No space found before comment text; expected "// moodle 3.1.0" but found "//moodle 3.1.0"
(#28) Expected 1 space after "="; 2 found

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

(44 errors, 2 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) Package is not specified for class renderer. It is also not specified in file-level phpdocs
(#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
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
(#44) Function utils::fetch_submission_data is not documented
(#49) Function utils::fetch_options_currentsubmission is not documented
(#58) 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
(#548) Function assign_submission_onlinepoodll::fetchResponses is not documented
(#651) Function assign_submission_onlinepoodll::fetch_response_size is not documented
(#693) Function assign_submission_onlinepoodll::is_list is not documented
(#736) Function assign_submission_onlinepoodll::shift_draft_file is not documented
(#814) Phpdocs for function assign_submission_onlinepoodll::get_files has incomplete parameters list
(#867) 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 "stylelint:css" 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, 5 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=''></aud)
(#1) HTML Validation error, line 4: Bad value “” for attribute “src” on element “audio”: Must be non-empty. (o_cont" ><audio id='would-be-a-uniqid' class='nomediaplugin assignsubmission_onlinepoodll_audio' playsInline="true" preload="auto" controls='controls' src=''></aud)
mod/assign/submission/onlinepoodll/templates/videoplayerstandard.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Bad value “” for attribute “src” on element “video”: Must be non-empty. (o_cont" ><video id="would-be-a-uniqid" class="nomediaplugin assignsubmission_onlinepoodll_video" playsInline="playsinline" preload="auto" controls='controls' src=""></vid)

Gherkin .feature problems

(0 errors, 0 warnings)

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