Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(11867 errors, 2453 warnings)

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

public/mod/readaloud/admintab.php
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#47) Opening parenthesis of a multi-line function call must be the last content on the line
(#48) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#48) Closing parenthesis of a multi-line function call must be on a line by itself
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#70) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#78) Expected 1 space after SWITCH keyword; 0 found
(#78) Expected 1 space after closing parenthesis; found 0
(#81) Line exceeds 132 characters; contains 162 characters
(#85) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#85) Expected 1 space after FOREACH keyword; 0 found
(#86) Line exceeds 132 characters; contains 170 characters
(#90) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#90) Expected 1 space after FOREACH keyword; 0 found
(#91) Line exceeds 132 characters; contains 133 characters
(#96) Opening parenthesis of a multi-line function call must be the last content on the line
(#98) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#98) Closing parenthesis of a multi-line function call must be on a line by itself
(#102) Blank line found at start of control structure
(#105) Opening parenthesis of a multi-line function call must be the last content on the line
(#106) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#107) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#107) Closing parenthesis of a multi-line function call must be on a line by itself
(#128) Opening parenthesis of a multi-line function call must be the last content on the line
(#129) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#130) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#130) Closing parenthesis of a multi-line function call must be on a line by itself
(#131) Boolean operators between conditions must be at the beginning or end of the line, but not both
(#131) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#133) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#140) Opening parenthesis of a multi-line function call must be the last content on the line
(#142) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#142) Closing parenthesis of a multi-line function call must be on a line by itself
(#148) The DEFAULT body must start on the line following the statement
(#149) Blank line found at end of control structure
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) 3 slashes comments are not allowed; use "// Comment." instead
(#157) Expected "if (...) {\n"; found "if(...){\n"
(#157) Expected 1 space after IF keyword; 0 found
(#157) Expected 1 space after closing parenthesis; found 0
(#159) Expected 1 space after closing brace; 0 found
(#159) Expected "} else {\n"; found "}else{\n"
(#159) Expected 1 space after ELSE keyword; 0 found
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Opening parenthesis of a multi-line function call must be the last content on the line
(#175) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#175) Closing parenthesis of a multi-line function call must be on a line by itself
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) This comment is 78% valid code; is this commented out code?
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
public/mod/readaloud/backup/moodle2/backup_readaloud_activity_task.class.php
(#2) Moodle boilerplate not found at first line
(#29) Import statements must not begin with a leading backslash
(#36) Opening brace must not be followed by a blank line
(#57) The static declaration must come after the visibility declaration
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// Link to view.pphp by moduleid" but found "//Link to view.pphp by moduleid"
public/mod/readaloud/backup/moodle2/backup_readaloud_stepslib.php
(#2) Moodle boilerplate not found at first line
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#35) Opening brace must not be followed by a blank line
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) 72 slashes comments are not allowed; use "// Comment." instead
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) 72 slashes comments are not allowed; use "// Comment." instead
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space between the comma and "'passagehash'". Found: no spaces
(#53) Line exceeds 132 characters; contains 139 characters
(#54) Commas (,) must be followed by white space.
(#54) Expected 1 space between the comma and "'phonetic'". Found: no spaces
(#54) Commas (,) must be followed by white space.
(#54) Expected 1 space between the comma and "'passagesegments'". Found: no spaces
(#56) Commas (,) must be followed by white space.
(#56) Expected 1 space between the comma and "'sessionscoremethod'". Found: no spaces
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space between the comma and "'ttsvoice'". Found: no spaces
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space between the comma and "'ttsspeed'". Found: no spaces
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space between the comma and "'enablepreview'". Found: no spaces
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space between the comma and "'enableshadow'". Found: no spaces
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space between the comma and "'enablelandr'". Found: no spaces
(#57) Commas (,) must be followed by white space.
(#57) Expected no space between "'enablelandr'" and the comma. Found: 1 space
(#57) Expected 1 space between the comma and "'transcriber'". Found: no spaces
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space between the comma and "'modelaudiobreaks'". Found: no spaces
(#57) Line exceeds 132 characters; contains 148 characters
(#58) Commas (,) must be followed by white space.
(#58) Expected 1 space between the comma and "'modelaudiofulltrans'". Found: no spaces
(#58) Commas (,) must be followed by white space.
(#58) Expected 1 space between the comma and "'modelaudiomatches'". Found: no spaces
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space between the comma and "'expiredays'". Found: no spaces
(#59) Commas (,) must be followed by white space.
(#59) Expected no space between "'expiredays'" and the comma. Found: 1 space
(#59) Expected 1 space between the comma and "'region'". Found: no spaces
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space between the comma and "'submitrawaudio'". Found: no spaces
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space between the comma and "'stricttranscribe'". Found: no spaces
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space between the comma and "'recorder'". Found: no spaces
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space between the comma and "'foriframe'". Found: no spaces
(#59) Line exceeds 132 characters; contains 143 characters
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space between the comma and "'corpushash'". Found: no spaces
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space between the comma and "'passagepicture'". Found: no spaces
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space between the comma and "'passagekey'". Found: no spaces
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space between the comma and "'corpusrange'". Found: no spaces
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space between the comma and "'customfont'". Found: no spaces
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space between the comma and ""stdashboardid"". Found: no spaces
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space between the comma and "'timecreated'". Found: no spaces
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space between the comma and "'viewstart'". Found: no spaces
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space between the comma and "'viewend'". Found: no spaces
(#60) Line exceeds 132 characters; contains 165 characters
(#60) There should be a comma after the last array item in a multi-line array.
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) No space found before comment text; expected "// attempts" but found "//attempts"
(#65) Short array syntax must be used to define arrays
(#65) Short array syntax must be used to define arrays
(#67) Commas (,) must be followed by white space.
(#67) Expected 1 space between the comma and ""selfcorrections"". Found: no spaces
(#67) Commas (,) must be followed by white space.
(#67) Expected 1 space between the comma and ""sccount"". Found: no spaces
(#67) Commas (,) must be followed by white space.
(#67) Expected 1 space between the comma and ""qscore"". Found: no spaces
(#67) Commas (,) must be followed by white space.
(#67) Expected 1 space between the comma and ""qdetails"". Found: no spaces
(#67) Commas (,) must be followed by white space.
(#67) Expected 1 space between the comma and ""dontgrade"". Found: no spaces
(#67) Commas (,) must be followed by white space.
(#67) Expected 1 space between the comma and ""flowerid"". Found: no spaces
(#67) Line exceeds maximum limit of 180 characters; contains 196 characters
(#67) There should be a comma after the last array item in a multi-line array.
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) No space found before comment text; expected "// ai results" but found "//ai results"
(#72) Short array syntax must be used to define arrays
(#72) Short array syntax must be used to define arrays
(#74) Commas (,) must be followed by white space.
(#74) Expected 1 space between the comma and ""selfcorrections"". Found: no spaces
(#74) Commas (,) must be followed by white space.
(#74) Expected 1 space between the comma and ""sccount"". Found: no spaces
(#74) Line exceeds 132 characters; contains 156 characters
(#75) There should be a comma after the last array item in a multi-line array.
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Short array syntax must be used to define arrays
(#80) No space found after comma in argument list
(#80) Commas (,) must be followed by white space.
(#80) Expected 1 space between the comma and "array". Found: no spaces
(#80) Short array syntax must be used to define arrays
(#81) Expected at least 1 space after "."; 0 found
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space between the comma and "'itemorder'". Found: no spaces
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space between the comma and "'visible'". Found: no spaces
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space between the comma and "'itemtext'". Found: no spaces
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space between the comma and "'itemaudiofname'". Found: no spaces
(#82) Commas (,) must be followed by white space.
(#82) Expected 1 space between the comma and "'customtext2'". Found: no spaces
(#82) Commas (,) must be followed by white space.
(#82) Expected 1 space between the comma and "'customtext3'". Found: no spaces
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space between the comma and "'customtext4'". Found: no spaces
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space between the comma and "'correctanswer'". Found: no spaces
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space between the comma and "'rsquestionkey'". Found: no spaces
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space between the comma and "'createdby'". Found: no spaces
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space between the comma and "'modifiedby'". Found: no spaces
(#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
(#92) No space found before comment text; expected "// questions" but found "//questions"
(#97) Short array syntax must be used to define arrays
(#98) Opening parenthesis of a multi-line function call must be the last content on the line
(#99) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#99) Short array syntax must be used to define arrays
(#99) Closing parenthesis of a multi-line function call must be on a line by itself
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) No space found before comment text; expected "// sources if including user info" but found "//sources if including user info"
(#103) Opening parenthesis of a multi-line function call must be the last content on the line
(#104) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#104) Short array syntax must be used to define arrays
(#104) Closing parenthesis of a multi-line function call must be on a line by itself
(#105) Opening parenthesis of a multi-line function call must be the last content on the line
(#106) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#106) Short array syntax must be used to define arrays
(#107) Multi-line function call not indented correctly; expected 12 spaces but found 28
(#107) Closing parenthesis of a multi-line function call must be on a line by itself
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) No space found before comment text; expected "// question stuff" but found "//question stuff"
(#123) Expected "for (...) {\n"; found "for(...) {\n"
(#123) Expected 1 space after FOR keyword; 0 found
(#123) Expected at least 1 space before "="; 0 found
(#123) Expected at least 1 space after "="; 0 found
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#123) Expected 1 space after first semicolon of FOR loop; 0 found
(#123) Expected at least 1 space before "<="; 0 found
(#123) Expected at least 1 space after "<="; 0 found
(#123) Expected 1 space before "<="; 0 found
(#123) Expected 1 space after "<="; 0 found
(#123) Expected 1 space after second semicolon of FOR loop; 0 found
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// file annotation if including user info" but found "//file annotation if including user info"
(#135) Function closing brace must go on the next line following the body; found 1 blank lines before brace
public/mod/readaloud/backup/moodle2/restore_readaloud_activity_task.class.php
(#1) No one-line description found in phpdocs for docblock of file restore_readaloud_activity_task.class.php
(#2) Moodle boilerplate not found at first line
(#26) Import statements must not begin with a leading backslash
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Opening brace must not be followed by a blank line
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) The static declaration must come after the visibility declaration
(#56) Short array syntax must be used to define arrays
(#58) Opening parenthesis of a multi-line function call must be the last content on the line
(#59) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#59) Short array syntax must be used to define arrays
(#59) Only one argument is allowed per line in a multi-line function call
(#59) Closing parenthesis of a multi-line function call must be on a line by itself
(#60) Opening parenthesis of a multi-line function call must be the last content on the line
(#61) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#61) Short array syntax must be used to define arrays
(#61) Only one argument is allowed per line in a multi-line function call
(#61) Closing parenthesis of a multi-line function call must be on a line by itself
(#62) Opening parenthesis of a multi-line function call must be the last content on the line
(#63) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#63) Short array syntax must be used to define arrays
(#63) Only one argument is allowed per line in a multi-line function call
(#63) Closing parenthesis of a multi-line function call must be on a line by itself
(#64) Opening parenthesis of a multi-line function call must be the last content on the line
(#65) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#65) Short array syntax must be used to define arrays
(#65) Only one argument is allowed per line in a multi-line function call
(#65) Closing parenthesis of a multi-line function call must be on a line by itself
(#74) The static declaration must come after the visibility declaration
(#75) Short array syntax must be used to define arrays
(#82) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#90) The static declaration must come after the visibility declaration
(#91) Short array syntax must be used to define arrays
(#112) The static declaration must come after the visibility declaration
(#113) Short array syntax must be used to define arrays
(#128) Short array syntax must be used to define arrays
(#133) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#134) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#137) Short array syntax must be used to define arrays
public/mod/readaloud/backup/moodle2/restore_readaloud_stepslib.php
(#1) No one-line description found in phpdocs for docblock of file restore_readaloud_stepslib.php
(#2) Moodle boilerplate not found at first line
(#24) Import statements must not begin with a leading backslash
(#33) Opening brace must not be followed by a blank line
(#35) Missing docblock for function define_structure
(#37) Short array syntax must be used to define arrays
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) 72 slashes comments are not allowed; use "// Comment." instead
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) 72 slashes comments are not allowed; use "// Comment." instead
(#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
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) No space found before comment text; expected "// rsquestions" but found "//rsquestions"
(#50) Opening parenthesis of a multi-line function call must be the last content on the line
(#51) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#51) Closing parenthesis of a multi-line function call must be on a line by itself
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) 72 slashes comments are not allowed; use "// Comment." instead
(#61) 72 slashes comments are not allowed; use "// Comment." instead
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) No space found before comment text; expected "// attempts" but found "//attempts"
(#63) Opening parenthesis of a multi-line function call must be the last content on the line
(#64) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#64) Closing parenthesis of a multi-line function call must be on a line by itself
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) No space found before comment text; expected "// airesults" but found "//airesults"
(#68) Opening parenthesis of a multi-line function call must be the last content on the line
(#69) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#69) Closing parenthesis of a multi-line function call must be on a line by itself
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Missing docblock for function process_readaloud
(#85) Expected "if (...) {\n"; found "if(...){\n"
(#85) Expected 1 space after IF keyword; 0 found
(#85) Expected 1 space after closing parenthesis; found 0
(#88) Expected "if (...) {\n"; found "if(...){\n"
(#88) Expected 1 space after IF keyword; 0 found
(#88) Expected 1 space after closing parenthesis; found 0
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Missing docblock for function process_readaloud_rsquestions
(#105) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#107) Expected at least 1 space after "."; 0 found
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Missing docblock for function process_readaloud_attempt
(#125) No space found before comment text; expected "// here we set the table name as the "key" to the mapping, but its actually arbitrary" but found "//here we set the table name as the "key" to the mapping, but its actually arbitrary"
(#126) No space found before comment text; expected "// 'we would need to use the "key" later when calling add_related_files for the itemid in the moodle files area" but found "//'we would need to use the "key" later when calling add_related_files for the itemid in the moodle files area"
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// IF we had files for this set of data. )" but found "//IF we had files for this set of data. )"
(#131) Missing docblock for function process_readaloud_ai_result
(#144) No space found before comment text; expected "// here we set the table name as the "key" to the mapping, but its actually arbitrary" but found "//here we set the table name as the "key" to the mapping, but its actually arbitrary"
(#145) No space found before comment text; expected "// 'we would need to use the "key" later when calling add_related_files for the itemid in the moodle files area" but found "//'we would need to use the "key" later when calling add_related_files for the itemid in the moodle files area"
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) No space found before comment text; expected "// IF we had files for this set of data. )" but found "//IF we had files for this set of data. )"
(#150) Missing docblock for function after_execute
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) No space found before comment text; expected "// question stuff" but found "//question stuff"
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) No space found before comment text; expected "// do question areas" but found "//do question areas"
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) No space found before comment text; expected "// do answer areas" but found "//do answer areas"
(#163) Expected "for (...) {\n"; found "for(...) {\n"
(#163) Expected 1 space after FOR keyword; 0 found
(#163) Expected at least 1 space before "="; 0 found
(#163) Expected at least 1 space after "="; 0 found
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#163) Expected 1 space after first semicolon of FOR loop; 0 found
(#163) Expected at least 1 space before "<="; 0 found
(#163) Expected at least 1 space after "<="; 0 found
(#163) Expected 1 space before "<="; 0 found
(#163) Expected 1 space after "<="; 0 found
(#163) Expected 1 space after second semicolon of FOR loop; 0 found
(#166) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Empty IF statement detected
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) This comment is 53% valid code; is this commented out code?
(#170) Line indented incorrectly; expected at least 12 spaces, found 11
public/mod/readaloud/classes/aigrade.php
(#1) DocBlock missing a @package tag for file aigrade.php. Expected @package mod_readaloud
(#17) Missing @copyright tag
(#17) Missing @license tag
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#37) Opening brace must not be followed by a blank line
(#71) Incorrect spacing between argument "$streamingresults" and equals sign; expected 1 but found 0
(#71) Incorrect spacing between default value and equals sign for argument "$streamingresults"; expected 1 but found 0
(#98) 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
(#118) Blank line found at end of control structure
(#121) Empty ELSE statement detected
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Missing docblock for function has_attempt
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Missing docblock for function send_to_gradebook
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Missing docblock for function has_transcripts
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) Missing docblock for function is_ai_enabled
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) Missing docblock for function create_record
(#205) Missing docblock for function process_streaming_transcripts
(#233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Missing docblock for function fetch_transcripts
(#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
(#259) Expected 1 space after closing parenthesis; found 0
(#261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) Expected 0 spaces before closing parenthesis; 1 found
(#267) Line exceeds 132 characters; contains 152 characters
(#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
(#271) Expected "if (...) {\n"; found "if(...) {\n"
(#271) Expected 1 space after IF keyword; 0 found
(#272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Missing docblock for function do_diff
(#292) This comment is 90% valid code; is this commented out code?
(#298) Long list syntax is not allowed
(#299) Opening parenthesis of a multi-line function call must be the last content on the line
(#300) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#301) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#302) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#303) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#304) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#305) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#305) Closing parenthesis of a multi-line function call must be on a line by itself
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#311) Inline comments must start with a capital letter, digit or 3-dots sequence
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Inline comments must start with a capital letter, digit or 3-dots sequence
(#316) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Inline comments must start with a capital letter, digit or 3-dots sequence
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#332) Opening parenthesis of a multi-line function call must be the last content on the line
(#333) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#334) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#335) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#338) Inline comments must start with a capital letter, digit or 3-dots sequence
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#351) Inline comments must start with a capital letter, digit or 3-dots sequence
(#351) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Inline comments must start with a capital letter, digit or 3-dots sequence
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/alphabetconverter.php
(#1) DocBlock missing a @package tag for file alphabetconverter.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#23) Missing docblock for class alphabetconverter
(#23) Opening brace must not be followed by a blank line
(#25) No space found before comment text; expected "// Russian" but found "//Russian"
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#27) Missing docblock for function numberToWords_ru
(#27) Visibility must be declared on method "numberToWords_ru"
(#27) method name "alphabetconverter::numberToWords_ru" must be in lower-case letters only
(#29) Expected at least 1 space before "="; 0 found
(#29) Expected at least 1 space after "="; 0 found
(#29) Expected 1 space before "="; 0 found
(#29) Expected 1 space after "="; 0 found
(#30) Expected at least 1 space before "="; 0 found
(#30) Expected at least 1 space after "="; 0 found
(#30) Expected 1 space before "="; 0 found
(#30) Expected 1 space after "="; 0 found
(#30) Short array syntax must be used to define arrays
(#31) Short array syntax must be used to define arrays
(#31) Commas (,) must be followed by white space.
(#31) Expected 1 space between the comma and "'один'". Found: no spaces
(#31) Commas (,) must be followed by white space.
(#31) Expected 1 space between the comma and "'два'". Found: no spaces
(#31) Commas (,) must be followed by white space.
(#31) Expected 1 space between the comma and "'три'". Found: no spaces
(#31) Commas (,) must be followed by white space.
(#31) Expected 1 space between the comma and "'четыре'". Found: no spaces
(#31) Commas (,) must be followed by white space.
(#31) Expected 1 space between the comma and "'пять'". Found: no spaces
(#31) Commas (,) must be followed by white space.
(#31) Expected 1 space between the comma and "'шесть'". Found: no spaces
(#31) Commas (,) must be followed by white space.
(#31) Expected 1 space between the comma and "'семь'". Found: no spaces
(#31) Commas (,) must be followed by white space.
(#31) Expected 1 space between the comma and "'девять'". Found: no spaces
(#32) Short array syntax must be used to define arrays
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space between the comma and "'одна'". Found: no spaces
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space between the comma and "'две'". Found: no spaces
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space between the comma and "'три'". Found: no spaces
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space between the comma and "'четыре'". Found: no spaces
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space between the comma and "'пять'". Found: no spaces
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space between the comma and "'шесть'". Found: no spaces
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space between the comma and "'семь'". Found: no spaces
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space between the comma and "'девять'". Found: no spaces
(#34) Expected at least 1 space before "="; 0 found
(#34) Expected at least 1 space after "="; 0 found
(#34) Expected 1 space before "="; 0 found
(#34) Expected 1 space after "="; 0 found
(#34) Short array syntax must be used to define arrays
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space between the comma and "'одиннадцать'". Found: no spaces
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space between the comma and "'двенадцать'". Found: no spaces
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space between the comma and "'тринадцать'". Found: no spaces
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space between the comma and "'четырнадцать'". Found: no spaces
(#34) Commas (,) must be followed by white space.
(#34) Expected no space between "'четырнадцать'" and the comma. Found: 1 space
(#34) Expected 1 space between the comma and "'пятнадцать'". Found: no spaces
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space between the comma and "'шестнадцать'". Found: no spaces
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space between the comma and "'семнадцать'". Found: no spaces
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space between the comma and "'восемнадцать'". Found: no spaces
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space between the comma and "'девятнадцать'". Found: no spaces
(#34) Line exceeds 132 characters; contains 155 characters
(#35) Expected at least 1 space before "="; 0 found
(#35) Expected at least 1 space after "="; 0 found
(#35) Expected 1 space before "="; 0 found
(#35) Expected 1 space after "="; 0 found
(#35) Short array syntax must be used to define arrays
(#35) Expected at least 1 space before "=>"; 0 found
(#35) Expected at least 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#35) Commas (,) must be followed by white space.
(#35) Expected 1 space between the comma and "'тридцать'". Found: no spaces
(#35) Commas (,) must be followed by white space.
(#35) Expected 1 space between the comma and "'сорок'". Found: no spaces
(#35) Commas (,) must be followed by white space.
(#35) Expected 1 space between the comma and "'пятьдесят'". Found: no spaces
(#35) Commas (,) must be followed by white space.
(#35) Expected 1 space between the comma and "'шестьдесят'". Found: no spaces
(#35) Commas (,) must be followed by white space.
(#35) Expected 1 space between the comma and "'семьдесят'". Found: no spaces
(#35) Commas (,) must be followed by white space.
(#35) Expected no space between "'семьдесят'" and the comma. Found: 1 space
(#35) Expected 1 space between the comma and "'восемьдесят'". Found: no spaces
(#35) Commas (,) must be followed by white space.
(#35) Expected 1 space between the comma and "'девяносто'". Found: no spaces
(#36) Expected at least 1 space before "="; 0 found
(#36) Expected at least 1 space after "="; 0 found
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#36) Short array syntax must be used to define arrays
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space between the comma and "'сто'". Found: no spaces
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space between the comma and "'двести'". Found: no spaces
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space between the comma and "'триста'". Found: no spaces
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space between the comma and "'четыреста'". Found: no spaces
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space between the comma and "'пятьсот'". Found: no spaces
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space between the comma and "'шестьсот'". Found: no spaces
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space between the comma and "'восемьсот'". Found: no spaces
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space between the comma and "'девятьсот'". Found: no spaces
(#37) Expected at least 1 space before "="; 0 found
(#37) Expected at least 1 space after "="; 0 found
(#37) Expected 1 space before "="; 0 found
(#37) Expected 1 space after "="; 0 found
(#37) Short array syntax must be used to define arrays
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Short array syntax must be used to define arrays
(#38) Commas (,) must be followed by white space.
(#38) Expected 1 space between the comma and "'тыс.'". Found: no spaces
(#38) Commas (,) must be followed by white space.
(#38) Expected 1 space between the comma and "'тыс.'". Found: no spaces
(#38) Expected 1 space between the comma and "1". Found: 2 spaces
(#38) Spaces must be used for alignment; tabs are not allowed
(#39) Short array syntax must be used to define arrays
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space between the comma and "'млн.'". Found: no spaces
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space between the comma and "'млн.'". Found: no spaces
(#39) Expected 1 space between the comma and "0". Found: 2 spaces
(#39) Spaces must be used for alignment; tabs are not allowed
(#40) Short array syntax must be used to define arrays
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space between the comma and "'млрд.'". Found: no spaces
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space between the comma and "'млрд.'". Found: no spaces
(#40) Expected 1 space between the comma and "0". Found: 3 spaces
(#40) Spaces must be used for alignment; tabs are not allowed
(#41) Short array syntax must be used to define arrays
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space between the comma and "'trilyon'". Found: no spaces
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space between the comma and "'trilyon'". Found: no spaces
(#41) Expected 1 space between the comma and "0". Found: 5 spaces
(#41) Spaces must be used for alignment; tabs are not allowed
(#43) Blank comments are not allowed
(#45) Short array syntax must be used to define arrays
(#46) Expected at least 1 space before ">"; 0 found
(#46) Expected at least 1 space after ">"; 0 found
(#46) Expected 1 space before ">"; 0 found
(#46) Expected 1 space after ">"; 0 found
(#47) Expected "foreach (...) {\n"; found "foreach(...) { // by 3 symbols\n"
(#47) Expected 1 space after FOREACH keyword; 0 found
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#47) No space found after comma in argument list
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space between the comma and "3". Found: no spaces
(#47) Expected at least 1 space before "=>"; 0 found
(#47) Expected at least 1 space after "=>"; 0 found
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#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 control structures are not allowed
(#49) The use of function sizeof() is forbidden; use count() instead
(#49) Expected at least 1 space before "-"; 0 found
(#49) Expected at least 1 space after "-"; 0 found
(#49) Expected 1 space before "-"; 0 found
(#49) Expected 1 space after "-"; 0 found
(#49) Expected at least 1 space before "-"; 0 found
(#49) Expected at least 1 space after "-"; 0 found
(#49) Expected 1 space before "-"; 0 found
(#49) Expected 1 space after "-"; 0 found
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Long list syntax is not allowed
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "$i2". Found: no spaces
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "$i3". Found: no spaces
(#51) No space found after comma in argument list
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "self". Found: no spaces
(#51) No space found after comma in argument list
(#51) Commas (,) must be followed by white space.
(#51) Expected 1 space between the comma and "1". Found: no spaces
(#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
(#53) Perl-style comments are not allowed; use "// Comment." instead
(#54) Inline control structures are not allowed
(#54) Expected at least 1 space before ">"; 0 found
(#54) Expected at least 1 space after ">"; 0 found
(#54) Expected 1 space before ">"; 0 found
(#54) Expected 1 space after ">"; 0 found
(#54) Expected at least 1 space before "="; 0 found
(#54) Expected 1 space before "="; 0 found
(#54) Expected at least 1 space before "."; 0 found
(#54) Expected at least 1 space after "."; 0 found
(#54) Expected at least 1 space before "."; 0 found
(#54) Expected at least 1 space after "."; 0 found
(#54) Perl-style comments are not allowed; use "// Comment." instead
(#55) Inline control structures are not allowed
(#55) Expected at least 1 space before "="; 0 found
(#55) Expected 1 space before "="; 0 found
(#55) Expected at least 1 space before ">"; 0 found
(#55) Expected at least 1 space after ">"; 0 found
(#55) Expected 1 space before ">"; 0 found
(#55) Expected 1 space after ">"; 0 found
(#55) Perl-style comments are not allowed; use "// Comment." instead
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline control structures are not allowed
(#57) Expected at least 1 space before ">"; 0 found
(#57) Expected at least 1 space after ">"; 0 found
(#57) Expected 1 space before ">"; 0 found
(#57) Expected 1 space after ">"; 0 found
(#57) Expected at least 1 space before "="; 0 found
(#57) Expected 1 space before "="; 0 found
(#57) No space found after comma in argument list
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space between the comma and "$unit". Found: no spaces
(#57) No space found after comma in argument list
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space between the comma and "$unit". Found: no spaces
(#57) No space found after comma in argument list
(#57) Commas (,) must be followed by white space.
(#57) Expected 1 space between the comma and "$unit". Found: no spaces
(#59) Expected 1 space after closing brace; newline found
(#60) Inline control structures are not allowed
(#61) No space found after comma in argument list
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space between the comma and "$out". Found: no spaces
(#64) Missing docblock for function ru_morph
(#64) Visibility must be declared on method "ru_morph"
(#66) Inline control structures are not allowed
(#66) Expected at least 1 space before ">"; 0 found
(#66) Expected at least 1 space after ">"; 0 found
(#66) Expected 1 space before ">"; 0 found
(#66) Expected 1 space after ">"; 0 found
(#66) Expected at least 1 space before "<"; 0 found
(#66) Expected at least 1 space after "<"; 0 found
(#66) Expected 1 space before "<"; 0 found
(#66) Expected 1 space after "<"; 0 found
(#67) Inline control structures are not allowed
(#67) Expected at least 1 space before "%"; 0 found
(#67) Expected at least 1 space after "%"; 0 found
(#67) Expected 1 space before "%"; 0 found
(#67) Expected 1 space after "%"; 0 found
(#67) Expected at least 1 space before ">"; 0 found
(#67) Expected at least 1 space after ">"; 0 found
(#67) Expected 1 space before ">"; 0 found
(#67) Expected 1 space after ">"; 0 found
(#67) Expected at least 1 space before "%"; 0 found
(#67) Expected at least 1 space after "%"; 0 found
(#67) Expected 1 space before "%"; 0 found
(#67) Expected 1 space after "%"; 0 found
(#67) Expected at least 1 space before "<"; 0 found
(#67) Expected at least 1 space after "<"; 0 found
(#67) Expected 1 space before "<"; 0 found
(#67) Expected 1 space after "<"; 0 found
(#68) Inline control structures are not allowed
(#68) Expected at least 1 space before "%"; 0 found
(#68) Expected at least 1 space after "%"; 0 found
(#68) Expected 1 space before "%"; 0 found
(#68) Expected 1 space after "%"; 0 found
(#68) Expected at least 1 space before "=="; 0 found
(#68) Expected at least 1 space after "=="; 0 found
(#68) Expected 1 space before "=="; 0 found
(#68) Expected 1 space after "=="; 0 found
(#72) No space found before comment text; expected "// Finnish" but found "//Finnish"
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#74) Missing docblock for function numberToWords_fi
(#74) Visibility must be declared on method "numberToWords_fi"
(#74) method name "alphabetconverter::numberToWords_fi" must be in lower-case letters only
(#76) Short array syntax must be used to define arrays
(#78) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Variable "num_digits" must not contain underscores.
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Variable "num_digits" must not contain underscores.
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Short array syntax must be used to define arrays
(#96) Variable "num_digits" must not contain underscores.
(#96) Blank line found at start of control structure
(#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
(#99) Variable "num_digits" must not contain underscores.
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Blank line found at start of control structure
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Blank line found at end of control structure
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) No space found before comment text; expected "// Polish" but found "//Polish"
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#151) Missing docblock for function numberToWords_pl
(#151) Visibility must be declared on method "numberToWords_pl"
(#151) method name "alphabetconverter::numberToWords_pl" must be in lower-case letters only
(#153) Short array syntax must be used to define arrays
(#191) Expected 1 space after closing brace; 0 found
(#191) Expected "} else if (...) {\n"; found "}else if(...){\n"
(#191) Expected "if (...) {\n"; found "if(...){\n"
(#191) Expected 1 space after IF keyword; 0 found
(#191) No space found after comma in argument list
(#191) Commas (,) must be followed by white space.
(#191) Expected 1 space between the comma and "$words". Found: no spaces
(#191) Expected 1 space after closing parenthesis; found 0
(#194) Line exceeds 132 characters; contains 138 characters
(#198) No space found before comment text; expected "// French" but found "//French"
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#200) Missing docblock for function numberToWords_fr
(#200) Visibility must be declared on method "numberToWords_fr"
(#200) method name "alphabetconverter::numberToWords_fr" must be in lower-case letters only
(#202) Variable "frenchNumbers" must be all lower-case
(#202) Short array syntax must be used to define arrays
(#203) Line exceeds maximum limit of 180 characters; contains 445 characters
(#203) There should be a comma after the last array item in a multi-line array.
(#215) Variable "frenchNumbers" must be all lower-case
(#216) Usage of ELSEIF not allowed; use ELSE IF instead
(#218) Variable "frenchNumbers" must be all lower-case
(#220) Variable "frenchNumbers" must be all lower-case
(#220) Variable "frenchNumbers" must be all lower-case
(#222) Usage of ELSEIF not allowed; use ELSE IF instead
(#224) Variable "frenchNumbers" must be all lower-case
(#225) Usage of ELSEIF not allowed; use ELSE IF instead
(#226) Variable "frenchNumbers" must be all lower-case
(#226) Variable "frenchNumbers" must be all lower-case
(#228) Variable "frenchNumbers" must be all lower-case
(#230) Usage of ELSEIF not allowed; use ELSE IF instead
(#236) No space found before comment text; expected "// Italian" but found "//Italian"
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#238) Missing docblock for function numberToWords_it
(#238) Visibility must be declared on method "numberToWords_it"
(#238) method name "alphabetconverter::numberToWords_it" must be in lower-case letters only
(#239) Opening brace should be on the same line as the declaration
(#241) Short array syntax must be used to define arrays
(#269) There should be a comma after the last array item in a multi-line array.
(#278) Blank line found at end of control structure
(#279) Usage of ELSEIF not allowed; use ELSE IF instead
(#279) Blank line found at start of control structure
(#284) Blank line found at end of control structure
(#285) Blank line found at start of control structure
(#290) Blank line found at end of control structure
(#293) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) No space found before comment text; expected "// Portuguese" but found "//Portuguese"
(#297) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#298) Missing docblock for function numberToWords_pt
(#298) Visibility must be declared on method "numberToWords_pt"
(#298) method name "alphabetconverter::numberToWords_pt" must be in lower-case letters only
(#300) Short array syntax must be used to define arrays
(#300) Expected at least 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected at least 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected at least 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected at least 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected at least 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected at least 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected at least 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected at least 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected at least 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Expected at least 1 space after "=>"; 0 found
(#300) Expected 1 space after "=>"; 0 found
(#300) Line exceeds 132 characters; contains 149 characters
(#301) Line exceeds 132 characters; contains 161 characters
(#302) Line exceeds 132 characters; contains 163 characters
(#310) Usage of ELSEIF not allowed; use ELSE IF instead
(#311) Expected at least 1 space before "/"; 0 found
(#311) Expected at least 1 space after "/"; 0 found
(#311) Expected 1 space before "/"; 0 found
(#311) Expected 1 space after "/"; 0 found
(#317) No space found before comment text; expected "// Spanish" but found "//Spanish"
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#319) Missing docblock for function numberToWords_es
(#319) Visibility must be declared on method "numberToWords_es"
(#319) method name "alphabetconverter::numberToWords_es" must be in lower-case letters only
(#321) Short array syntax must be used to define arrays
(#321) Line exceeds maximum limit of 180 characters; contains 372 characters
(#324) Usage of ELSEIF not allowed; use ELSE IF instead
(#326) Usage of ELSEIF not allowed; use ELSE IF instead
(#328) Usage of ELSEIF not allowed; use ELSE IF instead
(#330) Usage of ELSEIF not allowed; use ELSE IF instead
(#332) Usage of ELSEIF not allowed; use ELSE IF instead
(#334) Usage of ELSEIF not allowed; use ELSE IF instead
(#336) Usage of ELSEIF not allowed; use ELSE IF instead
(#338) Usage of ELSEIF not allowed; use ELSE IF instead
(#340) Usage of ELSEIF not allowed; use ELSE IF instead
(#342) Usage of ELSEIF not allowed; use ELSE IF instead
(#344) Usage of ELSEIF not allowed; use ELSE IF instead
(#346) Usage of ELSEIF not allowed; use ELSE IF instead
(#348) Usage of ELSEIF not allowed; use ELSE IF instead
(#350) Usage of ELSEIF not allowed; use ELSE IF instead
(#352) Usage of ELSEIF not allowed; use ELSE IF instead
(#354) Usage of ELSEIF not allowed; use ELSE IF instead
(#356) Usage of ELSEIF not allowed; use ELSE IF instead
(#358) Usage of ELSEIF not allowed; use ELSE IF instead
(#360) Usage of ELSEIF not allowed; use ELSE IF instead
(#362) Blank line found at end of control structure
(#363) Usage of ELSEIF not allowed; use ELSE IF instead
(#372) No space found before comment text; expected "// Basque" but found "//Basque"
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#374) Missing docblock for function numberToWords_eu
(#374) Visibility must be declared on method "numberToWords_eu"
(#374) method name "alphabetconverter::numberToWords_eu" must be in lower-case letters only
(#376) Short array syntax must be used to define arrays
(#376) Line exceeds maximum limit of 180 characters; contains 381 characters
(#378) Expected "if (...) {\n"; found "if(...) {\n"
(#378) Expected 1 space after IF keyword; 0 found
(#380) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#380) Expected "if (...) {\n"; found "if(...) {\n"
(#380) Expected 1 space after IF keyword; 0 found
(#382) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#382) Expected "if (...) {\n"; found "if(...) {\n"
(#382) Expected 1 space after IF keyword; 0 found
(#384) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#384) Expected "if (...) {\n"; found "if(...) {\n"
(#384) Expected 1 space after IF keyword; 0 found
(#386) Expected "} else if (...) {\n"; found "} else if(...) {\n"
(#386) Expected "if (...) {\n"; found "if(...) {\n"
(#386) Expected 1 space after IF keyword; 0 found
(#393) No space found before comment text; expected "// Ukranian" but found "//Ukranian"
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#395) Missing docblock for function numberToWords_uk
(#395) Visibility must be declared on method "numberToWords_uk"
(#395) method name "alphabetconverter::numberToWords_uk" must be in lower-case letters only
(#395) Expected 1 space before opening brace; found 0
(#399) Line exceeds 132 characters; contains 139 characters
(#402) Expected "if (...) {\n"; found "if(...){\n"
(#402) Expected 1 space after IF keyword; 0 found
(#402) No space found after comma in argument list
(#402) Commas (,) must be followed by white space.
(#402) Expected 1 space between the comma and "$numbers". Found: no spaces
(#402) Expected 1 space after closing parenthesis; found 0
(#404) Expected 1 space after closing brace; 0 found
(#404) Expected "} else {\n"; found "}else{\n"
(#404) Expected 1 space after ELSE keyword; 0 found
(#409) No space found before comment text; expected "// German" but found "//German"
(#410) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) No space found before comment text; expected "// ---------------------------------------------------------------------------------------" but found "//---------------------------------------------------------------------------------------"
(#411) Missing docblock for function numberToWords_de
(#411) Visibility must be declared on method "numberToWords_de"
(#411) method name "alphabetconverter::numberToWords_de" must be in lower-case letters only
(#411) Expected 1 space before opening brace; found 0
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""2"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""3"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""4"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""5"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""6"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""7"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""8"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""9"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""10"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""11"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""12"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""13"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""14"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""15"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""16"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""17"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""18"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""19"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""20"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""21"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""22"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""23"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""24"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""25"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""26"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""27"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""28"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""29"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""30"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected at least 1 space after "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#412) Commas (,) must be followed by white space.
(#412) Expected 1 space between the comma and ""31"". Found: no spaces
(#412) Expected at least 1 space before "=>"; 0 found
(#412) Expected 1 space before "=>"; 0 found
(#412) Line exceeds maximum limit of 180 characters; contains 1040 characters
(#413) Expected at least 1 space before "=>"; 0 found
(#413) Expected at least 1 space after "=>"; 0 found
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space between the comma and ""52"". Found: no spaces
(#413) Expected at least 1 space before "=>"; 0 found
(#413) Expected at least 1 space after "=>"; 0 found
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space between the comma and ""53"". Found: no spaces
(#413) Expected at least 1 space before "=>"; 0 found
(#413) Expected at least 1 space after "=>"; 0 found
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space between the comma and ""54"". Found: no spaces
(#413) Expected at least 1 space before "=>"; 0 found
(#413) Expected at least 1 space after "=>"; 0 found
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space between the comma and ""55"". Found: no spaces
(#413) Expected at least 1 space before "=>"; 0 found
(#413) Expected at least 1 space after "=>"; 0 found
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space between the comma and ""56"". Found: no spaces
(#413) Expected at least 1 space before "=>"; 0 found
(#413) Expected at least 1 space after "=>"; 0 found
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space between the comma and ""57"". Found: no spaces
(#413) Expected at least 1 space before "=>"; 0 found
(#413) Expected at least 1 space after "=>"; 0 found
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space between the comma and ""58"". Found: no spaces
(#413) Expected at least 1 space before "=>"; 0 found
(#413) Expected at least 1 space after "=>"; 0 found
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space between the comma and ""59"". Found: no spaces
(#413) Expected at least 1 space before "=>"; 0 found
(#413) Expected at least 1 space after "=>"; 0 found
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space between the comma and ""60"". Found: no spaces
(#413) Expected at least 1 space before "=>"; 0 found
(#413) Expected at least 1 space after "=>"; 0 found
(#413) Expected 1 space before "=>"; 0 found
(#413) Expected 1 space after "=>"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space between the comma and ""61"". Found: no spaces
(#413) Expected at least 1 space before "=>"; 0 found
(#413) Expected 1 space before "=>"; 0 found
(#413) Line exceeds maximum limit of 180 characters; contains 726 characters
(#414) Expected at least 1 space before "=>"; 0 found
(#414) Expected at least 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space between the comma and ""81"". Found: no spaces
(#414) Expected at least 1 space before "=>"; 0 found
(#414) Expected at least 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space between the comma and ""82"". Found: no spaces
(#414) Expected at least 1 space before "=>"; 0 found
(#414) Expected at least 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space between the comma and ""83"". Found: no spaces
(#414) Expected at least 1 space before "=>"; 0 found
(#414) Expected at least 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space between the comma and ""84"". Found: no spaces
(#414) Expected at least 1 space before "=>"; 0 found
(#414) Expected at least 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space between the comma and ""85"". Found: no spaces
(#414) Expected at least 1 space before "=>"; 0 found
(#414) Expected at least 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space between the comma and ""86"". Found: no spaces
(#414) Expected at least 1 space before "=>"; 0 found
(#414) Expected at least 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space between the comma and ""87"". Found: no spaces
(#414) Expected at least 1 space before "=>"; 0 found
(#414) Expected at least 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space between the comma and ""88"". Found: no spaces
(#414) Expected at least 1 space before "=>"; 0 found
(#414) Expected at least 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space between the comma and ""89"". Found: no spaces
(#414) Expected at least 1 space before "=>"; 0 found
(#414) Expected at least 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space between the comma and ""90"". Found: no spaces
(#414) Expected at least 1 space before "=>"; 0 found
(#414) Expected at least 1 space after "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Expected 1 space after "=>"; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space between the comma and ""91"". Found: no spaces
(#414) Expected at least 1 space before "=>"; 0 found
(#414) Expected 1 space before "=>"; 0 found
(#414) Line exceeds maximum limit of 180 characters; contains 276 characters
(#415) Line exceeds maximum limit of 180 characters; contains 247 characters
(#416) Expected "if (...) {\n"; found "if(...){\n"
(#416) Expected 1 space after IF keyword; 0 found
(#416) No space found after comma in argument list
(#416) Commas (,) must be followed by white space.
(#416) Expected 1 space between the comma and "$numbers". Found: no spaces
(#416) Expected 1 space after closing parenthesis; found 0
(#418) Expected 1 space after closing brace; 0 found
(#418) Expected "} else {\n"; found "}else{\n"
(#418) Expected 1 space after ELSE keyword; 0 found
(#431) Missing docblock for function eszett_to_ss_convert
(#431) Expected 1 space between comma and argument "$targettext"; 0 found
(#431) Commas (,) must be followed by white space.
(#431) Expected 1 space between the comma and "$targettext". Found: no spaces
(#431) Expected 1 space before opening brace; found 0
(#432) Expected at least 1 space before "="; 0 found
(#432) Expected at least 1 space after "="; 0 found
(#432) Expected 1 space before "="; 0 found
(#432) Expected 1 space after "="; 0 found
(#435) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#435) Expected 1 space after FOREACH keyword; 0 found
(#435) Expected 1 space after closing parenthesis; found 0
(#436) No space found after comma in argument list
(#436) Commas (,) must be followed by white space.
(#436) Expected 1 space between the comma and "$conversion". Found: no spaces
(#436) No space found after comma in argument list
(#436) Commas (,) must be followed by white space.
(#436) Expected 1 space between the comma and "$targettext". Found: no spaces
(#449) Missing docblock for function ss_to_eszett_convert
(#449) Expected 1 space between comma and argument "$targettext"; 0 found
(#449) Commas (,) must be followed by white space.
(#449) Expected 1 space between the comma and "$targettext". Found: no spaces
(#449) Expected 1 space before opening brace; found 0
(#450) Expected at least 1 space before "="; 0 found
(#450) Expected at least 1 space after "="; 0 found
(#450) Expected 1 space before "="; 0 found
(#450) Expected 1 space after "="; 0 found
(#453) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#453) Expected 1 space after FOREACH keyword; 0 found
(#453) Expected 1 space after closing parenthesis; found 0
(#454) No space found after comma in argument list
(#454) Commas (,) must be followed by white space.
(#454) Expected 1 space between the comma and "$conversion". Found: no spaces
(#454) No space found after comma in argument list
(#454) Commas (,) must be followed by white space.
(#454) Expected 1 space between the comma and "$targettext". Found: no spaces
(#464) Missing docblock for function fetch_eszett_conversions
(#466) Inline comments must start with a capital letter, digit or 3-dots sequence
(#466) No space found before comment text; expected "// its possible to call this function with just the passage as text," but found "//its possible to call this function with just the passage as text,"
(#467) Inline comments must end in full-stops, exclamation marks, or question marks
(#472) Short array syntax must be used to define arrays
(#474) Variable "eszett_pos" must not contain underscores.
(#474) Expected at least 1 space after "="; 0 found
(#474) Expected 1 space after "="; 0 found
(#474) No space found after comma in argument list
(#474) Commas (,) must be followed by white space.
(#474) Expected 1 space between the comma and "'ß'". Found: no spaces
(#475) Expected "if (...) {\n"; found "if(...){\n"
(#475) Expected 1 space after IF keyword; 0 found
(#475) Variable "eszett_pos" must not contain underscores.
(#475) Expected at least 1 space before "!=="; 0 found
(#475) Expected at least 1 space after "!=="; 0 found
(#475) Expected 1 space before "!=="; 0 found
(#475) Expected 1 space after "!=="; 0 found
(#475) Expected 1 space after closing parenthesis; found 0
(#476) No space found after comma in argument list
(#476) Commas (,) must be followed by white space.
(#476) Expected 1 space between the comma and "'ss'". Found: no spaces
(#476) No space found after comma in argument list
(#476) Commas (,) must be followed by white space.
(#476) Expected 1 space between the comma and "$candidate". Found: no spaces
(#490) Missing docblock for function numbers_to_words_convert
(#490) Expected 1 space between comma and argument "$targettext"; 0 found
(#490) Commas (,) must be followed by white space.
(#490) Expected 1 space between the comma and "$targettext". Found: no spaces
(#490) Expected 1 space between comma and argument "$shortlang"; 0 found
(#490) Commas (,) must be followed by white space.
(#490) Expected 1 space between the comma and "$shortlang". Found: no spaces
(#490) Expected 1 space before opening brace; found 0
(#491) Expected at least 1 space before "="; 0 found
(#491) Expected at least 1 space after "="; 0 found
(#491) Expected 1 space before "="; 0 found
(#491) Expected 1 space after "="; 0 found
(#492) No space found after comma in argument list
(#492) Commas (,) must be followed by white space.
(#492) Expected 1 space between the comma and "$shortlang". Found: no spaces
(#494) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#494) Expected 1 space after FOREACH keyword; 0 found
(#494) Expected 1 space after closing parenthesis; found 0
(#495) Inline comments must start with a capital letter, digit or 3-dots sequence
(#495) Inline comments must end in full-stops, exclamation marks, or question marks
(#495) No space found before comment text; expected "// english returns an array of conversion words for varieties eg 2015 two thousand fifteen, twenty fifteen" but found "//english returns an array of conversion words for varieties eg 2015 two thousand fifteen, twenty fifteen"
(#496) Expected "if (...) {\n"; found "if(...) {\n"
(#496) Expected 1 space after IF keyword; 0 found
(#500) Expected 1 space after closing brace; 0 found
(#500) Expected "} else {\n"; found "}else{\n"
(#500) Expected 1 space after ELSE keyword; 0 found
(#503) Blank line found at end of control structure
(#516) Missing docblock for function words_to_numbers_convert
(#516) Expected 1 space between comma and argument "$targettext"; 0 found
(#516) Commas (,) must be followed by white space.
(#516) Expected 1 space between the comma and "$targettext". Found: no spaces
(#516) Expected 1 space between comma and argument "$shortlang"; 0 found
(#516) Commas (,) must be followed by white space.
(#516) Expected 1 space between the comma and "$shortlang". Found: no spaces
(#516) Expected 1 space before opening brace; found 0
(#517) Expected at least 1 space before "="; 0 found
(#517) Expected at least 1 space after "="; 0 found
(#517) Expected 1 space before "="; 0 found
(#517) Expected 1 space after "="; 0 found
(#518) No space found after comma in argument list
(#518) Commas (,) must be followed by white space.
(#518) Expected 1 space between the comma and "$shortlang". Found: no spaces
(#520) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#520) Expected 1 space after FOREACH keyword; 0 found
(#520) Expected 1 space after closing parenthesis; found 0
(#520) Blank line found at start of control structure
(#522) Inline comments must start with a capital letter, digit or 3-dots sequence
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#522) No space found before comment text; expected "// english returns an array of conversion words for varieties eg 2015 two thousand fifteen, twenty fifteen" but found "//english returns an array of conversion words for varieties eg 2015 two thousand fifteen, twenty fifteen"
(#523) Expected "if (...) {\n"; found "if(...) {\n"
(#523) Expected 1 space after IF keyword; 0 found
(#527) Expected 1 space after closing brace; 0 found
(#527) Expected "} else {\n"; found "}else{\n"
(#527) Expected 1 space after ELSE keyword; 0 found
(#528) No space found after comma in argument list
(#528) Commas (,) must be followed by white space.
(#528) Expected 1 space between the comma and "$conversion". Found: no spaces
(#528) No space found after comma in argument list
(#528) Commas (,) must be followed by white space.
(#528) Expected 1 space between the comma and "$targettext". Found: no spaces
(#535) Line indented incorrectly; expected at least 4 spaces, found 3
(#536) Line indented incorrectly; expected at least 4 spaces, found 3
(#537) Line indented incorrectly; expected at least 4 spaces, found 3
(#538) Line indented incorrectly; expected at least 4 spaces, found 3
(#539) Missing docblock for function fetch_number_conversions
(#539) Expected 1 space between comma and argument "$shortlang"; 0 found
(#539) Commas (,) must be followed by white space.
(#539) Expected 1 space between the comma and "$shortlang". Found: no spaces
(#540) Opening brace should be on the same line as the declaration
(#541) Inline comments must start with a capital letter, digit or 3-dots sequence
(#541) No space found before comment text; expected "// its possible to call this function with just the passage as text," but found "//its possible to call this function with just the passage as text,"
(#542) Inline comments must end in full-stops, exclamation marks, or question marks
(#547) Expected at least 1 space after "="; 0 found
(#547) Expected 1 space after "="; 0 found
(#549) Inline comments must start with a capital letter, digit or 3-dots sequence
(#549) Inline comments must end in full-stops, exclamation marks, or question marks
(#549) No space found before comment text; expected "// plain numbers" but found "//plain numbers"
(#550) Expected at least 1 space before "="; 0 found
(#550) Expected at least 1 space after "="; 0 found
(#550) Expected 1 space before "="; 0 found
(#550) Expected 1 space after "="; 0 found
(#552) Expected 1 space after SWITCH keyword; 0 found
(#587) Expected "if (...) {\n"; found "if(...){\n"
(#587) Expected 1 space after IF keyword; 0 found
(#587) Expected at least 1 space before "!=="; 0 found
(#587) Expected at least 1 space after "!=="; 0 found
(#587) Expected 1 space before "!=="; 0 found
(#587) Expected 1 space after "!=="; 0 found
(#587) Expected 1 space after closing parenthesis; found 0
(#588) Expected at least 1 space after "="; 0 found
(#588) Expected 1 space after "="; 0 found
(#588) Expected at least 1 space before "=>"; 0 found
(#588) Expected at least 1 space after "=>"; 0 found
(#588) Expected 1 space before "=>"; 0 found
(#588) Expected 1 space after "=>"; 0 found
(#588) Commas (,) must be followed by white space.
(#588) Expected 1 space between the comma and "'words'". Found: no spaces
(#588) Expected at least 1 space before "=>"; 0 found
(#588) Expected at least 1 space after "=>"; 0 found
(#588) Expected 1 space before "=>"; 0 found
(#588) Expected 1 space after "=>"; 0 found
(#600) Missing docblock for function numberToWords_en
(#600) Public method name "alphabetconverter::numberToWords_en" must be in lower-case letters only
(#600) Expected 1 space before opening brace; found 0
(#602) Inline comments must start with a capital letter, digit or 3-dots sequence
(#602) No space found before comment text; expected "// its possible to call this function with just the passage as text," but found "//its possible to call this function with just the passage as text,"
(#603) Inline comments must end in full-stops, exclamation marks, or question marks
(#604) Expected "if (...) {\n"; found "if(...){\n"
(#604) Expected 1 space after IF keyword; 0 found
(#604) Expected 1 space after closing parenthesis; found 0
(#605) Expected at least 1 space before "="; 0 found
(#605) Expected at least 1 space after "="; 0 found
(#605) Expected 1 space before "="; 0 found
(#605) Expected 1 space after "="; 0 found
(#608) Expected at least 1 space before "="; 0 found
(#608) Expected at least 1 space after "="; 0 found
(#608) Expected 1 space before "="; 0 found
(#608) Expected 1 space after "="; 0 found
(#608) Short array syntax must be used to define arrays
(#609) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#609) Expected 1 space after closing parenthesis; found 0
(#609) Blank line found at start of control structure
(#611) Inline comments must start with a capital letter, digit or 3-dots sequence
(#611) Inline comments must end in full-stops, exclamation marks, or question marks
(#611) No space found before comment text; expected "// plain numbers" but found "//plain numbers"
(#612) Expected "if (...) {\n"; found "if(...){\n"
(#612) Expected 1 space after IF keyword; 0 found
(#612) Expected 1 space after closing parenthesis; found 0
(#613) Inline comments must start with a capital letter, digit or 3-dots sequence
(#613) Inline comments must end in full-stops, exclamation marks, or question marks
(#613) No space found before comment text; expected "// get years" but found "//get years"
(#615) Expected "if (...) {\n"; found "if(...){"
(#615) Expected 1 space after IF keyword; 0 found
(#615) Expected 1 space after closing parenthesis; found 0
(#615) Newline required after opening brace
(#615) Expected at least 1 space before "=>"; 0 found
(#615) Expected at least 1 space after "=>"; 0 found
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Commas (,) must be followed by white space.
(#615) Expected 1 space between the comma and "'words'". Found: no spaces
(#615) Expected at least 1 space before "=>"; 0 found
(#615) Expected at least 1 space after "=>"; 0 found
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#615) Closing brace must be on a line by itself
(#616) Inline comments must start with a capital letter, digit or 3-dots sequence
(#616) Inline comments must end in full-stops, exclamation marks, or question marks
(#616) No space found before comment text; expected "// get regular numerals" but found "//get regular numerals"
(#618) Expected "if (...) {\n"; found "if(...){\n"
(#618) Expected 1 space after IF keyword; 0 found
(#618) Expected 1 space after closing parenthesis; found 0
(#619) Expected at least 1 space before "=>"; 0 found
(#619) Expected at least 1 space after "=>"; 0 found
(#619) Expected 1 space before "=>"; 0 found
(#619) Expected 1 space after "=>"; 0 found
(#619) Commas (,) must be followed by white space.
(#619) Expected 1 space between the comma and "'words'". Found: no spaces
(#619) Expected at least 1 space before "=>"; 0 found
(#619) Expected at least 1 space after "=>"; 0 found
(#619) Expected 1 space before "=>"; 0 found
(#619) Expected 1 space after "=>"; 0 found
(#620) Inline comments must start with a capital letter, digit or 3-dots sequence
(#620) Inline comments must end in full-stops, exclamation marks, or question marks
(#620) No space found before comment text; expected "// lets also save a version without 'and'" but found "//lets also save a version without 'and'"
(#621) Variable "no_and_numberwords" must not contain underscores.
(#621) Expected 1 space after comma in argument list; 2 found
(#621) Expected 1 space between the comma and "$numberwords". Found: 2 spaces
(#622) Expected "if (...) {\n"; found "if(...){\n"
(#622) Expected 1 space after IF keyword; 0 found
(#622) Variable "no_and_numberwords" must not contain underscores.
(#622) Expected 1 space after closing parenthesis; found 0
(#623) Line indented incorrectly; expected at least 24 spaces, found 20
(#623) Expected at least 1 space before "=>"; 0 found
(#623) Expected at least 1 space after "=>"; 0 found
(#623) Expected 1 space before "=>"; 0 found
(#623) Expected 1 space after "=>"; 0 found
(#623) Commas (,) must be followed by white space.
(#623) Expected 1 space between the comma and "'words'". Found: no spaces
(#623) Expected at least 1 space before "=>"; 0 found
(#623) Expected at least 1 space after "=>"; 0 found
(#623) Expected 1 space before "=>"; 0 found
(#623) Expected 1 space after "=>"; 0 found
(#623) Variable "no_and_numberwords" must not contain underscores.
(#627) Inline comments must start with a capital letter, digit or 3-dots sequence
(#627) Inline comments must end in full-stops, exclamation marks, or question marks
(#627) Line indented incorrectly; expected at least 16 spaces, found 12
(#627) No space found before comment text; expected "// dollar numbers [currently $ is stripped before we get here. sorry. no currencies]" but found "//dollar numbers [currently $ is stripped before we get here. sorry. no currencies]"
(#628) Expected 1 space after closing brace; 0 found
(#628) Expected 1 space after ELSEIF keyword; 0 found
(#628) Usage of ELSEIF not allowed; use ELSE IF instead
(#628) No space found after comma in argument list
(#628) Commas (,) must be followed by white space.
(#628) Expected 1 space between the comma and "'$'". Found: no spaces
(#628) Expected at least 1 space before "==="; 0 found
(#628) Expected at least 1 space after "==="; 0 found
(#628) Expected 1 space before "==="; 0 found
(#628) Expected 1 space after "==="; 0 found
(#628) Expected at least 1 space before ">"; 0 found
(#628) Expected at least 1 space after ">"; 0 found
(#628) Expected 1 space before ">"; 0 found
(#628) Expected 1 space after ">"; 0 found
(#628) Expected 1 space after closing parenthesis; found 0
(#629) Expected "if (...) {\n"; found "if(...){\n"
(#629) Expected 1 space after IF keyword; 0 found
(#629) Expected at least 1 space before "=="; 0 found
(#629) Expected at least 1 space after "=="; 0 found
(#629) Expected 1 space before "=="; 0 found
(#629) Expected 1 space after "=="; 0 found
(#629) Expected 1 space after closing parenthesis; found 0
(#630) Expected at least 1 space before "=>"; 0 found
(#630) Expected at least 1 space after "=>"; 0 found
(#630) Expected 1 space before "=>"; 0 found
(#630) Expected 1 space after "=>"; 0 found
(#630) Commas (,) must be followed by white space.
(#630) Expected 1 space between the comma and "'words'". Found: no spaces
(#630) Expected at least 1 space before "=>"; 0 found
(#630) Expected at least 1 space after "=>"; 0 found
(#630) Expected 1 space before "=>"; 0 found
(#630) Expected 1 space after "=>"; 0 found
(#631) Expected 1 space after closing brace; 0 found
(#631) Expected "} else {\n"; found "}else{\n"
(#631) Expected 1 space after ELSE keyword; 0 found
(#632) No space found after comma in argument list
(#632) Commas (,) must be followed by white space.
(#632) Expected 1 space between the comma and "1". Found: no spaces
(#633) Expected "if (...) {\n"; found "if(...) {\n"
(#633) Expected 1 space after IF keyword; 0 found
(#635) Expected "if (...) {\n"; found "if(...) {"
(#635) Expected 1 space after IF keyword; 0 found
(#635) Newline required after opening brace
(#635) Closing brace must be on a line by itself
(#635) Each PHP statement must be on a line by itself
(#639) Inline comments must start with a capital letter, digit or 3-dots sequence
(#639) Inline comments must end in full-stops, exclamation marks, or question marks
(#639) Line indented incorrectly; expected at least 16 spaces, found 12
(#639) No space found before comment text; expected "// eras/decades" but found "//eras/decades"
(#640) Expected 1 space after closing brace; 0 found
(#640) Expected "} else {\n"; found "}else{\n"
(#640) Expected 1 space after ELSE keyword; 0 found
(#641) No space found after comma in argument list
(#641) Commas (,) must be followed by white space.
(#641) Expected 1 space between the comma and "0". Found: no spaces
(#641) No space found after comma in argument list
(#641) Commas (,) must be followed by white space.
(#641) Expected 1 space between the comma and "\". Found: no spaces
(#641) Expected at least 1 space before "-"; 0 found
(#641) Expected at least 1 space after "-"; 0 found
(#641) Expected 1 space before "-"; 0 found
(#641) Expected 1 space after "-"; 0 found
(#642) Expected "if (...) {\n"; found "if(...){\n"
(#642) Expected 1 space after IF keyword; 0 found
(#642) Expected at least 1 space after "."; 0 found
(#642) Expected 1 space after closing parenthesis; found 0
(#643) Expected at least 1 space before "="; 0 found
(#643) Expected at least 1 space after "="; 0 found
(#643) Expected 1 space before "="; 0 found
(#643) Expected 1 space after "="; 0 found
(#644) Expected 1 space after SWITCH keyword; 0 found
(#644) Expected 1 space after closing parenthesis; found 0
(#649) Expected at least 1 space after "="; 0 found
(#649) Expected 1 space after "="; 0 found
(#650) Expected 1 space after "="; 2 found
(#655) Expected "if (...) {\n"; found "if(...){"
(#655) Expected 1 space after IF keyword; 0 found
(#655) Expected 1 space after closing parenthesis; found 0
(#655) Newline required after opening brace
(#655) Expected at least 1 space before "=>"; 0 found
(#655) Expected at least 1 space after "=>"; 0 found
(#655) Expected 1 space before "=>"; 0 found
(#655) Expected 1 space after "=>"; 0 found
(#655) Commas (,) must be followed by white space.
(#655) Expected 1 space between the comma and "'words'". Found: no spaces
(#655) Expected at least 1 space before "=>"; 0 found
(#655) Expected at least 1 space after "=>"; 0 found
(#655) Expected 1 space before "=>"; 0 found
(#655) Expected 1 space after "=>"; 0 found
(#655) Closing brace must be on a line by itself
(#666) Missing docblock for function convert_years_to_words
(#666) Incorrect spacing between argument "$num" and equals sign; expected 1 but found 0
(#666) Incorrect spacing between default value and equals sign for argument "$num"; expected 1 but found 0
(#666) Expected 1 space between comma and argument "$isera"; 0 found
(#666) Commas (,) must be followed by white space.
(#666) Expected 1 space between the comma and "$isera". Found: no spaces
(#666) Incorrect spacing between argument "$isera" and equals sign; expected 1 but found 0
(#666) Incorrect spacing between default value and equals sign for argument "$isera"; expected 1 but found 0
(#666) Expected 1 space before opening brace; found 0
(#667) Short array syntax must be used to define arrays
(#667) Space found before comma in argument list
(#667) Expected no space between "''" and the comma. Found: 1 space
(#668) Expected "if (...) {\n"; found "if(...) {\n"
(#668) Expected 1 space after IF keyword; 0 found
(#672) Inline comments must start with a capital letter, digit or 3-dots sequence
(#672) Inline comments must end in full-stops, exclamation marks, or question marks
(#672) No space found before comment text; expected "// if it does not look like a "year" and with year'y word pattern, just pass it back" but found "//if it does not look like a "year" and with year'y word pattern, just pass it back"
(#673) Expected "if (...) {\n"; found "if(...){\n"
(#673) Expected 1 space after IF keyword; 0 found
(#673) Expected at least 1 space after "<"; 0 found
(#673) Expected 1 space after "<"; 0 found
(#673) Expected at least 1 space after ">"; 0 found
(#673) Expected 1 space after ">"; 0 found
(#673) Expected 1 space after closing parenthesis; found 0
(#677) Expected 1 space after "="; 2 found
(#680) Expected 1 space after SWITCH keyword; 0 found
(#680) Expected 1 space after closing parenthesis; found 0
(#682) Inline comments must start with a capital letter, digit or 3-dots sequence
(#682) Inline comments must end in full-stops, exclamation marks, or question marks
(#682) No space found before comment text; expected "// mess around a little with millennial years" but found "//mess around a little with millennial years"
(#683) Expected "if (...) {\n"; found "if(...){"
(#683) Expected 1 space after IF keyword; 0 found
(#683) Expected at least 1 space after "=="; 0 found
(#683) Expected 1 space after "=="; 0 found
(#683) Expected 1 space after closing parenthesis; found 0
(#683) Newline required after opening brace
(#683) Expected at least 1 space after "="; 0 found
(#683) Expected 1 space after "="; 0 found
(#683) Expected at least 1 space before "="; 0 found
(#683) Expected at least 1 space after "="; 0 found
(#683) Expected 1 space before "="; 0 found
(#683) Expected 1 space after "="; 0 found
(#683) Each PHP statement must be on a line by itself
(#683) Closing brace must be on a line by itself
(#683) Expected 1 space after closing brace; newline found
(#684) Expected 1 space after ELSEIF keyword; 0 found
(#684) Usage of ELSEIF not allowed; use ELSE IF instead
(#684) Expected at least 1 space after "=="; 0 found
(#684) Expected 1 space after "=="; 0 found
(#684) Expected 1 space after closing parenthesis; found 0
(#684) Newline required after opening brace
(#684) Expected at least 1 space after "="; 0 found
(#684) Expected 1 space after "="; 0 found
(#684) Expected at least 1 space before "="; 0 found
(#684) Expected at least 1 space after "="; 0 found
(#684) Expected 1 space before "="; 0 found
(#684) Expected 1 space after "="; 0 found
(#684) Each PHP statement must be on a line by itself
(#684) Closing brace must be on a line by itself
(#684) Expected 1 space after closing brace; newline found
(#685) Expected 1 space after ELSEIF keyword; 0 found
(#685) Usage of ELSEIF not allowed; use ELSE IF instead
(#685) Expected 1 space after closing parenthesis; found 0
(#685) Newline required after opening brace
(#685) Closing brace must be on a line by itself
(#685) Expected 1 space after closing brace; newline found
(#686) Expected "} else {\n"; found "}\n else{"
(#686) Expected 1 space after ELSE keyword; 0 found
(#686) Newline required after opening brace
(#686) Closing brace must be on a line by itself
(#688) The CASE body must start on the line following the statement
(#688) Terminating statement must be on a line by itself
(#688) Closing brace must be on a line by itself
(#688) Each PHP statement must be on a line by itself
(#689) The CASE body must start on the line following the statement
(#689) Terminating statement must be on a line by itself
(#689) Closing brace must be on a line by itself
(#689) Each PHP statement must be on a line by itself
(#690) The CASE body must start on the line following the statement
(#690) Terminating statement must be on a line by itself
(#690) Closing brace must be on a line by itself
(#690) Each PHP statement must be on a line by itself
(#691) The CASE body must start on the line following the statement
(#691) Terminating statement must be on a line by itself
(#691) Closing brace must be on a line by itself
(#691) Each PHP statement must be on a line by itself
(#692) The CASE body must start on the line following the statement
(#692) Terminating statement must be on a line by itself
(#692) Closing brace must be on a line by itself
(#692) Each PHP statement must be on a line by itself
(#693) The CASE body must start on the line following the statement
(#693) Terminating statement must be on a line by itself
(#693) Closing brace must be on a line by itself
(#693) Each PHP statement must be on a line by itself
(#694) The CASE body must start on the line following the statement
(#694) Terminating statement must be on a line by itself
(#694) Closing brace must be on a line by itself
(#694) Each PHP statement must be on a line by itself
(#695) The CASE body must start on the line following the statement
(#695) Terminating statement must be on a line by itself
(#695) Closing brace must be on a line by itself
(#695) Each PHP statement must be on a line by itself
(#696) The CASE body must start on the line following the statement
(#696) Terminating statement must be on a line by itself
(#696) Closing brace must be on a line by itself
(#696) Each PHP statement must be on a line by itself
(#698) Expected "if (...) {\n"; found "if(...){\n"
(#698) Expected 1 space after IF keyword; 0 found
(#698) Expected 1 space after closing parenthesis; found 0
(#700) Expected "if (...) {\n"; found "if(...){\n"
(#700) Expected 1 space after IF keyword; 0 found
(#700) Expected at least 1 space after "==="; 0 found
(#700) Expected 1 space after "==="; 0 found
(#700) Expected 1 space after closing parenthesis; found 0
(#703) Expected 1 space after closing brace; 0 found
(#703) Expected "} else {\n"; found "}else {\n"
(#715) Missing docblock for function get_era_word
(#715) Expected 1 space before opening brace; found 0
(#716) Expected 1 space after SWITCH keyword; 0 found
(#716) Expected 1 space after closing parenthesis; found 0
(#717) The CASE body must start on the line following the statement
(#717) Expected at least 1 space after "="; 0 found
(#717) Expected 1 space after "="; 0 found
(#717) Terminating statement must be on a line by itself
(#717) Closing brace must be on a line by itself
(#717) Each PHP statement must be on a line by itself
(#717) Inline comments must start with a capital letter, digit or 3-dots sequence
(#717) No space found before comment text; expected "// is this a thing?" but found "//is this a thing?"
(#718) The CASE body must start on the line following the statement
(#718) Expected at least 1 space after "="; 0 found
(#718) Expected 1 space after "="; 0 found
(#718) Terminating statement must be on a line by itself
(#718) Closing brace must be on a line by itself
(#718) Each PHP statement must be on a line by itself
(#719) The CASE body must start on the line following the statement
(#719) Expected at least 1 space after "="; 0 found
(#719) Expected 1 space after "="; 0 found
(#719) Terminating statement must be on a line by itself
(#719) Closing brace must be on a line by itself
(#719) Each PHP statement must be on a line by itself
(#720) The CASE body must start on the line following the statement
(#720) Expected at least 1 space after "="; 0 found
(#720) Expected 1 space after "="; 0 found
(#720) Terminating statement must be on a line by itself
(#720) Closing brace must be on a line by itself
(#720) Each PHP statement must be on a line by itself
(#721) The CASE body must start on the line following the statement
(#721) Expected at least 1 space after "="; 0 found
(#721) Expected 1 space after "="; 0 found
(#721) Terminating statement must be on a line by itself
(#721) Closing brace must be on a line by itself
(#721) Each PHP statement must be on a line by itself
(#722) The CASE body must start on the line following the statement
(#722) Expected at least 1 space after "="; 0 found
(#722) Expected 1 space after "="; 0 found
(#722) Terminating statement must be on a line by itself
(#722) Closing brace must be on a line by itself
(#722) Each PHP statement must be on a line by itself
(#723) The CASE body must start on the line following the statement
(#723) Expected at least 1 space after "="; 0 found
(#723) Expected 1 space after "="; 0 found
(#723) Terminating statement must be on a line by itself
(#723) Closing brace must be on a line by itself
(#723) Each PHP statement must be on a line by itself
(#724) The CASE body must start on the line following the statement
(#724) Expected at least 1 space after "="; 0 found
(#724) Expected 1 space after "="; 0 found
(#724) Terminating statement must be on a line by itself
(#724) Closing brace must be on a line by itself
(#724) Each PHP statement must be on a line by itself
(#725) The CASE body must start on the line following the statement
(#725) Expected at least 1 space after "="; 0 found
(#725) Expected 1 space after "="; 0 found
(#725) Terminating statement must be on a line by itself
(#725) Closing brace must be on a line by itself
(#725) Each PHP statement must be on a line by itself
(#726) The DEFAULT body must start on the line following the statement
(#731) Inline comments must start with a capital letter, digit or 3-dots sequence
(#731) No space found before comment text; expected "// number to word conversion basically assumes that number_digits in the passage, might be transcribed as number_words" but found "//number to word conversion basically assumes that number_digits in the passage, might be transcribed as number_words"
(#732) Line exceeds 132 characters; contains 143 characters
(#732) No space found before comment text; expected "// so the other code around here is mainly to cover that. But the other case is number_words in the passage are transcribed as number_digits" but found "//so the other code around here is mainly to cover that. But the other case is number_words in the passage are transcribed as number_digits"
(#733) Line exceeds 132 characters; contains 143 characters
(#733) No space found before comment text; expected "// We want to cover that too. But only for very basic numbers. For the most part we ask activity authors to use number_digits in the passage" but found "//We want to cover that too. But only for very basic numbers. For the most part we ask activity authors to use number_digits in the passage"
(#734) No space found before comment text; expected "// It gets a bit complex because English and some others might return an array of words, not a single one.." but found "//It gets a bit complex because English and some others might return an array of words, not a single one.."
(#735) Line exceeds 132 characters; contains 138 characters
(#735) No space found before comment text; expected "// we build and return a string of equivalent number-words per number-digit to pass in to the alternates feature of the diff algorithm" but found "//we build and return a string of equivalent number-words per number-digit to pass in to the alternates feature of the diff algorithm"
(#735) Whitespace found at end of line
(#736) No space found before comment text; expected "// eg "one|1"" but found "//eg "one|1""
(#738) Inline comments must end in full-stops, exclamation marks, or question marks
(#739) Missing docblock for function fetch_numerical_alternates
(#739) Expected 1 space before opening brace; found 0
(#740) Expected at least 1 space before "="; 0 found
(#740) Expected at least 1 space after "="; 0 found
(#740) Expected 1 space before "="; 0 found
(#740) Expected 1 space after "="; 0 found
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "1". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "2". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "3". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "4". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "5". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "6". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "7". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "8". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "9". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "10". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "11". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "12". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "13". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "14". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "15". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "16". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "17". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "18". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "19". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "20". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "30". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "40". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "50". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "60". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "70". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "80". Found: no spaces
(#740) Commas (,) must be followed by white space.
(#740) Expected 1 space between the comma and "90". Found: no spaces
(#741) Variable "digits_words" must not contain underscores.
(#741) Expected at least 1 space before "="; 0 found
(#741) Expected 1 space before "="; 0 found
(#741) No space found after comma in argument list
(#741) Commas (,) must be followed by white space.
(#741) Expected 1 space between the comma and "$shortlang". Found: no spaces
(#742) Variable "number_alternates" must not contain underscores.
(#742) Expected at least 1 space before "="; 0 found
(#742) Expected at least 1 space after "="; 0 found
(#742) Expected 1 space before "="; 0 found
(#742) Expected 1 space after "="; 0 found
(#743) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#743) Variable "digits_words" must not contain underscores.
(#743) Expected 1 space after closing parenthesis; found 0
(#744) Variable "number_digit" must not contain underscores.
(#744) Expected at least 1 space before "="; 0 found
(#744) Expected at least 1 space after "="; 0 found
(#744) Expected 1 space before "="; 0 found
(#744) Expected 1 space after "="; 0 found
(#745) Expected "if (...) {\n"; found "if(...){\n"
(#745) Expected 1 space after IF keyword; 0 found
(#745) Expected 1 space after closing parenthesis; found 0
(#746) Variable "prev_word" must not contain underscores.
(#746) Expected at least 1 space before "="; 0 found
(#746) Expected at least 1 space after "="; 0 found
(#746) Expected 1 space before "="; 0 found
(#746) Expected 1 space after "="; 0 found
(#747) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#747) Expected 1 space after FOREACH keyword; 0 found
(#747) Variable "number_word" must not contain underscores.
(#747) Expected 1 space after closing parenthesis; found 0
(#748) Variable "the_number_word" must not contain underscores.
(#748) Expected at least 1 space before "="; 0 found
(#748) Expected at least 1 space after "="; 0 found
(#748) Expected 1 space before "="; 0 found
(#748) Expected 1 space after "="; 0 found
(#748) Variable "number_word" must not contain underscores.
(#749) Expected "if (...) {\n"; found "if(...){ \n"
(#749) Expected 1 space after IF keyword; 0 found
(#749) Variable "the_number_word" must not contain underscores.
(#749) Variable "the_number_word" must not contain underscores.
(#749) Variable "prev_word" must not contain underscores.
(#749) Expected 1 space after closing parenthesis; found 0
(#749) Whitespace found at end of line
(#750) Variable "number_alternates" must not contain underscores.
(#750) Expected at least 1 space before ".="; 0 found
(#750) Expected at least 1 space after ".="; 0 found
(#750) Expected 1 space before ".="; 0 found
(#750) Expected 1 space after ".="; 0 found
(#750) Variable "the_number_word" must not contain underscores.
(#750) Variable "number_digit" must not contain underscores.
(#751) Variable "prev_word" must not contain underscores.
(#751) Expected at least 1 space before "="; 0 found
(#751) Expected at least 1 space after "="; 0 found
(#751) Expected 1 space before "="; 0 found
(#751) Expected 1 space after "="; 0 found
(#751) Variable "the_number_word" must not contain underscores.
(#753) Line indented incorrectly; expected at least 20 spaces, found 12
(#753) Variable "number_word" must not contain underscores.
(#753) Expected at least 1 space before "="; 0 found
(#753) Expected at least 1 space after "="; 0 found
(#753) Expected 1 space before "="; 0 found
(#753) Expected 1 space after "="; 0 found
(#753) Space found before semicolon; expected "];" but found "] ;"
(#755) Expected 1 space after closing brace; 0 found
(#755) Expected "} else {\n"; found "}else{\n"
(#755) Expected 1 space after ELSE keyword; 0 found
(#756) Variable "number_word" must not contain underscores.
(#756) Expected at least 1 space before "="; 0 found
(#756) Expected at least 1 space after "="; 0 found
(#756) Expected 1 space before "="; 0 found
(#756) Expected 1 space after "="; 0 found
(#757) Expected "if (...) {\n"; found "if(...){\n"
(#757) Expected 1 space after IF keyword; 0 found
(#757) Variable "number_word" must not contain underscores.
(#757) Expected 1 space after closing parenthesis; found 0
(#758) Line indented incorrectly; expected at least 20 spaces, found 16
(#758) Variable "number_alternates" must not contain underscores.
(#758) Expected at least 1 space before ".="; 0 found
(#758) Expected at least 1 space after ".="; 0 found
(#758) Expected 1 space before ".="; 0 found
(#758) Expected 1 space after ".="; 0 found
(#758) Variable "number_word" must not contain underscores.
(#758) Variable "number_digit" must not contain underscores.
(#762) Variable "number_alternates" must not contain underscores.
(#769) Missing docblock for function convert_numbers_to_words
(#770) Opening brace should be on the same line as the declaration
(#771) Short array syntax must be used to define arrays
(#771) Space found before comma in argument list
(#771) Expected no space between "''" and the comma. Found: 1 space
(#773) Inline comments must start with a capital letter, digit or 3-dots sequence
(#773) Inline comments must end in full-stops, exclamation marks, or question marks
(#773) No space found before comment text; expected "// we make a special case for zero and just return if its not numbery" but found "//we make a special case for zero and just return if its not numbery"
(#774) Expected "if (...) {\n"; found "if(...){\n"
(#774) Expected 1 space after IF keyword; 0 found
(#774) Expected at least 1 space before "==="; 0 found
(#774) Expected at least 1 space after "==="; 0 found
(#774) Expected 1 space before "==="; 0 found
(#774) Expected 1 space after "==="; 0 found
(#774) Expected at least 1 space before "==="; 0 found
(#774) Expected at least 1 space after "==="; 0 found
(#774) Expected 1 space before "==="; 0 found
(#774) Expected 1 space after "==="; 0 found
(#774) Expected 1 space after closing parenthesis; found 0
(#776) Expected 1 space after closing brace; 0 found
(#776) Expected 1 space after ELSEIF keyword; 0 found
(#776) Usage of ELSEIF not allowed; use ELSE IF instead
(#781) Short array syntax must be used to define arrays
(#783) Short array syntax must be used to define arrays
(#784) There should be a comma after the last array item in a multi-line array.
(#786) Short array syntax must be used to define arrays
(#787) Short array syntax must be used to define arrays
(#789) There should be a comma after the last array item in a multi-line array.
(#791) Variable "num_length" must not contain underscores.
(#792) Variable "num_length" must not contain underscores.
(#793) Variable "max_length" must not contain underscores.
(#794) Variable "max_length" must not contain underscores.
(#795) Variable "num_levels" must not contain underscores.
(#796) Variable "num_levels" must not contain underscores.
(#798) Variable "num_levels" must not contain underscores.
(#800) Variable "num_levels" must not contain underscores.
(#802) Expected 0 spaces after opening bracket; 1 found
(#802) Expected 0 spaces before closing bracket; 1 found
(#807) Variable "num_levels" must not contain underscores.
(#810) Expected at least 1 space after "!="; 0 found
(#810) Expected 1 space after "!="; 0 found
(#810) Expected at least 1 space after "!="; 0 found
(#810) Expected 1 space after "!="; 0 found
(#810) Expected at least 1 space before "!="; 0 found
(#810) Expected at least 1 space after "!="; 0 found
(#810) Expected 1 space before "!="; 0 found
(#810) Expected 1 space after "!="; 0 found
(#811) Cast statements must not contain whitespace; expected "(int)" but found "( int )"
(#811) Variable "num_levels" must not contain underscores.
(#811) Line exceeds 132 characters; contains 144 characters
(#817) Expected at least 1 space before "="; 0 found
(#817) Expected 1 space before "="; 0 found
(#830) Missing docblock for function words_to_suji_convert
(#830) Expected 1 space between comma and argument "$targettext"; 0 found
(#830) Commas (,) must be followed by white space.
(#830) Expected 1 space between the comma and "$targettext". Found: no spaces
(#830) Expected 1 space before opening brace; found 0
(#831) Expected at least 1 space before "="; 0 found
(#831) Expected at least 1 space after "="; 0 found
(#831) Expected 1 space before "="; 0 found
(#831) Expected 1 space after "="; 0 found
(#834) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#834) Expected 1 space after FOREACH keyword; 0 found
(#834) Expected 1 space after closing parenthesis; found 0
(#835) No space found after comma in argument list
(#835) Commas (,) must be followed by white space.
(#835) Expected 1 space between the comma and "$conversion". Found: no spaces
(#835) No space found after comma in argument list
(#835) Commas (,) must be followed by white space.
(#835) Expected 1 space between the comma and "$targettext". Found: no spaces
(#845) Missing docblock for function fetch_suji_conversions
(#845) Expected 1 space before opening brace; found 0
(#847) Inline comments must start with a capital letter, digit or 3-dots sequence
(#847) No space found before comment text; expected "// its possible to call this function with just the passage as text," but found "//its possible to call this function with just the passage as text,"
(#848) Inline comments must end in full-stops, exclamation marks, or question marks
(#849) Expected "if (...) {\n"; found "if(...){\n"
(#849) Expected 1 space after IF keyword; 0 found
(#849) Expected 1 space after closing parenthesis; found 0
(#850) Expected at least 1 space before "="; 0 found
(#850) Expected at least 1 space after "="; 0 found
(#850) Expected 1 space before "="; 0 found
(#850) Expected 1 space after "="; 0 found
(#853) Expected at least 1 space before "="; 0 found
(#853) Expected at least 1 space after "="; 0 found
(#853) Expected 1 space before "="; 0 found
(#853) Expected 1 space after "="; 0 found
(#853) Short array syntax must be used to define arrays
(#854) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#854) Expected 1 space after closing parenthesis; found 0
(#854) Blank line found at start of control structure
(#856) Inline comments must start with a capital letter, digit or 3-dots sequence
(#856) Inline comments must end in full-stops, exclamation marks, or question marks
(#856) No space found before comment text; expected "// plain numbers" but found "//plain numbers"
(#857) Expected "if (...) {\n"; found "if(...){\n"
(#857) Expected 1 space after IF keyword; 0 found
(#857) Expected 1 space after closing parenthesis; found 0
(#858) Inline comments must start with a capital letter, digit or 3-dots sequence
(#858) Inline comments must end in full-stops, exclamation marks, or question marks
(#858) No space found before comment text; expected "// get regular numerals" but found "//get regular numerals"
(#860) Expected "if (...) {\n"; found "if(...){\n"
(#860) Expected 1 space after IF keyword; 0 found
(#860) Expected 1 space after closing parenthesis; found 0
(#861) Expected at least 1 space before "=>"; 0 found
(#861) Expected at least 1 space after "=>"; 0 found
(#861) Expected 1 space before "=>"; 0 found
(#861) Expected 1 space after "=>"; 0 found
(#861) Commas (,) must be followed by white space.
(#861) Expected 1 space between the comma and "'words'". Found: no spaces
(#861) Expected at least 1 space before "=>"; 0 found
(#861) Expected at least 1 space after "=>"; 0 found
(#861) Expected 1 space before "=>"; 0 found
(#861) Expected 1 space after "=>"; 0 found
(#868) Missing docblock for function convert_words_to_suji
(#868) Expected 1 space before opening brace; found 0
(#870) Short array syntax must be used to define arrays
(#887) Variable "arrayWithNumbers" must be all lower-case
(#889) Line indented incorrectly; expected 8 spaces, found 12
(#889) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#889) Expected 1 space after FOREACH keyword; 0 found
(#889) Variable "arrayWithNumbers" must be all lower-case
(#889) Variable "jpKanji" must be all lower-case
(#889) Expected 1 space after closing parenthesis; found 0
(#890) Variable "keyVal" must be all lower-case
(#890) Variable "jpKanji" must be all lower-case
(#891) Line indented incorrectly; expected 12 spaces, found 16
(#891) Expected "if (...) {\n"; found "if(...){"
(#891) Expected 1 space after IF keyword; 0 found
(#891) Variable "keyVal" must be all lower-case
(#891) Expected at least 1 space before "==="; 0 found
(#891) Expected at least 1 space after "==="; 0 found
(#891) Expected 1 space before "==="; 0 found
(#891) Expected 1 space after "==="; 0 found
(#891) Expected 1 space after closing parenthesis; found 0
(#891) Newline required after opening brace
(#891) Closing brace must be on a line by itself
(#892) Line indented incorrectly; expected 12 spaces, found 16
(#892) Expected "if (...) {\n"; found "if(...){\n"
(#892) Expected 1 space after IF keyword; 0 found
(#892) Expected 0 spaces after opening bracket; 1 found
(#892) Expected at least 1 space before "=="; 0 found
(#892) Expected 1 space before "=="; 0 found
(#892) Expected 1 space after closing parenthesis; found 0
(#893) Expected at least 1 space before "="; 0 found
(#893) Expected 1 space before "="; 0 found
(#893) Variable "keyVal" must be all lower-case
(#894) Line indented incorrectly; expected 12 spaces, found 16
(#894) Expected 1 space after closing brace; 0 found
(#894) Expected "} else {\n"; found "}else{\n"
(#894) Expected 1 space after ELSE keyword; 0 found
(#895) Line indented incorrectly; expected 16 spaces, found 20
(#895) Expected "if (...) {\n"; found "if(...){\n"
(#895) Expected 1 space after IF keyword; 0 found
(#895) Variable "keyVal" must be all lower-case
(#895) Expected 1 space after closing parenthesis; found 0
(#896) Variable "keyVal" must be all lower-case
(#897) Line indented incorrectly; expected 16 spaces, found 20
(#897) Expected 1 space after closing brace; 0 found
(#897) Expected "} else {\n"; found "}else{\n"
(#897) Expected 1 space after ELSE keyword; 0 found
(#898) Variable "keyVal" must be all lower-case
(#899) Line indented incorrectly; expected 16 spaces, found 20
(#900) Line indented incorrectly; expected 12 spaces, found 16
(#901) Line indented incorrectly; expected 8 spaces, found 12
(#905) Missing docblock for function convert_suji_to_words
(#905) Expected 1 space before opening brace; found 0
(#907) Short array syntax must be used to define arrays
(#924) Expected at least 1 space before "="; 0 found
(#924) Expected at least 1 space after "="; 0 found
(#924) Expected 1 space before "="; 0 found
(#924) Expected 1 space after "="; 0 found
(#926) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#926) Expected 1 space after FOREACH keyword; 0 found
(#926) Expected 1 space before "=>"; 0 found
(#926) Expected 1 space after "=>"; 0 found
(#926) Expected at least 1 space before "=>"; 0 found
(#926) Expected at least 1 space after "=>"; 0 found
(#926) Expected 1 space before "=>"; 0 found
(#926) Expected 1 space after "=>"; 0 found
(#926) Expected 1 space after closing parenthesis; found 0
(#927) Expected "if (...) {\n"; found "if(...) {\n"
(#927) Expected 1 space after IF keyword; 0 found
(#928) Expected "if (...) {\n"; found "if(...) {\n"
(#928) Expected 1 space after IF keyword; 0 found
(#928) Expected at least 1 space before ">="; 0 found
(#928) Expected at least 1 space after ">="; 0 found
(#928) Expected 1 space before ">="; 0 found
(#928) Expected 1 space after ">="; 0 found
(#930) Expected 1 space after closing brace; 0 found
(#930) Expected "} else {\n"; found "}else{\n"
(#930) Expected 1 space after ELSE keyword; 0 found
(#931) Expected at least 1 space before "/"; 0 found
(#931) Expected at least 1 space after "/"; 0 found
(#931) Expected 1 space before "/"; 0 found
(#931) Expected 1 space after "/"; 0 found
(#937) Expected 1 space after closing brace; 0 found
(#937) Expected "} else {\n"; found "}else{\n"
(#937) Expected 1 space after ELSE keyword; 0 found
(#938) Expected "if (...) {\n"; found "if(...) {\n"
(#938) Expected 1 space after IF keyword; 0 found
(#938) Expected at least 1 space before ">"; 0 found
(#938) Expected at least 1 space after ">"; 0 found
(#938) Expected 1 space before ">"; 0 found
(#938) Expected 1 space after ">"; 0 found
(#948) Line indented incorrectly; expected at least 4 spaces, found 3
(#949) Line indented incorrectly; expected at least 4 spaces, found 3
(#951) Missing docblock for function fetchWordArray
(#951) Public method name "alphabetconverter::fetchWordArray" must be in lower-case letters only
(#953) Inline comments must start with a capital letter, digit or 3-dots sequence
(#953) Inline comments must end in full-stops, exclamation marks, or question marks
(#953) No space found before comment text; expected "// tidy up the text so its just lower case words seperated by spaces" but found "//tidy up the text so its just lower case words seperated by spaces"
(#956) Inline comments must start with a capital letter, digit or 3-dots sequence
(#956) Inline comments must end in full-stops, exclamation marks, or question marks
(#956) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#959) Inline comments must start with a capital letter, digit or 3-dots sequence
(#959) Inline comments must end in full-stops, exclamation marks, or question marks
(#959) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#960) Expected 1 space after FUNCTION keyword; 0 found
(#964) Inline comments must start with a capital letter, digit or 3-dots sequence
(#964) Inline comments must end in full-stops, exclamation marks, or question marks
(#964) No space found before comment text; expected "// re index array because array_filter converts array to assoc. (ie could have gone from indexes 0,1,2,3,4,5 to 0,1,3,4,5)" but found "//re index array because array_filter converts array to assoc. (ie could have gone from indexes 0,1,2,3,4,5 to 0,1,3,4,5)"
(#974) Line indented incorrectly; expected at least 4 spaces, found 3
(#975) Line indented incorrectly; expected at least 4 spaces, found 3
(#976) Line indented incorrectly; expected at least 4 spaces, found 3
(#977) Line indented incorrectly; expected at least 4 spaces, found 3
(#978) Missing docblock for function isUnicodemb4
(#978) Public method name "alphabetconverter::isUnicodemb4" must be in lower-case letters only
(#979) Inline comments must start with a capital letter, digit or 3-dots sequence
(#979) This comment is 42% valid code; is this commented out code?
(#979) No space found before comment text; expected "// $testtext = "test text: " . "\xf8\xa1\xa1\xa1\xa1"; //this will fail for sure" but found "//$testtext = "test text: " . "\xf8\xa1\xa1\xa1\xa1"; //this will fail for sure"
(#981) Expected 1 space after "="; 2 found
(#982) Inline comments must start with a capital letter, digit or 3-dots sequence
(#982) No space found before comment text; expected "// strip tags is bad for non UTF-8. It might even be the real problem we need to solve here" but found "//strip tags is bad for non UTF-8. It might even be the real problem we need to solve here"
(#983) No space found before comment text; expected "// this anecdotally might help: $thetext =utf8_decode($thetext);" but found "//this anecdotally might help: $thetext =utf8_decode($thetext);"
(#984) Inline comments must end in full-stops, exclamation marks, or question marks
(#984) No space found before comment text; expected "// anyway the unicode problems appear after to combo of strtolower and strip_tags, so we call them first" but found "//anyway the unicode problems appear after to combo of strtolower and strip_tags, so we call them first"
(#989) Expected "if (...) {\n"; found "if(...){"
(#989) Expected 1 space after IF keyword; 0 found
(#989) Expected 1 space after closing parenthesis; found 0
(#989) Newline required after opening brace
(#989) Closing brace must be on a line by itself
(#991) Expected "if (...) {\n"; found "if(...){"
(#991) Expected 1 space after IF keyword; 0 found
(#991) Expected 1 space after closing parenthesis; found 0
(#991) Newline required after opening brace
(#991) Closing brace must be on a line by itself
(#993) Expected "if (...) {\n"; found "if(...){"
(#993) Expected 1 space after IF keyword; 0 found
(#993) Expected 1 space after closing parenthesis; found 0
(#993) Newline required after opening brace
(#993) Closing brace must be on a line by itself
(#995) Expected "if (...) {\n"; found "if(...){\n"
(#995) Expected 1 space after IF keyword; 0 found
(#995) Expected 1 space after closing parenthesis; found 0
(#997) Expected 1 space after closing brace; 0 found
(#997) Expected "} else {\n"; found "}else{\n"
(#997) Expected 1 space after ELSE keyword; 0 found
(#1013) Missing docblock for function cleanText
(#1013) Public method name "alphabetconverter::cleanText" must be in lower-case letters only
(#1013) Expected 1 space between comma and argument "$unicodemb4"; 0 found
(#1013) Commas (,) must be followed by white space.
(#1013) Expected 1 space between the comma and "$unicodemb4". Found: no spaces
(#1013) Incorrect spacing between argument "$unicodemb4" and equals sign; expected 1 but found 0
(#1013) Incorrect spacing between default value and equals sign for argument "$unicodemb4"; expected 1 but found 0
(#1015) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1015) Inline comments must end in full-stops, exclamation marks, or question marks
(#1015) No space found before comment text; expected "// first test its unicodemb4, and then get on with it" but found "//first test its unicodemb4, and then get on with it"
(#1016) Expected at least 1 space before "="; 0 found
(#1016) Expected at least 1 space after "="; 0 found
(#1016) Expected 1 space before "="; 0 found
(#1016) Expected 1 space after "="; 0 found
(#1018) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1018) Inline comments must end in full-stops, exclamation marks, or question marks
(#1018) No space found before comment text; expected "// lowercaseify" but found "//lowercaseify"
(#1021) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1021) Inline comments must end in full-stops, exclamation marks, or question marks
(#1021) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#1024) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1024) Inline comments must end in full-stops, exclamation marks, or question marks
(#1024) No space found before comment text; expected "// replace all line ends with spaces" but found "//replace all line ends with spaces"
(#1025) Expected "if (...) {\n"; found "if(...) {\n"
(#1025) Expected 1 space after IF keyword; 0 found
(#1029) Expected 1 space after closing brace; 0 found
(#1029) Expected "} else {\n"; found "}else{\n"
(#1029) Expected 1 space after ELSE keyword; 0 found
(#1035) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1035) No space found before comment text; expected "// remove punctuation. This is where we needed the unicode flag" but found "//remove punctuation. This is where we needed the unicode flag"
(#1036) No space found before comment text; expected "// see https://stackoverflow.com/questions/5233734/how-to-strip-punctuation-in-php" but found "//see https://stackoverflow.com/questions/5233734/how-to-strip-punctuation-in-php"
(#1038) Inline comments must end in full-stops, exclamation marks, or question marks
(#1038) No space found before comment text; expected "// https://stackoverflow.com/questions/5689918/php-strip-punctuation" but found "//https://stackoverflow.com/questions/5689918/php-strip-punctuation"
(#1039) Expected "if (...) {\n"; found "if(...) {\n"
(#1039) Expected 1 space after IF keyword; 0 found
(#1041) Expected 1 space after closing brace; 0 found
(#1041) Expected "} else {\n"; found "}else{\n"
(#1041) Expected 1 space after ELSE keyword; 0 found
(#1045) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1045) Inline comments must end in full-stops, exclamation marks, or question marks
(#1045) No space found before comment text; expected "// remove bad chars" but found "//remove bad chars"
(#1046) Variable "b_open" must not contain underscores.
(#1047) Variable "b_close" must not contain underscores.
(#1048) Variable "b_sopen" must not contain underscores.
(#1049) Variable "b_sclose" must not contain underscores.
(#1050) Short array syntax must be used to define arrays
(#1050) Variable "b_open" must not contain underscores.
(#1050) Variable "b_close" must not contain underscores.
(#1050) Variable "b_sopen" must not contain underscores.
(#1050) Variable "b_sclose" must not contain underscores.
(#1055) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1055) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#1056) Inline comments must end in full-stops, exclamation marks, or question marks
(#1056) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#1058) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1058) Inline comments must end in full-stops, exclamation marks, or question marks
(#1058) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#1059) Expected 1 space after FUNCTION keyword; 0 found
(#1066) Missing docblock for function do_mb_str_split
(#1066) Variable "split_length" must not contain underscores.
(#1067) Opening brace should be on the same line as the declaration
(#1068) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1068) Inline comments must end in full-stops, exclamation marks, or question marks
(#1068) No space found before comment text; expected "// for greater than PHP 7.4" but found "//for greater than PHP 7.4"
(#1070) Inline comments must end in full-stops, exclamation marks, or question marks
(#1071) Variable "split_length" must not contain underscores.
(#1074) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1074) Inline comments must end in full-stops, exclamation marks, or question marks
(#1074) No space found before comment text; expected "// for less than PHP 7.4" but found "//for less than PHP 7.4"
(#1076) Expected at least 1 space before "."; 0 found
(#1076) Expected at least 1 space after "."; 0 found
(#1076) Expected at least 1 space before "."; 0 found
(#1076) Expected at least 1 space after "."; 0 found
(#1079) Variable "split_length" must not contain underscores.
(#1079) Variable "split_length" must not contain underscores.
(#1079) Variable "split_length" must not contain underscores.
(#1080) Expected at least 1 space before "."; 0 found
(#1080) Expected at least 1 space after "."; 0 found
(#1080) Variable "split_length" must not contain underscores.
(#1080) Expected at least 1 space before "."; 0 found
(#1080) Expected at least 1 space after "."; 0 found
(#1083) Variable "split_length" must not contain underscores.
(#1083) Variable "split_length" must not contain underscores.
(#1084) Variable "split_length" must not contain underscores.
(#1099) Variable "encoding_aliases" must not contain underscores.
(#1100) Variable "encoding_aliases" must not contain underscores.
(#1101) Variable "encoding_aliases" must not contain underscores.
(#1108) Expected at least 1 space before "."; 0 found
(#1108) Expected at least 1 space after "."; 0 found
(#1108) Expected at least 1 space before "."; 0 found
(#1108) Expected at least 1 space after "."; 0 found
(#1115) Variable "split_length" must not contain underscores.
(#1116) Variable "split_length" must not contain underscores.
(#1122) Expected 1 newline at end of file; 0 found
(#1122) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/completion/custom_completion.php
(#35) Opening brace must not be followed by a blank line
(#59) This comment is 50% valid code; is this commented out code?
(#59) Line indented incorrectly; expected at least 8 spaces, found 6
(#72) This comment is 58% valid code; is this commented out code?
(#85) This comment is 50% valid code; is this commented out code?
public/mod/readaloud/classes/comprehensiontest.php
(#1) DocBlock missing a @package tag for file comprehensiontest.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#12) Missing docblock for class comprehensiontest
(#14) Missing member variable doc comment
(#15) Missing member variable doc comment
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#19) Missing docblock for function __construct
(#26) Missing docblock for function fetch_media_url
(#26) Expected 1 space between comma and argument "$item"; 0 found
(#26) Commas (,) must be followed by white space.
(#26) Expected 1 space between the comma and "$item". Found: no spaces
(#26) Expected 1 space before opening brace; found 0
(#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 "// get question audio div (not so easy)" but found "//get question audio div (not so easy)"
(#29) Expected 1 space after comma in argument list; 2 found
(#29) Expected 1 space between the comma and "constants". Found: 2 spaces
(#29) No space found after comma in argument list
(#29) Commas (,) must be followed by white space.
(#29) Expected 1 space between the comma and "$filearea". Found: no spaces
(#29) No space found after comma in argument list
(#29) Commas (,) must be followed by white space.
(#29) Expected 1 space between the comma and "$item". Found: no spaces
(#32) Expected "if (...) {\n"; found "if(...){"
(#32) Expected 1 space after IF keyword; 0 found
(#32) Expected at least 1 space before "=="; 0 found
(#32) Expected at least 1 space after "=="; 0 found
(#32) Expected 1 space before "=="; 0 found
(#32) Expected 1 space after "=="; 0 found
(#32) Expected 1 space after closing parenthesis; found 0
(#32) Newline required after opening brace
(#32) Closing brace must be on a line by itself
(#34) Opening parenthesis of a multi-line function call must be the last content on the line
(#34) Only one argument is allowed per line in a multi-line function call
(#35) Only one argument is allowed per line in a multi-line function call
(#36) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#36) Only one argument is allowed per line in a multi-line function call
(#36) Closing parenthesis of a multi-line function call must be on a line by itself
(#38) Blank line found at end of control structure
(#40) No space found before comment text; expected "// We always take the first file and if we have none, thats not good." but found "//We always take the first file and if we have none, thats not good."
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) This comment is 75% valid code; is this commented out code?
(#42) Line indented incorrectly; expected at least 8 spaces, found 7
(#45) Missing docblock for function fetch_items
(#46) Opening brace should be on the same line as the declaration
(#49) No space found after comma in argument list
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space between the comma and "'itemorder ASC'". Found: no spaces
(#51) Expected "if (...) {\n"; found "if(...){\n"
(#51) Expected 1 space after IF keyword; 0 found
(#51) Expected 1 space after closing parenthesis; found 0
(#53) Expected 1 space after closing brace; 0 found
(#53) Expected "} else {\n"; found "}else{\n"
(#53) Expected 1 space after ELSE keyword; 0 found
(#58) Missing docblock for function fetch_latest_attempt
(#58) Expected 1 space before opening brace; found 0
(#61) No space found after comma in argument list
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space between the comma and "array". Found: no spaces
(#61) Short array syntax must be used to define arrays
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space between the comma and "'userid'". Found: no spaces
(#61) Expected at least 1 space before "=>"; 0 found
(#61) Expected at least 1 space after "=>"; 0 found
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#61) No space found after comma in argument list
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space between the comma and "'id DESC'". Found: no spaces
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#62) Expected 1 space after IF keyword; 0 found
(#62) Expected 1 space after closing parenthesis; found 0
(#65) Expected 1 space after closing brace; 0 found
(#65) Expected "} else {\n"; found "}else{\n"
(#65) Expected 1 space after ELSE keyword; 0 found
(#71) Missing docblock for function fetch_test_data_for_js_files
(#71) Expected 1 space before opening brace; found 0
(#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) No space found before comment text; expected "// prepare data array for test" but found "//prepare data array for test"
(#76) Expected at least 1 space before "="; 0 found
(#76) Expected at least 1 space after "="; 0 found
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#76) Short array syntax must be used to define arrays
(#77) Expected at least 1 space before "="; 0 found
(#77) Expected at least 1 space after "="; 0 found
(#77) Expected 1 space before "="; 0 found
(#77) Expected 1 space after "="; 0 found
(#78) Expected at least 1 space before "="; 0 found
(#78) Expected at least 1 space after "="; 0 found
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#79) Expected at least 1 space before "="; 0 found
(#79) Expected 1 space before "="; 0 found
(#80) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#80) Expected 1 space after FOREACH keyword; 0 found
(#82) Expected at least 1 space before "="; 0 found
(#82) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 2 found
(#84) Expected 1 space after "="; 2 found
(#84) Opening parenthesis of a multi-line function call must be the last content on the line
(#85) Only one argument is allowed per line in a multi-line function call
(#85) No space found after comma in argument list
(#85) Commas (,) must be followed by white space.
(#85) Expected 1 space between the comma and "constants". Found: no spaces
(#85) Only one argument is allowed per line in a multi-line function call
(#86) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#86) Only one argument is allowed per line in a multi-line function call
(#86) Closing parenthesis of a multi-line function call must be on a line by itself
(#88) Expected "for (...) {\n"; found "for(...) {\n"
(#88) Expected 1 space after FOR keyword; 0 found
(#88) Expected at least 1 space before "="; 0 found
(#88) Expected at least 1 space after "="; 0 found
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#88) Expected 1 space after first semicolon of FOR loop; 0 found
(#88) Expected at least 1 space before "<="; 0 found
(#88) Expected at least 1 space after "<="; 0 found
(#88) Expected 1 space before "<="; 0 found
(#88) Expected 1 space after "<="; 0 found
(#88) Expected 1 space after second semicolon of FOR loop; 0 found
(#89) Opening parenthesis of a multi-line function call must be the last content on the line
(#90) Only one argument is allowed per line in a multi-line function call
(#90) No space found after comma in argument list
(#90) Commas (,) must be followed by white space.
(#90) Expected 1 space between the comma and "constants". Found: no spaces
(#90) Only one argument is allowed per line in a multi-line function call
(#91) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#91) Only one argument is allowed per line in a multi-line function call
(#91) Closing parenthesis of a multi-line function call must be on a line by itself
(#93) Expected 1 space after "="; 2 found
(#95) Expected at least 1 space before "="; 0 found
(#95) Expected at least 1 space after "="; 0 found
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#96) Expected at least 1 space before "="; 0 found
(#96) Expected at least 1 space after "="; 0 found
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#102) Missing docblock for function fetch_test_data_for_js
(#102) Expected 1 space before opening brace; found 0
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) No space found before comment text; expected "// prepare data array for test" but found "//prepare data array for test"
(#107) Expected at least 1 space before "="; 0 found
(#107) Expected at least 1 space after "="; 0 found
(#107) Expected 1 space before "="; 0 found
(#107) Expected 1 space after "="; 0 found
(#107) Short array syntax must be used to define arrays
(#108) Expected at least 1 space before "="; 0 found
(#108) Expected at least 1 space after "="; 0 found
(#108) Expected 1 space before "="; 0 found
(#108) Expected 1 space after "="; 0 found
(#109) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#109) Expected 1 space after FOREACH keyword; 0 found
(#111) Expected at least 1 space before "="; 0 found
(#111) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 2 found
(#113) Expected 1 space after "="; 2 found
(#114) Expected "for (...) {\n"; found "for(...) {\n"
(#114) Expected 1 space after FOR keyword; 0 found
(#114) Expected at least 1 space before "="; 0 found
(#114) Expected at least 1 space after "="; 0 found
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Expected 1 space after first semicolon of FOR loop; 0 found
(#114) Expected at least 1 space before "<="; 0 found
(#114) Expected at least 1 space after "<="; 0 found
(#114) Expected 1 space before "<="; 0 found
(#114) Expected 1 space after "<="; 0 found
(#114) Expected 1 space after second semicolon of FOR loop; 0 found
(#117) Expected 1 space after "="; 2 found
(#119) Expected at least 1 space before "="; 0 found
(#119) Expected at least 1 space after "="; 0 found
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#120) Expected at least 1 space before "="; 0 found
(#120) Expected at least 1 space after "="; 0 found
(#120) Expected 1 space before "="; 0 found
(#120) Expected 1 space after "="; 0 found
(#126) Missing docblock for function grade_test
(#126) Expected 1 space before opening brace; found 0
(#129) Expected at least 1 space before "="; 0 found
(#129) Expected at least 1 space after "="; 0 found
(#129) Expected 1 space before "="; 0 found
(#129) Expected 1 space after "="; 0 found
(#130) Expected at least 1 space before "="; 0 found
(#130) Expected at least 1 space after "="; 0 found
(#130) Expected 1 space before "="; 0 found
(#130) Expected 1 space after "="; 0 found
(#131) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#131) Expected 1 space after FOREACH keyword; 0 found
(#139) Expected "if (...) {\n"; found "if(...){\n"
(#139) Expected 1 space after IF keyword; 0 found
(#139) Expected at least 1 space before "=="; 0 found
(#139) Expected at least 1 space after "=="; 0 found
(#139) Expected 1 space before "=="; 0 found
(#139) Expected 1 space after "=="; 0 found
(#139) Expected at least 1 space before "=="; 0 found
(#139) Expected at least 1 space after "=="; 0 found
(#139) Expected 1 space before "=="; 0 found
(#139) Expected 1 space after "=="; 0 found
(#139) Expected 1 space after closing parenthesis; found 0
(#141) Expected 1 space after closing brace; 0 found
(#141) Expected "} else {\n"; found "}else{\n"
(#141) Expected 1 space after ELSE keyword; 0 found
(#142) Expected at least 1 space before "/"; 0 found
(#142) Expected at least 1 space after "/"; 0 found
(#142) Expected 1 space before "/"; 0 found
(#142) Expected 1 space after "/"; 0 found
(#147) Closing brace must not be followed by any comment or statement on the same line
(#147) The closing brace for the class must go on the next line after the body
(#147) Expected 1 newline at end of file; 0 found
public/mod/readaloud/classes/constants.php
(#1) DocBlock missing a @package tag for file constants.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#13) Missing docblock for class constants
(#14) Inline comments must start with a capital letter, digit or 3-dots sequence
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#14) No space found before comment text; expected "// component name, db tables, things that define app" but found "//component name, db tables, things that define app"
(#15) Missing docblock for constant constants::M_COMPONENT
(#16) Missing docblock for constant constants::M_DEFAULT_CLOUDPOODLL
(#17) Missing docblock for constant constants::M_FILEAREA_SUBMISSIONS
(#18) Missing docblock for constant constants::M_TABLE
(#19) Missing docblock for constant constants::M_USERTABLE
(#20) Missing docblock for constant constants::M_AITABLE
(#21) Missing docblock for constant constants::M_QTABLE
(#22) Missing docblock for constant constants::M_AUTHTABLE
(#22) Expected at least 1 space before "="; 0 found
(#22) Expected at least 1 space after "="; 0 found
(#22) Expected 1 space before "="; 0 found
(#22) Expected 1 space after "="; 0 found
(#23) Missing docblock for constant constants::M_MODNAME
(#24) Missing docblock for constant constants::M_URL
(#26) Missing docblock for constant constants::M_PLUGINSETTINGS
(#28) Missing docblock for constant constants::M_NEURALVOICES
(#28) Short array syntax must be used to define arrays
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space between the comma and ""Emma"". Found: no spaces
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space between the comma and ""Brian"". Found: no spaces
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space between the comma and ""Arthur"". Found: no spaces
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space between the comma and ""Olivia"". Found: no spaces
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space between the comma and ""Aria"". Found: no spaces
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space between the comma and ""Ayanda"". Found: no spaces
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space between the comma and ""Ivy"". Found: no spaces
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space between the comma and ""Joanna"". Found: no spaces
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space between the comma and ""Kendra"". Found: no spaces
(#28) Commas (,) must be followed by white space.
(#28) Expected 1 space between the comma and ""Kimberly"". Found: no spaces
(#29) Commas (,) must be followed by white space.
(#29) Expected 1 space between the comma and ""Joey"". Found: no spaces
(#29) Commas (,) must be followed by white space.
(#29) Expected 1 space between the comma and ""Justin"". Found: no spaces
(#29) Commas (,) must be followed by white space.
(#29) Expected 1 space between the comma and ""Kevin"". Found: no spaces
(#29) Commas (,) must be followed by white space.
(#29) Expected 1 space between the comma and ""Matthew"". Found: no spaces
(#29) Commas (,) must be followed by white space.
(#29) Expected 1 space between the comma and ""Camila"". Found: no spaces
(#29) Commas (,) must be followed by white space.
(#29) Expected 1 space between the comma and ""Lupe"". Found: no spaces
(#29) Commas (,) must be followed by white space.
(#29) Expected 1 space between the comma and ""Pedro"". Found: no spaces
(#29) Commas (,) must be followed by white space.
(#29) Expected 1 space between the comma and ""Takumi"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Remi"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Bianca"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Laura"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Kajal"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Suvi"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Liam"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Daniel"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Hannah"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Camila"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Ida"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Kazuha"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Tomoko"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Elin"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Hala"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Zayd"". Found: no spaces
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and ""Lisa"". Found: no spaces
(#30) Line exceeds 132 characters; contains 140 characters
(#32) Missing docblock for constant constants::M_WHISPERVOICES
(#32) Short array syntax must be used to define arrays
(#32) Expected at least 1 space before "=>"; 0 found
(#32) Expected at least 1 space after "=>"; 0 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space between the comma and "'en-US-Whisper-onyx'". Found: no spaces
(#32) Expected at least 1 space before "=>"; 0 found
(#32) Expected at least 1 space after "=>"; 0 found
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#33) Expected at least 1 space before "=>"; 0 found
(#33) Expected at least 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#33) Commas (,) must be followed by white space.
(#33) Expected 1 space between the comma and "'en-US-Whisper-shimmer'". Found: no spaces
(#33) Expected at least 1 space before "=>"; 0 found
(#33) Expected at least 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#34) Expected at least 1 space before "=>"; 0 found
(#34) Expected at least 1 space after "=>"; 0 found
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space between the comma and "'ms-MY-Whisper-shimmer'". Found: no spaces
(#35) Expected at least 1 space before "=>"; 0 found
(#35) Expected at least 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#35) Commas (,) must be followed by white space.
(#35) Expected 1 space between the comma and "'mi-NZ-Whisper-shimmer'". Found: no spaces
(#35) Expected at least 1 space before "=>"; 0 found
(#35) Expected at least 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#36) Expected at least 1 space before "=>"; 0 found
(#36) Expected at least 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space between the comma and "'hr-HR-Whisper-shimmer'". Found: no spaces
(#36) Expected at least 1 space before "=>"; 0 found
(#36) Expected at least 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#37) Expected at least 1 space before "=>"; 0 found
(#37) Expected at least 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Commas (,) must be followed by white space.
(#37) Expected 1 space between the comma and "'sl-SI-Whisper-shimmer'". Found: no spaces
(#37) Expected at least 1 space before "=>"; 0 found
(#37) Expected at least 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#38) Expected at least 1 space before "=>"; 0 found
(#38) Expected at least 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Commas (,) must be followed by white space.
(#38) Expected 1 space between the comma and "'mk-MK-Whisper-shimmer'". Found: no spaces
(#38) Expected at least 1 space before "=>"; 0 found
(#38) Expected at least 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#40) Missing docblock for constant constants::ALL_VOICES_NINGXIA
(#40) Short array syntax must be used to define arrays
(#41) Must use "self::" for local static member reference
(#41) Expected at least 1 space before "=>"; 0 found
(#41) Expected at least 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space between the comma and "'Zayd'". Found: no spaces
(#41) Expected at least 1 space before "=>"; 0 found
(#41) Expected at least 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#42) Must use "self::" for local static member reference
(#42) Expected at least 1 space before "=>"; 0 found
(#42) Expected at least 1 space after "=>"; 0 found
(#42) Expected 1 space before "=>"; 0 found
(#42) Expected 1 space after "=>"; 0 found
(#43) Must use "self::" for local static member reference
(#43) Expected at least 1 space before "=>"; 0 found
(#43) Expected at least 1 space after "=>"; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#44) Must use "self::" for local static member reference
(#44) Expected at least 1 space before "=>"; 0 found
(#44) Expected at least 1 space after "=>"; 0 found
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'Mads'". Found: no spaces
(#44) Expected at least 1 space before "=>"; 0 found
(#44) Expected at least 1 space after "=>"; 0 found
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#45) Must use "self::" for local static member reference
(#45) Expected at least 1 space before "=>"; 0 found
(#45) Expected at least 1 space after "=>"; 0 found
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#45) Commas (,) must be followed by white space.
(#45) Expected 1 space between the comma and ""Lotte"". Found: no spaces
(#45) Expected at least 1 space before "=>"; 0 found
(#45) Expected at least 1 space after "=>"; 0 found
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#45) Commas (,) must be followed by white space.
(#45) Expected 1 space between the comma and ""Laura"". Found: no spaces
(#45) Expected at least 1 space before "=>"; 0 found
(#45) Expected at least 1 space after "=>"; 0 found
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#46) Must use "self::" for local static member reference
(#46) Expected at least 1 space before "=>"; 0 found
(#46) Expected at least 1 space after "=>"; 0 found
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#47) Must use "self::" for local static member reference
(#47) Expected at least 1 space before "=>"; 0 found
(#47) Expected at least 1 space after "=>"; 0 found
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space between the comma and "'Justin'". Found: no spaces
(#47) Expected at least 1 space before "=>"; 0 found
(#47) Expected at least 1 space after "=>"; 0 found
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space between the comma and "'Matthew'". Found: no spaces
(#47) Expected at least 1 space before "=>"; 0 found
(#47) Expected at least 1 space after "=>"; 0 found
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space between the comma and "'Ivy'". Found: no spaces
(#47) Expected at least 1 space before "=>"; 0 found
(#47) Expected at least 1 space after "=>"; 0 found
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#48) Expected at least 1 space before "=>"; 0 found
(#48) Expected at least 1 space after "=>"; 0 found
(#48) Expected 1 space before "=>"; 0 found
(#48) Expected 1 space after "=>"; 0 found
(#48) Commas (,) must be followed by white space.
(#48) Expected 1 space between the comma and "'Kendra'". Found: no spaces
(#48) Expected at least 1 space before "=>"; 0 found
(#48) Expected at least 1 space after "=>"; 0 found
(#48) Expected 1 space before "=>"; 0 found
(#48) Expected 1 space after "=>"; 0 found
(#48) Commas (,) must be followed by white space.
(#48) Expected 1 space between the comma and "'Kimberly'". Found: no spaces
(#48) Expected at least 1 space before "=>"; 0 found
(#48) Expected at least 1 space after "=>"; 0 found
(#48) Expected 1 space before "=>"; 0 found
(#48) Expected 1 space after "=>"; 0 found
(#48) Commas (,) must be followed by white space.
(#48) Expected 1 space between the comma and "'Salli'". Found: no spaces
(#48) Expected at least 1 space before "=>"; 0 found
(#48) Expected at least 1 space after "=>"; 0 found
(#48) Expected 1 space before "=>"; 0 found
(#48) Expected 1 space after "=>"; 0 found
(#49) Must use "self::" for local static member reference
(#49) Expected at least 1 space before "=>"; 0 found
(#49) Expected at least 1 space after "=>"; 0 found
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space between the comma and "'Amy'". Found: no spaces
(#49) Expected at least 1 space before "=>"; 0 found
(#49) Expected at least 1 space after "=>"; 0 found
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Expected at least 1 space before "=>"; 0 found
(#49) Expected at least 1 space after "=>"; 0 found
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#50) Must use "self::" for local static member reference
(#50) Expected at least 1 space before "=>"; 0 found
(#50) Expected at least 1 space after "=>"; 0 found
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#50) Commas (,) must be followed by white space.
(#50) Expected 1 space between the comma and "'Nicole'". Found: no spaces
(#50) Expected at least 1 space before "=>"; 0 found
(#50) Expected at least 1 space after "=>"; 0 found
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#51) Must use "self::" for local static member reference
(#51) Expected at least 1 space before "=>"; 0 found
(#51) Expected at least 1 space after "=>"; 0 found
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#51) Expected at least 1 space before "=>"; 0 found
(#51) Expected at least 1 space after "=>"; 0 found
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#52) Must use "self::" for local static member reference
(#52) Expected at least 1 space before "=>"; 0 found
(#52) Expected at least 1 space after "=>"; 0 found
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#53) Must use "self::" for local static member reference
(#53) Expected at least 1 space before "=>"; 0 found
(#53) Expected at least 1 space after "=>"; 0 found
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#54) Must use "self::" for local static member reference
(#54) Expected at least 1 space before "=>"; 0 found
(#54) Expected at least 1 space after "=>"; 0 found
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#55) Must use "self::" for local static member reference
(#55) Expected at least 1 space before "=>"; 0 found
(#55) Expected at least 1 space after "=>"; 0 found
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#55) Commas (,) must be followed by white space.
(#55) Expected 1 space between the comma and "'Celine'". Found: no spaces
(#55) Expected at least 1 space before "=>"; 0 found
(#55) Expected at least 1 space after "=>"; 0 found
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#55) Expected at least 1 space before "=>"; 0 found
(#55) Expected at least 1 space after "=>"; 0 found
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#56) Must use "self::" for local static member reference
(#56) Expected at least 1 space before "=>"; 0 found
(#56) Expected at least 1 space after "=>"; 0 found
(#56) Expected 1 space before "=>"; 0 found
(#56) Expected 1 space after "=>"; 0 found
(#56) Commas (,) must be followed by white space.
(#56) Expected 1 space between the comma and "'Marlene'". Found: no spaces
(#56) Expected at least 1 space before "=>"; 0 found
(#56) Expected at least 1 space after "=>"; 0 found
(#56) Expected 1 space before "=>"; 0 found
(#56) Expected 1 space after "=>"; 0 found
(#56) Expected at least 1 space before "=>"; 0 found
(#56) Expected at least 1 space after "=>"; 0 found
(#56) Expected 1 space before "=>"; 0 found
(#56) Expected 1 space after "=>"; 0 found
(#57) Must use "self::" for local static member reference
(#57) Expected at least 1 space before "=>"; 0 found
(#57) Expected at least 1 space after "=>"; 0 found
(#57) Expected 1 space before "=>"; 0 found
(#57) Expected 1 space after "=>"; 0 found
(#58) Must use "self::" for local static member reference
(#58) Expected at least 1 space before "=>"; 0 found
(#58) Expected at least 1 space after "=>"; 0 found
(#58) Expected 1 space before "=>"; 0 found
(#58) Expected 1 space after "=>"; 0 found
(#59) Must use "self::" for local static member reference
(#60) Must use "self::" for local static member reference
(#60) Expected at least 1 space before "=>"; 0 found
(#60) Expected at least 1 space after "=>"; 0 found
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#60) Expected 1 space between the comma and "'Bianca'". Found: 2 spaces
(#60) Expected at least 1 space before "=>"; 0 found
(#60) Expected at least 1 space after "=>"; 0 found
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#60) Expected at least 1 space before "=>"; 0 found
(#60) Expected at least 1 space after "=>"; 0 found
(#60) Expected 1 space before "=>"; 0 found
(#60) Expected 1 space after "=>"; 0 found
(#61) Must use "self::" for local static member reference
(#61) Expected at least 1 space before "=>"; 0 found
(#61) Expected at least 1 space after "=>"; 0 found
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#61) Commas (,) must be followed by white space.
(#61) Expected 1 space between the comma and "'Mizuki'". Found: no spaces
(#61) Expected at least 1 space before "=>"; 0 found
(#61) Expected at least 1 space after "=>"; 0 found
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#62) Must use "self::" for local static member reference
(#62) Expected at least 1 space before "=>"; 0 found
(#62) Expected at least 1 space after "=>"; 0 found
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#63) Must use "self::" for local static member reference
(#63) Expected at least 1 space before "=>"; 0 found
(#63) Expected at least 1 space after "=>"; 0 found
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#64) Must use "self::" for local static member reference
(#64) Expected at least 1 space before "=>"; 0 found
(#64) Expected at least 1 space after "=>"; 0 found
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Commas (,) must be followed by white space.
(#64) Expected 1 space between the comma and "'Maja'". Found: no spaces
(#64) Expected at least 1 space before "=>"; 0 found
(#64) Expected at least 1 space after "=>"; 0 found
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Commas (,) must be followed by white space.
(#64) Expected 1 space between the comma and "'Jacek'". Found: no spaces
(#64) Expected at least 1 space before "=>"; 0 found
(#64) Expected at least 1 space after "=>"; 0 found
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#64) Commas (,) must be followed by white space.
(#64) Expected 1 space between the comma and "'Jan'". Found: no spaces
(#64) Expected at least 1 space before "=>"; 0 found
(#64) Expected at least 1 space after "=>"; 0 found
(#64) Expected 1 space before "=>"; 0 found
(#64) Expected 1 space after "=>"; 0 found
(#65) Must use "self::" for local static member reference
(#65) Expected at least 1 space before "=>"; 0 found
(#65) Expected at least 1 space after "=>"; 0 found
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#65) Expected at least 1 space before "=>"; 0 found
(#65) Expected at least 1 space after "=>"; 0 found
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#65) Commas (,) must be followed by white space.
(#65) Expected 1 space between the comma and "'Camila'". Found: no spaces
(#65) Expected at least 1 space before "=>"; 0 found
(#65) Expected at least 1 space after "=>"; 0 found
(#65) Expected 1 space before "=>"; 0 found
(#65) Expected 1 space after "=>"; 0 found
(#66) Must use "self::" for local static member reference
(#66) Expected at least 1 space before "=>"; 0 found
(#66) Expected at least 1 space after "=>"; 0 found
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#66) Commas (,) must be followed by white space.
(#66) Expected 1 space between the comma and "'Cristiano'". Found: no spaces
(#66) Expected at least 1 space before "=>"; 0 found
(#66) Expected at least 1 space after "=>"; 0 found
(#66) Expected 1 space before "=>"; 0 found
(#66) Expected 1 space after "=>"; 0 found
(#67) Must use "self::" for local static member reference
(#67) Expected at least 1 space before "=>"; 0 found
(#67) Expected at least 1 space after "=>"; 0 found
(#67) Expected 1 space before "=>"; 0 found
(#67) Expected 1 space after "=>"; 0 found
(#68) Must use "self::" for local static member reference
(#68) Expected at least 1 space before "=>"; 0 found
(#68) Expected at least 1 space after "=>"; 0 found
(#68) Expected 1 space before "=>"; 0 found
(#68) Expected 1 space after "=>"; 0 found
(#68) Commas (,) must be followed by white space.
(#68) Expected 1 space between the comma and ""Maxim"". Found: no spaces
(#68) Expected at least 1 space before "=>"; 0 found
(#68) Expected at least 1 space after "=>"; 0 found
(#68) Expected 1 space before "=>"; 0 found
(#68) Expected 1 space after "=>"; 0 found
(#69) Must use "self::" for local static member reference
(#69) Expected at least 1 space before "=>"; 0 found
(#69) Expected at least 1 space after "=>"; 0 found
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space between the comma and "'Penelope'". Found: no spaces
(#69) Expected at least 1 space before "=>"; 0 found
(#69) Expected at least 1 space after "=>"; 0 found
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space between the comma and "'Lupe'". Found: no spaces
(#69) Expected at least 1 space before "=>"; 0 found
(#69) Expected at least 1 space after "=>"; 0 found
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space between the comma and "'Pedro'". Found: no spaces
(#69) Expected at least 1 space before "=>"; 0 found
(#69) Expected at least 1 space after "=>"; 0 found
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#70) Must use "self::" for local static member reference
(#70) Expected at least 1 space before "=>"; 0 found
(#70) Expected at least 1 space after "=>"; 0 found
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#70) Expected at least 1 space before "=>"; 0 found
(#70) Expected at least 1 space after "=>"; 0 found
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#70) Expected at least 1 space before "=>"; 0 found
(#70) Expected at least 1 space after "=>"; 0 found
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#71) Must use "self::" for local static member reference
(#71) Expected at least 1 space before "=>"; 0 found
(#71) Expected at least 1 space after "=>"; 0 found
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#72) Must use "self::" for local static member reference
(#72) Expected at least 1 space before "=>"; 0 found
(#72) Expected at least 1 space after "=>"; 0 found
(#72) Expected 1 space before "=>"; 0 found
(#72) Expected 1 space after "=>"; 0 found
(#72) Commas (,) must be followed by white space.
(#72) Expected 1 space between the comma and "'so-SO-Azure-MuuseNeural'". Found: no spaces
(#72) Expected at least 1 space before "=>"; 0 found
(#72) Expected at least 1 space after "=>"; 0 found
(#72) Expected 1 space before "=>"; 0 found
(#72) Expected 1 space after "=>"; 0 found
(#73) Must use "self::" for local static member reference
(#73) Expected at least 1 space before "=>"; 0 found
(#73) Expected at least 1 space after "=>"; 0 found
(#73) Expected 1 space before "=>"; 0 found
(#73) Expected 1 space after "=>"; 0 found
(#75) Missing docblock for constant constants::ALL_VOICES
(#75) Short array syntax must be used to define arrays
(#76) Must use "self::" for local static member reference
(#76) Expected at least 1 space before "=>"; 0 found
(#76) Expected at least 1 space after "=>"; 0 found
(#76) Expected 1 space before "=>"; 0 found
(#76) Expected 1 space after "=>"; 0 found
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space between the comma and "'Zayd'". Found: no spaces
(#76) Expected at least 1 space before "=>"; 0 found
(#76) Expected at least 1 space after "=>"; 0 found
(#76) Expected 1 space before "=>"; 0 found
(#76) Expected 1 space after "=>"; 0 found
(#77) Must use "self::" for local static member reference
(#77) Expected at least 1 space before "=>"; 0 found
(#77) Expected at least 1 space after "=>"; 0 found
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Expected 1 space between the comma and "'ar-XA-Wavenet-B'". Found: no spaces
(#77) Expected at least 1 space before "=>"; 0 found
(#77) Expected at least 1 space after "=>"; 0 found
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Expected 1 space between the comma and "'ar-XA-Wavenet-A'". Found: no spaces
(#77) Expected at least 1 space before "=>"; 0 found
(#77) Expected at least 1 space after "=>"; 0 found
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Expected 1 space between the comma and "'ar-MA-Azure-JamalNeural'". Found: no spaces
(#77) Expected at least 1 space before "=>"; 0 found
(#77) Expected at least 1 space after "=>"; 0 found
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Commas (,) must be followed by white space.
(#77) Expected 1 space between the comma and "'ar-MA-Azure-MounaNeural'". Found: no spaces
(#77) Expected at least 1 space before "=>"; 0 found
(#77) Expected at least 1 space after "=>"; 0 found
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Line exceeds maximum limit of 180 characters; contains 184 characters
(#78) Must use "self::" for local static member reference
(#78) Commas (,) must be followed by white space.
(#78) Expected 1 space between the comma and "//nikolai". Found: no spaces
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) No space found before comment text; expected "// nikolai" but found "//nikolai"
(#79) Must use "self::" for local static member reference
(#79) Expected at least 1 space before "=>"; 0 found
(#79) Expected at least 1 space after "=>"; 0 found
(#79) Expected 1 space before "=>"; 0 found
(#79) Expected 1 space after "=>"; 0 found
(#79) Commas (,) must be followed by white space.
(#79) Expected 1 space between the comma and "'hr-HR-Whisper-shimmer'". Found: no spaces
(#79) Expected at least 1 space before "=>"; 0 found
(#79) Expected at least 1 space after "=>"; 0 found
(#79) Expected 1 space before "=>"; 0 found
(#79) Expected 1 space after "=>"; 0 found
(#80) Must use "self::" for local static member reference
(#80) Expected at least 1 space before "=>"; 0 found
(#80) Expected at least 1 space after "=>"; 0 found
(#80) Expected 1 space before "=>"; 0 found
(#80) Expected 1 space after "=>"; 0 found
(#81) Must use "self::" for local static member reference
(#82) Must use "self::" for local static member reference
(#82) Expected at least 1 space before "=>"; 0 found
(#82) Expected at least 1 space after "=>"; 0 found
(#82) Expected 1 space before "=>"; 0 found
(#82) Expected 1 space after "=>"; 0 found
(#82) Commas (,) must be followed by white space.
(#82) Expected 1 space between the comma and "'Mads'". Found: no spaces
(#82) Expected at least 1 space before "=>"; 0 found
(#82) Expected at least 1 space after "=>"; 0 found
(#82) Expected 1 space before "=>"; 0 found
(#82) Expected 1 space after "=>"; 0 found
(#83) Must use "self::" for local static member reference
(#83) Expected at least 1 space before "=>"; 0 found
(#83) Expected at least 1 space after "=>"; 0 found
(#83) Expected 1 space before "=>"; 0 found
(#83) Expected 1 space after "=>"; 0 found
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space between the comma and ""Lotte"". Found: no spaces
(#83) Expected at least 1 space before "=>"; 0 found
(#83) Expected at least 1 space after "=>"; 0 found
(#83) Expected 1 space before "=>"; 0 found
(#83) Expected 1 space after "=>"; 0 found
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space between the comma and ""Laura"". Found: no spaces
(#83) Expected at least 1 space before "=>"; 0 found
(#83) Expected at least 1 space after "=>"; 0 found
(#83) Expected 1 space before "=>"; 0 found
(#83) Expected 1 space after "=>"; 0 found
(#84) Must use "self::" for local static member reference
(#84) Expected at least 1 space before "=>"; 0 found
(#84) Expected at least 1 space after "=>"; 0 found
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space between the comma and ""nl-BE-Wavenet-A"". Found: no spaces
(#84) Expected at least 1 space before "=>"; 0 found
(#84) Expected at least 1 space after "=>"; 0 found
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space between the comma and ""Lisa"". Found: no spaces
(#84) Expected at least 1 space before "=>"; 0 found
(#84) Expected at least 1 space after "=>"; 0 found
(#84) Expected 1 space before "=>"; 0 found
(#84) Expected 1 space after "=>"; 0 found
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) This comment is 56% valid code; is this commented out code?
(#85) No space found before comment text; expected "// constants::M_LANG_DECH => []," but found "//constants::M_LANG_DECH => [],"
(#86) Must use "self::" for local static member reference
(#86) Expected at least 1 space before "=>"; 0 found
(#86) Expected at least 1 space after "=>"; 0 found
(#86) Expected 1 space before "=>"; 0 found
(#86) Expected 1 space after "=>"; 0 found
(#86) Commas (,) must be followed by white space.
(#86) Expected 1 space between the comma and "'Justin'". Found: no spaces
(#86) Expected at least 1 space before "=>"; 0 found
(#86) Expected at least 1 space after "=>"; 0 found
(#86) Expected 1 space before "=>"; 0 found
(#86) Expected 1 space after "=>"; 0 found
(#86) Commas (,) must be followed by white space.
(#86) Expected 1 space between the comma and "'Kevin'". Found: no spaces
(#86) Expected at least 1 space before "=>"; 0 found
(#86) Expected at least 1 space after "=>"; 0 found
(#86) Expected 1 space before "=>"; 0 found
(#86) Expected 1 space after "=>"; 0 found
(#86) Commas (,) must be followed by white space.
(#86) Expected 1 space between the comma and "'Matthew'". Found: no spaces
(#86) Expected at least 1 space before "=>"; 0 found
(#86) Expected at least 1 space after "=>"; 0 found
(#86) Expected 1 space before "=>"; 0 found
(#86) Expected 1 space after "=>"; 0 found
(#86) Commas (,) must be followed by white space.
(#86) Expected 1 space between the comma and "'Ivy'". Found: no spaces
(#86) Expected at least 1 space before "=>"; 0 found
(#86) Expected at least 1 space after "=>"; 0 found
(#86) Expected 1 space before "=>"; 0 found
(#86) Expected 1 space after "=>"; 0 found
(#87) Expected at least 1 space before "=>"; 0 found
(#87) Expected at least 1 space after "=>"; 0 found
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#87) Commas (,) must be followed by white space.
(#87) Expected 1 space between the comma and "'Kendra'". Found: no spaces
(#87) Expected at least 1 space before "=>"; 0 found
(#87) Expected at least 1 space after "=>"; 0 found
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#87) Commas (,) must be followed by white space.
(#87) Expected 1 space between the comma and "'Kimberly'". Found: no spaces
(#87) Expected at least 1 space before "=>"; 0 found
(#87) Expected at least 1 space after "=>"; 0 found
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#87) Commas (,) must be followed by white space.
(#87) Expected 1 space between the comma and "'Salli'". Found: no spaces
(#87) Expected at least 1 space before "=>"; 0 found
(#87) Expected at least 1 space after "=>"; 0 found
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#88) Expected at least 1 space before "=>"; 0 found
(#88) Expected at least 1 space after "=>"; 0 found
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space between the comma and "'en-US-Whisper-onyx'". Found: no spaces
(#88) Expected at least 1 space before "=>"; 0 found
(#88) Expected at least 1 space after "=>"; 0 found
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space between the comma and "'en-US-Whisper-nova'". Found: no spaces
(#88) Expected at least 1 space before "=>"; 0 found
(#88) Expected at least 1 space after "=>"; 0 found
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space between the comma and "'en-US-Whisper-shimmer'". Found: no spaces
(#88) Expected at least 1 space before "=>"; 0 found
(#88) Expected at least 1 space after "=>"; 0 found
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#88) Line exceeds 132 characters; contains 136 characters
(#89) Must use "self::" for local static member reference
(#89) Expected at least 1 space before "=>"; 0 found
(#89) Expected at least 1 space after "=>"; 0 found
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "'Amy'". Found: no spaces
(#89) Expected at least 1 space before "=>"; 0 found
(#89) Expected at least 1 space after "=>"; 0 found
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#89) Expected at least 1 space before "=>"; 0 found
(#89) Expected at least 1 space after "=>"; 0 found
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "'Arthur'". Found: no spaces
(#89) Expected at least 1 space before "=>"; 0 found
(#89) Expected at least 1 space after "=>"; 0 found
(#89) Expected 1 space before "=>"; 0 found
(#89) Expected 1 space after "=>"; 0 found
(#90) Must use "self::" for local static member reference
(#90) Expected at least 1 space before "=>"; 0 found
(#90) Expected at least 1 space after "=>"; 0 found
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#90) Commas (,) must be followed by white space.
(#90) Expected 1 space between the comma and "'Nicole'". Found: no spaces
(#90) Expected at least 1 space before "=>"; 0 found
(#90) Expected at least 1 space after "=>"; 0 found
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#90) Commas (,) must be followed by white space.
(#90) Expected 1 space between the comma and "'Olivia'". Found: no spaces
(#90) Expected at least 1 space before "=>"; 0 found
(#90) Expected at least 1 space after "=>"; 0 found
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#91) Must use "self::" for local static member reference
(#91) Expected at least 1 space before "=>"; 0 found
(#91) Expected at least 1 space after "=>"; 0 found
(#91) Expected 1 space before "=>"; 0 found
(#91) Expected 1 space after "=>"; 0 found
(#92) Must use "self::" for local static member reference
(#92) Expected at least 1 space before "=>"; 0 found
(#92) Expected at least 1 space after "=>"; 0 found
(#92) Expected 1 space before "=>"; 0 found
(#92) Expected 1 space after "=>"; 0 found
(#93) Must use "self::" for local static member reference
(#93) Expected at least 1 space before "=>"; 0 found
(#93) Expected at least 1 space after "=>"; 0 found
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#93) Expected at least 1 space before "=>"; 0 found
(#93) Expected at least 1 space after "=>"; 0 found
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#93) Expected at least 1 space before "=>"; 0 found
(#93) Expected at least 1 space after "=>"; 0 found
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) This comment is 56% valid code; is this commented out code?
(#95) Must use "self::" for local static member reference
(#95) Expected at least 1 space before "=>"; 0 found
(#95) Expected at least 1 space after "=>"; 0 found
(#95) Expected 1 space before "=>"; 0 found
(#95) Expected 1 space after "=>"; 0 found
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) This comment is 56% valid code; is this commented out code?
(#97) Must use "self::" for local static member reference
(#97) Expected at least 1 space before "=>"; 0 found
(#97) Expected at least 1 space after "=>"; 0 found
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#97) Commas (,) must be followed by white space.
(#97) Expected 1 space between the comma and "'fil-PH-Wavenet-B'". Found: no spaces
(#97) Expected at least 1 space before "=>"; 0 found
(#97) Expected at least 1 space after "=>"; 0 found
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#97) Commas (,) must be followed by white space.
(#97) Expected 1 space between the comma and "'fil-PH-Wavenet-C'". Found: no spaces
(#97) Expected at least 1 space before "=>"; 0 found
(#97) Expected at least 1 space after "=>"; 0 found
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#97) Commas (,) must be followed by white space.
(#97) Expected 1 space between the comma and "'fil-PH-Wavenet-D'". Found: no spaces
(#97) Expected at least 1 space before "=>"; 0 found
(#97) Expected at least 1 space after "=>"; 0 found
(#97) Expected 1 space before "=>"; 0 found
(#97) Expected 1 space after "=>"; 0 found
(#97) Line exceeds 132 characters; contains 160 characters
(#98) Must use "self::" for local static member reference
(#98) Expected at least 1 space before "=>"; 0 found
(#98) Expected at least 1 space after "=>"; 0 found
(#98) Expected 1 space before "=>"; 0 found
(#98) Expected 1 space after "=>"; 0 found
(#98) Commas (,) must be followed by white space.
(#98) Expected 1 space between the comma and "'fi-FI-Wavenet-A'". Found: no spaces
(#98) Expected at least 1 space before "=>"; 0 found
(#98) Expected at least 1 space after "=>"; 0 found
(#98) Expected 1 space before "=>"; 0 found
(#98) Expected 1 space after "=>"; 0 found
(#99) Must use "self::" for local static member reference
(#99) Expected at least 1 space before "=>"; 0 found
(#99) Expected at least 1 space after "=>"; 0 found
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#99) Expected at least 1 space before "=>"; 0 found
(#99) Expected at least 1 space after "=>"; 0 found
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space between the comma and "'Liam'". Found: no spaces
(#99) Expected at least 1 space before "=>"; 0 found
(#99) Expected at least 1 space after "=>"; 0 found
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#100) Must use "self::" for local static member reference
(#100) Expected at least 1 space before "=>"; 0 found
(#100) Expected at least 1 space after "=>"; 0 found
(#100) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space after "=>"; 0 found
(#100) Commas (,) must be followed by white space.
(#100) Expected 1 space between the comma and "'Celine'". Found: no spaces
(#100) Expected at least 1 space before "=>"; 0 found
(#100) Expected at least 1 space after "=>"; 0 found
(#100) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space after "=>"; 0 found
(#100) Expected at least 1 space before "=>"; 0 found
(#100) Expected at least 1 space after "=>"; 0 found
(#100) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space after "=>"; 0 found
(#100) Expected at least 1 space before "=>"; 0 found
(#100) Expected at least 1 space after "=>"; 0 found
(#100) Expected 1 space before "=>"; 0 found
(#100) Expected 1 space after "=>"; 0 found
(#101) Must use "self::" for local static member reference
(#101) Expected at least 1 space before "=>"; 0 found
(#101) Expected at least 1 space after "=>"; 0 found
(#101) Expected 1 space before "=>"; 0 found
(#101) Expected 1 space after "=>"; 0 found
(#101) Commas (,) must be followed by white space.
(#101) Expected 1 space between the comma and "'Marlene'". Found: no spaces
(#101) Expected at least 1 space before "=>"; 0 found
(#101) Expected at least 1 space after "=>"; 0 found
(#101) Expected 1 space before "=>"; 0 found
(#101) Expected 1 space after "=>"; 0 found
(#101) Expected at least 1 space before "=>"; 0 found
(#101) Expected at least 1 space after "=>"; 0 found
(#101) Expected 1 space before "=>"; 0 found
(#101) Expected 1 space after "=>"; 0 found
(#101) Commas (,) must be followed by white space.
(#101) Expected 1 space between the comma and "'Daniel'". Found: no spaces
(#101) Expected at least 1 space before "=>"; 0 found
(#101) Expected at least 1 space after "=>"; 0 found
(#101) Expected 1 space before "=>"; 0 found
(#101) Expected 1 space after "=>"; 0 found
(#102) Must use "self::" for local static member reference
(#102) Expected at least 1 space before "=>"; 0 found
(#102) Expected at least 1 space after "=>"; 0 found
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#103) Must use "self::" for local static member reference
(#104) Must use "self::" for local static member reference
(#104) Expected at least 1 space before "=>"; 0 found
(#104) Expected at least 1 space after "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#105) Must use "self::" for local static member reference
(#105) Expected at least 1 space before "=>"; 0 found
(#105) Expected at least 1 space after "=>"; 0 found
(#105) Expected 1 space before "=>"; 0 found
(#105) Expected 1 space after "=>"; 0 found
(#105) Commas (,) must be followed by white space.
(#105) Expected 1 space between the comma and "'he-IL-Wavenet-B'". Found: no spaces
(#105) Expected at least 1 space before "=>"; 0 found
(#105) Expected at least 1 space after "=>"; 0 found
(#105) Expected 1 space before "=>"; 0 found
(#105) Expected 1 space after "=>"; 0 found
(#106) Must use "self::" for local static member reference
(#106) Expected at least 1 space before "=>"; 0 found
(#106) Expected at least 1 space after "=>"; 0 found
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#108) Must use "self::" for local static member reference
(#108) Expected at least 1 space before "=>"; 0 found
(#108) Expected at least 1 space after "=>"; 0 found
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space between the comma and "'id-ID-Wavenet-B'". Found: no spaces
(#108) Expected at least 1 space before "=>"; 0 found
(#108) Expected at least 1 space after "=>"; 0 found
(#108) Expected 1 space before "=>"; 0 found
(#108) Expected 1 space after "=>"; 0 found
(#109) Must use "self::" for local static member reference
(#110) Must use "self::" for local static member reference
(#110) Expected at least 1 space before "=>"; 0 found
(#110) Expected at least 1 space after "=>"; 0 found
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#110) Expected 1 space between the comma and "'Bianca'". Found: 2 spaces
(#110) Expected at least 1 space before "=>"; 0 found
(#110) Expected at least 1 space after "=>"; 0 found
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#110) Expected at least 1 space before "=>"; 0 found
(#110) Expected at least 1 space after "=>"; 0 found
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#111) Must use "self::" for local static member reference
(#111) Expected at least 1 space before "=>"; 0 found
(#111) Expected at least 1 space after "=>"; 0 found
(#111) Expected 1 space before "=>"; 0 found
(#111) Expected 1 space after "=>"; 0 found
(#111) Commas (,) must be followed by white space.
(#111) Expected 1 space between the comma and "'Mizuki'". Found: no spaces
(#111) Expected at least 1 space before "=>"; 0 found
(#111) Expected at least 1 space after "=>"; 0 found
(#111) Expected 1 space before "=>"; 0 found
(#111) Expected 1 space after "=>"; 0 found
(#111) Commas (,) must be followed by white space.
(#111) Expected 1 space between the comma and "'Kazuha'". Found: no spaces
(#111) Expected at least 1 space before "=>"; 0 found
(#111) Expected at least 1 space after "=>"; 0 found
(#111) Expected 1 space before "=>"; 0 found
(#111) Expected 1 space after "=>"; 0 found
(#111) Commas (,) must be followed by white space.
(#111) Expected 1 space between the comma and "'Tomoko'". Found: no spaces
(#111) Expected at least 1 space before "=>"; 0 found
(#111) Expected at least 1 space after "=>"; 0 found
(#111) Expected 1 space before "=>"; 0 found
(#111) Expected 1 space after "=>"; 0 found
(#112) Must use "self::" for local static member reference
(#112) Expected at least 1 space before "=>"; 0 found
(#112) Expected at least 1 space after "=>"; 0 found
(#112) Expected 1 space before "=>"; 0 found
(#112) Expected 1 space after "=>"; 0 found
(#113) Must use "self::" for local static member reference
(#114) Must use "self::" for local static member reference
(#115) Must use "self::" for local static member reference
(#115) Expected at least 1 space before "=>"; 0 found
(#115) Expected at least 1 space after "=>"; 0 found
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#115) Commas (,) must be followed by white space.
(#115) Expected 1 space between the comma and "'mi-NZ-Whisper-shimmer'". Found: no spaces
(#115) Expected at least 1 space before "=>"; 0 found
(#115) Expected at least 1 space after "=>"; 0 found
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#116) Must use "self::" for local static member reference
(#116) Expected at least 1 space before "=>"; 0 found
(#116) Expected at least 1 space after "=>"; 0 found
(#116) Expected 1 space before "=>"; 0 found
(#116) Expected 1 space after "=>"; 0 found
(#116) Commas (,) must be followed by white space.
(#116) Expected 1 space between the comma and "'mk-MK-Whisper-shimmer'". Found: no spaces
(#116) Expected at least 1 space before "=>"; 0 found
(#116) Expected at least 1 space after "=>"; 0 found
(#116) Expected 1 space before "=>"; 0 found
(#116) Expected 1 space after "=>"; 0 found
(#117) Must use "self::" for local static member reference
(#117) Expected at least 1 space before "=>"; 0 found
(#117) Expected at least 1 space after "=>"; 0 found
(#117) Expected 1 space before "=>"; 0 found
(#117) Expected 1 space after "=>"; 0 found
(#117) Commas (,) must be followed by white space.
(#117) Expected 1 space between the comma and "'ms-MY-Whisper-shimmer'". Found: no spaces
(#117) Expected at least 1 space before "=>"; 0 found
(#117) Expected at least 1 space after "=>"; 0 found
(#117) Expected 1 space before "=>"; 0 found
(#117) Expected 1 space after "=>"; 0 found
(#118) Must use "self::" for local static member reference
(#118) Expected at least 1 space before "=>"; 0 found
(#118) Expected at least 1 space after "=>"; 0 found
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Commas (,) must be followed by white space.
(#118) Expected 1 space between the comma and "'Ida'". Found: no spaces
(#118) Expected at least 1 space before "=>"; 0 found
(#118) Expected at least 1 space after "=>"; 0 found
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Commas (,) must be followed by white space.
(#118) Expected 1 space between the comma and "'nb-NO-Wavenet-B'". Found: no spaces
(#118) Expected at least 1 space before "=>"; 0 found
(#118) Expected at least 1 space after "=>"; 0 found
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Commas (,) must be followed by white space.
(#118) Expected 1 space between the comma and "'nb-NO-Wavenet-A'". Found: no spaces
(#118) Expected at least 1 space before "=>"; 0 found
(#118) Expected at least 1 space after "=>"; 0 found
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Commas (,) must be followed by white space.
(#118) Expected 1 space between the comma and "'nb-NO-Wavenet-D'". Found: no spaces
(#118) Expected at least 1 space before "=>"; 0 found
(#118) Expected at least 1 space after "=>"; 0 found
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Line exceeds 132 characters; contains 149 characters
(#119) Must use "self::" for local static member reference
(#119) Expected at least 1 space before "=>"; 0 found
(#119) Expected at least 1 space after "=>"; 0 found
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Commas (,) must be followed by white space.
(#119) Expected 1 space between the comma and "'ps-AF-Azure-LatifaNeural'". Found: no spaces
(#119) Expected at least 1 space before "=>"; 0 found
(#119) Expected at least 1 space after "=>"; 0 found
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#120) Must use "self::" for local static member reference
(#120) Expected at least 1 space before "=>"; 0 found
(#120) Expected at least 1 space after "=>"; 0 found
(#120) Expected 1 space before "=>"; 0 found
(#120) Expected 1 space after "=>"; 0 found
(#120) Expected at least 1 space before "=>"; 0 found
(#120) Expected at least 1 space after "=>"; 0 found
(#120) Expected 1 space before "=>"; 0 found
(#120) Expected 1 space after "=>"; 0 found
(#121) Must use "self::" for local static member reference
(#121) Expected at least 1 space before "=>"; 0 found
(#121) Expected at least 1 space after "=>"; 0 found
(#121) Expected 1 space before "=>"; 0 found
(#121) Expected 1 space after "=>"; 0 found
(#121) Commas (,) must be followed by white space.
(#121) Expected 1 space between the comma and "'Maja'". Found: no spaces
(#121) Expected at least 1 space before "=>"; 0 found
(#121) Expected at least 1 space after "=>"; 0 found
(#121) Expected 1 space before "=>"; 0 found
(#121) Expected 1 space after "=>"; 0 found
(#121) Commas (,) must be followed by white space.
(#121) Expected 1 space between the comma and "'Jacek'". Found: no spaces
(#121) Expected at least 1 space before "=>"; 0 found
(#121) Expected at least 1 space after "=>"; 0 found
(#121) Expected 1 space before "=>"; 0 found
(#121) Expected 1 space after "=>"; 0 found
(#121) Commas (,) must be followed by white space.
(#121) Expected 1 space between the comma and "'Jan'". Found: no spaces
(#121) Expected at least 1 space before "=>"; 0 found
(#121) Expected at least 1 space after "=>"; 0 found
(#121) Expected 1 space before "=>"; 0 found
(#121) Expected 1 space after "=>"; 0 found
(#122) Must use "self::" for local static member reference
(#122) Expected at least 1 space before "=>"; 0 found
(#122) Expected at least 1 space after "=>"; 0 found
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Expected at least 1 space before "=>"; 0 found
(#122) Expected at least 1 space after "=>"; 0 found
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Commas (,) must be followed by white space.
(#122) Expected 1 space between the comma and "'Camila'". Found: no spaces
(#122) Expected at least 1 space before "=>"; 0 found
(#122) Expected at least 1 space after "=>"; 0 found
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#123) Must use "self::" for local static member reference
(#123) Expected at least 1 space before "=>"; 0 found
(#123) Expected at least 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#123) Commas (,) must be followed by white space.
(#123) Expected 1 space between the comma and "'Cristiano'". Found: no spaces
(#123) Expected at least 1 space before "=>"; 0 found
(#123) Expected at least 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#124) Must use "self::" for local static member reference
(#124) Expected at least 1 space before "=>"; 0 found
(#124) Expected at least 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Commas (,) must be followed by white space.
(#124) Expected 1 space between the comma and "'ro-RO-Wavenet-A'". Found: no spaces
(#124) Expected at least 1 space before "=>"; 0 found
(#124) Expected at least 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#125) Must use "self::" for local static member reference
(#125) Expected at least 1 space before "=>"; 0 found
(#125) Expected at least 1 space after "=>"; 0 found
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#125) Commas (,) must be followed by white space.
(#125) Expected 1 space between the comma and ""Maxim"". Found: no spaces
(#125) Expected at least 1 space before "=>"; 0 found
(#125) Expected at least 1 space after "=>"; 0 found
(#125) Expected 1 space before "=>"; 0 found
(#125) Expected 1 space after "=>"; 0 found
(#126) Must use "self::" for local static member reference
(#126) Expected at least 1 space before "=>"; 0 found
(#126) Expected at least 1 space after "=>"; 0 found
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#126) Commas (,) must be followed by white space.
(#126) Expected 1 space between the comma and "'Penelope'". Found: no spaces
(#126) Expected at least 1 space before "=>"; 0 found
(#126) Expected at least 1 space after "=>"; 0 found
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#126) Commas (,) must be followed by white space.
(#126) Expected 1 space between the comma and "'Lupe'". Found: no spaces
(#126) Expected at least 1 space before "=>"; 0 found
(#126) Expected at least 1 space after "=>"; 0 found
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#126) Commas (,) must be followed by white space.
(#126) Expected 1 space between the comma and "'Pedro'". Found: no spaces
(#126) Expected at least 1 space before "=>"; 0 found
(#126) Expected at least 1 space after "=>"; 0 found
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#127) Must use "self::" for local static member reference
(#127) Expected at least 1 space before "=>"; 0 found
(#127) Expected at least 1 space after "=>"; 0 found
(#127) Expected 1 space before "=>"; 0 found
(#127) Expected 1 space after "=>"; 0 found
(#127) Expected at least 1 space before "=>"; 0 found
(#127) Expected at least 1 space after "=>"; 0 found
(#127) Expected 1 space before "=>"; 0 found
(#127) Expected 1 space after "=>"; 0 found
(#127) Expected at least 1 space before "=>"; 0 found
(#127) Expected at least 1 space after "=>"; 0 found
(#127) Expected 1 space before "=>"; 0 found
(#127) Expected 1 space after "=>"; 0 found
(#128) Must use "self::" for local static member reference
(#128) Expected at least 1 space before "=>"; 0 found
(#128) Expected at least 1 space after "=>"; 0 found
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space between the comma and "'Elin'". Found: no spaces
(#128) Expected at least 1 space before "=>"; 0 found
(#128) Expected at least 1 space after "=>"; 0 found
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#129) Must use "self::" for local static member reference
(#130) Must use "self::" for local static member reference
(#130) Expected at least 1 space before "=>"; 0 found
(#130) Expected at least 1 space after "=>"; 0 found
(#130) Expected 1 space before "=>"; 0 found
(#130) Expected 1 space after "=>"; 0 found
(#130) Commas (,) must be followed by white space.
(#130) Expected 1 space between the comma and "'sl-SI-Whisper-shimmer'". Found: no spaces
(#130) Expected at least 1 space before "=>"; 0 found
(#130) Expected at least 1 space after "=>"; 0 found
(#130) Expected 1 space before "=>"; 0 found
(#130) Expected 1 space after "=>"; 0 found
(#131) Must use "self::" for local static member reference
(#131) Expected at least 1 space before "=>"; 0 found
(#131) Expected at least 1 space after "=>"; 0 found
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#131) Commas (,) must be followed by white space.
(#131) Expected 1 space between the comma and "'so-SO-Azure-MuuseNeural'". Found: no spaces
(#131) Expected at least 1 space before "=>"; 0 found
(#131) Expected at least 1 space after "=>"; 0 found
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#132) Must use "self::" for local static member reference
(#133) Must use "self::" for local static member reference
(#133) Expected at least 1 space before "=>"; 0 found
(#133) Expected at least 1 space after "=>"; 0 found
(#133) Expected 1 space before "=>"; 0 found
(#133) Expected 1 space after "=>"; 0 found
(#133) Commas (,) must be followed by white space.
(#133) Expected 1 space between the comma and "'ta-IN-Wavenet-B'". Found: no spaces
(#133) Expected at least 1 space before "=>"; 0 found
(#133) Expected at least 1 space after "=>"; 0 found
(#133) Expected 1 space before "=>"; 0 found
(#133) Expected 1 space after "=>"; 0 found
(#134) Must use "self::" for local static member reference
(#134) Expected at least 1 space before "=>"; 0 found
(#134) Expected at least 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Commas (,) must be followed by white space.
(#134) Expected 1 space between the comma and "'te-IN-Standard-B'". Found: no spaces
(#134) Expected at least 1 space before "=>"; 0 found
(#134) Expected at least 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#135) Must use "self::" for local static member reference
(#135) Expected at least 1 space before "=>"; 0 found
(#135) Expected at least 1 space after "=>"; 0 found
(#135) Expected 1 space before "=>"; 0 found
(#135) Expected 1 space after "=>"; 0 found
(#136) Must use "self::" for local static member reference
(#136) Expected at least 1 space before "=>"; 0 found
(#136) Expected at least 1 space after "=>"; 0 found
(#136) Expected 1 space before "=>"; 0 found
(#136) Expected 1 space after "=>"; 0 found
(#137) Must use "self::" for local static member reference
(#137) Expected at least 1 space before "=>"; 0 found
(#137) Expected at least 1 space after "=>"; 0 found
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#137) Commas (,) must be followed by white space.
(#137) Expected 1 space between the comma and "'vi-VN-Wavenet-B'". Found: no spaces
(#137) Expected at least 1 space before "=>"; 0 found
(#137) Expected at least 1 space after "=>"; 0 found
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) No space found before comment text; expected "// classes for use in CSS" but found "//classes for use in CSS"
(#141) Missing docblock for constant constants::M_CLASS
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) No space found before comment text; expected "// Guided transcription uses the passage or a combination of passages (corpus)" but found "//Guided transcription uses the passage or a combination of passages (corpus)"
(#144) Missing docblock for constant constants::GUIDEDTRANS_PASSAGE
(#145) Missing docblock for constant constants::GUIDEDTRANS_CORPUS
(#146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) No space found before comment text; expected "// corpus (combination of packages) covers the whole site or just the course" but found "//corpus (combination of packages) covers the whole site or just the course"
(#147) Missing docblock for constant constants::CORPUSRANGE_SITE
(#148) Missing docblock for constant constants::CORPUSRANGE_COURSE
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) No space found before comment text; expected "// when pushing a setting, apply it activity, course or site wide" but found "//when pushing a setting, apply it activity, course or site wide"
(#150) Missing docblock for constant constants::APPLY_ACTIVITY
(#151) Missing docblock for constant constants::APPLY_COURSE
(#152) Missing docblock for constant constants::APPLY_SITE
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) No space found before comment text; expected "// audio recorders" but found "//audio recorders"
(#157) Missing docblock for constant constants::REC_READALOUD
(#158) Missing docblock for constant constants::REC_ONCE
(#159) Missing docblock for constant constants::REC_UPLOAD
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) No space found before comment text; expected "// Constants for RS Questions" but found "//Constants for RS Questions"
(#162) Missing docblock for constant constants::NONE
(#162) Expected at least 1 space before "="; 0 found
(#162) Expected at least 1 space after "="; 0 found
(#162) Expected 1 space before "="; 0 found
(#162) Expected 1 space after "="; 0 found
(#163) Missing docblock for constant constants::MAXANSWERS
(#163) Expected at least 1 space before "="; 0 found
(#163) Expected at least 1 space after "="; 0 found
(#163) Expected 1 space before "="; 0 found
(#163) Expected 1 space after "="; 0 found
(#164) Missing docblock for constant constants::TEXTQUESTION
(#165) Missing docblock for constant constants::TEXTANSWER
(#166) Missing docblock for constant constants::TEXTQUESTION_FILEAREA
(#167) Missing docblock for constant constants::TEXTANSWER_FILEAREA
(#167) Expected at least 1 space after "="; 0 found
(#167) Expected 1 space after "="; 0 found
(#168) Missing docblock for constant constants::TEXTPROMPT_FILEAREA
(#169) Missing docblock for constant constants::TYPE_TEXTPROMPT_LONG
(#170) Missing docblock for constant constants::TYPE_TEXTPROMPT_SHORT
(#171) Missing docblock for constant constants::TYPE_TEXTPROMPT_AUDIO
(#172) Missing docblock for constant constants::TYPE_INSTRUCTIONS
(#173) Missing docblock for constant constants::TEXTCHOICE
(#174) Missing docblock for constant constants::TEXTBOXCHOICE
(#175) Missing docblock for constant constants::CORRECTANSWER
(#176) Missing docblock for constant constants::PASSAGEPICTURE
(#176) Expected at least 1 space before "="; 0 found
(#176) Expected at least 1 space after "="; 0 found
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#177) Missing docblock for constant constants::PASSAGEPICTURE_FILEAREA
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) No space found before comment text; expected "// grading options" but found "//grading options"
(#181) Missing docblock for constant constants::M_GRADEHIGHEST
(#182) Missing docblock for constant constants::M_GRADELOWEST
(#183) Missing docblock for constant constants::M_GRADELATEST
(#184) Missing docblock for constant constants::M_GRADEAVERAGE
(#185) Missing docblock for constant constants::M_GRADENONE
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) No space found before comment text; expected "// accuracy adjustment method options" but found "//accuracy adjustment method options"
(#187) Missing docblock for constant constants::ACCMETHOD_NONE
(#188) Missing docblock for constant constants::ACCMETHOD_AUTO
(#189) Missing docblock for constant constants::ACCMETHOD_FIXED
(#190) Missing docblock for constant constants::ACCMETHOD_NOERRORS
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) No space found before comment text; expected "// what to display to user when reviewing activity options" but found "//what to display to user when reviewing activity options"
(#192) Missing docblock for constant constants::POSTATTEMPT_NONE
(#193) Missing docblock for constant constants::POSTATTEMPT_EVAL
(#194) Missing docblock for constant constants::POSTATTEMPT_EVALERRORS
(#195) Missing docblock for constant constants::POSTATTEMPT_EVALERRORSNOGRADE
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) No space found before comment text; expected "// more review mode options" but found "//more review mode options"
(#197) Missing docblock for constant constants::REVIEWMODE_NONE
(#198) Missing docblock for constant constants::REVIEWMODE_MACHINE
(#199) Missing docblock for constant constants::REVIEWMODE_HUMAN
(#200) Missing docblock for constant constants::REVIEWMODE_SCORESONLY
(#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) No space found before comment text; expected "// to use or not use machine grades" but found "//to use or not use machine grades"
(#202) Missing docblock for constant constants::MACHINEGRADE_NONE
(#203) Missing docblock for constant constants::MACHINEGRADE_HYBRID
(#204) Missing docblock for constant constants::MACHINEGRADE_MACHINEONLY
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) No space found before comment text; expected "// Session Score" but found "//Session Score"
(#207) Missing docblock for constant constants::SESSIONSCORE_NORMAL
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) No space found before comment text; expected "// Normal = WPM / Targetwpm * 100" but found "//Normal = WPM / Targetwpm * 100"
(#208) Missing docblock for constant constants::SESSIONSCORE_STRICT
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) No space found before comment text; expected "// Strict = (WPM - Errors) / Targetwpm * 100" but found "//Strict = (WPM - Errors) / Targetwpm * 100"
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) No space found before comment text; expected "// TTS Speed" but found "//TTS Speed"
(#211) Missing docblock for constant constants::TTSSPEED_MEDIUM
(#212) Missing docblock for constant constants::TTSSPEED_SLOW
(#213) Missing docblock for constant constants::TTSSPEED_XSLOW
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) No space found before comment text; expected "// CSS ids/classes" but found "//CSS ids/classes"
(#216) Missing docblock for constant constants::M_RECORD_BUTTON
(#217) Missing docblock for constant constants::M_START_BUTTON
(#218) Missing docblock for constant constants::M_UPDATE_CONTROL
(#219) Missing docblock for constant constants::M_DRAFT_CONTROL
(#220) Missing docblock for constant constants::M_PROGRESS_CONTAINER
(#221) Missing docblock for constant constants::M_HIDER
(#222) Missing docblock for constant constants::M_STOP_BUTTON
(#223) Missing docblock for constant constants::M_WHERETONEXT_CONTAINER
(#224) Missing docblock for constant constants::M_RECORD_BUTTON_CONTAINER
(#225) Missing docblock for constant constants::M_START_BUTTON_CONTAINER
(#226) Missing docblock for constant constants::M_STOP_BUTTON_CONTAINER
(#227) Missing docblock for constant constants::M_RECORDERID
(#228) Missing docblock for constant constants::M_RECORDING_CONTAINER
(#229) Missing docblock for constant constants::M_RECORDER_CONTAINER
(#230) Missing docblock for constant constants::M_DUMMY_RECORDER
(#231) Missing docblock for constant constants::M_RECORDER_INSTRUCTIONS_RIGHT
(#232) Missing docblock for constant constants::M_RECORDER_INSTRUCTIONS_LEFT
(#233) Missing docblock for constant constants::M_INSTRUCTIONS_CONTAINER
(#234) Missing docblock for constant constants::M_INSTRUCTIONS
(#235) Missing docblock for constant constants::M_MSV_MODE
(#236) Missing docblock for constant constants::M_ACTIVITYINSTRUCTIONS_CONTAINER
(#237) Missing docblock for constant constants::M_MENUINSTRUCTIONS_CONTAINER
(#238) Missing docblock for constant constants::M_MENUBUTTONS_CONTAINER
(#239) Missing docblock for constant constants::M_PREVIEWINSTRUCTIONS_CONTAINER
(#240) Missing docblock for constant constants::M_PREVIEWINSTRUCTIONS
(#241) Missing docblock for constant constants::M_LANDRINSTRUCTIONS_CONTAINER
(#242) Missing docblock for constant constants::M_LANDRINSTRUCTIONS
(#243) Missing docblock for constant constants::M_SMALLREPORT_CONTAINER
(#244) Missing docblock for constant constants::M_INTRO_CONTAINER
(#247) Missing docblock for constant constants::M_PASSAGE_CONTAINER
(#248) Missing docblock for constant constants::M_POSTATTEMPT
(#249) Missing docblock for constant constants::M_FEEDBACK_CONTAINER
(#250) Missing docblock for constant constants::M_ERROR_CONTAINER
(#251) Missing docblock for constant constants::M_GRADING_ERROR_CONTAINER
(#252) Missing docblock for constant constants::M_GRADING_ERROR_IMG
(#253) Missing docblock for constant constants::M_GRADING_ERROR_SCORE
(#254) Missing docblock for constant constants::M_GRADING_WPM_CONTAINER
(#255) Missing docblock for constant constants::M_GRADING_WPM_IMG
(#256) Missing docblock for constant constants::M_GRADING_WPM_SCORE
(#257) Missing docblock for constant constants::M_GRADING_ACCURACY_CONTAINER
(#258) Missing docblock for constant constants::M_GRADING_ACCURACY_IMG
(#259) Missing docblock for constant constants::M_GRADING_ACCURACY_SCORE
(#260) Missing docblock for constant constants::M_GRADING_SESSION_SCORE
(#261) Missing docblock for constant constants::M_GRADING_SESSIONSCORE_CONTAINER
(#262) Missing docblock for constant constants::M_GRADING_SCORE
(#263) Missing docblock for constant constants::M_GRADING_PLAYER_CONTAINER
(#264) Missing docblock for constant constants::M_GRADING_PLAYER
(#265) Missing docblock for constant constants::M_GRADING_ACTION_CONTAINER
(#266) Missing docblock for constant constants::M_GRADING_FORM_SESSIONTIME
(#267) Missing docblock for constant constants::M_GRADING_FORM_SESSIONSCORE
(#268) Missing docblock for constant constants::M_GRADING_FORM_WPM
(#269) Missing docblock for constant constants::M_GRADING_FORM_ACCURACY
(#270) Missing docblock for constant constants::M_GRADING_FORM_SESSIONENDWORD
(#271) Missing docblock for constant constants::M_GRADING_FORM_SESSIONERRORS
(#272) Missing docblock for constant constants::M_ADMINTAB_CONTAINER
(#273) Missing docblock for constant constants::M_HIDDEN_PLAYER
(#274) Missing docblock for constant constants::M_HIDDEN_PLAYER_BUTTON
(#275) Missing docblock for constant constants::M_HIDDEN_PLAYER_BUTTON_ACTIVE
(#276) Missing docblock for constant constants::M_HIDDEN_PLAYER_BUTTON_PAUSED
(#277) Missing docblock for constant constants::M_HIDDEN_PLAYER_BUTTON_PLAYING
(#278) Missing docblock for constant constants::M_EVALUATED_MESSAGE
(#279) Missing docblock for constant constants::M_MODELAUDIO_FORM_URLFIELD
(#280) Missing docblock for constant constants::M_MODELAUDIO_FORM_BREAKSFIELD
(#281) Missing docblock for constant constants::M_MODELAUDIO_PLAYER
(#282) Missing docblock for constant constants::M_VIEWMODELTRANSCRIPT
(#283) Missing docblock for constant constants::M_MODELTRANSCRIPT
(#284) Missing docblock for constant constants::M_CLASS_PASSAGEWORD
(#285) Missing docblock for constant constants::M_CLASS_PASSAGESPACE
(#286) Missing docblock for constant constants::M_CLASS_PASSAGEGRADINGCONT
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) No space found before comment text; expected "// languages" but found "//languages"
(#289) Missing docblock for constant constants::M_LANG_ENUS
(#290) Missing docblock for constant constants::M_LANG_ENGB
(#291) Missing docblock for constant constants::M_LANG_ENAU
(#292) Missing docblock for constant constants::M_LANG_ENPH
(#293) Missing docblock for constant constants::M_LANG_ENNZ
(#294) Missing docblock for constant constants::M_LANG_ENZA
(#295) Missing docblock for constant constants::M_LANG_ENIN
(#296) Missing docblock for constant constants::M_LANG_ESUS
(#297) Missing docblock for constant constants::M_LANG_ESES
(#298) Missing docblock for constant constants::M_LANG_FRCA
(#299) Missing docblock for constant constants::M_LANG_FRFR
(#300) Missing docblock for constant constants::M_LANG_DEDE
(#301) Missing docblock for constant constants::M_LANG_DEAT
(#301) Expected at least 1 space after "="; 0 found
(#301) Expected 1 space after "="; 0 found
(#302) Missing docblock for constant constants::M_LANG_ITIT
(#303) Missing docblock for constant constants::M_LANG_PTBR
(#304) Missing docblock for constant constants::M_LANG_DADK
(#305) Missing docblock for constant constants::M_LANG_FILPH
(#306) Missing docblock for constant constants::M_LANG_KOKR
(#307) Missing docblock for constant constants::M_LANG_HIIN
(#308) Missing docblock for constant constants::M_LANG_ARAE
(#308) Expected at least 1 space after "="; 0 found
(#308) Expected 1 space after "="; 0 found
(#309) Missing docblock for constant constants::M_LANG_ARSA
(#309) Expected at least 1 space after "="; 0 found
(#309) Expected 1 space after "="; 0 found
(#310) Missing docblock for constant constants::M_LANG_ZHCN
(#310) Expected at least 1 space after "="; 0 found
(#310) Expected 1 space after "="; 0 found
(#311) Missing docblock for constant constants::M_LANG_NLNL
(#311) Expected at least 1 space after "="; 0 found
(#311) Expected 1 space after "="; 0 found
(#312) Missing docblock for constant constants::M_LANG_NLBE
(#312) Expected at least 1 space after "="; 0 found
(#312) Expected 1 space after "="; 0 found
(#313) Missing docblock for constant constants::M_LANG_ENIE
(#313) Expected at least 1 space after "="; 0 found
(#313) Expected 1 space after "="; 0 found
(#314) Missing docblock for constant constants::M_LANG_ENWL
(#314) Expected at least 1 space after "="; 0 found
(#314) Expected 1 space after "="; 0 found
(#315) Missing docblock for constant constants::M_LANG_ENAB
(#315) Expected at least 1 space after "="; 0 found
(#315) Expected 1 space after "="; 0 found
(#316) Missing docblock for constant constants::M_LANG_FAIR
(#316) Expected at least 1 space after "="; 0 found
(#316) Expected 1 space after "="; 0 found
(#317) Missing docblock for constant constants::M_LANG_DECH
(#317) Expected at least 1 space after "="; 0 found
(#317) Expected 1 space after "="; 0 found
(#318) Missing docblock for constant constants::M_LANG_HEIL
(#318) Expected at least 1 space after "="; 0 found
(#318) Expected 1 space after "="; 0 found
(#319) Missing docblock for constant constants::M_LANG_IDID
(#319) Expected at least 1 space after "="; 0 found
(#319) Expected 1 space after "="; 0 found
(#320) Missing docblock for constant constants::M_LANG_JAJP
(#320) Expected at least 1 space after "="; 0 found
(#320) Expected 1 space after "="; 0 found
(#321) Missing docblock for constant constants::M_LANG_MSMY
(#321) Expected at least 1 space after "="; 0 found
(#321) Expected 1 space after "="; 0 found
(#322) Missing docblock for constant constants::M_LANG_PTPT
(#322) Expected at least 1 space after "="; 0 found
(#322) Expected 1 space after "="; 0 found
(#323) Missing docblock for constant constants::M_LANG_RURU
(#323) Expected at least 1 space after "="; 0 found
(#323) Expected 1 space after "="; 0 found
(#324) Missing docblock for constant constants::M_LANG_TAIN
(#324) Expected at least 1 space after "="; 0 found
(#324) Expected 1 space after "="; 0 found
(#325) Missing docblock for constant constants::M_LANG_TEIN
(#325) Expected at least 1 space after "="; 0 found
(#325) Expected 1 space after "="; 0 found
(#326) Missing docblock for constant constants::M_LANG_TRTR
(#326) Expected at least 1 space after "="; 0 found
(#326) Expected 1 space after "="; 0 found
(#327) Missing docblock for constant constants::M_LANG_NONO
(#327) Expected at least 1 space after "="; 0 found
(#327) Expected 1 space after "="; 0 found
(#328) Missing docblock for constant constants::M_LANG_NBNO
(#328) Expected at least 1 space after "="; 0 found
(#328) Expected 1 space after "="; 0 found
(#329) Missing docblock for constant constants::M_LANG_NNNO
(#329) Expected at least 1 space after "="; 0 found
(#329) Expected 1 space after "="; 0 found
(#330) Missing docblock for constant constants::M_LANG_PSAF
(#331) Missing docblock for constant constants::M_LANG_PLPL
(#331) Expected at least 1 space after "="; 0 found
(#331) Expected 1 space after "="; 0 found
(#332) Missing docblock for constant constants::M_LANG_RORO
(#332) Expected at least 1 space after "="; 0 found
(#332) Expected 1 space after "="; 0 found
(#333) Missing docblock for constant constants::M_LANG_SVSE
(#333) Expected at least 1 space after "="; 0 found
(#333) Expected 1 space after "="; 0 found
(#334) Missing docblock for constant constants::M_LANG_UKUA
(#334) Expected at least 1 space after "="; 0 found
(#334) Expected 1 space after "="; 0 found
(#335) Missing docblock for constant constants::M_LANG_EUES
(#335) Expected at least 1 space after "="; 0 found
(#335) Expected 1 space after "="; 0 found
(#336) Missing docblock for constant constants::M_LANG_FIFI
(#336) Expected at least 1 space after "="; 0 found
(#336) Expected 1 space after "="; 0 found
(#337) Missing docblock for constant constants::M_LANG_HUHU
(#337) Expected at least 1 space after "="; 0 found
(#337) Expected 1 space after "="; 0 found
(#338) Missing docblock for constant constants::M_LANG_MINZ
(#338) Expected at least 1 space after "="; 0 found
(#338) Expected 1 space after "="; 0 found
(#339) Missing docblock for constant constants::M_LANG_VIVN
(#339) Expected at least 1 space after "="; 0 found
(#339) Expected 1 space after "="; 0 found
(#341) Missing docblock for constant constants::M_LANG_BGBG
(#342) Missing docblock for constant constants::M_LANG_CSCZ
(#343) Missing docblock for constant constants::M_LANG_ELGR
(#344) Missing docblock for constant constants::M_LANG_HRHR
(#345) Missing docblock for constant constants::M_LANG_LTLT
(#346) Missing docblock for constant constants::M_LANG_LVLV
(#347) Missing docblock for constant constants::M_LANG_SKSK
(#348) Missing docblock for constant constants::M_LANG_SOSO
(#349) Missing docblock for constant constants::M_LANG_SLSI
(#350) Missing docblock for constant constants::M_LANG_ISIS
(#351) Missing docblock for constant constants::M_LANG_MKMK
(#352) Missing docblock for constant constants::M_LANG_SRRS
(#354) Missing docblock for constant constants::TTS_NONE
(#354) Expected at least 1 space before "="; 0 found
(#354) Expected at least 1 space after "="; 0 found
(#354) Expected 1 space before "="; 0 found
(#354) Expected 1 space after "="; 0 found
(#356) Missing docblock for constant constants::TRANSCRIBER_GUIDED
(#357) Missing docblock for constant constants::TRANSCRIBER_STRICT
(#359) Inline comments must start with a capital letter, digit or 3-dots sequence
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) No space found before comment text; expected "// no longer used" but found "//no longer used"
(#360) Missing docblock for constant constants::TRANSCRIBER_NONE
(#360) Inline comments must start with a capital letter, digit or 3-dots sequence
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) No space found before comment text; expected "// defunct" but found "//defunct"
(#361) Missing docblock for constant constants::TRANSCRIBER_AMAZONSTREAMING
(#361) Expected at least 1 space after "="; 0 found
(#361) 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 "// defunct" but found "//defunct"
(#363) Missing docblock for constant constants::M_STARTPREVIEW
(#363) Expected at least 1 space before "="; 0 found
(#363) Expected 1 space before "="; 0 found
(#364) Missing docblock for constant constants::M_STARTLANDR
(#364) Expected at least 1 space before "="; 0 found
(#364) Expected 1 space before "="; 0 found
(#365) Missing docblock for constant constants::M_STARTSHADOW
(#365) Expected at least 1 space before "="; 0 found
(#365) Expected 1 space before "="; 0 found
(#366) Missing docblock for constant constants::M_STARTNOSHADOW
(#366) Expected at least 1 space before "="; 0 found
(#366) Expected 1 space before "="; 0 found
(#367) Missing docblock for constant constants::M_RETURNMENU
(#367) Expected at least 1 space before "="; 0 found
(#367) Expected 1 space before "="; 0 found
(#368) Missing docblock for constant constants::M_STOPANDPLAY
(#368) Expected at least 1 space before "="; 0 found
(#368) Expected 1 space before "="; 0 found
(#369) Missing docblock for constant constants::M_BACKTOTOP
(#369) Expected at least 1 space before "="; 0 found
(#369) Expected 1 space before "="; 0 found
(#370) Missing docblock for constant constants::M_STOP_BTN
(#371) Missing docblock for constant constants::M_PLAY_BTN
(#373) Missing docblock for constant constants::M_PUSH_NONE
(#373) Expected at least 1 space after "="; 0 found
(#373) Expected 1 space after "="; 0 found
(#374) Missing docblock for constant constants::M_PUSH_PASSAGE
(#374) Expected at least 1 space after "="; 0 found
(#374) Expected 1 space after "="; 0 found
(#375) Missing docblock for constant constants::M_PUSH_ALTERNATIVES
(#375) Expected at least 1 space after "="; 0 found
(#375) Expected 1 space after "="; 0 found
(#376) Missing docblock for constant constants::M_PUSH_QUESTIONS
(#376) Expected at least 1 space after "="; 0 found
(#376) Expected 1 space after "="; 0 found
(#377) Missing docblock for constant constants::M_PUSH_TARGETWPM
(#377) Expected at least 1 space after "="; 0 found
(#377) Expected 1 space after "="; 0 found
(#378) Missing docblock for constant constants::M_PUSH_TTSMODELAUDIO
(#379) Missing docblock for constant constants::M_PUSH_TIMELIMIT
(#380) Missing docblock for constant constants::M_PUSH_MODES
(#381) Missing docblock for constant constants::M_PUSH_GRADESETTINGS
(#382) Missing docblock for constant constants::M_PUSH_CANEXITEARLY
(#384) Missing docblock for constant constants::M_USE_DATATABLES
(#384) Expected at least 1 space before "="; 0 found
(#384) Expected at least 1 space after "="; 0 found
(#384) Expected 1 space before "="; 0 found
(#384) Expected 1 space after "="; 0 found
(#385) Missing docblock for constant constants::COMPLETION_ALLSTEPS
(#386) Missing docblock for constant constants::COMPLETION_MINGRADE
(#387) Missing docblock for constant constants::M_STANDARD_FONTS
(#391) Missing docblock for constant constants::M_GOOGLE_FONTS
(#392) Whitespace found at end of line
(#393) Expected 1 newline at end of file; 0 found
(#393) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/dates.php
(#1) Moodle boilerplate not found
(#10) Missing @copyright tag
(#10) Missing @license tag
(#10) Missing docblock for class dates
(#10) Opening brace must not be followed by a blank line
public/mod/readaloud/classes/diff.php
(#1) Moodle boilerplate not found
(#18) Blank comments are not allowed
(#19) Missing docblock for class diff
(#19) Opening brace must not be followed by a blank line
(#21) Inline comments must start with a capital letter, digit or 3-dots sequence
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) Missing docblock for constant diff::MATCHED
(#23) Missing docblock for constant diff::UNMATCHED
(#24) Missing docblock for constant diff::ALTERNATEMATCH
(#25) Missing docblock for constant diff::NOTALTERNATEMATCH
(#28) Line indented incorrectly; expected at least 4 spaces, found 1
(#29) Line indented incorrectly; expected at least 4 spaces, found 1
(#30) Line indented incorrectly; expected at least 4 spaces, found 1
(#31) Missing docblock for function fetchWordArray
(#31) Public method name "diff::fetchWordArray" must be in lower-case letters only
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) No space found before comment text; expected "// tidy up the text so its just lower case words seperated by spaces" but found "//tidy up the text so its just lower case words seperated by spaces"
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#40) Expected 1 space after FUNCTION keyword; 0 found
(#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
(#44) No space found before comment text; expected "// re index array because array_filter converts array to assoc. (ie could have gone from indexes 0,1,2,3,4,5 to 0,1,3,4,5)" but found "//re index array because array_filter converts array to assoc. (ie could have gone from indexes 0,1,2,3,4,5 to 0,1,3,4,5)"
(#55) Missing docblock for function isUnicodemb4
(#55) Public method name "diff::isUnicodemb4" must be in lower-case letters only
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) This comment is 42% valid code; is this commented out code?
(#56) No space found before comment text; expected "// $testtext = "test text: " . "\xf8\xa1\xa1\xa1\xa1"; //this will fail for sure" but found "//$testtext = "test text: " . "\xf8\xa1\xa1\xa1\xa1"; //this will fail for sure"
(#58) Expected 1 space after "="; 2 found
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) No space found before comment text; expected "// strip tags is bad for non UTF-8. It might even be the real problem we need to solve here" but found "//strip tags is bad for non UTF-8. It might even be the real problem we need to solve here"
(#60) No space found before comment text; expected "// this anecdotally might help: $thetext =utf8_decode($thetext);" but found "//this anecdotally might help: $thetext =utf8_decode($thetext);"
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// anyway the unicode problems appear after to combo of strtolower and strip_tags, so we call them first" but found "//anyway the unicode problems appear after to combo of strtolower and strip_tags, so we call them first"
(#66) Expected "if (...) {\n"; found "if(...){"
(#66) Expected 1 space after IF keyword; 0 found
(#66) Expected 1 space after closing parenthesis; found 0
(#66) Newline required after opening brace
(#66) Closing brace must be on a line by itself
(#68) Expected "if (...) {\n"; found "if(...){"
(#68) Expected 1 space after IF keyword; 0 found
(#68) Expected 1 space after closing parenthesis; found 0
(#68) Newline required after opening brace
(#68) Closing brace must be on a line by itself
(#70) Expected "if (...) {\n"; found "if(...){"
(#70) Expected 1 space after IF keyword; 0 found
(#70) Expected 1 space after closing parenthesis; found 0
(#70) Newline required after opening brace
(#70) Closing brace must be on a line by itself
(#72) Expected "if (...) {\n"; found "if(...){\n"
(#72) Expected 1 space after IF keyword; 0 found
(#72) Expected 1 space after closing parenthesis; found 0
(#74) Expected 1 space after closing brace; 0 found
(#74) Expected "} else {\n"; found "}else{\n"
(#74) Expected 1 space after ELSE keyword; 0 found
(#92) Missing docblock for function cleanText
(#92) Public method name "diff::cleanText" must be in lower-case letters only
(#92) Expected 1 space between comma and argument "$unicodemb4"; 0 found
(#92) Commas (,) must be followed by white space.
(#92) Expected 1 space between the comma and "$unicodemb4". Found: no spaces
(#92) Incorrect spacing between argument "$unicodemb4" and equals sign; expected 1 but found 0
(#92) Incorrect spacing between default value and equals sign for argument "$unicodemb4"; expected 1 but found 0
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) No space found before comment text; expected "// f we think its unicodemb4, first test and then get on with it" but found "//f we think its unicodemb4, first test and then get on with it"
(#94) Expected "if (...) {\n"; found "if(...){\n"
(#94) Expected 1 space after IF keyword; 0 found
(#94) Expected 1 space after closing parenthesis; found 0
(#95) Expected at least 1 space before "="; 0 found
(#95) Expected at least 1 space after "="; 0 found
(#95) Expected 1 space before "="; 0 found
(#95) Expected 1 space after "="; 0 found
(#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 "// lowercaseify" but found "//lowercaseify"
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) No space found before comment text; expected "// remove any html" but found "//remove any html"
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// replace all line ends with spaces" but found "//replace all line ends with spaces"
(#105) Expected "if (...) {\n"; found "if(...) {\n"
(#105) Expected 1 space after IF keyword; 0 found
(#109) Expected 1 space after closing brace; 0 found
(#109) Expected "} else {\n"; found "}else{\n"
(#109) Expected 1 space after ELSE keyword; 0 found
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) No space found before comment text; expected "// remove punctuation. This is where we needed the unicode flag" but found "//remove punctuation. This is where we needed the unicode flag"
(#116) No space found before comment text; expected "// see https://stackoverflow.com/questions/5233734/how-to-strip-punctuation-in-php" but found "//see https://stackoverflow.com/questions/5233734/how-to-strip-punctuation-in-php"
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) No space found before comment text; expected "// https://stackoverflow.com/questions/5689918/php-strip-punctuation" but found "//https://stackoverflow.com/questions/5689918/php-strip-punctuation"
(#119) Expected "if (...) {\n"; found "if(...) {\n"
(#119) Expected 1 space after IF keyword; 0 found
(#121) Expected 1 space after closing brace; 0 found
(#121) Expected "} else {\n"; found "}else{\n"
(#121) Expected 1 space after ELSE keyword; 0 found
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) No space found before comment text; expected "// remove bad chars" but found "//remove bad chars"
(#126) Variable "b_open" must not contain underscores.
(#127) Variable "b_close" must not contain underscores.
(#128) Variable "b_sopen" must not contain underscores.
(#129) Variable "b_sclose" must not contain underscores.
(#130) Short array syntax must be used to define arrays
(#130) Variable "b_open" must not contain underscores.
(#130) Variable "b_close" must not contain underscores.
(#130) Variable "b_sopen" must not contain underscores.
(#130) Variable "b_sclose" must not contain underscores.
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) No space found before comment text; expected "// remove double spaces" but found "//remove double spaces"
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) No space found before comment text; expected "// split on spaces into words" but found "//split on spaces into words"
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) No space found before comment text; expected "// remove any empty elements" but found "//remove any empty elements"
(#139) Expected 1 space after FUNCTION keyword; 0 found
(#161) Line exceeds 132 characters; contains 156 characters
(#167) Missing docblock for function fetchAlternativesArray
(#167) Public method name "diff::fetchAlternativesArray" must be in lower-case letters only
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) No space found before comment text; expected "// return empty if input data is useless" but found "//return empty if input data is useless"
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) No space found before comment text; expected "// regexp from https://stackoverflow.com/questions/7058168/explode-textarea-php-at-new-lines" but found "//regexp from https://stackoverflow.com/questions/7058168/explode-textarea-php-at-new-lines"
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) No space found before comment text; expected "// clean each word in set" but found "//clean each word in set"
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) No space found before comment text; expected "// Do some adhoc match judgement based on common language transcription errors by AI" but found "//Do some adhoc match judgement based on common language transcription errors by AI"
(#213) Missing docblock for function generous_match
(#214) No space found after comma in argument list
(#214) Commas (,) must be followed by white space.
(#214) Expected 1 space between the comma and "0". Found: no spaces
(#214) No space found after comma in argument list
(#214) Commas (,) must be followed by white space.
(#214) Expected 1 space between the comma and "2". Found: no spaces
(#230) No space found before comment text; expected "// Loop through passage, nest looping through transcript building collections of sequences (passage match records)" but found "//Loop through passage, nest looping through transcript building collections of sequences (passage match records)"
(#231) No space found before comment text; expected "// one sequence = sequence_length[length] + sequence_start(transcript)[tposition] + sequence_start(passage)[pposition]" but found "//one sequence = sequence_length[length] + sequence_start(transcript)[tposition] + sequence_start(passage)[pposition]"
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) No space found before comment text; expected "// we do not discriminate over length or position of sequence at this stage. All sequences are saved" but found "//we do not discriminate over length or position of sequence at this stage. All sequences are saved"
(#234) No space found before comment text; expected "// NB The sequence length should be the same in the passage and transcript (because they "matched")" but found "//NB The sequence length should be the same in the passage and transcript (because they "matched")"
(#235) No space found before comment text; expected "// But we attempted to have "multiple word alternatives" which could mean that the match length in the transcript" but found "//But we attempted to have "multiple word alternatives" which could mean that the match length in the transcript"
(#237) No space found before comment text; expected "// eg 1989 -> nineteen eighty nine." but found "//eg 1989 -> nineteen eighty nine."
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) No space found before comment text; expected "// returns array of sequences" but found "//returns array of sequences"
(#243) Missing docblock for function fetchSequences
(#243) Public method name "diff::fetchSequences" must be in lower-case letters only
(#243) Expected 1 space between comma and argument "$transcriptphones"; 0 found
(#243) Commas (,) must be followed by white space.
(#243) Expected 1 space between the comma and "$transcriptphones". Found: no spaces
(#243) Incorrect spacing between argument "$transcriptphones" and equals sign; expected 1 but found 0
(#243) Incorrect spacing between default value and equals sign for argument "$transcriptphones"; expected 1 but found 0
(#243) Incorrect spacing between argument "$passagephones" and equals sign; expected 1 but found 0
(#243) Incorrect spacing between default value and equals sign for argument "$passagephones"; expected 1 but found 0
(#243) Line exceeds 132 characters; contains 138 characters
(#244) Variable "p_length" must not contain underscores.
(#245) Variable "t_length" must not contain underscores.
(#246) Short array syntax must be used to define arrays
(#247) Variable "t_slength" must not contain underscores.
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) No space found before comment text; expected "// sequence length (in the transcript)" but found "//sequence length (in the transcript)"
(#248) Variable "p_slength" must not contain underscores.
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) No space found before comment text; expected "// sequence length (in the passage)" but found "//sequence length (in the passage)"
(#249) Variable "alt_positions" must not contain underscores.
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) No space found before comment text; expected "// we record alternate usages in sequence" but found "//we record alternate usages in sequence"
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) No space found before comment text; expected "// transcript sequence match search start index" but found "//transcript sequence match search start index"
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) No space found before comment text; expected "// if any alternates declare a forward match we keep that here" but found "//if any alternates declare a forward match we keep that here"
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) No space found before comment text; expected "// loop through passage word by word" but found "//loop through passage word by word"
(#254) Variable "p_length" must not contain underscores.
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) No space found before comment text; expected "// loop through transcript finding matches starting from current passage word" but found "//loop through transcript finding matches starting from current passage word"
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) No space found before comment text; expected "// we step over the length of any sequences we have already found to begin search for next sequence" but found "//we step over the length of any sequences we have already found to begin search for next sequence"
(#257) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#257) Variable "t_slength" must not contain underscores.
(#257) Variable "t_length" must not contain underscores.
(#258) Variable "p_slength" must not contain underscores.
(#258) Variable "p_length" must not contain underscores.
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) No space found before comment text; expected "// get words to compare" but found "//get words to compare"
(#261) Variable "p_slength" must not contain underscores.
(#262) Variable "t_slength" must not contain underscores.
(#264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#264) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) No space found before comment text; expected "// if we have phones do those here" but found "//if we have phones do those here"
(#265) Expected "if (...) {\n"; found "if(...){\n"
(#265) Expected 1 space after IF keyword; 0 found
(#265) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#266) Variable "p_slength" must not contain underscores.
(#267) Variable "t_slength" must not contain underscores.
(#267) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#267) Expected 1 space after closing parenthesis; found 0
(#268) Variable "t_slength" must not contain underscores.
(#269) Variable "p_slength" must not contain underscores.
(#270) Expected 1 space after closing brace; 0 found
(#270) Expected "} else {\n"; found "}else{\n"
(#270) Expected 1 space after ELSE keyword; 0 found
(#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 "// check for a forward match" but found "//check for a forward match"
(#280) Inline comments must start with a capital letter, digit or 3-dots sequence
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) No space found before comment text; expected "// we matched a passage word + but did not use the next transcript word, so roll back t_slength" but found "//we matched a passage word + but did not use the next transcript word, so roll back t_slength"
(#282) Variable "t_slength" must not contain underscores.
(#287) Inline comments must start with a capital letter, digit or 3-dots sequence
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) No space found before comment text; expected "// check for a direct match" but found "//check for a direct match"
(#292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) No space found before comment text; expected "// if no direct match is there an alternates match" but found "//if no direct match is there an alternates match"
(#294) Variable "altsearch_result" must not contain underscores.
(#294) Opening parenthesis of a multi-line function call must be the last content on the line
(#295) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#296) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#296) Closing parenthesis of a multi-line function call must be on a line by itself
(#297) Variable "altsearch_result" must not contain underscores.
(#299) Variable "altsearch_result" must not contain underscores.
(#300) Variable "alt_positions" must not contain underscores.
(#300) Variable "p_slength" must not contain underscores.
(#304) Inline comments must start with a capital letter, digit or 3-dots sequence
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) No space found before comment text; expected "// do a phonetics match .. only JP currently" but found "//do a phonetics match .. only JP currently"
(#305) Expected "if (...) {\n"; found "if(...){\n"
(#305) Expected 1 space after IF keyword; 0 found
(#305) Expected 1 space after closing parenthesis; found 0
(#306) Variable "phone_result" must not contain underscores.
(#306) Expected at least 1 space before "="; 0 found
(#306) Expected 1 space before "="; 0 found
(#306) No space found after comma in argument list
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space between the comma and "$pphoneword". Found: no spaces
(#306) No space found after comma in argument list
(#306) Commas (,) must be followed by white space.
(#306) Expected 1 space between the comma and "$language". Found: no spaces
(#307) Expected "if (...) {\n"; found "if(...){\n"
(#307) Expected 1 space after IF keyword; 0 found
(#307) Variable "phone_result" must not contain underscores.
(#307) Expected 1 space after closing parenthesis; found 0
(#308) Expected at least 1 space before "="; 0 found
(#308) Expected 1 space before "="; 0 found
(#312) Inline comments must start with a capital letter, digit or 3-dots sequence
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) No space found before comment text; expected "// else check for a generous match(eg for english +s and +ed we give it to them)" but found "//else check for a generous match(eg for english +s and +ed we give it to them)"
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) No space found before comment text; expected "// if we have a match and the passage and transcript each have another word, we will continue" but found "//if we have a match and the passage and transcript each have another word, we will continue"
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) No space found before comment text; expected "// (ie to try to match the next word)" but found "//(ie to try to match the next word)"
(#319) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#320) Variable "t_slength" must not contain underscores.
(#320) Variable "t_length" must not contain underscores.
(#321) Variable "p_slength" must not contain underscores.
(#321) Variable "p_length" must not contain underscores.
(#321) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#322) Inline comments must start with a capital letter, digit or 3-dots sequence
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) No space found before comment text; expected "// continue building sequence" but found "//continue building sequence"
(#323) Variable "p_slength" must not contain underscores.
(#324) Variable "t_slength" must not contain underscores.
(#326) No space found before comment text; expected "// We add a provisional match here. This means lots of shorter sequences added to sequences[]" but found "//We add a provisional match here. This means lots of shorter sequences added to sequences[]"
(#328) No space found before comment text; expected "// this is necessary for an unusual case where two sequences overlap" but found "//this is necessary for an unusual case where two sequences overlap"
(#329) No space found before comment text; expected "// at the end of one and the beginning of the other." but found "//at the end of one and the beginning of the other."
(#330) No space found before comment text; expected "// without a provisional match, the shorter seq. will lose the election and be unselected at fetchDiffs()" but found "//without a provisional match, the shorter seq. will lose the election and be unselected at fetchDiffs()"
(#331) No space found before comment text; expected "// and the unoverlapped part will be marked unmatched" but found "//and the unoverlapped part will be marked unmatched"
(#332) No space found before comment text; expected "// this occurs with a combination of wildcards and extraneous words in transcript" but found "//this occurs with a combination of wildcards and extraneous words in transcript"
(#333) No space found before comment text; expected "// eg transcript: home is where the heart resides oligarchy it stomach said ..." but found "//eg transcript: home is where the heart resides oligarchy it stomach said ..."
(#334) No space found before comment text; expected "// passage: home is where the heart resides Aragaki Tsutomu said ..." but found "//passage: home is where the heart resides Aragaki Tsutomu said ..."
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#335) No space found before comment text; expected "// wildcards on Aragaki and Tsutomu caused this overlap problem" but found "//wildcards on Aragaki and Tsutomu caused this overlap problem"
(#337) Variable "p_slength" must not contain underscores.
(#338) Variable "t_slength" must not contain underscores.
(#341) Variable "alt_positions" must not contain underscores.
(#344) Inline comments must start with a capital letter, digit or 3-dots sequence
(#344) Inline comments must end in full-stops, exclamation marks, or question marks
(#344) No space found before comment text; expected "// else: no match or end of transcript/passage," but found "//else: no match or end of transcript/passage,"
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) No space found before comment text; expected "// if we have a match here, then its the last word of passage or transcript..." but found "//if we have a match here, then its the last word of passage or transcript..."
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) No space found before comment text; expected "// we build our sequence object, store it in $sequences, and return" but found "//we build our sequence object, store it in $sequences, and return"
(#349) Variable "p_slength" must not contain underscores.
(#350) Variable "t_slength" must not contain underscores.
(#352) Variable "p_slength" must not contain underscores.
(#353) Variable "t_slength" must not contain underscores.
(#356) Variable "alt_positions" must not contain underscores.
(#359) Inline comments must start with a capital letter, digit or 3-dots sequence
(#359) No space found before comment text; expected "// we bump tstart, which will end this loop" but found "//we bump tstart, which will end this loop"
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) No space found before comment text; expected "// and we reset our sequence lengths because the outer loop may yet continue" but found "//and we reset our sequence lengths because the outer loop may yet continue"
(#361) Variable "t_slength" must not contain underscores.
(#362) Variable "p_slength" must not contain underscores.
(#363) Variable "t_slength" must not contain underscores.
(#364) Variable "alt_positions" must not contain underscores.
(#366) Inline comments must start with a capital letter, digit or 3-dots sequence
(#366) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) No space found before comment text; expected "// if we never even had a sequence we just move to next word in transcript" but found "//if we never even had a sequence we just move to next word in transcript"
(#367) Variable "p_slength" must not contain underscores.
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) No space found before comment text; expected "// if we had a sequence but this is not a match, we build the sequence object, store it in $sequences," but found "//if we had a sequence but this is not a match, we build the sequence object, store it in $sequences,"
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) No space found before comment text; expected "// step transcript index and look for next sequence" but found "//step transcript index and look for next sequence"
(#374) Variable "p_slength" must not contain underscores.
(#375) Variable "t_slength" must not contain underscores.
(#378) Variable "alt_positions" must not contain underscores.
(#381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#381) Inline comments must end in full-stops, exclamation marks, or question marks
(#381) No space found before comment text; expected "// re init transcript loop variables for the next pass" but found "//re init transcript loop variables for the next pass"
(#382) Variable "t_slength" must not contain underscores.
(#383) Variable "p_slength" must not contain underscores.
(#384) Variable "t_slength" must not contain underscores.
(#385) Variable "alt_positions" must not contain underscores.
(#386) Blank line found at end of control structure
(#390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#390) No space found before comment text; expected "// reset transcript loop variables for each pass of passageword loop" but found "//reset transcript loop variables for each pass of passageword loop"
(#392) Blank line found at end of control structure
(#396) Closing brace must not be followed by any comment or statement on the same line
(#398) Missing docblock for function debug_print_sequence
(#402) The use of function print_r() is forbidden
(#413) Missing docblock for function phonetics_match
(#413) Expected 1 space between comma and argument "$tphoneword"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space between the comma and "$tphoneword". Found: no spaces
(#413) Expected 1 space between comma and argument "$language"; 0 found
(#413) Commas (,) must be followed by white space.
(#413) Expected 1 space between the comma and "$language". Found: no spaces
(#414) Expected "if (...) {\n"; found "if(...){\n"
(#414) Expected 1 space after IF keyword; 0 found
(#414) No space found after comma in argument list
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space between the comma and "$tphoneword". Found: no spaces
(#414) Expected 1 space after closing parenthesis; found 0
(#416) Expected 1 space after closing brace; 0 found
(#416) Expected "} else {\n"; found "}else{\n"
(#416) Expected 1 space after ELSE keyword; 0 found
(#424) Missing docblock for function check_alternatives_for_match
(#430) Inline comments must start with a capital letter, digit or 3-dots sequence
(#430) No space found before comment text; expected "// loop through all alternatives" but found "//loop through all alternatives"
(#431) Inline comments must end in full-stops, exclamation marks, or question marks
(#431) No space found before comment text; expected "// and then through each alternative->wordset" but found "//and then through each alternative->wordset"
(#437) Inline comments must start with a capital letter, digit or 3-dots sequence
(#437) No space found before comment text; expected "// we no longer process wildcards while matching (we just reverse errors later)" but found "//we no longer process wildcards while matching (we just reverse errors later)"
(#438) Inline comments must end in full-stops, exclamation marks, or question marks
(#438) No space found before comment text; expected "// if ($wordset[$setindex] == $transcriptword || $wordset[$setindex] == '*') {" but found "//if ($wordset[$setindex] == $transcriptword || $wordset[$setindex] == '*') {"
(#453) Inline comments must start with a capital letter, digit or 3-dots sequence
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#453) No space found before comment text; expected "// we return the matchlength" but found "//we return the matchlength"
(#461) Missing docblock for function fetchWildcardsArray
(#461) Public method name "diff::fetchWildcardsArray" must be in lower-case letters only
(#464) Inline comments must start with a capital letter, digit or 3-dots sequence
(#464) Inline comments must end in full-stops, exclamation marks, or question marks
(#464) No space found before comment text; expected "// if alternatives are empty, we return an empty array" but found "//if alternatives are empty, we return an empty array"
(#465) Expected "if (...) {\n"; found "if(...){\n"
(#465) Expected 1 space after IF keyword; 0 found
(#465) Expected 1 space after closing parenthesis; found 0
(#468) Inline comments must start with a capital letter, digit or 3-dots sequence
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
(#468) No space found before comment text; expected "// sometimes the code passes the string in, and sometimes, an array, lets just turn strings into array" but found "//sometimes the code passes the string in, and sometimes, an array, lets just turn strings into array"
(#469) Expected "if (...) {\n"; found "if(...){\n"
(#469) Expected 1 space after IF keyword; 0 found
(#469) Expected 1 space after closing parenthesis; found 0
(#473) Inline comments must start with a capital letter, digit or 3-dots sequence
(#473) No space found before comment text; expected "// loop through all alternatives" but found "//loop through all alternatives"
(#474) Inline comments must end in full-stops, exclamation marks, or question marks
(#474) No space found before comment text; expected "// and then through each alternative->wordset" but found "//and then through each alternative->wordset"
(#485) Inline comments must start with a capital letter, digit or 3-dots sequence
(#485) Inline comments must end in full-stops, exclamation marks, or question marks
(#485) No space found before comment text; expected "// we return the wildcards" but found "//we return the wildcards"
(#489) Missing docblock for function mb_strequals
(#491) This comment is 60% valid code; is this commented out code?
(#491) Line indented incorrectly; expected at least 8 spaces, found 0
(#498) Line indented incorrectly; expected at least 8 spaces, found 0
(#499) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#501) Function closing brace must go on the next line following the body; found 2 blank lines before brace
(#503) Inline comments must start with a capital letter, digit or 3-dots sequence
(#503) No space found before comment text; expected "// for use with PHP usort and arrays of sequences" but found "//for use with PHP usort and arrays of sequences"
(#504) No space found before comment text; expected "// sort array so that long sequences come first." but found "//sort array so that long sequences come first."
(#505) No space found before comment text; expected "// if sequences are of equal length, the one whose transcript index is earlier comes first" but found "//if sequences are of equal length, the one whose transcript index is earlier comes first"
(#506) Inline comments must end in full-stops, exclamation marks, or question marks
(#506) No space found before comment text; expected "// if transcript positions are equal the ones whose pposition is earlier is selected" but found "//if transcript positions are equal the ones whose pposition is earlier is selected"
(#507) Missing docblock for function cmp
(#510) Expected "if (...) {\n"; found "if(...){\n"
(#510) Expected 1 space after IF keyword; 0 found
(#510) Expected 1 space after closing parenthesis; found 0
(#512) Expected 1 space after closing brace; 0 found
(#512) Expected "} else {\n"; found "}else{\n"
(#512) Expected 1 space after ELSE keyword; 0 found
(#515) Blank line found at end of control structure
(#523) Inline comments must start with a capital letter, digit or 3-dots sequence
(#523) No space found before comment text; expected "// returns an array of "diff" results, one for each word(ie position) in passage" but found "//returns an array of "diff" results, one for each word(ie position) in passage"
(#524) No space found before comment text; expected "// i) default all passage positions to unmatched (self::UNMATCHED)" but found "//i) default all passage positions to unmatched (self::UNMATCHED)"
(#525) No space found before comment text; expected "// ii) sort sequences by length(longer sorts higher), transcript position (earlier sorts higher)" but found "//ii) sort sequences by length(longer sorts higher), transcript position (earlier sorts higher)"
(#526) No space found before comment text; expected "// iii) for each sequence" but found "//iii) for each sequence"
(#527) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#528) Line exceeds 132 characters; contains 142 characters
(#528) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#529) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#530) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#531) No space found before comment text; expected "// iv) we do various adhoc checks based on common problems we find in the wild" but found "//iv) we do various adhoc checks based on common problems we find in the wild"
(#533) No space found before comment text; expected "// NB aborted supporting "multiple word alternatives" at this point. We know the sequence length in transcript" but found "//NB aborted supporting "multiple word alternatives" at this point. We know the sequence length in transcript"
(#534) No space found before comment text; expected "// but we can not add a valid tposition for a pposition in the final diff array when the pposition occurs" but found "//but we can not add a valid tposition for a pposition in the final diff array when the pposition occurs"
(#535) Inline comments must end in full-stops, exclamation marks, or question marks
(#536) Missing docblock for function fetchDiffs
(#536) Public method name "diff::fetchDiffs" must be in lower-case letters only
(#537) Inline comments must start with a capital letter, digit or 3-dots sequence
(#537) Inline comments must end in full-stops, exclamation marks, or question marks
(#537) No space found before comment text; expected "// i) default passage positions to unmatched and transcript position -1" but found "//i) default passage positions to unmatched and transcript position -1"
(#540) Inline comments must start with a capital letter, digit or 3-dots sequence
(#540) No space found before comment text; expected "// ii) sort sequences by length, transcript posn" but found "//ii) sort sequences by length, transcript posn"
(#541) Inline comments must end in full-stops, exclamation marks, or question marks
(#541) No space found before comment text; expected "// long sequences sort higher, and are placed in the diff array first" but found "//long sequences sort higher, and are placed in the diff array first"
(#542) Short array syntax must be used to define arrays
(#544) Inline comments must start with a capital letter, digit or 3-dots sequence
(#544) Inline comments must end in full-stops, exclamation marks, or question marks
(#544) No space found before comment text; expected "// record prior sequences for iii)" but found "//record prior sequences for iii)"
(#545) Short array syntax must be used to define arrays
(#547) Inline comments must start with a capital letter, digit or 3-dots sequence
(#547) Inline comments must end in full-stops, exclamation marks, or question marks
(#547) No space found before comment text; expected "// iii) loop through sequences" but found "//iii) loop through sequences"
(#552) Inline comments must start with a capital letter, digit or 3-dots sequence
(#552) No space found before comment text; expected "// iii) a) check passage position not already matched" but found "//iii) a) check passage position not already matched"
(#553) No space found before comment text; expected "// test with these sequences which should both match and not overlap" but found "//test with these sequences which should both match and not overlap"
(#554) No space found before comment text; expected "// A seq pposition=63 length=18" but found "//A seq pposition=63 length=18"
(#555) No space found before comment text; expected "// B seq pposition=81 length=42" but found "//B seq pposition=81 length=42"
(#556) Inline comments must end in full-stops, exclamation marks, or question marks
(#556) No space found before comment text; expected "// remember that pposition is 0 based and so pposition=0 and length 1, is char 1 only" but found "//remember that pposition is 0 based and so pposition=0 and length 1, is char 1 only"
(#565) Inline comments must start with a capital letter, digit or 3-dots sequence
(#565) Inline comments must end in full-stops, exclamation marks, or question marks
(#565) No space found before comment text; expected "// iii) b) check transcript match was not matched elsewhere in passage" but found "//iii) b) check transcript match was not matched elsewhere in passage"
(#566) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#567) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#571) Inline comments must start with a capital letter, digit or 3-dots sequence
(#571) Inline comments must end in full-stops, exclamation marks, or question marks
(#571) No space found before comment text; expected "// iii) c) check passsage match and transcript match positions are consistent with prev. sequences" but found "//iii) c) check passsage match and transcript match positions are consistent with prev. sequences"
(#572) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#573) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#577) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#578) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#585) Inline comments must start with a capital letter, digit or 3-dots sequence
(#585) Inline comments must end in full-stops, exclamation marks, or question marks
(#585) No space found before comment text; expected "// we do a fuzzy check for various anomalies that can occur" but found "//we do a fuzzy check for various anomalies that can occur"
(#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) No space found before comment text; expected "// distance from passage location to transcript location" but found "//distance from passage location to transcript location"
(#590) Inline comments must start with a capital letter, digit or 3-dots sequence
(#590) Inline comments must end in full-stops, exclamation marks, or question marks
(#590) No space found before comment text; expected "// distance between passage location and transcript length" but found "//distance between passage location and transcript length"
(#592) Inline comments must start with a capital letter, digit or 3-dots sequence
(#592) This comment is 50% valid code; is this commented out code?
(#592) No space found before comment text; expected "// $enddistance = $passagelength - $transcriptlength;" but found "//$enddistance = $passagelength - $transcriptlength;"
(#594) Inline comments must start with a capital letter, digit or 3-dots sequence
(#594) Inline comments must end in full-stops, exclamation marks, or question marks
(#594) No space found before comment text; expected "// ratio of alternates to full matches" but found "//ratio of alternates to full matches"
(#602) Inline comments must start with a capital letter, digit or 3-dots sequence
(#602) No space found before comment text; expected "// common is short matches after speaking ends" but found "//common is short matches after speaking ends"
(#603) No space found before comment text; expected "// particularly dangerous are wildcards and alternates" but found "//particularly dangerous are wildcards and alternates"
(#604) Line exceeds 132 characters; contains 134 characters
(#604) No space found before comment text; expected "// The gist of this is that if the passage match leaps far ahead of the transcript position it looks like a bogus match" but found "//The gist of this is that if the passage match leaps far ahead of the transcript position it looks like a bogus match"
(#605) Line exceeds 132 characters; contains 140 characters
(#608) Line exceeds 132 characters; contains 137 characters
(#608) Inline comments must end in full-stops, exclamation marks, or question marks
(#608) No space found before comment text; expected "// [alternatively we might see if the sequence is up until the last transcribed word (which is where it occurs most often]" but found "//[alternatively we might see if the sequence is up until the last transcribed word (which is where it occurs most often]"
(#611) Expected at least 1 space before "<"; 0 found
(#611) Expected at least 1 space after "<"; 0 found
(#611) Expected 1 space before "<"; 0 found
(#611) Expected 1 space after "<"; 0 found
(#620) Inline comments must start with a capital letter, digit or 3-dots sequence
(#620) No space found before comment text; expected "// record sequence as :" but found "//record sequence as :"
(#621) No space found before comment text; expected "// i) matched and" but found "//i) matched and"
(#622) No space found before comment text; expected "// ii) record transcript position so we can play it back." but found "//ii) record transcript position so we can play it back."
(#623) Inline comments must end in full-stops, exclamation marks, or question marks
(#623) No space found before comment text; expected "// Then store sequence in prior sequences" but found "//Then store sequence in prior sequences"
(#625) Inline comments must start with a capital letter, digit or 3-dots sequence
(#625) Inline comments must end in full-stops, exclamation marks, or question marks
(#625) No space found before comment text; expected "// word position in sequence ( 0 = first )" but found "//word position in sequence ( 0 = first )"
(#627) Inline comments must end in full-stops, exclamation marks, or question marks
(#627) No space found before comment text; expected "// NB pposition starts from 1. We adjust tposition to match" but found "//NB pposition starts from 1. We adjust tposition to match"
(#629) Inline comments must start with a capital letter, digit or 3-dots sequence
(#629) No space found before comment text; expected "// was this an alternatives match?" but found "//was this an alternatives match?"
(#641) Inline comments must start with a capital letter, digit or 3-dots sequence
(#641) Inline comments must end in full-stops, exclamation marks, or question marks
(#641) No space found before comment text; expected "// we are debugging return an array with some data we can look at" but found "//we are debugging return an array with some data we can look at"
(#665) Missing docblock for function applyWildcards
(#665) Public method name "diff::applyWildcards" must be in lower-case letters only
(#666) Variable "last_tposition" must not contain underscores.
(#667) Variable "last_p" must not contain underscores.
(#669) Inline comments must start with a capital letter, digit or 3-dots sequence
(#669) No space found before comment text; expected "// we do not want to go more than one beyond the last true matched passage word" but found "//we do not want to go more than one beyond the last true matched passage word"
(#670) Inline comments must end in full-stops, exclamation marks, or question marks
(#670) No space found before comment text; expected "// here we find the last passage match" but found "//here we find the last passage match"
(#673) Variable "last_p" must not contain underscores.
(#677) Inline comments must end in full-stops, exclamation marks, or question marks
(#677) No space found before comment text; expected "// If there is another passage word after that, it becomes the last possible wildcard match" but found "//If there is another passage word after that, it becomes the last possible wildcard match"
(#678) Variable "last_p" must not contain underscores.
(#679) Variable "last_p" must not contain underscores.
(#679) Variable "last_p" must not contain underscores.
(#682) Inline comments must start with a capital letter, digit or 3-dots sequence
(#682) Inline comments must end in full-stops, exclamation marks, or question marks
(#682) No space found before comment text; expected "// loop through to last acceptable passage word looking for wildcards" but found "//loop through to last acceptable passage word looking for wildcards"
(#683) Variable "last_p" must not contain underscores.
(#685) Variable "last_tposition" must not contain underscores.
(#687) Variable "last_tposition" must not contain underscores.
(#694) A closing tag is not permitted at the end of a PHP file
public/mod/readaloud/classes/event/attempt_submitted.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#45) Opening brace must not be followed by a blank line
(#108) Opening parenthesis of a multi-line function call must be the last content on the line
(#110) Multi-line function call not indented correctly; expected 8 spaces but found 13
(#110) Closing parenthesis of a multi-line function call must be on a line by itself
(#119) Possible useless method overriding detected
(#122) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#124) Missing docblock for function get_objectid_mapping
(#128) Missing docblock for function get_other_mapping
public/mod/readaloud/classes/event/course_module_viewed.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#28) Import statements must not begin with a leading backslash
(#37) Opening brace must not be followed by a blank line
(#48) Missing docblock for function get_objectid_mapping
(#49) Short array syntax must be used to define arrays
(#51) Missing docblock for function get_other_mapping
(#55) Expected 1 blank line at end of file; 2 found
public/mod/readaloud/classes/event_observer.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#38) Opening brace must not be followed by a blank line
(#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 "// constants::M_TABLE should be deleted elsewhere" but found "//constants::M_TABLE should be deleted elsewhere"
(#49) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
public/mod/readaloud/classes/external.php
(#17) Missing @copyright tag
(#17) Missing @license tag
(#24) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Missing docblock for class mod_readaloud_external
(#42) Opening brace must not be followed by a blank line
(#44) Missing docblock for function check_for_results_parameters
(#50) Missing docblock for function check_for_results
(#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
(#58) Opening parenthesis of a multi-line function call must be the last content on the line
(#59) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#59) Closing parenthesis of a multi-line function call must be on a line by itself
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Empty IF statement detected
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Missing docblock for function check_for_results_returns
(#99) Missing docblock for function submit_regular_attempt_parameters
(#108) Missing docblock for function submit_regular_attempt
(#111) Opening parenthesis of a multi-line function call must be the last content on the line
(#112) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#112) Closing parenthesis of a multi-line function call must be on a line by itself
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Missing docblock for function submit_regular_attempt_returns
(#167) Missing docblock for function compare_passage_to_transcript_parameters
(#177) Missing docblock for function compare_passage_to_transcript
(#180) Expected "if (...) {\n"; found "if(...){\n"
(#180) Expected 1 space after IF keyword; 0 found
(#180) Expected 1 space after closing parenthesis; found 0
(#185) Expected 1 space after closing brace; 0 found
(#185) Expected "} else {\n"; found "}else {\n"
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Long list syntax is not allowed
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Expected 1 space after closing parenthesis; found 0
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) Line exceeds 132 characters; contains 133 characters
(#212) Line exceeds 132 characters; contains 134 characters
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Expected "if (...) {\n"; found "if(...){\n"
(#219) Expected 1 space after IF keyword; 0 found
(#219) Expected 1 space after closing parenthesis; found 0
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Expected 0 spaces before closing parenthesis; 1 found
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Expected "if (...) {\n"; found "if(...) {\n"
(#225) Expected 1 space after IF keyword; 0 found
(#229) Inline comments must start with a capital letter, digit or 3-dots sequence
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Line exceeds 132 characters; contains 151 characters
(#241) Inline comments must start with a capital letter, digit or 3-dots sequence
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) Inline comments must start with a capital letter, digit or 3-dots sequence
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Inline comments must start with a capital letter, digit or 3-dots sequence
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) 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
(#275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#281) Missing docblock for function compare_passage_to_transcript_returns
(#286) Missing docblock for function submit_streaming_attempt_parameters
(#295) Missing docblock for function submit_streaming_attempt
(#298) Opening parenthesis of a multi-line function call must be the last content on the line
(#299) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#299) Closing parenthesis of a multi-line function call must be on a line by itself
(#300) The use of function extract() is forbidden
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) Blank line found at end of control structure
(#340) Inline comments must start with a capital letter, digit or 3-dots sequence
(#340) Inline comments must end in full-stops, exclamation marks, or question marks
(#352) Missing docblock for function submit_streaming_attempt_returns
(#358) Missing docblock for function fetch_streaming_diffs_parameters
(#365) Missing docblock for function fetch_streaming_diffs
(#368) Line exceeds 132 characters; contains 134 characters
(#369) The use of function extract() is forbidden
(#374) Missing docblock for function fetch_streaming_diffs_returns
public/mod/readaloud/classes/form/alternatives.php
(#1) Moodle boilerplate not found
(#5) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5) 75 slashes comments are not allowed; use "// Comment." instead
(#6) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#9) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#14) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#19) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#23) 75 slashes comments are not allowed; use "// Comment." instead
(#25) The file-level docblock must follow the opening PHP tag in the file header
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) No space found before comment text; expected "// why do we need to include this?" but found "//why do we need to include this?"
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Import statements must not begin with a leading backslash
(#44) Docblock tag "@abstract" is not recommended.
(#48) Opening brace must not be followed by a blank line
(#56) The final declaration must precede the visibility declaration
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// The alternatives declaration" but found "//The alternatives declaration"
(#62) Opening parenthesis of a multi-line function call must be the last content on the line
(#62) Only one argument is allowed per line in a multi-line function call
(#62) Only one argument is allowed per line in a multi-line function call
(#63) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#63) Closing parenthesis of a multi-line function call must be on a line by itself
(#66) Opening parenthesis of a multi-line function call must be the last content on the line
(#66) Only one argument is allowed per line in a multi-line function call
(#66) Only one argument is allowed per line in a multi-line function call
(#67) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#67) Closing parenthesis of a multi-line function call must be on a line by itself
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) This comment is 82% valid code; is this commented out code?
(#68) No space found before comment text; expected "// ('n'=>$moduleinstance->id, 'action'=>'machineregradeall'" but found "//('n'=>$moduleinstance->id, 'action'=>'machineregradeall'"
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// add the action buttons" but found "//add the action buttons"
(#76) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#77) Expected 1 newline at end of file; 0 found
public/mod/readaloud/classes/form/guidedtranscriptionform.php
(#19) 75 slashes comments are not allowed; use "// Comment." instead
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) 75 slashes comments are not allowed; use "// Comment." instead
(#39) The file-level docblock must follow the opening PHP tag in the file header
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#58) Docblock tag "@abstract" is not recommended.
(#62) Opening brace must not be followed by a blank line
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Function closing brace must go on the next line following the body; found 1 blank lines before brace
public/mod/readaloud/classes/gradenowform.php
(#30) Import statements must not begin with a leading backslash
(#39) Opening brace must not be followed by a blank line
(#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 "// do we show the next button" but found "//do we show the next button"
(#51) Expected at least 1 space after "="; 0 found
(#51) Expected 1 space after "="; 0 found
(#52) Expected "if (...) {\n"; found "if(...) {\n"
(#52) Expected 1 space after IF keyword; 0 found
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) This comment is 80% valid code; is this commented out code?
(#55) No space found before comment text; expected "// $mform->addElement('text', 'name', 'BB', array('size'=>70));" but found "//$mform->addElement('text', 'name', 'BB', array('size'=>70));"
(#57) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) This comment is 86% valid code; is this commented out code?
(#65) Spaces must be used for alignment; tabs are not allowed
(#65) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#72) Opening parenthesis of a multi-line function call must be the last content on the line
(#72) Only one argument is allowed per line in a multi-line function call
(#72) Only one argument is allowed per line in a multi-line function call
(#73) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#73) Short array syntax must be used to define arrays
(#73) Closing parenthesis of a multi-line function call must be on a line by itself
(#74) Opening parenthesis of a multi-line function call must be the last content on the line
(#74) Only one argument is allowed per line in a multi-line function call
(#74) Only one argument is allowed per line in a multi-line function call
(#75) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#75) Short array syntax must be used to define arrays
(#75) Closing parenthesis of a multi-line function call must be on a line by itself
(#76) Opening parenthesis of a multi-line function call must be the last content on the line
(#76) Only one argument is allowed per line in a multi-line function call
(#76) Only one argument is allowed per line in a multi-line function call
(#77) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#77) Short array syntax must be used to define arrays
(#77) Closing parenthesis of a multi-line function call must be on a line by itself
(#78) Opening parenthesis of a multi-line function call must be the last content on the line
(#78) Only one argument is allowed per line in a multi-line function call
(#78) Only one argument is allowed per line in a multi-line function call
(#79) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#79) Short array syntax must be used to define arrays
(#79) Closing parenthesis of a multi-line function call must be on a line by itself
(#80) Opening parenthesis of a multi-line function call must be the last content on the line
(#80) Only one argument is allowed per line in a multi-line function call
(#80) Only one argument is allowed per line in a multi-line function call
(#81) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#81) Short array syntax must be used to define arrays
(#81) Closing parenthesis of a multi-line function call must be on a line by itself
(#82) Opening parenthesis of a multi-line function call must be the last content on the line
(#82) Only one argument is allowed per line in a multi-line function call
(#82) Only one argument is allowed per line in a multi-line function call
(#83) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#83) Short array syntax must be used to define arrays
(#83) Closing parenthesis of a multi-line function call must be on a line by itself
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#97) Expected 1 blank line at end of file; 2 found
public/mod/readaloud/classes/jp/Analyzer.php
(#1) DocBlock missing a @package tag for file Analyzer.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#21) Missing docblock for class Analyzer
(#21) Opening brace must not be followed by a blank line
(#54) Short array syntax must be used to define arrays
(#77) Public method name "Analyzer::countKanji" must be in lower-case letters only
(#78) Short array syntax must be used to define arrays
(#94) Public method name "Analyzer::countHiragana" must be in lower-case letters only
(#95) Short array syntax must be used to define arrays
(#108) Public method name "Analyzer::countKatakana" must be in lower-case letters only
(#109) Short array syntax must be used to define arrays
(#122) Public method name "Analyzer::hasKanji" must be in lower-case letters only
(#138) Public method name "Analyzer::hasHiragana" must be in lower-case letters only
(#150) Public method name "Analyzer::hasKatakana" must be in lower-case letters only
(#164) Public method name "Analyzer::hasKana" must be in lower-case letters only
(#181) Public method name "Analyzer::hasJapaneseLetters" must be in lower-case letters only
(#193) Public method name "Analyzer::hasJapanesePunctuationMarks" must be in lower-case letters only
(#210) Public method name "Analyzer::hasJapaneseWritings" must be in lower-case letters only
(#223) Public method name "Analyzer::hasJapaneseNumerals" must be in lower-case letters only
(#235) Public method name "Analyzer::hasWesternNumerals" must be in lower-case letters only
(#247) Public method name "Analyzer::hasLatinLetters" must be in lower-case letters only
public/mod/readaloud/classes/jp/Helper.php
(#1) DocBlock missing a @package tag for file Helper.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#26) DocBlock missing a @package tag for class Helper. Expected @package mod_readaloud
(#28) Missing docblock for constant Helper::PREG_PATTERN_KANJI
(#29) Missing docblock for constant Helper::PREG_PATTERN_HIRAGANA
(#30) Missing docblock for constant Helper::PREG_PATTERN_KATAKANA
(#31) Missing docblock for constant Helper::PREG_PATTERN_KANA
(#32) Missing docblock for constant Helper::PREG_PATTERN_NOT_KANJI
(#33) Missing docblock for constant Helper::PREG_PATTERN_KANJI_EXTENDED
(#34) Missing docblock for constant Helper::PREG_PATTERN_NOT_HIRAGANA
(#35) Missing docblock for constant Helper::PREG_PATTERN_NOT_KATAKANA
(#36) Missing docblock for constant Helper::PREG_PATTERN_NOT_KANA
(#37) Missing docblock for constant Helper::PREG_PATTERN_HIRAGANA_YOON
(#38) Missing docblock for constant Helper::PREG_PATTERN_KATAKANA_YOON
(#39) Missing docblock for constant Helper::PREG_PATTERN_KANA_YOON
(#40) Missing docblock for constant Helper::PREG_PATTERN_PUNCTUATION_MARKS
(#41) Missing docblock for constant Helper::PREG_PATTERN_JAPANESE_NUMERAL
(#42) Missing docblock for constant Helper::PREG_PATTERN_WESTERN_NUMERAL
(#43) Missing docblock for constant Helper::PREG_PATTERN_LATIN
(#58) Opening brace should be on the same line as the declaration
(#62) Expected "if (...) {\n"; found "if(...) {\n"
(#62) Expected 1 space after IF keyword; 0 found
(#67) Variable "str_length" must not contain underscores.
(#68) Variable "concatChrs" must be all lower-case
(#68) Short array syntax must be used to define arrays
(#69) Variable "str_length" must not contain underscores.
(#69) Blank line found at start of control structure
(#75) Expected "if (...) {\n"; found "if(...) {\n"
(#75) Expected 1 space after IF keyword; 0 found
(#80) Expected "if (...) {\n"; found "if(...) {\n"
(#80) Expected 1 space after IF keyword; 0 found
(#82) Variable "concatChrs" must be all lower-case
(#83) Expected 1 space after closing brace; newline found
(#84) Expected "} else {\n"; found "}\n else {\n"
(#85) Variable "concatChrs" must be all lower-case
(#89) Variable "concatChrs" must be all lower-case
(#103) Public method name "Helper::subString" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#119) Public method name "Helper::charAt" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#135) Public method name "Helper::countSubString" must be in lower-case letters only
(#136) Opening brace should be on the same line as the declaration
(#149) Public method name "Helper::extractKanji" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#152) Expected "if (...) {\n"; found "if(...) {\n"
(#152) Expected 1 space after IF keyword; 0 found
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Public method name "Helper::extractHiragana" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#178) Expected "if (...) {\n"; found "if(...) {\n"
(#178) Expected 1 space after IF keyword; 0 found
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Public method name "Helper::extractKatakana" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#204) Expected "if (...) {\n"; found "if(...) {\n"
(#204) Expected 1 space after IF keyword; 0 found
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Public method name "Helper::extractKana" must be in lower-case letters only
(#228) Opening brace should be on the same line as the declaration
(#230) Expected "if (...) {\n"; found "if(...) {\n"
(#230) Expected 1 space after IF keyword; 0 found
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Opening brace should be on the same line as the declaration
(#261) Public method name "Helper::removeMacrons" must be in lower-case letters only
(#262) Opening brace should be on the same line as the declaration
(#263) Expected 0 spaces after opening bracket; 1 found
(#263) Expected 0 spaces before closing bracket; 1 found
(#267) Short array syntax must be used to define arrays
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) Expected at least 1 space before "."; 0 found
(#269) Expected at least 1 space after "."; 0 found
(#269) Expected at least 1 space before "."; 0 found
(#269) Expected at least 1 space after "."; 0 found
(#270) Expected at least 1 space before "."; 0 found
(#270) Expected at least 1 space after "."; 0 found
(#270) Expected at least 1 space before "."; 0 found
(#270) Expected at least 1 space after "."; 0 found
(#271) Expected at least 1 space before "."; 0 found
(#271) Expected at least 1 space after "."; 0 found
(#271) Expected at least 1 space before "."; 0 found
(#271) Expected at least 1 space after "."; 0 found
(#272) Expected at least 1 space before "."; 0 found
(#272) Expected at least 1 space after "."; 0 found
(#272) Expected at least 1 space before "."; 0 found
(#272) Expected at least 1 space after "."; 0 found
(#273) Expected at least 1 space before "."; 0 found
(#273) Expected at least 1 space after "."; 0 found
(#273) Expected at least 1 space before "."; 0 found
(#273) Expected at least 1 space after "."; 0 found
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) Expected at least 1 space before "."; 0 found
(#275) Expected at least 1 space after "."; 0 found
(#275) Expected at least 1 space before "."; 0 found
(#275) Expected at least 1 space after "."; 0 found
(#276) Expected at least 1 space before "."; 0 found
(#276) Expected at least 1 space after "."; 0 found
(#276) Expected at least 1 space before "."; 0 found
(#276) Expected at least 1 space after "."; 0 found
(#277) Expected at least 1 space before "."; 0 found
(#277) Expected at least 1 space after "."; 0 found
(#277) Expected at least 1 space before "."; 0 found
(#277) Expected at least 1 space after "."; 0 found
(#278) Expected at least 1 space before "."; 0 found
(#278) Expected at least 1 space after "."; 0 found
(#278) Expected at least 1 space before "."; 0 found
(#278) Expected at least 1 space after "."; 0 found
(#279) Expected at least 1 space before "."; 0 found
(#279) Expected at least 1 space after "."; 0 found
(#279) Expected at least 1 space before "."; 0 found
(#279) Expected at least 1 space after "."; 0 found
(#294) Public method name "Helper::convertKatakanaToHiragana" must be in lower-case letters only
(#295) Opening brace should be on the same line as the declaration
(#307) Public method name "Helper::convertHiraganaToKatakana" must be in lower-case letters only
(#308) Opening brace should be on the same line as the declaration
public/mod/readaloud/classes/jp/TinySegmenter.php
(#1) DocBlock missing a @package tag for file TinySegmenter.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#25) DocBlock missing a @package tag for class TinySegmenter. Expected @package mod_readaloud
(#27) Missing member variable doc comment
(#27) Member variable "BIAS" must be all lower-case
(#28) Missing member variable doc comment
(#28) Member variable "BC1" must be all lower-case
(#28) Short array syntax must be used to define arrays
(#29) Missing member variable doc comment
(#29) Member variable "BC2" must be all lower-case
(#29) Short array syntax must be used to define arrays
(#29) Line exceeds maximum limit of 180 characters; contains 271 characters
(#30) Missing member variable doc comment
(#30) Member variable "BC3" must be all lower-case
(#30) Short array syntax must be used to define arrays
(#30) Line exceeds 132 characters; contains 178 characters
(#31) Missing member variable doc comment
(#31) Member variable "BP1" must be all lower-case
(#31) Short array syntax must be used to define arrays
(#32) Missing member variable doc comment
(#32) Member variable "BP2" must be all lower-case
(#32) Short array syntax must be used to define arrays
(#33) Missing member variable doc comment
(#33) Member variable "BQ1" must be all lower-case
(#33) Short array syntax must be used to define arrays
(#33) Line exceeds maximum limit of 180 characters; contains 233 characters
(#34) Missing member variable doc comment
(#34) Member variable "BQ2" must be all lower-case
(#34) Short array syntax must be used to define arrays
(#34) Line exceeds 132 characters; contains 175 characters
(#35) Missing member variable doc comment
(#35) Member variable "BQ3" must be all lower-case
(#35) Short array syntax must be used to define arrays
(#35) Line exceeds maximum limit of 180 characters; contains 262 characters
(#36) Missing member variable doc comment
(#36) Member variable "BQ4" must be all lower-case
(#36) Short array syntax must be used to define arrays
(#36) Line exceeds maximum limit of 180 characters; contains 195 characters
(#37) Missing member variable doc comment
(#37) Member variable "BW1" must be all lower-case
(#37) Short array syntax must be used to define arrays
(#37) Line exceeds maximum limit of 180 characters; contains 1026 characters
(#38) Missing member variable doc comment
(#38) Member variable "BW2" must be all lower-case
(#38) Short array syntax must be used to define arrays
(#38) Line exceeds maximum limit of 180 characters; contains 1769 characters
(#39) Missing member variable doc comment
(#39) Member variable "BW3" must be all lower-case
(#39) Short array syntax must be used to define arrays
(#39) Line exceeds maximum limit of 180 characters; contains 1625 characters
(#40) Missing member variable doc comment
(#40) Member variable "TC1" must be all lower-case
(#40) Short array syntax must be used to define arrays
(#40) Line exceeds maximum limit of 180 characters; contains 203 characters
(#41) Missing member variable doc comment
(#41) Member variable "TC2" must be all lower-case
(#41) Short array syntax must be used to define arrays
(#42) Missing member variable doc comment
(#42) Member variable "TC3" must be all lower-case
(#42) Short array syntax must be used to define arrays
(#42) Line exceeds maximum limit of 180 characters; contains 375 characters
(#43) Missing member variable doc comment
(#43) Member variable "TC4" must be all lower-case
(#43) Short array syntax must be used to define arrays
(#43) Line exceeds maximum limit of 180 characters; contains 357 characters
(#44) Missing member variable doc comment
(#44) Member variable "TQ1" must be all lower-case
(#44) Short array syntax must be used to define arrays
(#44) Line exceeds maximum limit of 180 characters; contains 224 characters
(#45) Missing member variable doc comment
(#45) Member variable "TQ2" must be all lower-case
(#45) Short array syntax must be used to define arrays
(#46) Missing member variable doc comment
(#46) Member variable "TQ3" must be all lower-case
(#46) Short array syntax must be used to define arrays
(#46) Line exceeds maximum limit of 180 characters; contains 336 characters
(#47) Missing member variable doc comment
(#47) Member variable "TQ4" must be all lower-case
(#47) Short array syntax must be used to define arrays
(#47) Line exceeds maximum limit of 180 characters; contains 284 characters
(#48) Missing member variable doc comment
(#48) Member variable "TW1" must be all lower-case
(#48) Short array syntax must be used to define arrays
(#49) Missing member variable doc comment
(#49) Member variable "TW2" must be all lower-case
(#49) Short array syntax must be used to define arrays
(#49) Line exceeds maximum limit of 180 characters; contains 277 characters
(#50) Missing member variable doc comment
(#50) Member variable "TW3" must be all lower-case
(#50) Short array syntax must be used to define arrays
(#50) Line exceeds maximum limit of 180 characters; contains 197 characters
(#51) Missing member variable doc comment
(#51) Member variable "TW4" must be all lower-case
(#51) Short array syntax must be used to define arrays
(#51) Line exceeds maximum limit of 180 characters; contains 207 characters
(#52) Missing member variable doc comment
(#52) Member variable "UC1" must be all lower-case
(#52) Short array syntax must be used to define arrays
(#53) Missing member variable doc comment
(#53) Member variable "UC2" must be all lower-case
(#53) Short array syntax must be used to define arrays
(#54) Missing member variable doc comment
(#54) Member variable "UC3" must be all lower-case
(#54) Short array syntax must be used to define arrays
(#55) Missing member variable doc comment
(#55) Member variable "UC4" must be all lower-case
(#55) Short array syntax must be used to define arrays
(#56) Missing member variable doc comment
(#56) Member variable "UC5" must be all lower-case
(#56) Short array syntax must be used to define arrays
(#57) Missing member variable doc comment
(#57) Member variable "UC6" must be all lower-case
(#57) Short array syntax must be used to define arrays
(#58) Missing member variable doc comment
(#58) Member variable "UP1" must be all lower-case
(#58) Short array syntax must be used to define arrays
(#59) Missing member variable doc comment
(#59) Member variable "UP2" must be all lower-case
(#59) Short array syntax must be used to define arrays
(#60) Missing member variable doc comment
(#60) Member variable "UP3" must be all lower-case
(#60) Short array syntax must be used to define arrays
(#61) Missing member variable doc comment
(#61) Member variable "UQ1" must be all lower-case
(#61) Short array syntax must be used to define arrays
(#61) Line exceeds 132 characters; contains 143 characters
(#62) Missing member variable doc comment
(#62) Member variable "UQ2" must be all lower-case
(#62) Short array syntax must be used to define arrays
(#63) Missing member variable doc comment
(#63) Member variable "UW1" must be all lower-case
(#63) Short array syntax must be used to define arrays
(#63) Line exceeds maximum limit of 180 characters; contains 508 characters
(#64) Missing member variable doc comment
(#64) Member variable "UW2" must be all lower-case
(#64) Short array syntax must be used to define arrays
(#64) Line exceeds maximum limit of 180 characters; contains 1418 characters
(#65) Missing member variable doc comment
(#65) Member variable "UW3" must be all lower-case
(#65) Short array syntax must be used to define arrays
(#65) Line exceeds maximum limit of 180 characters; contains 2872 characters
(#66) Missing member variable doc comment
(#66) Member variable "UW4" must be all lower-case
(#66) Short array syntax must be used to define arrays
(#66) Line exceeds maximum limit of 180 characters; contains 2935 characters
(#67) Missing member variable doc comment
(#67) Member variable "UW5" must be all lower-case
(#67) Short array syntax must be used to define arrays
(#67) Line exceeds maximum limit of 180 characters; contains 1307 characters
(#68) Missing member variable doc comment
(#68) Member variable "UW6" must be all lower-case
(#68) Short array syntax must be used to define arrays
(#68) Line exceeds maximum limit of 180 characters; contains 695 characters
(#70) Missing docblock for function getType
(#70) Private method name "TinySegmenter::getType" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#75) Usage of ELSEIF not allowed; use ELSE IF instead
(#77) Usage of ELSEIF not allowed; use ELSE IF instead
(#79) Usage of ELSEIF not allowed; use ELSE IF instead
(#81) Usage of ELSEIF not allowed; use ELSE IF instead
(#83) Usage of ELSEIF not allowed; use ELSE IF instead
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) No space found before comment text; expected "// there is probably a good reason why each digit gets a split by default" but found "//there is probably a good reason why each digit gets a split by default"
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) No space found before comment text; expected "// but here at Poodll that gets in the way, so we piggyback on latin letters which are not split on each char" but found "//but here at Poodll that gets in the way, so we piggyback on latin letters which are not split on each char"
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) This comment is 67% valid code; is this commented out code?
(#87) Line indented incorrectly; expected at least 12 spaces, found 11
(#92) Missing docblock for function getScore
(#92) Private method name "TinySegmenter::getScore" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#101) Missing docblock for function segment
(#102) Opening brace should be on the same line as the declaration
(#103) Short array syntax must be used to define arrays
(#104) Short array syntax must be used to define arrays
(#105) Short array syntax must be used to define arrays
(#191) Expected 1 newline at end of file; 0 found
public/mod/readaloud/classes/local/rsquestion/baseform.php
(#1) Moodle boilerplate not found
(#5) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5) 75 slashes comments are not allowed; use "// Comment." instead
(#6) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#9) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#14) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#19) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#23) 75 slashes comments are not allowed; use "// Comment." instead
(#25) The file-level docblock must follow the opening PHP tag in the file header
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) No space found before comment text; expected "// why do we need to include this?" but found "//why do we need to include this?"
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Import statements must not begin with a leading backslash
(#44) Docblock tag "@abstract" is not recommended.
(#48) Opening brace must not be followed by a blank line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Whitespace found at end of line
(#67) Short array syntax must be used to define arrays
(#69) Spaces must be used to indent lines; tabs are not allowed
(#73) Short array syntax must be used to define arrays
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Whitespace found at end of line
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Whitespace found at end of line
(#87) Closing brace must be on a line by itself
(#93) The final declaration must precede the visibility declaration
(#103) The final declaration must precede the visibility declaration
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Whitespace found at end of line
(#109) Line exceeds 132 characters; contains 158 characters
(#120) Spaces must be used to indent lines; tabs are not allowed
(#120) Whitespace found at end of line
(#121) Spaces must be used to indent lines; tabs are not allowed
(#124) Short array syntax must be used to define arrays
(#124) Expected at least 1 space before "=>"; 0 found
(#124) Expected at least 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#128) Short array syntax must be used to define arrays
(#128) Expected at least 1 space before "=>"; 0 found
(#128) Expected at least 1 space after "=>"; 0 found
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space between the comma and "'style'". Found: no spaces
(#128) Expected at least 1 space before "=>"; 0 found
(#128) Expected at least 1 space after "=>"; 0 found
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Line exceeds 132 characters; contains 170 characters
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) No space found before comment text; expected "// it was decided that this did not need to be a required field JUSTIN 20180312" but found "//it was decided that this did not need to be a required field JUSTIN 20180312"
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) No space found before comment text; expected "// $mform->addRule(constants::TEXTQUESTION . '_editor', get_string('required'), 'required', null, 'client');" but found "//$mform->addRule(constants::TEXTQUESTION . '_editor', get_string('required'), 'required', null, 'client');"
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) No space found before comment text; expected "// visibility" but found "//visibility"
(#135) Spaces must be used to indent lines; tabs are not allowed
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Whitespace found at end of line
(#138) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Whitespace found at end of line
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) No space found before comment text; expected "// add the action buttons" but found "//add the action buttons"
(#144) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#146) The final declaration must precede the visibility declaration
(#146) Missing docblock for function add_audio_upload
(#146) Incorrect spacing between argument "$count" and equals sign; expected 1 but found 0
(#146) Incorrect spacing between default value and equals sign for argument "$count"; expected 1 but found 0
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Expected "if (...) {\n"; found "if(...){\n"
(#147) Expected 1 space after IF keyword; 0 found
(#147) Expected at least 1 space before ">"; 0 found
(#147) Expected at least 1 space after ">"; 0 found
(#147) Expected 1 space before ">"; 0 found
(#147) Expected 1 space after ">"; 0 found
(#147) Expected 1 space after closing parenthesis; found 0
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Space found before semicolon; expected "$count;" but found "$count ;"
(#149) Spaces must be used to indent lines; tabs are not allowed
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Whitespace found at end of line
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Opening parenthesis of a multi-line function call must be the last content on the line
(#152) Multi-line function call not indented correctly; expected 12 spaces but found 27
(#153) Multi-line function call not indented correctly; expected 12 spaces but found 27
(#154) Multi-line function call not indented correctly; expected 12 spaces but found 27
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Multi-line function call not indented correctly; expected 12 spaces but found 27
(#156) Multi-line function call not indented correctly; expected 8 spaces but found 27
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Whitespace found at end of line
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) The final declaration must precede the visibility declaration
(#160) Missing docblock for function add_audio_prompt_upload
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) No space found after comma in argument list
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space between the comma and "-". Found: no spaces
(#161) No space found after comma in argument list
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space between the comma and "$label". Found: no spaces
(#161) No space found after comma in argument list
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space between the comma and "$required". Found: no spaces
(#162) Spaces must be used to indent lines; tabs are not allowed
(#173) The final declaration must precede the visibility declaration
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) This comment is 70% valid code; is this commented out code?
(#177) No space found before comment text; expected "// edoptions = array('noclean'=>true)" but found "//edoptions = array('noclean'=>true)"
(#178) Expected at least 1 space after "."; 0 found
(#178) Expected at least 1 space before "."; 0 found
(#178) Short array syntax must be used to define arrays
(#178) Expected at least 1 space before "=>"; 0 found
(#178) Expected at least 1 space after "=>"; 0 found
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Expected at least 1 space before "=>"; 0 found
(#178) Expected at least 1 space after "=>"; 0 found
(#178) Expected 1 space before "=>"; 0 found
(#178) Expected 1 space after "=>"; 0 found
(#178) Line exceeds 132 characters; contains 152 characters
(#179) Expected at least 1 space after "."; 0 found
(#179) Expected at least 1 space before "."; 0 found
(#179) Short array syntax must be used to define arrays
(#179) Expected at least 1 space before "=>"; 0 found
(#179) Expected at least 1 space after "=>"; 0 found
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#179) Expected at least 1 space before "=>"; 0 found
(#179) Expected at least 1 space after "=>"; 0 found
(#179) Expected 1 space before "=>"; 0 found
(#179) Expected 1 space after "=>"; 0 found
(#181) Expected at least 1 space after "."; 0 found
(#181) Expected at least 1 space before "."; 0 found
(#192) The final declaration must precede the visibility declaration
(#196) Expected at least 1 space after "."; 0 found
(#196) Short array syntax must be used to define arrays
(#196) Expected at least 1 space before "=>"; 0 found
(#196) Expected at least 1 space after "=>"; 0 found
(#196) Expected 1 space before "=>"; 0 found
(#196) Expected 1 space after "=>"; 0 found
(#197) Expected at least 1 space after "."; 0 found
(#199) Expected at least 1 space after "."; 0 found
(#209) The final declaration must precede the visibility declaration
(#209) Expected 0 spaces after "("; 1 found
(#209) Expected 0 spaces after opening parenthesis; 1 found
(#213) Short array syntax must be used to define arrays
(#214) Expected at least 1 space before "="; 0 found
(#214) Expected at least 1 space after "="; 0 found
(#214) Expected 1 space before "="; 0 found
(#214) Expected 1 space after "="; 0 found
(#215) Expected at least 1 space before "="; 0 found
(#215) Expected at least 1 space after "="; 0 found
(#215) Expected 1 space before "="; 0 found
(#215) Expected 1 space after "="; 0 found
(#216) Expected at least 1 space before "="; 0 found
(#216) Expected at least 1 space after "="; 0 found
(#216) Expected 1 space before "="; 0 found
(#216) Expected 1 space after "="; 0 found
(#217) Expected at least 1 space before "="; 0 found
(#217) Expected at least 1 space after "="; 0 found
(#217) Expected 1 space before "="; 0 found
(#217) Expected 1 space after "="; 0 found
(#218) No space found after comma in argument list
(#218) Commas (,) must be followed by white space.
(#218) Expected 1 space between the comma and "$options". Found: no spaces
(#231) Expected 1 space between comma and argument "$moduleinstance"; 2 found
(#231) Expected 1 space between the comma and "$moduleinstance". Found: 2 spaces
(#234) Expected 1 newline at end of file; 0 found
public/mod/readaloud/classes/local/rsquestion/helper.php
(#2) Moodle boilerplate not found at first line
(#20) The file-level docblock must follow the opening PHP tag in the file header
(#20) Inline doc block comments are not allowed; use "// Comment." instead
(#31) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#33) Import statements must not begin with a leading backslash
(#35) Missing docblock for class helper
(#36) Opening brace must not be followed by a blank line
(#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
(#38) Line indented incorrectly; expected at least 4 spaces, found 0
(#38) No space found before comment text; expected "// creates a "unique" slide pair key so that backups and restores won't stuff things" but found "//creates a "unique" slide pair key so that backups and restores won't stuff things"
(#39) Line indented incorrectly; expected 4 spaces, found 2
(#39) Missing docblock for function create_rsquestionkey
(#40) Opening brace indented incorrectly; expected 2 spaces, found 4
(#40) Opening brace should be on the same line as the declaration
(#44) Closing brace indented incorrectly; expected 2 spaces, found 4
(#47) Missing docblock for function move_item
(#48) Opening brace should be on the same line as the declaration
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) No space found before comment text; expected "// inconceivable that we should ever arrive here." but found "//inconceivable that we should ever arrive here."
(#63) Short array syntax must be used to define arrays
(#64) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) No space found before comment text; expected "// Set the new sort order" but found "//Set the new sort order"
(#76) Short array syntax must be used to define arrays
(#77) Short array syntax must be used to define arrays
(#82) Closing brace must not be followed by any comment or statement on the same line
(#85) Missing docblock for function delete_item
(#86) Opening brace should be on the same line as the declaration
(#90) Short array syntax must be used to define arrays
(#91) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) No space found before comment text; expected "// remove files" but found "//remove files"
(#97) Short array syntax must be used to define arrays
(#111) Missing docblock for function fetch_editor_options
(#112) Opening brace should be on the same line as the declaration
(#115) Short array syntax must be used to define arrays
(#119) Missing docblock for function fetch_filemanager_options
(#120) Opening brace should be on the same line as the declaration
(#122) Short array syntax must be used to define arrays
(#122) Short array syntax must be used to define arrays
(#122) Line exceeds 132 characters; contains 135 characters
(#125) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/local/rsquestion/textpromptaudioform.php
(#1) DocBlock missing a @package tag for file textpromptaudioform.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#13) Missing docblock for class textpromptaudioform
(#14) Opening brace must not be followed by a blank line
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#19) Missing docblock for function custom_definition
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#20) No space found before comment text; expected "// nothing here" but found "//nothing here"
(#23) Expected 1 newline at end of file; 0 found
(#23) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/local/rsquestion/textpromptlongform.php
(#1) DocBlock missing a @package tag for file textpromptlongform.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#13) Missing docblock for class textpromptlongform
(#14) Opening brace must not be followed by a blank line
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#19) Missing docblock for function custom_definition
(#21) No space found after comma in argument list
(#21) Commas (,) must be followed by white space.
(#21) Expected 1 space between the comma and "'answer1'". Found: no spaces
(#21) No space found after comma in argument list
(#21) Commas (,) must be followed by white space.
(#21) Expected 1 space between the comma and "true". Found: no spaces
(#22) No space found after comma in argument list
(#22) Commas (,) must be followed by white space.
(#22) Expected 1 space between the comma and "'answer2'". Found: no spaces
(#22) No space found after comma in argument list
(#22) Commas (,) must be followed by white space.
(#22) Expected 1 space between the comma and "true". Found: no spaces
(#23) No space found after comma in argument list
(#23) Commas (,) must be followed by white space.
(#23) Expected 1 space between the comma and "'answer3'". Found: no spaces
(#23) No space found after comma in argument list
(#23) Commas (,) must be followed by white space.
(#23) Expected 1 space between the comma and "true". Found: no spaces
(#24) No space found after comma in argument list
(#24) Commas (,) must be followed by white space.
(#24) Expected 1 space between the comma and "'answer4'". Found: no spaces
(#24) No space found after comma in argument list
(#24) Commas (,) must be followed by white space.
(#24) Expected 1 space between the comma and "true". Found: no spaces
(#27) Expected 1 newline at end of file; 0 found
(#27) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/local/rsquestion/textpromptshortform.php
(#1) DocBlock missing a @package tag for file textpromptshortform.php. Expected @package mod_readaloud
(#17) Missing @copyright tag
(#17) Missing @license tag
(#28) Missing docblock for class textpromptshortform
(#28) Opening brace must not be followed by a blank line
(#31) Missing member variable doc comment
(#32) Missing member variable doc comment
(#34) Missing docblock for function custom_definition
(#43) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/mobile_auth.php
(#35) Opening brace must not be followed by a blank line
(#86) Long list syntax is not allowed
(#87) Long list syntax is not allowed
public/mod/readaloud/classes/modelaudiobreaksform.php
(#30) Import statements must not begin with a leading backslash
(#39) Opening brace must not be followed by a blank line
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) This comment is 57% valid code; is this commented out code?
(#49) No space found before comment text; expected "// do we show the next button" but found "//do we show the next button"
(#50) No space found before comment text; expected "// $shownext = $this->_customdata['shownext'];" but found "//$shownext = $this->_customdata['shownext'];"
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) No space found before comment text; expected "// $mform->addElement('text', 'name', 'BB', array('size'=>70));" but found "//$mform->addElement('text', 'name', 'BB', array('size'=>70));"
(#53) Short array syntax must be used to define arrays
(#55) No space found after comma in argument list
(#55) Commas (,) must be followed by white space.
(#55) Expected 1 space between the comma and "constants". Found: no spaces
(#55) Line exceeds 132 characters; contains 133 characters
(#56) Short array syntax must be used to define arrays
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) This comment is 86% valid code; is this commented out code?
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#64) Opening parenthesis of a multi-line function call must be the last content on the line
(#64) Only one argument is allowed per line in a multi-line function call
(#64) Only one argument is allowed per line in a multi-line function call
(#65) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#65) Short array syntax must be used to define arrays
(#65) Closing parenthesis of a multi-line function call must be on a line by itself
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#74) Expected 1 blank line at end of file; 2 found
public/mod/readaloud/classes/modelaudioform.php
(#30) Import statements must not begin with a leading backslash
(#39) Opening brace must not be followed by a blank line
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) This comment is 56% valid code; is this commented out code?
(#49) No space found before comment text; expected "// do we show the next button" but found "//do we show the next button"
(#50) Line indented incorrectly; expected at least 8 spaces, found 7
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) No space found before comment text; expected "// $mform->addElement('text', 'name', 'BB', array('size'=>70));" but found "//$mform->addElement('text', 'name', 'BB', array('size'=>70));"
(#53) Short array syntax must be used to define arrays
(#56) No space found after comma in argument list
(#56) Commas (,) must be followed by white space.
(#56) Expected 1 space between the comma and "null". Found: no spaces
(#56) No space found after comma in argument list
(#56) Commas (,) must be followed by white space.
(#56) Expected 1 space between the comma and "false". Found: no spaces
(#56) Line exceeds 132 characters; contains 140 characters
(#57) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#59) Short array syntax must be used to define arrays
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) This comment is 86% valid code; is this commented out code?
(#61) Spaces must be used for alignment; tabs are not allowed
(#61) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#67) Opening parenthesis of a multi-line function call must be the last content on the line
(#67) Only one argument is allowed per line in a multi-line function call
(#67) Only one argument is allowed per line in a multi-line function call
(#68) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#68) Short array syntax must be used to define arrays
(#68) Closing parenthesis of a multi-line function call must be on a line by itself
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#77) Expected 1 blank line at end of file; 2 found
public/mod/readaloud/classes/output/mobile.php
(#71) Long list syntax is not allowed
(#108) Expected 1 blank line at end of file; 2 found
public/mod/readaloud/classes/output/modelaudio_renderer.php
(#1) DocBlock missing a @package tag for file modelaudio_renderer.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#14) Missing docblock for class modelaudio_renderer
(#14) Opening brace must not be followed by a blank line
(#16) Missing docblock for function render_sectiontop
(#16) Expected 1 space between comma and argument "$instructions"; 0 found
(#16) Commas (,) must be followed by white space.
(#16) Expected 1 space between the comma and "$instructions". Found: no spaces
(#16) Expected 1 space before opening brace; found 0
(#23) Missing docblock for function render_manualbreaktiming_checkbox
(#23) Expected 1 space before opening brace; found 0
(#24) Expected at least 1 space before "="; 0 found
(#24) Expected 1 space before "="; 0 found
(#24) Opening parenthesis of a multi-line function call must be the last content on the line
(#24) No space found after comma in argument list
(#24) Commas (,) must be followed by white space.
(#24) Expected 1 space between the comma and "0". Found: no spaces
(#24) Only one argument is allowed per line in a multi-line function call
(#24) No space found after comma in argument list
(#24) Commas (,) must be followed by white space.
(#24) Expected 1 space between the comma and "false". Found: no spaces
(#24) Only one argument is allowed per line in a multi-line function call
(#25) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#25) No space found after comma in argument list
(#25) Commas (,) must be followed by white space.
(#25) Expected 1 space between the comma and "constants". Found: no spaces
(#26) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#26) Short array syntax must be used to define arrays
(#26) Expected at least 1 space before "=>"; 0 found
(#26) Expected at least 1 space after "=>"; 0 found
(#26) Expected 1 space before "=>"; 0 found
(#26) Expected 1 space after "=>"; 0 found
(#26) Closing parenthesis of a multi-line function call must be on a line by itself
(#28) Line indented incorrectly; expected 4 spaces, found 5
(#28) Closing brace indented incorrectly; expected 4 spaces, found 5
(#30) Missing docblock for function render_polly_url
(#30) Expected 1 space between comma and argument "$token"; 0 found
(#30) Commas (,) must be followed by white space.
(#30) Expected 1 space between the comma and "$token". Found: no spaces
(#31) Expected "if (...) {\n"; found "if(...){"
(#31) Expected 1 space after IF keyword; 0 found
(#31) Expected 1 space after closing parenthesis; found 0
(#31) Newline required after opening brace
(#31) Closing brace must be on a line by itself
(#32) No space found after comma in argument list
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#33) Opening parenthesis of a multi-line function call must be the last content on the line
(#33) No space found after comma in argument list
(#33) Commas (,) must be followed by white space.
(#33) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#33) Only one argument is allowed per line in a multi-line function call
(#34) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#34) No space found after comma in argument list
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space between the comma and "'ssml'". Found: no spaces
(#34) Only one argument is allowed per line in a multi-line function call
(#34) No space found after comma in argument list
(#34) Commas (,) must be followed by white space.
(#34) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#34) Only one argument is allowed per line in a multi-line function call
(#34) Closing parenthesis of a multi-line function call must be on a line by itself
(#38) Missing docblock for function render_polly_player
(#38) Expected 1 space between comma and argument "$token"; 0 found
(#38) Commas (,) must be followed by white space.
(#38) Expected 1 space between the comma and "$token". Found: no spaces
(#39) No space found after comma in argument list
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#40) Opening parenthesis of a multi-line function call must be the last content on the line
(#40) No space found after comma in argument list
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#40) Only one argument is allowed per line in a multi-line function call
(#41) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#41) No space found after comma in argument list
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space between the comma and "'ssml'". Found: no spaces
(#41) Only one argument is allowed per line in a multi-line function call
(#41) No space found after comma in argument list
(#41) Commas (,) must be followed by white space.
(#41) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#41) Only one argument is allowed per line in a multi-line function call
(#41) Closing parenthesis of a multi-line function call must be on a line by itself
(#48) Missing docblock for function render_modelaudio_player
(#48) Incorrect spacing between argument "$visible" and equals sign; expected 1 but found 0
(#48) Incorrect spacing between default value and equals sign for argument "$visible"; expected 1 but found 0
(#48) Expected 1 space before opening brace; found 0
(#50) Expected "if (...) {\n"; found "if(...) {\n"
(#50) Expected 1 space after IF keyword; 0 found
(#50) Expected at least 1 space before "=="; 0 found
(#50) Expected at least 1 space after "=="; 0 found
(#50) Expected 1 space before "=="; 0 found
(#50) Expected 1 space after "=="; 0 found
(#51) Expected at least 1 space before "="; 0 found
(#51) Expected 1 space before "="; 0 found
(#53) No space found after comma in argument list
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space between the comma and "$visible". Found: no spaces
(#59) Incorrect spacing between argument "$visible" and equals sign; expected 1 but found 0
(#59) Incorrect spacing between default value and equals sign for argument "$visible"; expected 1 but found 0
(#62) Line exceeds 132 characters; contains 133 characters
(#70) Commas (,) must be followed by white space.
(#70) Expected 1 space between the comma and "$USER". Found: no spaces
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) No space found before comment text; expected "// transcribevocab" but found "//transcribevocab"
(#74) Expected "if (...) {\n"; found "if(...){\n"
(#74) Expected 1 space after IF keyword; 0 found
(#74) Expected 1 space after closing parenthesis; found 0
(#75) No space found after comma in argument list
(#75) Commas (,) must be followed by white space.
(#75) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#76) Expected "if (...) {\n"; found "if(...){\n"
(#76) Expected 1 space after IF keyword; 0 found
(#76) Expected at least 1 space before "=="; 0 found
(#76) Expected at least 1 space after "=="; 0 found
(#76) Expected 1 space before "=="; 0 found
(#76) Expected 1 space after "=="; 0 found
(#76) Expected 1 space after closing parenthesis; found 0
(#78) Expected 1 space after closing brace; 0 found
(#78) Expected "} else {\n"; found "}else{\n"
(#78) Expected 1 space after ELSE keyword; 0 found
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) No space found before comment text; expected "// in the early days there was no region prefix, so we just use the passagehash as is" but found "//in the early days there was no region prefix, so we just use the passagehash as is"
(#83) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#85) Opening parenthesis of a multi-line function call must be the last content on the line
(#85) No space found after comma in argument list
(#85) Commas (,) must be followed by white space.
(#85) Expected 1 space between the comma and "''". Found: no spaces
(#85) Only one argument is allowed per line in a multi-line function call
(#86) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#86) Short array syntax must be used to define arrays
(#93) No space found after comma in argument list
(#93) Commas (,) must be followed by white space.
(#93) Expected 1 space between the comma and "$USER". Found: no spaces
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) This comment is 100% valid code; is this commented out code?
(#97) No space found before comment text; expected "// 'data-iframeclass'=>"letsberesponsive"," but found "//'data-iframeclass'=>"letsberesponsive","
(#103) Expected at least 1 space before "=>"; 0 found
(#103) Expected 1 space before "=>"; 0 found
(#108) There should be a comma after the last array item in a multi-line array.
(#111) Opening parenthesis of a multi-line function call must be the last content on the line
(#111) Only one argument is allowed per line in a multi-line function call
(#112) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#112) Short array syntax must be used to define arrays
(#112) Closing parenthesis of a multi-line function call must be on a line by itself
(#113) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) No space found before comment text; expected "// prepare output" but found "//prepare output"
(#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) No space found before comment text; expected "// return it" but found "//return it"
(#122) Missing docblock for function render_audio_clear_button
(#122) Expected 1 space before opening brace; found 0
(#123) Expected at least 1 space before "="; 0 found
(#123) Expected at least 1 space after "="; 0 found
(#123) Expected 1 space before "="; 0 found
(#123) Expected 1 space after "="; 0 found
(#123) Opening parenthesis of a multi-line function call must be the last content on the line
(#124) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#124) Short array syntax must be used to define arrays
(#124) Expected at least 1 space before "=>"; 0 found
(#124) Expected at least 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Closing parenthesis of a multi-line function call must be on a line by itself
(#129) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#131) Missing docblock for function render_view_transcript_button
(#131) Expected 1 space before opening brace; found 0
(#132) Expected 1 space after "="; 2 found
(#132) Opening parenthesis of a multi-line function call must be the last content on the line
(#132) Only one argument is allowed per line in a multi-line function call
(#133) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#133) Short array syntax must be used to define arrays
(#133) Expected at least 1 space before "=>"; 0 found
(#133) Expected at least 1 space after "=>"; 0 found
(#133) Expected 1 space before "=>"; 0 found
(#133) Expected 1 space after "=>"; 0 found
(#134) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#134) Expected at least 1 space before "=>"; 0 found
(#134) Expected at least 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Only one argument is allowed per line in a multi-line function call
(#134) Expected at least 1 space before "=>"; 0 found
(#134) Expected at least 1 space after "=>"; 0 found
(#134) Expected 1 space before "=>"; 0 found
(#134) Expected 1 space after "=>"; 0 found
(#134) Closing parenthesis of a multi-line function call must be on a line by itself
(#138) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#139) Missing docblock for function render_view_transcript
(#139) Expected 1 space before opening brace; found 0
(#140) Opening parenthesis of a multi-line function call must be the last content on the line
(#140) Only one argument is allowed per line in a multi-line function call
(#141) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#141) Short array syntax must be used to define arrays
(#141) Commas (,) must be followed by white space.
(#141) Expected 1 space between the comma and "'style'". Found: no spaces
(#141) Expected at least 1 space before "=>"; 0 found
(#141) Expected at least 1 space after "=>"; 0 found
(#141) Expected 1 space before "=>"; 0 found
(#141) Expected 1 space after "=>"; 0 found
(#141) Closing parenthesis of a multi-line function call must be on a line by itself
(#148) Expected 1 newline at end of file; 0 found
(#148) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/output/passage_renderer.php
(#1) DocBlock missing a @package tag for file passage_renderer.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#14) Missing docblock for class passage_renderer
(#14) Opening brace must not be followed by a blank line
(#16) Missing docblock for function render_attempt_scoresheader
(#16) Expected 1 space between comma and argument "$nograde"; 0 found
(#16) Commas (,) must be followed by white space.
(#16) Expected 1 space between the comma and "$nograde". Found: no spaces
(#16) Incorrect spacing between argument "$nograde" and equals sign; expected 1 but found 0
(#16) Incorrect spacing between default value and equals sign for argument "$nograde"; expected 1 but found 0
(#17) Whitespace found at end of line
(#18) Line indented incorrectly; expected at least 8 spaces, found 6
(#19) Whitespace found at end of line
(#20) Line indented incorrectly; expected at least 8 spaces, found 6
(#22) Line indented incorrectly; expected at least 8 spaces, found 6
(#23) Line indented incorrectly; expected at least 8 spaces, found 6
(#24) Line indented incorrectly; expected at least 8 spaces, found 6
(#25) Line indented incorrectly; expected at least 8 spaces, found 6
(#25) Expected at least 1 space before "."; 0 found
(#25) Expected at least 1 space after "."; 0 found
(#25) Expected at least 1 space before "."; 0 found
(#25) Expected at least 1 space after "."; 0 found
(#26) Line indented incorrectly; expected at least 8 spaces, found 6
(#26) Expected at least 1 space before "."; 0 found
(#26) Expected at least 1 space after "."; 0 found
(#26) Expected at least 1 space before "."; 0 found
(#26) Expected at least 1 space after "."; 0 found
(#27) Line indented incorrectly; expected 8 spaces, found 6
(#27) Expected "if (...) {\n"; found "if(...) {\n"
(#27) Expected 1 space after IF keyword; 0 found
(#28) Line indented incorrectly; expected at least 12 spaces, found 10
(#29) Line indented incorrectly; expected 8 spaces, found 6
(#30) Line indented incorrectly; expected at least 8 spaces, found 6
(#30) Expected at least 1 space before "."; 0 found
(#30) Expected at least 1 space after "."; 0 found
(#30) Expected at least 1 space before "."; 0 found
(#30) Expected at least 1 space after "."; 0 found
(#31) Line indented incorrectly; expected at least 8 spaces, found 6
(#32) Line indented incorrectly; expected at least 8 spaces, found 6
(#33) Line indented incorrectly; expected at least 8 spaces, found 6
(#33) Expected at least 1 space before "."; 0 found
(#33) Expected at least 1 space after "."; 0 found
(#33) Expected at least 1 space before "."; 0 found
(#33) Expected at least 1 space after "."; 0 found
(#34) Line indented incorrectly; expected at least 8 spaces, found 6
(#34) Expected at least 1 space before "."; 0 found
(#34) Expected at least 1 space after "."; 0 found
(#34) Expected at least 1 space before "."; 0 found
(#34) Expected at least 1 space after "."; 0 found
(#35) Line indented incorrectly; expected 8 spaces, found 6
(#35) Expected "if (...) {\n"; found "if(...) {\n"
(#35) Expected 1 space after IF keyword; 0 found
(#37) Line indented incorrectly; expected 8 spaces, found 6
(#38) Line indented incorrectly; expected at least 8 spaces, found 6
(#38) Expected at least 1 space before "."; 0 found
(#38) Expected at least 1 space after "."; 0 found
(#38) Expected at least 1 space before "."; 0 found
(#38) Expected at least 1 space after "."; 0 found
(#39) Line indented incorrectly; expected at least 8 spaces, found 6
(#40) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#42) Line indented incorrectly; expected at least 8 spaces, found 6
(#42) Expected at least 1 space before ".="; 0 found
(#42) Expected at least 1 space after ".="; 0 found
(#42) Expected 1 space before ".="; 0 found
(#42) Expected 1 space after ".="; 0 found
(#43) Line indented incorrectly; expected at least 8 spaces, found 6
(#43) Expected at least 1 space before ".="; 0 found
(#43) Expected at least 1 space after ".="; 0 found
(#43) Expected 1 space before ".="; 0 found
(#43) Expected 1 space after ".="; 0 found
(#44) Whitespace found at end of line
(#45) Line indented incorrectly; expected at least 8 spaces, found 6
(#46) Whitespace found at end of line
(#47) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#49) Missing docblock for function render_gradenow
(#49) Expected 1 space between comma and argument "$language"; 0 found
(#49) Commas (,) must be followed by white space.
(#49) Expected 1 space between the comma and "$language". Found: no spaces
(#49) Incorrect spacing between argument "$collapsespaces" and equals sign; expected 1 but found 0
(#49) Incorrect spacing between default value and equals sign for argument "$collapsespaces"; expected 1 but found 0
(#53) No space found after comma in argument list
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space between the comma and "$language". Found: no spaces
(#53) No space found after comma in argument list
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space between the comma and "false". Found: no spaces
(#53) No space found after comma in argument list
(#53) Commas (,) must be followed by white space.
(#53) Expected 1 space between the comma and "$collapsespaces". Found: no spaces
(#59) Missing docblock for function render_userreview
(#59) Expected 1 space between comma and argument "$language"; 0 found
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space between the comma and "$language". Found: no spaces
(#59) Incorrect spacing between argument "$collapsespaces" and equals sign; expected 1 but found 0
(#59) Incorrect spacing between default value and equals sign for argument "$collapsespaces"; expected 1 but found 0
(#59) Expected 1 space between comma and argument "$nograde"; 0 found
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space between the comma and "$nograde". Found: no spaces
(#59) Incorrect spacing between argument "$nograde" and equals sign; expected 1 but found 0
(#59) Incorrect spacing between default value and equals sign for argument "$nograde"; expected 1 but found 0
(#60) No space found after comma in argument list
(#60) Commas (,) must be followed by white space.
(#60) Expected 1 space between the comma and "$nograde". Found: no spaces
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) No space found before comment text; expected "// we put some CSS at the top of the passage container to control things like padding word separation etc" but found "//we put some CSS at the top of the passage container to control things like padding word separation etc"
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) No space found before comment text; expected "// for Japanese (and later other languages we collapse spaces)" but found "//for Japanese (and later other languages we collapse spaces)"
(#66) Expected "if (...) {\n"; found "if(...){\n"
(#66) Expected 1 space after IF keyword; 0 found
(#66) Expected 1 space after closing parenthesis; found 0
(#69) No space found after comma in argument list
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space between the comma and "$language". Found: no spaces
(#69) No space found after comma in argument list
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space between the comma and "$extraclasses". Found: no spaces
(#74) Missing docblock for function render_machinereview
(#79) No space found after comma in argument list
(#79) Commas (,) must be followed by white space.
(#79) Expected 1 space between the comma and "$language". Found: no spaces
(#79) No space found after comma in argument list
(#79) Commas (,) must be followed by white space.
(#79) Expected 1 space between the comma and "false". Found: no spaces
(#80) Short array syntax must be used to define arrays
(#82) No space found after comma in argument list
(#82) Commas (,) must be followed by white space.
(#82) Expected 1 space between the comma and "$language". Found: no spaces
(#82) No space found after comma in argument list
(#82) Commas (,) must be followed by white space.
(#82) Expected 1 space between the comma and "false". Found: no spaces
(#82) No space found after comma in argument list
(#82) Commas (,) must be followed by white space.
(#82) Expected 1 space between the comma and "false". Found: no spaces
(#87) Missing docblock for function render_machinereview_buttons
(#90) Opening parenthesis of a multi-line function call must be the last content on the line
(#91) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#91) Short array syntax must be used to define arrays
(#91) Closing parenthesis of a multi-line function call must be on a line by itself
(#95) Opening parenthesis of a multi-line function call must be the last content on the line
(#96) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#97) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#97) Short array syntax must be used to define arrays
(#98) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#98) Only one argument is allowed per line in a multi-line function call
(#98) Closing parenthesis of a multi-line function call must be on a line by itself
(#100) Opening parenthesis of a multi-line function call must be the last content on the line
(#101) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#102) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#102) Short array syntax must be used to define arrays
(#103) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#103) Closing parenthesis of a multi-line function call must be on a line by itself
(#105) Opening parenthesis of a multi-line function call must be the last content on the line
(#106) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#106) Closing parenthesis of a multi-line function call must be on a line by itself
(#110) Missing docblock for function render_debuginfo
(#111) Variable "div_fulltranscript" must not contain underscores.
(#111) Opening parenthesis of a multi-line function call must be the last content on the line
(#111) The use of function print_r() is forbidden
(#112) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#112) Closing parenthesis of a multi-line function call must be on a line by itself
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) No space found before comment text; expected "// sequences" but found "//sequences"
(#114) Variable "debug_sequences" must not contain underscores.
(#116) Variable "debug_sequences" must not contain underscores.
(#116) Opening parenthesis of a multi-line function call must be the last content on the line
(#116) Only one argument is allowed per line in a multi-line function call
(#116) The use of function print_r() is forbidden
(#117) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#117) Short array syntax must be used to define arrays
(#117) Closing parenthesis of a multi-line function call must be on a line by itself
(#119) Variable "div_sequences" must not contain underscores.
(#119) Variable "debug_sequences" must not contain underscores.
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) No space found before comment text; expected "// transcript words" but found "//transcript words"
(#122) Variable "t_words" must not contain underscores.
(#123) Variable "t_usewords" must not contain underscores.
(#124) Variable "t_count" must not contain underscores.
(#125) Variable "t_words" must not contain underscores.
(#125) Variable "t_word" must not contain underscores.
(#126) Variable "t_count" must not contain underscores.
(#127) Variable "t_usewords" must not contain underscores.
(#127) Opening parenthesis of a multi-line function call must be the last content on the line
(#127) Only one argument is allowed per line in a multi-line function call
(#127) Variable "t_word" must not contain underscores.
(#128) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#128) Short array syntax must be used to define arrays
(#128) Variable "t_count" must not contain underscores.
(#128) Closing parenthesis of a multi-line function call must be on a line by itself
(#130) Variable "div_transcript" must not contain underscores.
(#130) Variable "t_usewords" must not contain underscores.
(#132) Variable "h_transcript" must not contain underscores.
(#133) Variable "h_sequences" must not contain underscores.
(#134) Variable "h_fulltranscript" must not contain underscores.
(#135) Variable "h_transcript" must not contain underscores.
(#135) Variable "div_transcript" must not contain underscores.
(#136) Variable "h_sequences" must not contain underscores.
(#136) Variable "div_sequences" must not contain underscores.
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) No space found before comment text; expected "// . $h_fulltranscript . $div_fulltranscript,constants::M_CLASS . '_grading_debuginfo'" but found "//. $h_fulltranscript . $div_fulltranscript,constants::M_CLASS . '_grading_debuginfo'"
(#138) Expected 0 spaces before closing parenthesis; newline found
(#142) Missing docblock for function render_attempt_header
(#147) Missing docblock for function render_machinegrade_attempt_header
(#152) Missing docblock for function render_passage
(#152) Expected 1 space between comma and argument "$language"; 0 found
(#152) Commas (,) must be followed by white space.
(#152) Expected 1 space between the comma and "$language". Found: no spaces
(#152) Expected 1 space between comma and argument "$containerclass"; 2 found
(#152) Expected 1 space between the comma and "$containerclass". Found: 2 spaces
(#152) Incorrect spacing between argument "$containerclass" and equals sign; expected 1 but found 0
(#152) Incorrect spacing between default value and equals sign for argument "$containerclass"; expected 1 but found 0
(#152) Incorrect spacing between argument "$extraclasses" and equals sign; expected 1 but found 0
(#152) Incorrect spacing between default value and equals sign for argument "$extraclasses"; expected 1 but found 0
(#154) Short array syntax must be used to define arrays
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Parentheses must be used when instantiating a new class
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) No space found before comment text; expected "// see: http://stackoverflow.com/questions/8218230/php-domdocument-loadhtml-not-encoding-utf-8-correctly" but found "//see: http://stackoverflow.com/questions/8218230/php-domdocument-loadhtml-not-encoding-utf-8-correctly"
(#162) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) No space found before comment text; expected "// init the text count" but found "//init the text count"
(#170) Blank line found at start of control structure
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) No space found before comment text; expected "// if its empty space, move on" but found "//if its empty space, move on"
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) No space found before comment text; expected "// explode missed new lines that had been copied and pasted. eg A[newline]B was not split and was one word" but found "//explode missed new lines that had been copied and pasted. eg A[newline]B was not split and was one word"
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) No space found before comment text; expected "// This resulted in ai selected error words, having different index to their passage text counterpart" but found "//This resulted in ai selected error words, having different index to their passage text counterpart"
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) This comment is 65% valid code; is this commented out code?
(#181) No space found before comment text; expected "// $words = explode($seperator, $node->nodeValue);" but found "//$words = explode($seperator, $node->nodeValue);"
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) No space found before comment text; expected "// split each node(line) on words. preg_split messed up with double byte characters" but found "//split each node(line) on words. preg_split messed up with double byte characters"
(#185) No space found before comment text; expected "// $words = preg_split('/\s+/', $nodevalue);" but found "//$words = preg_split('/\s+/', $nodevalue);"
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) No space found before comment text; expected "// so we use mb_split" but found "//so we use mb_split"
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) No space found before comment text; expected "// if its a new line character from lines_to_brs we add it, but not as a word" but found "//if its a new line character from lines_to_brs we add it, but not as a word"
(#196) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#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) No space found before comment text; expected "// if its a non word character eg : in 'chapter one : beginning'" but found "//if its a non word character eg : in 'chapter one : beginning'"
(#202) Expected "if (...) {\n"; found "if(...) {\n"
(#202) Expected 1 space after IF keyword; 0 found
(#202) Expected at least 1 space before "==="; 0 found
(#202) Expected at least 1 space after "==="; 0 found
(#202) Expected 1 space before "==="; 0 found
(#202) Expected 1 space after "==="; 0 found
(#208) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) This comment is 77% valid code; is this commented out code?
(#210) No space found before comment text; expected "// $newnode->appendChild($spacenode);" but found "//$newnode->appendChild($spacenode);"
(#211) No space found before comment text; expected "// print_r($newnode);" but found "//print_r($newnode);"
(#219) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) No space found before comment text; expected "// for some languages we do not want spaces. Japanese, Chinese. For now this is manual" but found "//for some languages we do not want spaces. Japanese, Chinese. For now this is manual"
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) No space found before comment text; expected "// TODO auto determine when to use collapsespaces" but found "//TODO auto determine when to use collapsespaces"
(#232) Expected 1 space after "?"; 2 found
(#233) No space found before comment text; expected "// For right to left languages we want to add the RTL direction and right justify." but found "//For right to left languages we want to add the RTL direction and right justify."
(#234) Expected 1 space after SWITCH keyword; 0 found
(#234) Expected 1 space after closing parenthesis; found 0
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) No space found before comment text; expected "// nothing special" but found "//nothing special"
(#246) Expected "if (...) {\n"; found "if(...){\n"
(#246) Expected 1 space after IF keyword; 0 found
(#246) Expected 1 space after closing parenthesis; found 0
(#247) Expected at least 1 space before "="; 0 found
(#247) Expected at least 1 space after "="; 0 found
(#247) Expected 1 space before "="; 0 found
(#247) Expected 1 space after "="; 0 found
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) No space found before comment text; expected "// there should no longer be different container classes. remove this soon: Justin 2020-5-31" but found "//there should no longer be different container classes. remove this soon: Justin 2020-5-31"
(#250) Expected "if (...) {\n"; found "if(...) {\n"
(#250) Expected 1 space after IF keyword; 0 found
(#252) Expected 1 space after closing brace; 0 found
(#252) Expected "} else {\n"; found "}else{\n"
(#252) Expected 1 space after ELSE keyword; 0 found
(#253) Expected 1 space after comma in argument list; 2 found
(#253) Expected 1 space between the comma and "constants". Found: 2 spaces
(#253) No space found after comma in argument list
(#253) Commas (,) must be followed by white space.
(#253) Expected 1 space between the comma and "$attributes". Found: no spaces
(#258) Missing docblock for function render_passageactions
(#260) Opening parenthesis of a multi-line function call must be the last content on the line
(#261) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#262) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#262) Short array syntax must be used to define arrays
(#263) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#263) Only one argument is allowed per line in a multi-line function call
(#263) Closing parenthesis of a multi-line function call must be on a line by itself
(#265) Opening parenthesis of a multi-line function call must be the last content on the line
(#266) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#267) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#267) Short array syntax must be used to define arrays
(#268) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#268) Closing parenthesis of a multi-line function call must be on a line by itself
(#270) Opening parenthesis of a multi-line function call must be the last content on the line
(#271) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#272) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#272) Short array syntax must be used to define arrays
(#273) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#273) Closing parenthesis of a multi-line function call must be on a line by itself
(#275) Opening parenthesis of a multi-line function call must be the last content on the line
(#276) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#277) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#277) Short array syntax must be used to define arrays
(#278) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#278) Closing parenthesis of a multi-line function call must be on a line by itself
(#286) Missing docblock for function render_audioplayer
(#287) Opening parenthesis of a multi-line function call must be the last content on the line
(#287) Only one argument is allowed per line in a multi-line function call
(#288) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#288) Short array syntax must be used to define arrays
(#288) Closing parenthesis of a multi-line function call must be on a line by itself
(#290) Expected at least 1 space before "="; 0 found
(#290) Expected at least 1 space after "="; 0 found
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#291) Expected at least 1 space before "="; 0 found
(#291) Expected at least 1 space after "="; 0 found
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#292) Expected 1 space after "="; 2 found
(#294) Opening parenthesis of a multi-line function call must be the last content on the line
(#294) Only one argument is allowed per line in a multi-line function call
(#295) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#295) Short array syntax must be used to define arrays
(#295) Closing parenthesis of a multi-line function call must be on a line by itself
(#298) Whitespace found at end of line
(#299) Expected 1 newline at end of file; 0 found
(#299) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/output/renderer.php
(#1) DocBlock missing a @package tag for file renderer.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#14) Missing docblock for class renderer
(#14) Opening brace must not be followed by a blank line
(#28) Expected 1 space after SWITCH keyword; 0 found
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) This comment is 62% valid code; is this commented out code?
(#61) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#75) Missing docblock for function show_no_content
(#79) Short array syntax must be used to define arrays
(#80) Opening parenthesis of a multi-line function call must be the last content on the line
(#81) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#81) Short array syntax must be used to define arrays
(#81) Closing parenthesis of a multi-line function call must be on a line by itself
(#83) Short array syntax must be used to define arrays
(#86) Short array syntax must be used to define arrays
(#86) Line exceeds 132 characters; contains 140 characters
(#91) Missing docblock for function show_attempt_summary
(#94) Short array syntax must be used to define arrays
(#101) Short array syntax must be used to define arrays
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) This comment is 53% valid code; is this commented out code?
(#114) Space after opening parenthesis of function call prohibited
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) This comment is 53% valid code; is this commented out code?
(#115) Line indented incorrectly; expected at least 8 spaces, found 7
(#118) Space after opening parenthesis of function call prohibited
(#131) Space after opening parenthesis of function call prohibited
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) This comment is 53% valid code; is this commented out code?
(#135) Space after opening parenthesis of function call prohibited
(#148) Opening parenthesis of a multi-line function call must be the last content on the line
(#149) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#149) Closing parenthesis of a multi-line function call must be on a line by itself
(#156) Missing docblock for function show_progress_chart
(#174) Opening parenthesis of a multi-line function call must be the last content on the line
(#175) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#175) Closing parenthesis of a multi-line function call must be on a line by itself
(#176) Opening parenthesis of a multi-line function call must be the last content on the line
(#177) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#177) Closing parenthesis of a multi-line function call must be on a line by itself
(#182) Missing docblock for function show_stopandplay
(#183) Expected at least 1 space before "."; 0 found
(#183) Expected at least 1 space after "."; 0 found
(#183) Expected at least 1 space before "."; 0 found
(#183) Expected at least 1 space after "."; 0 found
(#184) Expected at least 1 space before "."; 0 found
(#184) Expected at least 1 space after "."; 0 found
(#184) Expected at least 1 space before "."; 0 found
(#184) Expected at least 1 space after "."; 0 found
(#184) Expected at least 1 space before "."; 0 found
(#184) Expected at least 1 space after "."; 0 found
(#184) Expected at least 1 space before "."; 0 found
(#184) Expected at least 1 space after "."; 0 found
(#184) Line exceeds maximum limit of 180 characters; contains 214 characters
(#185) Expected at least 1 space before "."; 0 found
(#185) Expected at least 1 space after "."; 0 found
(#185) Expected at least 1 space before "."; 0 found
(#185) Expected at least 1 space after "."; 0 found
(#185) Expected at least 1 space before "."; 0 found
(#185) Expected at least 1 space after "."; 0 found
(#185) Expected at least 1 space before "."; 0 found
(#185) Expected at least 1 space after "."; 0 found
(#185) Line exceeds maximum limit of 180 characters; contains 215 characters
(#191) Missing docblock for function show_quiz
(#200) Missing docblock for function show_menubuttons
(#202) Line indented incorrectly; expected at least 8 spaces, found 6
(#204) Line indented incorrectly; expected at least 8 spaces, found 6
(#225) No space found after comma in argument list
(#225) Commas (,) must be followed by white space.
(#225) Expected 1 space between the comma and "'disableshadowgrading'". Found: no spaces
(#228) Expected "if (...) {\n"; found "if (...){\n"
(#228) Expected 1 space after closing parenthesis; found 0
(#250) Incorrect spacing between argument "$attempt" and equals sign; expected 1 but found 0
(#250) Incorrect spacing between default value and equals sign for argument "$attempt"; expected 1 but found 0
(#250) Incorrect spacing between argument "$aigrade" and equals sign; expected 1 but found 0
(#250) Incorrect spacing between default value and equals sign for argument "$aigrade"; expected 1 but found 0
(#250) Incorrect spacing between argument "$embed" and equals sign; expected 1 but found 0
(#250) Incorrect spacing between default value and equals sign for argument "$embed"; expected 1 but found 0
(#256) Line exceeds 132 characters; contains 148 characters
(#261) Variable "have_humaneval" must not contain underscores.
(#262) Variable "have_aieval" must not contain underscores.
(#263) Variable "have_humaneval" must not contain underscores.
(#263) Variable "have_aieval" must not contain underscores.
(#269) This comment is 63% valid code; is this commented out code?
(#286) Blank line found at end of control structure
(#312) Line exceeds 132 characters; contains 148 characters
(#313) Opening parenthesis of a multi-line function call must be the last content on the line
(#314) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#319) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#338) Line exceeds 132 characters; contains 162 characters
(#350) Opening parenthesis of a multi-line function call must be the last content on the line
(#350) Only one argument is allowed per line in a multi-line function call
(#350) Expected at least 1 space before "."; 0 found
(#350) Expected at least 1 space after "."; 0 found
(#350) Line exceeds 132 characters; contains 137 characters
(#351) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#357) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#367) Opening parenthesis of a multi-line function call must be the last content on the line
(#368) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#368) Short array syntax must be used to define arrays
(#368) Closing parenthesis of a multi-line function call must be on a line by itself
(#378) Incorrect spacing between argument "$embed" and equals sign; expected 1 but found 0
(#378) Incorrect spacing between default value and equals sign for argument "$embed"; expected 1 but found 0
(#380) Opening parenthesis of a multi-line function call must be the last content on the line
(#380) Opening parenthesis of a multi-line function call must be the last content on the line
(#381) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#381) Short array syntax must be used to define arrays
(#384) Multi-line function call not indented correctly; expected 8 spaces but found 20
(#384) Closing parenthesis of a multi-line function call must be on a line by itself
(#385) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#385) Opening parenthesis of a multi-line function call must be the last content on the line
(#386) Multi-line function call not indented correctly; expected 8 spaces but found 20
(#386) Closing parenthesis of a multi-line function call must be on a line by itself
(#386) Closing parenthesis of a multi-line function call must be on a line by itself
(#407) Opening parenthesis of a multi-line function call must be the last content on the line
(#407) Opening parenthesis of a multi-line function call must be the last content on the line
(#408) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#408) Closing parenthesis of a multi-line function call must be on a line by itself
(#408) Only one argument is allowed per line in a multi-line function call
(#409) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#411) There should be a comma after the last array item in a multi-line array.
(#412) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#412) Closing parenthesis of a multi-line function call must be on a line by itself
(#429) Opening parenthesis of a multi-line function call must be the last content on the line
(#429) Opening parenthesis of a multi-line function call must be the last content on the line
(#430) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#430) Short array syntax must be used to define arrays
(#430) Closing parenthesis of a multi-line function call must be on a line by itself
(#431) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#431) Only one argument is allowed per line in a multi-line function call
(#431) Only one argument is allowed per line in a multi-line function call
(#431) Closing parenthesis of a multi-line function call must be on a line by itself
(#445) Opening parenthesis of a multi-line function call must be the last content on the line
(#445) Opening parenthesis of a multi-line function call must be the last content on the line
(#446) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#446) Short array syntax must be used to define arrays
(#446) Closing parenthesis of a multi-line function call must be on a line by itself
(#447) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#447) Only one argument is allowed per line in a multi-line function call
(#447) Only one argument is allowed per line in a multi-line function call
(#447) Closing parenthesis of a multi-line function call must be on a line by itself
(#462) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#464) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#467) Short array syntax must be used to define arrays
(#469) Opening parenthesis of a multi-line function call must be the last content on the line
(#469) Opening parenthesis of a multi-line function call must be the last content on the line
(#470) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#470) Short array syntax must be used to define arrays
(#470) Closing parenthesis of a multi-line function call must be on a line by itself
(#471) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#471) Only one argument is allowed per line in a multi-line function call
(#471) Only one argument is allowed per line in a multi-line function call
(#471) Closing parenthesis of a multi-line function call must be on a line by itself
(#482) No one-line description found in phpdocs for docblock of function show_all_mistranscriptions
(#487) Short array syntax must be used to define arrays
(#494) Short array syntax must be used to define arrays
(#501) Variable "total_mistranscriptions" must not contain underscores.
(#511) Short array syntax must be used to define arrays
(#515) Short array syntax must be used to define arrays
(#519) Variable "mistrans_count" must not contain underscores.
(#525) Variable "mistrans_count" must not contain underscores.
(#527) Variable "total_mistranscriptions" must not contain underscores.
(#527) Variable "mistrans_count" must not contain underscores.
(#529) Variable "mistrans_count" must not contain underscores.
(#530) Short array syntax must be used to define arrays
(#534) Short array syntax must be used to define arrays
(#544) Opening parenthesis of a multi-line function call must be the last content on the line
(#544) Only one argument is allowed per line in a multi-line function call
(#544) Opening parenthesis of a multi-line function call must be the last content on the line
(#545) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#545) Only one argument is allowed per line in a multi-line function call
(#545) Variable "total_mistranscriptions" must not contain underscores.
(#545) Closing parenthesis of a multi-line function call must be on a line by itself
(#546) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#546) Short array syntax must be used to define arrays
(#546) Closing parenthesis of a multi-line function call must be on a line by itself
(#551) PHP keywords must be lowercase; expected "array" but found "Array"
(#551) Short array syntax must be used to define arrays
(#554) Short array syntax must be used to define arrays
(#556) Blank line found at end of control structure
(#562) Missing docblock for function fetch_modalcontainer
(#562) Visibility must be declared on method "fetch_modalcontainer"
(#570) Missing docblock for function show_landr
(#576) Short array syntax must be used to define arrays
(#584) Expected 1 space after SWITCH keyword; 0 found
(#584) Expected 1 space after closing parenthesis; found 0
(#597) Line exceeds 132 characters; contains 144 characters
(#606) No space found after comma in argument list
(#606) Commas (,) must be followed by white space.
(#606) Expected 1 space between the comma and "'transcribe'". Found: no spaces
(#627) Missing docblock for function show_ungradedyet
(#653) Opening parenthesis of a multi-line function call must be the last content on the line
(#654) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#654) Closing parenthesis of a multi-line function call must be on a line by itself
(#656) Opening parenthesis of a multi-line function call must be the last content on the line
(#656) Only one argument is allowed per line in a multi-line function call
(#657) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#657) Short array syntax must be used to define arrays
(#657) Closing parenthesis of a multi-line function call must be on a line by itself
(#667) Opening parenthesis of a multi-line function call must be the last content on the line
(#668) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#668) Closing parenthesis of a multi-line function call must be on a line by itself
(#670) Opening parenthesis of a multi-line function call must be the last content on the line
(#670) Only one argument is allowed per line in a multi-line function call
(#671) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#671) Short array syntax must be used to define arrays
(#671) Closing parenthesis of a multi-line function call must be on a line by itself
(#681) Opening parenthesis of a multi-line function call must be the last content on the line
(#682) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#682) Closing parenthesis of a multi-line function call must be on a line by itself
(#684) Opening parenthesis of a multi-line function call must be the last content on the line
(#684) Only one argument is allowed per line in a multi-line function call
(#685) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#685) Short array syntax must be used to define arrays
(#685) Closing parenthesis of a multi-line function call must be on a line by itself
(#695) Opening parenthesis of a multi-line function call must be the last content on the line
(#696) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#696) Closing parenthesis of a multi-line function call must be on a line by itself
(#698) Opening parenthesis of a multi-line function call must be the last content on the line
(#698) Only one argument is allowed per line in a multi-line function call
(#699) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#699) Short array syntax must be used to define arrays
(#699) Closing parenthesis of a multi-line function call must be on a line by itself
(#721) Incorrect spacing between argument "$collapsespaces" and equals sign; expected 1 but found 0
(#721) Incorrect spacing between default value and equals sign for argument "$collapsespaces"; expected 1 but found 0
(#729) Opening parenthesis of a multi-line function call must be the last content on the line
(#729) Only one argument is allowed per line in a multi-line function call
(#731) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#731) Short array syntax must be used to define arrays
(#731) Closing parenthesis of a multi-line function call must be on a line by itself
(#736) Missing docblock for function render_hiddenaudioplayer
(#736) Incorrect spacing between argument "$audiourl" and equals sign; expected 1 but found 0
(#736) Incorrect spacing between default value and equals sign for argument "$audiourl"; expected 1 but found 0
(#738) Opening parenthesis of a multi-line function call must be the last content on the line
(#738) Only one argument is allowed per line in a multi-line function call
(#739) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#739) Short array syntax must be used to define arrays
(#739) Closing parenthesis of a multi-line function call must be on a line by itself
(#739) Line exceeds 132 characters; contains 143 characters
(#752) Opening parenthesis of a multi-line function call must be the last content on the line
(#752) Only one argument is allowed per line in a multi-line function call
(#753) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#753) Short array syntax must be used to define arrays
(#753) Closing parenthesis of a multi-line function call must be on a line by itself
(#762) Short array syntax must be used to define arrays
(#763) Short array syntax must be used to define arrays
(#764) Short array syntax must be used to define arrays
(#765) Opening parenthesis of a multi-line function call must be the last content on the line
(#765) Only one argument is allowed per line in a multi-line function call
(#766) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#766) Short array syntax must be used to define arrays
(#766) Closing parenthesis of a multi-line function call must be on a line by itself
(#772) Missing docblock for function show_evaluated_message
(#774) Expected at least 1 space before "."; 0 found
(#774) Short array syntax must be used to define arrays
(#774) Line exceeds 132 characters; contains 164 characters
(#786) Short array syntax must be used to define arrays
(#799) Opening parenthesis of a multi-line function call must be the last content on the line
(#799) Only one argument is allowed per line in a multi-line function call
(#800) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#800) Short array syntax must be used to define arrays
(#800) Closing parenthesis of a multi-line function call must be on a line by itself
(#811) Short array syntax must be used to define arrays
(#813) Short array syntax must be used to define arrays
(#825) Inline comments must end in full-stops, exclamation marks, or question marks
(#825) No space found before comment text; expected "// =======================================" but found "//======================================="
(#840) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#842) Variable "can_transcribe" must not contain underscores.
(#845) Expected 1 space after closing parenthesis; found 0
(#849) Variable "can_transcribe" must not contain underscores.
(#854) Variable "string_hints" must not contain underscores.
(#856) Inline comments must end in full-stops, exclamation marks, or question marks
(#858) Line exceeds 132 characters; contains 144 characters
(#876) Opening parenthesis of a multi-line function call must be the last content on the line
(#876) Only one argument is allowed per line in a multi-line function call
(#877) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#877) Short array syntax must be used to define arrays
(#888) Inline comments must start with a capital letter, digit or 3-dots sequence
(#888) This comment is 100% valid code; is this commented out code?
(#888) No space found before comment text; expected "// 'data-iframeclass'=>"letsberesponsive"," but found "//'data-iframeclass'=>"letsberesponsive","
(#899) Variable "string_hints" must not contain underscores.
(#900) Inline comments must start with a capital letter, digit or 3-dots sequence
(#900) Inline comments must end in full-stops, exclamation marks, or question marks
(#901) There should be a comma after the last array item in a multi-line array.
(#902) Inline comments must start with a capital letter, digit or 3-dots sequence
(#902) This comment is 60% valid code; is this commented out code?
(#902) No space found before comment text; expected "// 'data-token'=>"643eba92a1447ac0c6a882c85051461a" //cloudpoodll" but found "//'data-token'=>"643eba92a1447ac0c6a882c85051461a" //cloudpoodll"
(#905) Opening parenthesis of a multi-line function call must be the last content on the line
(#905) Only one argument is allowed per line in a multi-line function call
(#906) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#906) Short array syntax must be used to define arrays
(#906) Closing parenthesis of a multi-line function call must be on a line by itself
(#907) Inline comments must start with a capital letter, digit or 3-dots sequence
(#907) No space found before comment text; expected "// =======================================" but found "//======================================="
(#918) Missing docblock for function fetch_activity_amd
(#918) Visibility must be declared on method "fetch_activity_amd"
(#918) Incorrect spacing between argument "$embed" and equals sign; expected 1 but found 0
(#918) Incorrect spacing between default value and equals sign for argument "$embed"; expected 1 but found 0
(#921) Variable "ret_html" must not contain underscores.
(#924) PHP keywords must be lowercase; expected "array" but found "Array"
(#924) Short array syntax must be used to define arrays
(#985) Variable "ret_html" must not contain underscores.
(#985) Variable "ret_html" must not contain underscores.
(#985) Short array syntax must be used to define arrays
(#992) Variable "opts_html" must not contain underscores.
(#993) Short array syntax must be used to define arrays
(#996) Variable "ret_html" must not contain underscores.
(#996) Variable "ret_html" must not contain underscores.
(#996) Variable "opts_html" must not contain underscores.
(#998) Short array syntax must be used to define arrays
(#999) Short array syntax must be used to define arrays
(#1000) Short array syntax must be used to define arrays
(#1003) Variable "ret_html" must not contain underscores.
(#1006) Missing docblock for function fetch_clicktohear_amd
(#1006) Visibility must be declared on method "fetch_clicktohear_amd"
(#1009) Variable "ret_html" must not contain underscores.
(#1010) Short array syntax must be used to define arrays
(#1012) Short array syntax must be used to define arrays
(#1018) Missing docblock for function fetch_clicktohear
(#1018) Visibility must be declared on method "fetch_clicktohear"
(#1020) Variable "ret_html" must not contain underscores.
(#1021) Variable "ret_html" must not contain underscores.
(#1023) Variable "ret_html" must not contain underscores.
(#1039) Missing docblock for function push_buttons_menu
(#1041) Line exceeds 132 characters; contains 148 characters
(#1044) Expected 1 space after SWITCH keyword; 0 found
(#1044) Expected 1 space after closing parenthesis; found 0
(#1045) The CASE body must start on the line following the statement
(#1045) Terminating statement must be on a line by itself
(#1045) Closing brace must be on a line by itself
(#1045) Each PHP statement must be on a line by itself
(#1046) The CASE body must start on the line following the statement
(#1046) Terminating statement must be on a line by itself
(#1046) Closing brace must be on a line by itself
(#1046) Each PHP statement must be on a line by itself
(#1047) The CASE body must start on the line following the statement
(#1047) Terminating statement must be on a line by itself
(#1047) Closing brace must be on a line by itself
(#1047) Each PHP statement must be on a line by itself
(#1048) The CASE body must start on the line following the statement
(#1048) Terminating statement must be on a line by itself
(#1048) Closing brace must be on a line by itself
(#1048) Each PHP statement must be on a line by itself
(#1049) The CASE body must start on the line following the statement
(#1049) Terminating statement must be on a line by itself
(#1049) Closing brace must be on a line by itself
(#1049) Each PHP statement must be on a line by itself
(#1050) The CASE body must start on the line following the statement
(#1050) Terminating statement must be on a line by itself
(#1050) Closing brace must be on a line by itself
(#1050) Each PHP statement must be on a line by itself
(#1051) The CASE body must start on the line following the statement
(#1051) Terminating statement must be on a line by itself
(#1051) Closing brace must be on a line by itself
(#1051) Each PHP statement must be on a line by itself
(#1052) The CASE body must start on the line following the statement
(#1052) Terminating statement must be on a line by itself
(#1052) Closing brace must be on a line by itself
(#1052) Each PHP statement must be on a line by itself
(#1053) The CASE body must start on the line following the statement
(#1053) Terminating statement must be on a line by itself
(#1053) Closing brace must be on a line by itself
(#1053) Each PHP statement must be on a line by itself
(#1057) Expected at least 1 space after "."; 0 found
(#1058) Opening parenthesis of a multi-line function call must be the last content on the line
(#1059) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#1059) Short array syntax must be used to define arrays
(#1059) Closing parenthesis of a multi-line function call must be on a line by itself
(#1064) Space after opening parenthesis of function call prohibited
(#1074) Missing docblock for function show_open_close_dates
(#1082) Space after opening parenthesis of function call prohibited
(#1092) Missing docblock for function show_attempt_for_review
(#1092) The first parameter of a multi-line function declaration must be on the line after the opening bracket
(#1092) Multi-line function declarations must define one parameter per line
(#1093) Multi-line function declaration not indented correctly; expected 8 spaces but found 12
(#1093) Variable "have_humaneval" must not contain underscores.
(#1093) Multi-line function declarations must define one parameter per line
(#1093) Variable "have_aieval" must not contain underscores.
(#1093) Multi-line function declarations must define one parameter per line
(#1093) Multi-line function declarations must define one parameter per line
(#1093) Multi-line function declarations must define one parameter per line
(#1093) Multi-line function declarations must define one parameter per line
(#1093) Multi-line function declarations must define one parameter per line
(#1093) Multi-line function declarations must define one parameter per line
(#1093) Incorrect spacing between argument "$embed" and equals sign; expected 1 but found 0
(#1093) Incorrect spacing between default value and equals sign for argument "$embed"; expected 1 but found 0
(#1093) The closing parenthesis of a multi-line function declaration must be on a new line
(#1129) Variable "have_humaneval" must not contain underscores.
(#1129) Variable "have_aieval" must not contain underscores.
(#1135) Inline comments must end in full-stops, exclamation marks, or question marks
(#1140) Line exceeds 132 characters; contains 172 characters
(#1146) Variable "have_humaneval" must not contain underscores.
(#1147) Variable "force_aidata" must not contain underscores.
(#1149) Variable "force_aidata" must not contain underscores.
(#1155) Variable "force_aidata" must not contain underscores.
(#1159) Line exceeds 132 characters; contains 137 characters
(#1165) Variable "have_humaneval" must not contain underscores.
(#1167) Variable "force_aidata" must not contain underscores.
(#1170) Variable "force_aidata" must not contain underscores.
(#1174) Variable "force_aidata" must not contain underscores.
(#1178) Line exceeds 132 characters; contains 137 characters
(#1183) Variable "have_humaneval" must not contain underscores.
(#1185) Variable "force_aidata" must not contain underscores.
(#1188) Variable "force_aidata" must not contain underscores.
(#1192) Variable "force_aidata" must not contain underscores.
(#1196) Line exceeds 132 characters; contains 137 characters
(#1204) Inline comments must end in full-stops, exclamation marks, or question marks
(#1209) Line exceeds 132 characters; contains 164 characters
(#1210) Blank line found at end of control structure
(#1215) This comment is 65% valid code; is this commented out code?
(#1233) Variable "comp_test" must not contain underscores.
(#1239) Variable "comp_test" must not contain underscores.
(#1240) Short array syntax must be used to define arrays
(#1254) Opening parenthesis of a multi-line function call must be the last content on the line
(#1254) Only one argument is allowed per line in a multi-line function call
(#1254) Line exceeds 132 characters; contains 161 characters
(#1255) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#1255) Short array syntax must be used to define arrays
(#1255) Closing parenthesis of a multi-line function call must be on a line by itself
public/mod/readaloud/classes/output/report_renderer.php
(#1) DocBlock missing a @package tag for file report_renderer.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#14) Missing docblock for class report_renderer
(#14) Opening brace must not be followed by a blank line
(#16) Missing docblock for function render_reportmenu
(#18) This comment is 60% valid code; is this commented out code?
(#18) Line indented incorrectly; expected at least 8 spaces, found 0
(#30) Line indented incorrectly; expected at least 8 spaces, found 0
(#33) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#33) Opening parenthesis of a multi-line function call must be the last content on the line
(#34) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#34) Short array syntax must be used to define arrays
(#34) Closing parenthesis of a multi-line function call must be on a line by itself
(#35) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#35) Only one argument is allowed per line in a multi-line function call
(#35) Closing parenthesis of a multi-line function call must be on a line by itself
(#36) Expected at least 1 space before "="; 0 found
(#36) Expected at least 1 space after "="; 0 found
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#37) Short array syntax must be used to define arrays
(#37) Expected at least 1 space before "=>"; 0 found
(#37) Expected at least 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#38) Expected at least 1 space before "=>"; 0 found
(#38) Expected at least 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#41) Opening parenthesis of a multi-line function call must be the last content on the line
(#42) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#42) Short array syntax must be used to define arrays
(#42) Closing parenthesis of a multi-line function call must be on a line by itself
(#43) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#43) Only one argument is allowed per line in a multi-line function call
(#43) Closing parenthesis of a multi-line function call must be on a line by itself
(#44) Expected at least 1 space before "="; 0 found
(#44) Expected at least 1 space after "="; 0 found
(#44) Expected 1 space before "="; 0 found
(#44) Expected 1 space after "="; 0 found
(#45) Short array syntax must be used to define arrays
(#45) Expected at least 1 space before "=>"; 0 found
(#45) Expected at least 1 space after "=>"; 0 found
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#46) Expected at least 1 space before "=>"; 0 found
(#46) Expected at least 1 space after "=>"; 0 found
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#49) Opening parenthesis of a multi-line function call must be the last content on the line
(#50) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#50) Short array syntax must be used to define arrays
(#50) Closing parenthesis of a multi-line function call must be on a line by itself
(#51) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#51) Only one argument is allowed per line in a multi-line function call
(#51) Closing parenthesis of a multi-line function call must be on a line by itself
(#52) Expected at least 1 space before "="; 0 found
(#52) Expected at least 1 space after "="; 0 found
(#52) Expected 1 space before "="; 0 found
(#52) Expected 1 space after "="; 0 found
(#53) Short array syntax must be used to define arrays
(#53) Expected at least 1 space before "=>"; 0 found
(#53) Expected at least 1 space after "=>"; 0 found
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#54) Expected at least 1 space before "=>"; 0 found
(#54) Expected at least 1 space after "=>"; 0 found
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#56) Expected at least 1 space before "="; 0 found
(#56) Expected at least 1 space after "="; 0 found
(#56) Expected 1 space before "="; 0 found
(#56) Expected 1 space after "="; 0 found
(#57) Expected at least 1 space before "="; 0 found
(#57) Expected 1 space before "="; 0 found
(#62) Missing docblock for function render_delete_allattempts
(#64) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#64) Short array syntax must be used to define arrays
(#65) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#65) Only one argument is allowed per line in a multi-line function call
(#65) Closing parenthesis of a multi-line function call must be on a line by itself
(#70) Missing docblock for function render_reporttitle_html
(#76) Missing docblock for function render_empty_section_html
(#81) Missing docblock for function render_exportbuttons_html
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) No space found before comment text; expected "// convert formdata to array" but found "//convert formdata to array"
(#88) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#89) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#89) Only one argument is allowed per line in a multi-line function call
(#89) Closing parenthesis of a multi-line function call must be on a line by itself
(#94) Missing docblock for function render_grading_exportbuttons_html
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) No space found before comment text; expected "// convert formdata to array" but found "//convert formdata to array"
(#101) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#102) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#102) Only one argument is allowed per line in a multi-line function call
(#102) Closing parenthesis of a multi-line function call must be on a line by itself
(#107) Missing docblock for function render_section_csv
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) No space found before comment text; expected "// "\t";" but found "//"\t";"
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) No space found before comment text; expected "// echo header" but found "//echo header"
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) No space found before comment text; expected "// echo data rows" but found "//echo data rows"
(#137) Missing docblock for function render_section_html
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) No space found before comment text; expected "// set up our table and head attributes" but found "//set up our table and head attributes"
(#144) Short array syntax must be used to define arrays
(#151) Expected at least 1 space before "="; 0 found
(#151) Expected at least 1 space after "="; 0 found
(#151) Expected 1 space before "="; 0 found
(#151) Expected 1 space after "="; 0 found
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) No space found before comment text; expected "// set up descrption cell" but found "//set up descrption cell"
(#160) Short array syntax must be used to define arrays
(#163) Short array syntax must be used to define arrays
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) No space found before comment text; expected "// if datatables set up datatables" but found "//if datatables set up datatables"
(#174) Expected "if (...) {\n"; found "if(...) {\n"
(#174) Expected 1 space after IF keyword; 0 found
(#179) Expected at least 1 space before "="; 0 found
(#179) Expected at least 1 space after "="; 0 found
(#179) Expected 1 space before "="; 0 found
(#179) Expected 1 space after "="; 0 found
(#184) Expected at least 1 space before "="; 0 found
(#184) Expected at least 1 space after "="; 0 found
(#184) Expected 1 space before "="; 0 found
(#184) Expected 1 space after "="; 0 found
(#192) Expected at least 1 space before "="; 0 found
(#192) Expected at least 1 space after "="; 0 found
(#192) Expected 1 space before "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#193) Expected at least 1 space before "="; 0 found
(#193) Expected at least 1 space after "="; 0 found
(#193) Expected 1 space before "="; 0 found
(#193) Expected 1 space after "="; 0 found
(#194) Expected at least 1 space before "="; 0 found
(#194) Expected at least 1 space after "="; 0 found
(#194) Expected 1 space before "="; 0 found
(#194) Expected 1 space after "="; 0 found
(#195) PHP keywords must be lowercase; expected "array" but found "Array"
(#195) Short array syntax must be used to define arrays
(#198) Short array syntax must be used to define arrays
(#202) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#204) Missing docblock for function show_reports_footer
(#204) Visibility must be declared on method "show_reports_footer"
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Opening parenthesis of a multi-line function call must be the last content on the line
(#207) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#207) Short array syntax must be used to define arrays
(#207) Closing parenthesis of a multi-line function call must be on a line by itself
(#213) Missing docblock for function show_perpage_selector
(#213) Visibility must be declared on method "show_perpage_selector"
(#214) Short array syntax must be used to define arrays
(#228) Visibility must be declared on method "show_paging_bar"
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) No space found before comment text; expected "// add paging params to url (NOT pageno)" but found "//add paging params to url (NOT pageno)"
(#231) Short array syntax must be used to define arrays
(#235) Missing docblock for function show_grading_footer
(#235) Visibility must be declared on method "show_grading_footer"
(#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
(#240) Short array syntax must be used to define arrays
(#245) Missing docblock for function show_export_buttons
(#245) Visibility must be declared on method "show_export_buttons"
(#255) Missing docblock for function show_machinegrading_footer
(#255) Visibility must be declared on method "show_machinegrading_footer"
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#257) Opening parenthesis of a multi-line function call must be the last content on the line
(#258) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#258) Short array syntax must be used to define arrays
(#258) Closing parenthesis of a multi-line function call must be on a line by itself
(#263) Expected 1 newline at end of file; 0 found
(#263) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/output/rsquestion_renderer.php
(#20) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#31) Opening brace must not be followed by a blank line
(#44) This comment is 66% valid code; is this commented out code?
(#49) Opening parenthesis of a multi-line function call must be the last content on the line
(#50) Multi-line function call not indented correctly; expected 8 spaces but found 9
(#50) Closing parenthesis of a multi-line function call must be on a line by itself
(#52) This comment is 66% valid code; is this commented out code?
(#57) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space after "."; 0 found
(#57) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space after "."; 0 found
(#57) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space after "."; 0 found
(#66) Visibility must be declared on method "show_items_list"
(#68) Expected "if (...) {\n"; found "if(...){\n"
(#68) Expected 1 space after IF keyword; 0 found
(#68) Expected 1 space after closing parenthesis; found 0
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) This comment is 49% valid code; is this commented out code?
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Blank line found at start of control structure
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) This comment is 67% valid code; is this commented out code?
(#129) Line exceeds 132 characters; contains 140 characters
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) This comment is 67% valid code; is this commented out code?
(#130) Line exceeds 132 characters; contains 140 characters
(#147) Function closing brace must go on the next line following the body; found 1 blank lines before brace
public/mod/readaloud/classes/passagehelper.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#39) Missing member variable doc comment
(#40) Missing member variable doc comment
(#41) Missing member variable doc comment
(#42) Missing member variable doc comment
(#43) Missing member variable doc comment
(#45) Missing docblock for function __construct
(#45) Visibility must be declared on method "__construct"
(#49) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) No space found before comment text; expected "// ai data is useful, but if we don't got it we don't got it." but found "//ai data is useful, but if we don't got it we don't got it."
(#55) Short array syntax must be used to define arrays
(#56) Short array syntax must be used to define arrays
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) No space found before comment text; expected "// we only load aidata if we reallyhave some, the presence of ai record is no longer a good check" but found "//we only load aidata if we reallyhave some, the presence of ai record is no longer a good check"
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) No space found before comment text; expected "// do we have a transcript ... is the real check" but found "//do we have a transcript ... is the real check"
(#74) Closing brace must not be followed by any comment or statement on the same line
(#76) Missing docblock for function get_next_ungraded_id
(#82) Short array syntax must be used to define arrays
(#98) Missing docblock for function update
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) No space found before comment text; expected "// its a little redundancy but we add error count here to make machine eval. error estimation easier" but found "//its a little redundancy but we add error count here to make machine eval. error estimation easier"
(#117) Missing docblock for function attemptdetails
(#121) Short array syntax must be used to define arrays
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) No space found before comment text; expected "// we need to consider legacy client side URLs and cloud hosted ones" but found "//we need to consider legacy client side URLs and cloud hosted ones"
(#129) Opening parenthesis of a multi-line function call must be the last content on the line
(#129) Only one argument is allowed per line in a multi-line function call
(#129) Only one argument is allowed per line in a multi-line function call
(#130) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#131) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#131) Closing parenthesis of a multi-line function call must be on a line by itself
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) No space found before comment text; expected "// because we may or ay not use AI data we provide a way for the correct data to be used here" but found "//because we may or ay not use AI data we provide a way for the correct data to be used here"
(#149) Missing docblock for function formdetails
(#149) Variable "force_aimode" must not contain underscores.
(#150) Variable "loading_aidata" must not contain underscores.
(#150) Variable "force_aimode" must not contain underscores.
(#153) Variable "loading_aidata" must not contain underscores.
(#154) Expected "if (...) {\n"; found "if(...) {\n"
(#154) Expected 1 space after IF keyword; 0 found
(#154) Expected at least 1 space before ">"; 0 found
(#154) Expected at least 1 space after ">"; 0 found
(#154) Expected 1 space before ">"; 0 found
(#154) Expected 1 space after ">"; 0 found
(#156) Expected 1 space after closing brace; 0 found
(#156) Expected "} else {\n"; found "}else{\n"
(#156) Expected 1 space after ELSE keyword; 0 found
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) No space found before comment text; expected "// else we get it from transcript (it will be stored as aidata sessiontime for next time)" but found "//else we get it from transcript (it will be stored as aidata sessiontime for next time)"
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) No space found before comment text; expected "// we get the end_time attribute of the final recognised word in the fulltranscript" but found "//we get the end_time attribute of the final recognised word in the fulltranscript"
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) No space found before comment text; expected "// this is a guess now, We just don't know it. And should not really get here." but found "//this is a guess now, We just don't know it. And should not really get here."
(#172) Blank line found at end of control structure
(#178) Variable "loading_aidata" must not contain underscores.
(#185) Variable "loading_aidata" must not contain underscores.
(#192) Variable "loading_aidata" must not contain underscores.
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) No space found before comment text; expected "// should not get here really" but found "//should not get here really"
(#201) Blank line found at end of control structure
(#205) Missing docblock for function prepare_javascript
(#205) Variable "force_aimode" must not contain underscores.
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) No space found before comment text; expected "// if we are editing and no human has saved, we load AI data to begin with." but found "//if we are editing and no human has saved, we load AI data to begin with."
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) No space found before comment text; expected "// if we only want ai data, during review screen, again we load ai data" but found "//if we only want ai data, during review screen, again we load ai data"
(#210) Variable "loading_aidata" must not contain underscores.
(#210) Variable "force_aimode" must not contain underscores.
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) No space found before comment text; expected "// here we set up any info we need to pass into javascript" but found "//here we set up any info we need to pass into javascript"
(#213) PHP keywords must be lowercase; expected "array" but found "Array"
(#213) Short array syntax must be used to define arrays
(#226) Variable "loading_aidata" must not contain underscores.
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) No space found before comment text; expected "// even in human mode, spot checking is handy so we load ai data for that" but found "//even in human mode, spot checking is handy so we load ai data for that"
(#253) Variable "opts_html" must not contain underscores.
(#254) Short array syntax must be used to define arrays
(#255) Short array syntax must be used to define arrays
(#255) Short array syntax must be used to define arrays
(#256) Opening parenthesis of a multi-line function call must be the last content on the line
(#256) Short array syntax must be used to define arrays
(#262) There should be a comma after the last array item in a multi-line array.
(#263) Multi-line function call not indented correctly; expected 12 spaces but found 8
(#264) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#264) Closing parenthesis of a multi-line function call must be on a line by itself
(#266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) No space found before comment text; expected "// these need to be returned and echo'ed to the page" but found "//these need to be returned and echo'ed to the page"
(#267) Variable "opts_html" must not contain underscores.
(#269) Function closing brace must go on the next line following the body; found 1 blank lines before brace
public/mod/readaloud/classes/privacy/provider.php
(#39) 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"
(#41) Missing docblock for interface the_user_provider
(#44) Duplicate interface name "mod_readaloud\privacy\the_user_provider" found; first defined in /var/lib/jenkins/git_repositories/prechecker/public/mod/readaloud/classes/privacy/provider.php on line 41
(#44) Missing docblock for interface the_user_provider
(#44) Each interface must be in a file by itself
(#47) Space found before semicolon; expected "};" but found "}\n\n ;"
(#56) Each interface must be in a file by itself
(#58) Expected 4 spaces before interface name; 8 found
(#60) Expected 4 spaces before interface name; 8 found
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// user provider 3.4 and above" but found "//user provider 3.4 and above"
(#62) Expected 4 spaces before interface name; 8 found
(#62) Opening brace must not be followed by a blank line
(#64) The first trait import statement must be declared on the first non-comment line after the class opening brace
(#72) Method name "_get_metadata" must not be prefixed with an underscore to indicate visibility
(#86) There should be a comma after the last array item in a multi-line array.
(#102) There should be a comma after the last array item in a multi-line array.
(#107) There should be a comma after the last array item in a multi-line array.
(#118) Method name "_get_contexts_for_userid" must not be prefixed with an underscore to indicate visibility
(#130) There should be a comma after the last array item in a multi-line array.
(#169) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#178) Method name "_export_user_data" must not be prefixed with an underscore to indicate visibility
(#186) Long list syntax is not allowed
(#215) There should be a comma after the last array item in a multi-line array.
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Blank line found at start of control structure
(#293) Opening parenthesis of a multi-line function call must be the last content on the line
(#293) Only one argument is allowed per line in a multi-line function call
(#294) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#294) Only one argument is allowed per line in a multi-line function call
(#294) Closing parenthesis of a multi-line function call must be on a line by itself
(#300) Long list syntax is not allowed
(#321) Long list syntax is not allowed
public/mod/readaloud/classes/report/attempts.php
(#1) DocBlock missing a @package tag for file attempts.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#14) Missing docblock for class attempts
(#14) Opening brace must not be followed by a blank line
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#17) Commas (,) must be followed by white space.
(#17) Expected no space between "'grade_p'" and the comma. Found: 1 space
(#17) Expected 1 space between the comma and "'timecreated'". Found: no spaces
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#19) Short array syntax must be used to define arrays
(#20) Missing member variable doc comment
(#20) Short array syntax must be used to define arrays
(#22) Missing docblock for function fetch_formatted_field
(#36) This comment is 78% valid code; is this commented out code?
(#40) Opening parenthesis of a multi-line function call must be the last content on the line
(#41) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#41) Only one argument is allowed per line in a multi-line function call
(#41) Short array syntax must be used to define arrays
(#41) Closing parenthesis of a multi-line function call must be on a line by itself
(#42) Blank line found at end of control structure
(#66) Opening parenthesis of a multi-line function call must be the last content on the line
(#67) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#67) Short array syntax must be used to define arrays
(#68) Multi-line function call not indented correctly; expected 20 spaces but found 36
(#68) Closing parenthesis of a multi-line function call must be on a line by itself
(#87) Missing docblock for function fetch_formatted_heading
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) This comment is 65% valid code; is this commented out code?
(#93) No space found before comment text; expected "// $ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);" but found "//$ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);"
(#96) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#98) Missing docblock for function process_raw_data
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) No space found before comment text; expected "// heading data" but found "//heading data"
(#103) Short array syntax must be used to define arrays
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) No space found before comment text; expected "// Groups stuff" but found "//Groups stuff"
(#106) Short array syntax must be used to define arrays
(#107) Short array syntax must be used to define arrays
(#109) No space found after comma in argument list
(#109) Commas (,) must be followed by white space.
(#109) Expected 1 space between the comma and "$course". Found: no spaces
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) No space found before comment text; expected "// if we need to show groups" but found "//if we need to show groups"
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) No space found before comment text; expected "// if we need to show just one groups" but found "//if we need to show just one groups"
(#115) Expected "if (...) {\n"; found "if(...){\n"
(#115) Expected 1 space after IF keyword; 0 found
(#115) Expected 1 space after closing parenthesis; found 0
(#115) Blank line found at start of control structure
(#117) Long list syntax is not allowed
(#122) Expected at least 1 space before "="; 0 found
(#122) Expected at least 1 space after "="; 0 found
(#122) Expected 1 space before "="; 0 found
(#122) Expected 1 space after "="; 0 found
(#124) Expected 1 space after closing brace; 0 found
(#124) Expected "} else {\n"; found "}else{\n"
(#124) Expected 1 space after ELSE keyword; 0 found
(#125) Short array syntax must be used to define arrays
(#131) Opening parenthesis of a multi-line function call must be the last content on the line
(#131) Only one argument is allowed per line in a multi-line function call
(#131) Only one argument is allowed per line in a multi-line function call
(#132) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#132) Only one argument is allowed per line in a multi-line function call
(#132) Closing parenthesis of a multi-line function call must be on a line by itself
(#142) Expected 1 newline at end of file; 0 found
(#142) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/report/attemptssummary.php
(#1) DocBlock missing a @package tag for file attemptssummary.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#14) Missing docblock for class attemptssummary
(#14) Opening brace must not be followed by a blank line
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#17) Commas (,) must be followed by white space.
(#17) Expected 1 space between the comma and "'h_wpm'". Found: no spaces
(#17) Line exceeds 132 characters; contains 143 characters
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#19) Short array syntax must be used to define arrays
(#20) Missing member variable doc comment
(#20) Short array syntax must be used to define arrays
(#22) Missing docblock for function fetch_formatted_field
(#34) Opening parenthesis of a multi-line function call must be the last content on the line
(#35) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#35) Short array syntax must be used to define arrays
(#35) Closing parenthesis of a multi-line function call must be on a line by itself
(#43) Opening parenthesis of a multi-line function call must be the last content on the line
(#44) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#44) Short array syntax must be used to define arrays
(#44) Closing parenthesis of a multi-line function call must be on a line by itself
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) No space found before comment text; expected "// WPM" but found "//WPM"
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// accuracy" but found "//accuracy"
(#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 "// grade" but found "//grade"
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// Highest WPM" but found "//Highest WPM"
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) No space found before comment text; expected "// Highest accuracy" but found "//Highest accuracy"
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) No space found before comment text; expected "// Highest grade" but found "//Highest grade"
(#88) Closing brace must not be followed by any comment or statement on the same line
(#88) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#90) Missing docblock for function fetch_formatted_heading
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) This comment is 65% valid code; is this commented out code?
(#96) No space found before comment text; expected "// $ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);" but found "//$ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);"
(#99) Closing brace must not be followed by any comment or statement on the same line
(#99) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#101) Missing docblock for function fetch_formatted_description
(#105) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#107) Missing docblock for function process_raw_data
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space between the comma and "$USER". Found: no spaces
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) No space found before comment text; expected "// heading data" but found "//heading data"
(#113) Short array syntax must be used to define arrays
(#114) Variable "user_totals" must not contain underscores.
(#114) Short array syntax must be used to define arrays
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) No space found before comment text; expected "// Groups stuff" but found "//Groups stuff"
(#117) Short array syntax must be used to define arrays
(#118) Short array syntax must be used to define arrays
(#120) No space found after comma in argument list
(#120) Commas (,) must be followed by white space.
(#120) Expected 1 space between the comma and "$course". Found: no spaces
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) No space found before comment text; expected "// if we need to show groups" but found "//if we need to show groups"
(#125) Expected "if (...) {\n"; found "if(...){\n"
(#125) Expected 1 space after IF keyword; 0 found
(#125) Expected 1 space after closing parenthesis; found 0
(#125) Blank line found at start of control structure
(#127) Long list syntax is not allowed
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) No space found before comment text; expected "// if we are not machine grading the SQL is simpler" but found "//if we are not machine grading the SQL is simpler"
(#130) Variable "human_sql" must not contain underscores.
(#134) Line exceeds 132 characters; contains 134 characters
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) No space found before comment text; expected "// if we are machine grading we need to fetch human and machine so we can get WPM etc from either" but found "//if we are machine grading we need to fetch human and machine so we can get WPM etc from either"
(#137) Variable "hybrid_sql" must not contain underscores.
(#138) Line exceeds 132 characters; contains 159 characters
(#143) Line exceeds 132 characters; contains 134 characters
(#144) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#145) Blank line found at end of control structure
(#146) Expected 1 space after closing brace; 0 found
(#146) Expected "} else {\n"; found "}else{\n"
(#146) Expected 1 space after ELSE keyword; 0 found
(#146) Blank line found at start of control structure
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) No space found before comment text; expected "// if we are not machine grading the SQL is simpler" but found "//if we are not machine grading the SQL is simpler"
(#150) Variable "human_sql" must not contain underscores.
(#152) Line exceeds 132 characters; contains 134 characters
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) No space found before comment text; expected "// if we are machine grading we need to fetch human and machine so we can get WPM etc from either" but found "//if we are machine grading we need to fetch human and machine so we can get WPM etc from either"
(#155) Variable "hybrid_sql" must not contain underscores.
(#156) Line exceeds 132 characters; contains 159 characters
(#160) Line exceeds 132 characters; contains 134 characters
(#161) Blank line found at end of control structure
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) No space found before comment text; expected "// we need a module instance to know which scoring method we are using." but found "//we need a module instance to know which scoring method we are using."
(#165) Expected at least 1 space before "="; 0 found
(#165) Expected at least 1 space after "="; 0 found
(#165) Expected 1 space before "="; 0 found
(#165) Expected 1 space after "="; 0 found
(#166) Short array syntax must be used to define arrays
(#166) Expected at least 1 space before "=>"; 0 found
(#166) Expected at least 1 space after "=>"; 0 found
(#166) Expected 1 space before "=>"; 0 found
(#166) Expected 1 space after "=>"; 0 found
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// run the sql and match up WPM accuracy and sessionscore if we need to" but found "//run the sql and match up WPM accuracy and sessionscore if we need to"
(#170) Boolean operators between conditions must be at the beginning or end of the line, but not both
(#170) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#172) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#173) Variable "hybrid_sql" must not contain underscores.
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#185) Variable "human_sql" must not contain underscores.
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) No space found before comment text; expected "// loop through data" but found "//loop through data"
(#189) Blank line found at start of control structure
(#191) Blank line found at start of control structure
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) No space found before comment text; expected "// if no previously counted attempts" but found "//if no previously counted attempts"
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) No space found before comment text; expected "// its just the single attempts data" but found "//its just the single attempts data"
(#195) Variable "user_totals" must not contain underscores.
(#196) Expected at least 1 space before "="; 0 found
(#196) Expected 1 space before "="; 0 found
(#206) Variable "user_totals" must not contain underscores.
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Line indented incorrectly; expected at least 20 spaces, found 16
(#208) No space found before comment text; expected "// otherwise increment totals, and figure out 'highest'" but found "//otherwise increment totals, and figure out 'highest'"
(#209) Expected 1 space after closing brace; 0 found
(#209) Expected "} else {\n"; found "}else{\n"
(#209) Expected 1 space after ELSE keyword; 0 found
(#210) Expected at least 1 space before "="; 0 found
(#210) Expected at least 1 space after "="; 0 found
(#210) Expected 1 space before "="; 0 found
(#210) Expected 1 space after "="; 0 found
(#210) Variable "user_totals" must not contain underscores.
(#220) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#221) Blank line found at end of control structure
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) No space found before comment text; expected "// calc averages and set to raw data" but found "//calc averages and set to raw data"
(#224) Variable "user_totals" must not contain underscores.
(#225) Line indented incorrectly; expected at least 16 spaces, found 15
(#225) No space found after comma in argument list
(#225) Commas (,) must be followed by white space.
(#225) Expected 1 space between the comma and "1". Found: no spaces
(#226) Line indented incorrectly; expected at least 16 spaces, found 15
(#226) No space found after comma in argument list
(#226) Commas (,) must be followed by white space.
(#226) Expected 1 space between the comma and "1". Found: no spaces
(#227) Line indented incorrectly; expected at least 16 spaces, found 15
(#227) No space found after comma in argument list
(#227) Commas (,) must be followed by white space.
(#227) Expected 1 space between the comma and "1". Found: no spaces
(#234) Closing brace must not be followed by any comment or statement on the same line
(#235) Closing brace must not be followed by any comment or statement on the same line
(#235) Expected 1 newline at end of file; 0 found
public/mod/readaloud/classes/report/basereport.php
(#2) Moodle boilerplate not found at first line
(#20) The file-level docblock must follow the opening PHP tag in the file header
(#20) Inline doc block comments are not allowed; use "// Comment." instead
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#30) Import statements must not begin with a leading backslash
(#44) Opening brace must not be followed by a blank line
(#46) Missing member variable doc comment
(#47) Missing member variable doc comment
(#47) Short array syntax must be used to define arrays
(#48) Missing member variable doc comment
(#49) Missing member variable doc comment
(#49) Short array syntax must be used to define arrays
(#50) Missing member variable doc comment
(#50) Short array syntax must be used to define arrays
(#52) Missing docblock for function process_raw_data
(#52) Visibility must be declared on method "process_raw_data"
(#54) Missing docblock for function fetch_formatted_heading
(#54) Visibility must be declared on method "fetch_formatted_heading"
(#56) Missing docblock for function fetch_formatted_description
(#60) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#62) Missing docblock for function fetch_fields
(#66) Missing docblock for function fetch_head
(#67) Short array syntax must be used to define arrays
(#74) Missing docblock for function fetch_name
(#78) Missing docblock for function fetch_all_rows_count
(#82) Missing docblock for function truncate
(#89) Missing docblock for function fetch_cache
(#92) Short array syntax must be used to define arrays
(#95) Short array syntax must be used to define arrays
(#100) Missing docblock for function fetch_formatted_time
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) No space found before comment text; expected "// return empty string if the timestamps are not both present." but found "//return empty string if the timestamps are not both present."
(#110) Missing docblock for function fetch_time_difference
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) No space found before comment text; expected "// return empty string if the timestamps are not both present." but found "//return empty string if the timestamps are not both present."
(#128) Missing docblock for function fetch_formatted_rows
(#131) Short array syntax must be used to define arrays
(#152) Missing docblock for function fetch_formatted_field
(#172) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/report/basic.php
(#1) DocBlock missing a @package tag for file basic.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#13) Missing docblock for class basic
(#13) Opening brace must not be followed by a blank line
(#15) Missing member variable doc comment
(#16) Missing member variable doc comment
(#16) Short array syntax must be used to define arrays
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#18) Short array syntax must be used to define arrays
(#19) Missing member variable doc comment
(#19) Short array syntax must be used to define arrays
(#21) Missing docblock for function fetch_formatted_field
(#46) Missing docblock for function fetch_formatted_heading
(#54) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#56) Missing docblock for function process_raw_data
(#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 "// heading data" but found "//heading data"
(#62) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#72) Expected 1 newline at end of file; 0 found
(#72) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/report/courseattempts.php
(#1) DocBlock missing a @package tag for file courseattempts.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#13) Import statements must not begin with a leading backslash
(#15) Missing docblock for class courseattempts
(#15) Opening brace must not be followed by a blank line
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#18) Short array syntax must be used to define arrays
(#18) Commas (,) must be followed by white space.
(#18) Expected 1 space between the comma and "'studentname'". Found: no spaces
(#18) Commas (,) must be followed by white space.
(#18) Expected 1 space between the comma and "'activityname'". Found: no spaces
(#18) Commas (,) must be followed by white space.
(#18) Expected 1 space between the comma and "'activitywords'". Found: no spaces
(#19) Commas (,) must be followed by white space.
(#19) Expected 1 space between the comma and "'oralreadingscore_p'". Found: no spaces
(#19) Commas (,) must be followed by white space.
(#19) Expected 1 space between the comma and "'readingtime'". Found: no spaces
(#19) Commas (,) must be followed by white space.
(#19) Expected 1 space between the comma and "'timecreated'". Found: no spaces
(#20) Missing member variable doc comment
(#21) Missing member variable doc comment
(#21) Short array syntax must be used to define arrays
(#22) Missing member variable doc comment
(#22) Short array syntax must be used to define arrays
(#24) Missing docblock for function fetch_formatted_field
(#27) Expected at least 1 space before "="; 0 found
(#27) Expected at least 1 space after "="; 0 found
(#27) Expected 1 space before "="; 0 found
(#27) Expected 1 space after "="; 0 found
(#41) Opening parenthesis of a multi-line function call must be the last content on the line
(#42) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#42) Short array syntax must be used to define arrays
(#42) Closing parenthesis of a multi-line function call must be on a line by itself
(#53) Opening parenthesis of a multi-line function call must be the last content on the line
(#54) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#54) Short array syntax must be used to define arrays
(#54) Closing parenthesis of a multi-line function call must be on a line by itself
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#71) Expected 1 space after IF keyword; 0 found
(#71) No space found after comma in argument list
(#71) Commas (,) must be followed by white space.
(#71) Expected 1 space between the comma and "$activitywords". Found: no spaces
(#71) Expected 1 space after closing parenthesis; found 0
(#73) Expected 1 space after closing brace; 0 found
(#73) Expected "} else {\n"; found "}else{\n"
(#73) Expected 1 space after ELSE keyword; 0 found
(#75) Expected at least 1 space before "="; 0 found
(#75) Expected at least 1 space after "="; 0 found
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#83) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#103) Missing docblock for function fetch_formatted_heading
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) This comment is 65% valid code; is this commented out code?
(#109) No space found before comment text; expected "// $ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);" but found "//$ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);"
(#112) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#114) Missing docblock for function fetch_formatted_description
(#118) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#120) Missing docblock for function process_raw_data
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) No space found before comment text; expected "// heading data" but found "//heading data"
(#125) Short array syntax must be used to define arrays
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) No space found before comment text; expected "// Groups stuff" but found "//Groups stuff"
(#128) Short array syntax must be used to define arrays
(#129) Short array syntax must be used to define arrays
(#131) No space found after comma in argument list
(#131) Commas (,) must be followed by white space.
(#131) Expected 1 space between the comma and "$course". Found: no spaces
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) No space found before comment text; expected "// if we need to show groups" but found "//if we need to show groups"
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) No space found before comment text; expected "// if we need to show just one groups" but found "//if we need to show just one groups"
(#137) Expected "if (...) {\n"; found "if(...){\n"
(#137) Expected 1 space after IF keyword; 0 found
(#137) Expected 1 space after closing parenthesis; found 0
(#137) Blank line found at start of control structure
(#139) Long list syntax is not allowed
(#143) Line exceeds 132 characters; contains 155 characters
(#149) Expected at least 1 space before "="; 0 found
(#149) Expected at least 1 space after "="; 0 found
(#149) Expected 1 space before "="; 0 found
(#149) Expected 1 space after "="; 0 found
(#151) Expected 1 space after closing brace; 0 found
(#151) Expected "} else {\n"; found "}else{\n"
(#151) Expected 1 space after ELSE keyword; 0 found
(#154) Line exceeds 132 characters; contains 157 characters
(#159) Expected at least 1 space before "="; 0 found
(#159) Expected at least 1 space after "="; 0 found
(#159) Expected 1 space before "="; 0 found
(#159) Expected 1 space after "="; 0 found
(#162) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#175) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#185) Expected 1 newline at end of file; 0 found
(#185) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/report/grading.php
(#1) DocBlock missing a @package tag for file grading.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#14) Missing docblock for class grading
(#14) Opening brace must not be followed by a blank line
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#20) Short array syntax must be used to define arrays
(#21) Missing member variable doc comment
(#21) Short array syntax must be used to define arrays
(#23) Missing docblock for function fetch_formatted_field
(#26) Variable "has_ai_grade" must not contain underscores.
(#37) Opening parenthesis of a multi-line function call must be the last content on the line
(#38) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#38) Short array syntax must be used to define arrays
(#38) Closing parenthesis of a multi-line function call must be on a line by itself
(#46) Opening parenthesis of a multi-line function call must be the last content on the line
(#47) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#47) Short array syntax must be used to define arrays
(#47) Closing parenthesis of a multi-line function call must be on a line by itself
(#54) This comment is 78% valid code; is this commented out code?
(#58) Opening parenthesis of a multi-line function call must be the last content on the line
(#58) Only one argument is allowed per line in a multi-line function call
(#59) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#59) Short array syntax must be used to define arrays
(#59) Closing parenthesis of a multi-line function call must be on a line by itself
(#60) Blank line found at end of control structure
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// WPM could hold either human or AI data" but found "//WPM could hold either human or AI data"
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) No space found before comment text; expected "// if not human or ai graded" but found "//if not human or ai graded"
(#69) Variable "has_ai_grade" must not contain underscores.
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) No space found before comment text; expected "// accuracy could hold either human or ai data" but found "//accuracy could hold either human or ai data"
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) No space found before comment text; expected "// if not human or ai graded" but found "//if not human or ai graded"
(#79) Variable "has_ai_grade" must not contain underscores.
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) No space found before comment text; expected "// grade could hold either human or ai data" but found "//grade could hold either human or ai data"
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) No space found before comment text; expected "// if not human or ai graded" but found "//if not human or ai graded"
(#89) Variable "has_ai_grade" must not contain underscores.
(#97) Variable "has_ai_grade" must not contain underscores.
(#107) Blank line found at start of control structure
(#116) Opening parenthesis of a multi-line function call must be the last content on the line
(#117) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#117) Short array syntax must be used to define arrays
(#117) Closing parenthesis of a multi-line function call must be on a line by itself
(#118) Short array syntax must be used to define arrays
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) No space found before comment text; expected "// this will load AI data and start from there, currently hidden from menu to keep it simple." but found "//this will load AI data and start from there, currently hidden from menu to keep it simple."
(#127) Opening parenthesis of a multi-line function call must be the last content on the line
(#128) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#128) Short array syntax must be used to define arrays
(#128) Closing parenthesis of a multi-line function call must be on a line by itself
(#141) Opening parenthesis of a multi-line function call must be the last content on the line
(#142) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#142) Short array syntax must be used to define arrays
(#143) Multi-line function call not indented correctly; expected 20 spaces but found 36
(#143) Closing parenthesis of a multi-line function call must be on a line by itself
(#161) Closing brace must not be followed by any comment or statement on the same line
(#161) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#163) Missing docblock for function fetch_formatted_heading
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) This comment is 65% valid code; is this commented out code?
(#169) No space found before comment text; expected "// $ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);" but found "//$ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);"
(#172) Closing brace must not be followed by any comment or statement on the same line
(#172) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#174) Missing docblock for function process_raw_data
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) No space found before comment text; expected "// heading data" but found "//heading data"
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) No space found before comment text; expected "// we need a module instance to know which scoring method we are using." but found "//we need a module instance to know which scoring method we are using."
(#181) Short array syntax must be used to define arrays
(#184) Short array syntax must be used to define arrays
(#185) Variable "user_attempt_totals" must not contain underscores.
(#185) Short array syntax must be used to define arrays
(#186) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) No space found before comment text; expected "// Groups stuff" but found "//Groups stuff"
(#189) Short array syntax must be used to define arrays
(#191) No space found after comma in argument list
(#191) Commas (,) must be followed by white space.
(#191) Expected 1 space between the comma and "$course". Found: no spaces
(#194) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) No space found before comment text; expected "// if we need to show just one groups" but found "//if we need to show just one groups"
(#198) Expected "if (...) {\n"; found "if(...){\n"
(#198) Expected 1 space after IF keyword; 0 found
(#198) Expected 1 space after closing parenthesis; found 0
(#198) Blank line found at start of control structure
(#200) Long list syntax is not allowed
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) No space found before comment text; expected "// if we are not machine grading the SQL is simpler" but found "//if we are not machine grading the SQL is simpler"
(#203) Variable "human_sql" must not contain underscores.
(#204) Expected at least 1 space before "."; 0 found
(#207) Line exceeds 132 characters; contains 134 characters
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) No space found before comment text; expected "// if we are machine grading we need to fetch human and machine so we can get WPM etc from either" but found "//if we are machine grading we need to fetch human and machine so we can get WPM etc from either"
(#210) Variable "hybrid_sql" must not contain underscores.
(#211) Line exceeds 132 characters; contains 159 characters
(#216) Line exceeds 132 characters; contains 134 characters
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Line indented incorrectly; expected at least 12 spaces, found 8
(#218) No space found before comment text; expected "// if we are not doing groups its easier. Show it all" but found "//if we are not doing groups its easier. Show it all"
(#219) Expected 1 space after closing brace; 0 found
(#219) Expected "} else {\n"; found "}else {\n"
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) No space found before comment text; expected "// init empty params for later" but found "//init empty params for later"
(#221) Short array syntax must be used to define arrays
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) No space found before comment text; expected "// if we are not machine grading the SQL is simpler" but found "//if we are not machine grading the SQL is simpler"
(#224) Variable "human_sql" must not contain underscores.
(#226) Line exceeds 132 characters; contains 134 characters
(#228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) No space found before comment text; expected "// if we are machine grading we need to fetch human and machine so we can get WPM etc from either" but found "//if we are machine grading we need to fetch human and machine so we can get WPM etc from either"
(#229) Variable "hybrid_sql" must not contain underscores.
(#230) Line exceeds 132 characters; contains 159 characters
(#234) Line exceeds 132 characters; contains 134 characters
(#235) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#236) Blank line found at end of control structure
(#238) Functions must not contain multiple empty lines in a row; found 4 empty lines
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) No space found before comment text; expected "// run the sql and match up WPM/ accuracy and sessionscore if we need to" but found "//run the sql and match up WPM/ accuracy and sessionscore if we need to"
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) No space found before comment text; expected "// params will have a groupid or empty at this point" but found "//params will have a groupid or empty at this point"
(#245) Boolean operators between conditions must be at the beginning or end of the line, but not both
(#245) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#247) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#248) Variable "hybrid_sql" must not contain underscores.
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#260) Variable "human_sql" must not contain underscores.
(#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) No space found before comment text; expected "// loop through data getting most recent attempt" but found "//loop through data getting most recent attempt"
(#264) Blank line found at start of control structure
(#266) Blank line found at start of control structure
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) No space found before comment text; expected "// we ony take the most recent attempt" but found "//we ony take the most recent attempt"
(#269) Variable "user_attempt_totals" must not contain underscores.
(#270) Variable "user_attempt_totals" must not contain underscores.
(#270) Variable "user_attempt_totals" must not contain underscores.
(#273) Variable "user_attempt_totals" must not contain underscores.
(#276) Opening parenthesis of a multi-line function call must be the last content on the line
(#276) Only one argument is allowed per line in a multi-line function call
(#276) Only one argument is allowed per line in a multi-line function call
(#277) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#277) Only one argument is allowed per line in a multi-line function call
(#277) Closing parenthesis of a multi-line function call must be on a line by itself
(#281) Variable "user_attempt_totals" must not contain underscores.
(#287) Closing brace must not be followed by any comment or statement on the same line
(#288) Closing brace must not be followed by any comment or statement on the same line
(#288) Expected 1 newline at end of file; 0 found
public/mod/readaloud/classes/report/gradingbyuser.php
(#1) DocBlock missing a @package tag for file gradingbyuser.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#14) Missing docblock for class gradingbyuser
(#14) Opening brace must not be followed by a blank line
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#19) Short array syntax must be used to define arrays
(#20) Missing member variable doc comment
(#20) Short array syntax must be used to define arrays
(#22) Missing docblock for function fetch_formatted_heading
(#31) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#33) Missing docblock for function fetch_formatted_field
(#36) Variable "has_ai_grade" must not contain underscores.
(#45) This comment is 78% valid code; is this commented out code?
(#49) Opening parenthesis of a multi-line function call must be the last content on the line
(#49) Only one argument is allowed per line in a multi-line function call
(#50) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#50) Short array syntax must be used to define arrays
(#50) Closing parenthesis of a multi-line function call must be on a line by itself
(#51) Blank line found at end of control structure
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) No space found before comment text; expected "// WPM could hold either human or AI data" but found "//WPM could hold either human or AI data"
(#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 "// if not human or ai graded" but found "//if not human or ai graded"
(#60) Variable "has_ai_grade" must not contain underscores.
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) No space found before comment text; expected "// accuracy could hold either human or ai data" but found "//accuracy could hold either human or ai data"
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) No space found before comment text; expected "// if not human or ai graded" but found "//if not human or ai graded"
(#70) Variable "has_ai_grade" must not contain underscores.
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) No space found before comment text; expected "// grade could hold either human or ai data" but found "//grade could hold either human or ai data"
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) No space found before comment text; expected "// if not human or ai graded" but found "//if not human or ai graded"
(#80) Variable "has_ai_grade" must not contain underscores.
(#88) Variable "has_ai_grade" must not contain underscores.
(#99) Opening parenthesis of a multi-line function call must be the last content on the line
(#100) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#100) Short array syntax must be used to define arrays
(#100) Closing parenthesis of a multi-line function call must be on a line by itself
(#113) Opening parenthesis of a multi-line function call must be the last content on the line
(#114) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#114) Short array syntax must be used to define arrays
(#115) Multi-line function call not indented correctly; expected 20 spaces but found 36
(#115) Closing parenthesis of a multi-line function call must be on a line by itself
(#133) Closing brace must not be followed by any comment or statement on the same line
(#133) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#135) Missing docblock for function process_raw_data
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) No space found before comment text; expected "// heading data" but found "//heading data"
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) No space found before comment text; expected "// heading data" but found "//heading data"
(#145) Short array syntax must be used to define arrays
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) No space found before comment text; expected "// if we are not machine grading the SQL is simpler" but found "//if we are not machine grading the SQL is simpler"
(#148) Variable "human_sql" must not contain underscores.
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) No space found before comment text; expected "// if we are machine grading we need to fetch human and machine so we can get WPM etc from either" but found "//if we are machine grading we need to fetch human and machine so we can get WPM etc from either"
(#154) Variable "hybrid_sql" must not contain underscores.
(#155) Line exceeds 132 characters; contains 157 characters
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) No space found before comment text; expected "// we need a module instance to know which scoring method we are using." but found "//we need a module instance to know which scoring method we are using."
(#163) Short array syntax must be used to define arrays
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) No space found before comment text; expected "// run the sql and match up WPM/ accuracy and sessionscore if we need to" but found "//run the sql and match up WPM/ accuracy and sessionscore if we need to"
(#167) Expected "if (...) {\n"; found "if (...){\n"
(#167) Boolean operators between conditions must be at the beginning or end of the line, but not both
(#167) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#169) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#169) Expected 1 space after closing parenthesis; found 0
(#170) Variable "hybrid_sql" must not contain underscores.
(#170) Short array syntax must be used to define arrays
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#182) Variable "human_sql" must not contain underscores.
(#182) Short array syntax must be used to define arrays
(#188) Opening parenthesis of a multi-line function call must be the last content on the line
(#188) Only one argument is allowed per line in a multi-line function call
(#188) Only one argument is allowed per line in a multi-line function call
(#189) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#189) Only one argument is allowed per line in a multi-line function call
(#189) Closing parenthesis of a multi-line function call must be on a line by itself
(#192) Blank line found at end of control structure
(#197) Closing brace must not be followed by any comment or statement on the same line
(#199) Expected 1 newline at end of file; 0 found
(#199) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/report/machinegrading.php
(#1) DocBlock missing a @package tag for file machinegrading.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#14) Missing docblock for class machinegrading
(#14) Opening brace must not be followed by a blank line
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#20) Short array syntax must be used to define arrays
(#21) Missing member variable doc comment
(#21) Short array syntax must be used to define arrays
(#23) Missing docblock for function fetch_formatted_field
(#34) Opening parenthesis of a multi-line function call must be the last content on the line
(#35) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#35) Short array syntax must be used to define arrays
(#35) Closing parenthesis of a multi-line function call must be on a line by itself
(#43) Opening parenthesis of a multi-line function call must be the last content on the line
(#44) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#44) Short array syntax must be used to define arrays
(#44) Closing parenthesis of a multi-line function call must be on a line by itself
(#51) This comment is 78% valid code; is this commented out code?
(#55) Opening parenthesis of a multi-line function call must be the last content on the line
(#55) Only one argument is allowed per line in a multi-line function call
(#56) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#56) Short array syntax must be used to define arrays
(#56) Closing parenthesis of a multi-line function call must be on a line by itself
(#57) Blank line found at end of control structure
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) No space found before comment text; expected "// we took this button away to make some room" but found "//we took this button away to make some room"
(#90) Opening parenthesis of a multi-line function call must be the last content on the line
(#91) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#91) Short array syntax must be used to define arrays
(#91) Closing parenthesis of a multi-line function call must be on a line by itself
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) No space found before comment text; expected "// case 'regrade':" but found "//case 'regrade':"
(#100) No space found before comment text; expected "// this will be useful once we add hints to passage markup, and when you change machine algorythms and processing" but found "//this will be useful once we add hints to passage markup, and when you change machine algorythms and processing"
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) No space found before comment text; expected "// case "review":" but found "//case "review":"
(#102) The CASE body must start on the line following the statement
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) No space found before comment text; expected "// FOR REGRADE ... when fixing bogeys (replace review link with this one)" but found "//FOR REGRADE ... when fixing bogeys (replace review link with this one)"
(#106) Opening parenthesis of a multi-line function call must be the last content on the line
(#107) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#107) Short array syntax must be used to define arrays
(#107) Closing parenthesis of a multi-line function call must be on a line by itself
(#114) The CASE body must start on the line following the statement
(#117) Opening parenthesis of a multi-line function call must be the last content on the line
(#118) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#118) Short array syntax must be used to define arrays
(#118) Closing parenthesis of a multi-line function call must be on a line by itself
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) No space found before comment text; expected "// do we need this..? hid it for now" but found "//do we need this..? hid it for now"
(#132) Opening parenthesis of a multi-line function call must be the last content on the line
(#133) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#133) Short array syntax must be used to define arrays
(#134) Multi-line function call not indented correctly; expected 20 spaces but found 36
(#134) Closing parenthesis of a multi-line function call must be on a line by itself
(#152) Closing brace must not be followed by any comment or statement on the same line
(#152) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#154) Missing docblock for function fetch_formatted_heading
(#162) Closing brace must not be followed by any comment or statement on the same line
(#162) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#164) Missing docblock for function process_raw_data
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) No space found before comment text; expected "// heading data" but found "//heading data"
(#171) Short array syntax must be used to define arrays
(#173) Variable "user_attempt_totals" must not contain underscores.
(#173) Short array syntax must be used to define arrays
(#178) Line exceeds 132 characters; contains 143 characters
(#180) Short array syntax must be used to define arrays
(#183) Blank line found at start of control structure
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) No space found before comment text; expected "// we ony take the max (attempt, accuracy, wpm ..)" but found "//we ony take the max (attempt, accuracy, wpm ..)"
(#186) Variable "user_attempt_totals" must not contain underscores.
(#187) Variable "user_attempt_totals" must not contain underscores.
(#187) Variable "user_attempt_totals" must not contain underscores.
(#189) Variable "user_attempt_totals" must not contain underscores.
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) No space found before comment text; expected "// make the audio url for the selected attempt data" but found "//make the audio url for the selected attempt data"
(#199) Opening parenthesis of a multi-line function call must be the last content on the line
(#199) Only one argument is allowed per line in a multi-line function call
(#199) Only one argument is allowed per line in a multi-line function call
(#200) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#200) Only one argument is allowed per line in a multi-line function call
(#200) Closing parenthesis of a multi-line function call must be on a line by itself
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) No space found before comment text; expected "// fetch and poke in the adjusted scores here, though we could also do it from" but found "//fetch and poke in the adjusted scores here, though we could also do it from"
(#203) No space found before comment text; expected "// fetch formatted field" but found "//fetch formatted field"
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) No space found before comment text; expected "// we need to calc the no. of errors and adjust" but found "//we need to calc the no. of errors and adjust"
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) No space found before comment text; expected "// recalculate scores with new errorcount" but found "//recalculate scores with new errorcount"
(#211) Variable "adjusted_scores" must not contain underscores.
(#211) Opening parenthesis of a multi-line function call must be the last content on the line
(#212) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#213) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#214) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#214) Closing parenthesis of a multi-line function call must be on a line by itself
(#215) Variable "adjusted_scores" must not contain underscores.
(#216) Variable "adjusted_scores" must not contain underscores.
(#217) Variable "adjusted_scores" must not contain underscores.
(#221) Variable "user_attempt_totals" must not contain underscores.
(#223) Blank line found at end of control structure
(#228) Closing brace must not be followed by any comment or statement on the same line
(#229) Closing brace must not be followed by any comment or statement on the same line
(#229) Expected 1 newline at end of file; 0 found
public/mod/readaloud/classes/report/machinegradingbyuser.php
(#1) DocBlock missing a @package tag for file machinegradingbyuser.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#14) Missing docblock for class machinegradingbyuser
(#14) Opening brace must not be followed by a blank line
(#16) Missing member variable doc comment
(#17) Missing member variable doc comment
(#17) Short array syntax must be used to define arrays
(#18) Missing member variable doc comment
(#19) Missing member variable doc comment
(#19) Short array syntax must be used to define arrays
(#20) Missing member variable doc comment
(#20) Short array syntax must be used to define arrays
(#22) Missing docblock for function fetch_formatted_heading
(#31) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#33) Missing docblock for function fetch_formatted_field
(#42) Opening parenthesis of a multi-line function call must be the last content on the line
(#42) Only one argument is allowed per line in a multi-line function call
(#43) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#43) Short array syntax must be used to define arrays
(#43) Closing parenthesis of a multi-line function call must be on a line by itself
(#44) Blank line found at end of control structure
(#62) The CASE body must start on the line following the statement
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// FOR NOW WE REFGRADE ... just temp. while fixing bogeys" but found "//FOR NOW WE REFGRADE ... just temp. while fixing bogeys"
(#66) Opening parenthesis of a multi-line function call must be the last content on the line
(#67) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#67) Short array syntax must be used to define arrays
(#67) Closing parenthesis of a multi-line function call must be on a line by itself
(#87) Closing brace must not be followed by any comment or statement on the same line
(#87) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#89) Missing docblock for function process_raw_data
(#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
(#92) No space found before comment text; expected "// heading data" but found "//heading data"
(#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 "// heading data" but found "//heading data"
(#99) Short array syntax must be used to define arrays
(#100) Variable "user_attempt_totals" must not contain underscores.
(#100) Short array syntax must be used to define arrays
(#102) Line exceeds maximum limit of 180 characters; contains 186 characters
(#104) Line exceeds 132 characters; contains 143 characters
(#105) Short array syntax must be used to define arrays
(#107) Blank line found at start of control structure
(#109) Blank line found at start of control structure
(#112) Opening parenthesis of a multi-line function call must be the last content on the line
(#112) Only one argument is allowed per line in a multi-line function call
(#112) Only one argument is allowed per line in a multi-line function call
(#113) Multi-line function call not indented correctly; expected 24 spaces but found 32
(#113) Only one argument is allowed per line in a multi-line function call
(#113) Closing parenthesis of a multi-line function call must be on a line by itself
(#116) Blank line found at end of control structure
(#121) Closing brace must not be followed by any comment or statement on the same line
(#123) Expected 1 newline at end of file; 0 found
(#123) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/report/missedwords.php
(#1) DocBlock missing a @package tag for file missedwords.php. Expected @package mod_readaloud
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#11) Import statements must not begin with a leading backslash
(#12) Import statements must not begin with a leading backslash
(#13) Import statements must not begin with a leading backslash
(#15) Missing docblock for class missedwords
(#15) Opening brace must not be followed by a blank line
(#17) Missing member variable doc comment
(#18) Missing member variable doc comment
(#18) Short array syntax must be used to define arrays
(#18) Commas (,) must be followed by white space.
(#18) Expected 1 space between the comma and "'missed_count'". Found: no spaces
(#18) Commas (,) must be followed by white space.
(#18) Expected 1 space between the comma and "'passageword'". Found: no spaces
(#19) Missing member variable doc comment
(#20) Missing member variable doc comment
(#20) Short array syntax must be used to define arrays
(#21) Missing member variable doc comment
(#21) Short array syntax must be used to define arrays
(#23) Missing docblock for function fetch_formatted_field
(#26) Blank line found at start of control structure
(#31) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#55) Missing docblock for function fetch_formatted_heading
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) This comment is 65% valid code; is this commented out code?
(#61) No space found before comment text; expected "// $ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);" but found "//$ec = $this->fetch_cache(constants::M_TABLE,$record->englishcentralid);"
(#64) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#66) Missing docblock for function fetch_formatted_description
(#70) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#72) Missing docblock for function process_raw_data
(#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) No space found before comment text; expected "// heading data" but found "//heading data"
(#77) Short array syntax must be used to define arrays
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) No space found before comment text; expected "// Groups stuff" but found "//Groups stuff"
(#80) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
(#83) No space found after comma in argument list
(#83) Commas (,) must be followed by white space.
(#83) Expected 1 space between the comma and "$course". Found: no spaces
(#85) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) No space found before comment text; expected "// get all the session errors for the attempts of the activity, in total or by group" but found "//get all the session errors for the attempts of the activity, in total or by group"
(#88) Expected "if (...) {\n"; found "if(...){\n"
(#88) Expected 1 space after IF keyword; 0 found
(#88) Expected 1 space after closing parenthesis; found 0
(#88) Blank line found at start of control structure
(#90) Long list syntax is not allowed
(#98) Expected at least 1 space before "="; 0 found
(#98) Expected at least 1 space after "="; 0 found
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#100) Expected 1 space after closing brace; 0 found
(#100) Expected "} else {\n"; found "}else{\n"
(#100) Expected 1 space after ELSE keyword; 0 found
(#106) Expected at least 1 space before "="; 0 found
(#106) Expected at least 1 space after "="; 0 found
(#106) Expected 1 space before "="; 0 found
(#106) Expected 1 space after "="; 0 found
(#110) No space found before comment text; expected "// Get most recent attempt. Could be done in SQL I suppose ..." but found "//Get most recent attempt. Could be done in SQL I suppose ..."
(#111) Variable "user_attempt_totals" must not contain underscores.
(#111) Short array syntax must be used to define arrays
(#114) Blank line found at start of control structure
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) No space found before comment text; expected "// we ony take the most recent attempt" but found "//we ony take the most recent attempt"
(#117) Variable "user_attempt_totals" must not contain underscores.
(#118) Variable "user_attempt_totals" must not contain underscores.
(#118) Variable "user_attempt_totals" must not contain underscores.
(#121) Variable "user_attempt_totals" must not contain underscores.
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) No space found before comment text; expected "// if we do not have a human graded attempt, use aisessionerrors" but found "//if we do not have a human graded attempt, use aisessionerrors"
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) No space found before comment text; expected "// loop through the attempt counting error words and storing them for use later" but found "//loop through the attempt counting error words and storing them for use later"
(#133) Variable "attempt_errors" must not contain underscores.
(#134) Variable "attempt_errors" must not contain underscores.
(#134) Variable "attempt_error" must not contain underscores.
(#135) Variable "attempt_error" must not contain underscores.
(#136) Variable "attempt_error" must not contain underscores.
(#138) Expected 1 space after closing brace; 0 found
(#138) Expected "} else {\n"; found "}else{\n"
(#138) Expected 1 space after ELSE keyword; 0 found
(#141) Variable "attempt_error" must not contain underscores.
(#142) Variable "attempt_error" must not contain underscores.
(#143) Variable "attempt_error" must not contain underscores.
(#147) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) No space found before comment text; expected "// Sort by number of missed_count, highest first" but found "//Sort by number of missed_count, highest first"
(#150) Expected 1 space after FUNCTION keyword; 0 found
(#151) Opening brace should be on the same line as the declaration
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) No space found before comment text; expected "// add a rank for the words and share rank if they are the same missed count" but found "//add a rank for the words and share rank if they are the same missed count"
(#156) Expected at least 1 space before "="; 0 found
(#156) Expected at least 1 space after "="; 0 found
(#156) Expected 1 space before "="; 0 found
(#156) Expected 1 space after "="; 0 found
(#157) Expected at least 1 space before "="; 0 found
(#157) Expected at least 1 space after "="; 0 found
(#157) Expected 1 space before "="; 0 found
(#157) Expected 1 space after "="; 0 found
(#158) Variable "previous_missed_count" must not contain underscores.
(#158) Expected at least 1 space before "="; 0 found
(#158) Expected at least 1 space after "="; 0 found
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#159) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#159) Expected 1 space after FOREACH keyword; 0 found
(#161) Expected "if (...) {\n"; found "if (...){\n"
(#161) Variable "previous_missed_count" must not contain underscores.
(#161) Expected 1 space after closing parenthesis; found 0
(#163) Variable "previous_missed_count" must not contain underscores.
(#165) Expected 1 space after closing brace; 0 found
(#165) Expected "} else {\n"; found "}else{\n"
(#165) Expected 1 space after ELSE keyword; 0 found
(#166) Expected at least 1 space before "="; 0 found
(#166) Expected at least 1 space after "="; 0 found
(#166) Expected 1 space before "="; 0 found
(#166) Expected 1 space after "="; 0 found
(#170) This comment is 48% valid code; is this commented out code?
(#170) No space found before comment text; expected "// Get top 10 elements (or as many as there are) and use those" but found "//Get top 10 elements (or as many as there are) and use those"
(#171) No space found before comment text; expected "// $itemcount = min(count($results),10);" but found "//$itemcount = min(count($results),10);"
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) No space found before comment text; expected "// $this->rawdata = array_slice($results, 0,$itemcount);" but found "//$this->rawdata = array_slice($results, 0,$itemcount);"
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// Or let report do that" but found "//Or let report do that"
(#175) Expected at least 1 space before "="; 0 found
(#175) Expected at least 1 space after "="; 0 found
(#175) Expected 1 space before "="; 0 found
(#175) Expected 1 space after "="; 0 found
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) No space found before comment text; expected "// return" but found "//return"
(#181) Expected 1 newline at end of file; 0 found
(#181) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/setupform.php
(#1) Moodle boilerplate not found
(#5) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5) 75 slashes comments are not allowed; use "// Comment." instead
(#6) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#9) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#14) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#19) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#23) 75 slashes comments are not allowed; use "// Comment." instead
(#25) The file-level docblock must follow the opening PHP tag in the file header
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) No space found before comment text; expected "// why do we need to include this?" but found "//why do we need to include this?"
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#37) Import statements must not begin with a leading backslash
(#38) Import statements must not begin with a leading backslash
(#45) Docblock tag "@abstract" is not recommended.
(#49) Opening brace must not be followed by a blank line
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Whitespace found at end of line
(#68) Short array syntax must be used to define arrays
(#70) Spaces must be used to indent lines; tabs are not allowed
(#74) Short array syntax must be used to define arrays
(#89) The final declaration must precede the visibility declaration
(#95) No space found after comma in argument list
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space between the comma and "$context". Found: no spaces
(#95) No space found after comma in argument list
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space between the comma and "$cmid". Found: no spaces
(#95) No space found after comma in argument list
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space between the comma and "true". Found: no spaces
(#97) Spaces must be used to indent lines; tabs are not allowed
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) No space found before comment text; expected "// add the action buttons" but found "//add the action buttons"
(#100) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#102) Missing docblock for function validation
(#104) Whitespace found at end of line
(#105) Line indented incorrectly; expected 8 spaces, found 10
(#109) Closing brace indented incorrectly; expected 10 spaces, found 8
(#110) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#115) Expected 1 newline at end of file; 0 found
public/mod/readaloud/classes/task/readaloud_modelaudio_adhoc.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#30) Import statements must not begin with a leading backslash
(#31) Import statements must not begin with a leading backslash
(#41) Opening brace must not be followed by a blank line
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) No space found before comment text; expected "// CD should contain activityid / attemptid and modulecontextid" but found "//CD should contain activityid / attemptid and modulecontextid"
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) This comment is 75% valid code; is this commented out code?
(#52) No space found before comment text; expected "// $trace->output($cd->somedata)" but found "//$trace->output($cd->somedata)"
(#54) Short array syntax must be used to define arrays
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// we should actually just determine if its fast or normal transcoding here" but found "//we should actually just determine if its fast or normal transcoding here"
(#85) Blank line found at start of control structure
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) No space found before comment text; expected "// figure out matches as this is what we need the transcript for" but found "//figure out matches as this is what we need the transcript for"
(#88) Expected at least 1 space before "="; 0 found
(#88) Expected at least 1 space after "="; 0 found
(#88) Expected 1 space before "="; 0 found
(#88) Expected 1 space after "="; 0 found
(#89) Long list syntax is not allowed
(#89) Variable "ma_matches" must not contain underscores.
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "$ma_endword". Found: no spaces
(#89) Variable "ma_endword" must not contain underscores.
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "$ma_errors". Found: no spaces
(#89) Variable "ma_errors" must not contain underscores.
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "$errorcount". Found: no spaces
(#89) Commas (,) must be followed by white space.
(#89) Expected 1 space between the comma and "$debugsequences". Found: no spaces
(#90) Opening parenthesis of a multi-line function call must be the last content on the line
(#91) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#92) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#93) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#94) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#95) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#96) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#96) Closing parenthesis of a multi-line function call must be on a line by itself
(#97) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#99) Variable "transcript_update" must not contain underscores.
(#99) Expected at least 1 space after "="; 0 found
(#99) Expected 1 space after "="; 0 found
(#100) Variable "transcript_update" must not contain underscores.
(#101) Variable "transcript_update" must not contain underscores.
(#102) Variable "transcript_update" must not contain underscores.
(#103) Variable "transcript_update" must not contain underscores.
(#103) Variable "ma_matches" must not contain underscores.
(#104) No space found after comma in argument list
(#104) Commas (,) must be followed by white space.
(#104) Expected 1 space between the comma and "$ma_matches". Found: no spaces
(#104) Variable "ma_matches" must not contain underscores.
(#104) No space found after comma in argument list
(#104) Commas (,) must be followed by white space.
(#104) Expected 1 space between the comma and "$activity". Found: no spaces
(#105) Variable "transcript_update" must not contain underscores.
(#106) Variable "transcript_update" must not contain underscores.
(#108) Blank line found at end of control structure
(#115) Missing docblock for function do_retry
(#116) Expected "if (...) {\n"; found "if(...){\n"
(#116) Expected 1 space after IF keyword; 0 found
(#116) Expected 1 space after closing parenthesis; found 0
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) No space found before comment text; expected "// after 24 hours we give up" but found "//after 24 hours we give up"
(#120) Blank line found at end of control structure
(#121) Expected 1 space after closing brace; 0 found
(#121) Usage of ELSEIF not allowed; use ELSE IF instead
(#122) No space found before comment text; expected "// 15 minute delay" but found "//15 minute delay"
(#124) Expected 1 space after closing brace; 0 found
(#124) Expected "} else {\n"; found "}else{\n"
(#124) Expected 1 space after ELSE keyword; 0 found
(#125) No space found before comment text; expected "// 30 second delay" but found "//30 second delay"
(#129) Variable "modelaudio_task" must not contain underscores.
(#130) Variable "modelaudio_task" must not contain underscores.
(#131) Variable "modelaudio_task" must not contain underscores.
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) No space found before comment text; expected "// if we do not set the next run time it can extend the current cron job indef with a recurring task" but found "//if we do not set the next run time it can extend the current cron job indef with a recurring task"
(#133) Variable "modelaudio_task" must not contain underscores.
(#133) Expected at least 1 space before "+"; 0 found
(#133) Expected at least 1 space after "+"; 0 found
(#133) Expected 1 space before "+"; 0 found
(#133) Expected 1 space after "+"; 0 found
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Variable "modelaudio_task" must not contain underscores.
(#138) Missing docblock for function do_forever_fail
(#142) Expected 1 blank line at end of file; 2 found
(#142) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/task/readaloud_s3_adhoc.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#29) Import statements must not begin with a leading backslash
(#39) Opening brace must not be followed by a blank line
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) No space found before comment text; expected "// CD should contain activityid / attemptid and modulecontextid" but found "//CD should contain activityid / attemptid and modulecontextid"
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) This comment is 75% valid code; is this commented out code?
(#50) No space found before comment text; expected "// $trace->output($cd->somedata)" but found "//$trace->output($cd->somedata)"
(#52) Short array syntax must be used to define arrays
(#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) No space found before comment text; expected "// if we got here, we have transcripts and we do not need to come back" but found "//if we got here, we have transcripts and we do not need to come back"
(#79) Blank line found at end of control structure
(#86) Missing docblock for function do_retry
(#87) Expected "if (...) {\n"; found "if(...){\n"
(#87) Expected 1 space after IF keyword; 0 found
(#87) Expected 1 space after closing parenthesis; found 0
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) No space found before comment text; expected "// after 24 hours we give up" but found "//after 24 hours we give up"
(#91) Blank line found at end of control structure
(#92) Expected 1 space after closing brace; 0 found
(#92) Usage of ELSEIF not allowed; use ELSE IF instead
(#93) No space found before comment text; expected "// 15 minute delay" but found "//15 minute delay"
(#95) Expected 1 space after closing brace; 0 found
(#95) Expected "} else {\n"; found "}else{\n"
(#95) Expected 1 space after ELSE keyword; 0 found
(#96) No space found before comment text; expected "// 30 second delay" but found "//30 second delay"
(#100) Variable "s3_task" must not contain underscores.
(#101) Variable "s3_task" must not contain underscores.
(#102) Variable "s3_task" must not contain underscores.
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// if we do not set the next run time it can extend the current cron job indef with a recurring task" but found "//if we do not set the next run time it can extend the current cron job indef with a recurring task"
(#104) Variable "s3_task" must not contain underscores.
(#104) Expected at least 1 space before "+"; 0 found
(#104) Expected at least 1 space after "+"; 0 found
(#104) Expected 1 space before "+"; 0 found
(#104) Expected 1 space after "+"; 0 found
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Variable "s3_task" must not contain underscores.
(#109) Missing docblock for function do_forever_fail
(#113) Expected 1 blank line at end of file; 2 found
(#113) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/task/readaloud_scheduled.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#28) Import statements must not begin with a leading backslash
(#38) Opening brace must not be followed by a blank line
(#40) Missing docblock for function get_name
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) This comment is 80% valid code; is this commented out code?
(#50) No space found before comment text; expected "// readaloud_dotask($trace);" but found "//readaloud_dotask($trace);"
(#53) Expected 1 blank line at end of file; 2 found
(#53) The closing brace for the class must go on the next line after the body
public/mod/readaloud/classes/utils.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#28) Import statements must not begin with a leading backslash
(#37) Opening brace must not be followed by a blank line
(#39) Missing docblock for function get_cloud_poodll_server
(#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 "// we need to consider legacy client side URLs and cloud hosted ones" but found "//we need to consider legacy client side URLs and cloud hosted ones"
(#49) Missing docblock for function make_audio_URL
(#49) Public method name "utils::make_audio_URL" must be in lower-case letters only
(#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 "// we need to consider legacy client side URLs and cloud hosted ones" but found "//we need to consider legacy client side URLs and cloud hosted ones"
(#54) Opening parenthesis of a multi-line function call must be the last content on the line
(#54) Only one argument is allowed per line in a multi-line function call
(#55) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#56) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#56) Only one argument is allowed per line in a multi-line function call
(#57) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#57) Closing parenthesis of a multi-line function call must be on a line by itself
(#66) Missing docblock for function needs_lang_model
(#67) Expected 1 space after SWITCH keyword; 0 found
(#67) Expected 1 space after closing parenthesis; found 0
(#67) Blank line found at start of control structure
(#77) Expected at least 1 space before "=="; 0 found
(#77) Expected at least 1 space after "=="; 0 found
(#77) Expected 1 space before "=="; 0 found
(#77) Expected 1 space after "=="; 0 found
(#78) Expected at least 1 space before "=="; 0 found
(#78) Expected at least 1 space after "=="; 0 found
(#78) Expected 1 space before "=="; 0 found
(#78) Expected 1 space after "=="; 0 found
(#79) Expected at least 1 space before "=="; 0 found
(#79) Expected at least 1 space after "=="; 0 found
(#79) Expected 1 space before "=="; 0 found
(#79) Expected 1 space after "=="; 0 found
(#80) Expected at least 1 space before "=="; 0 found
(#80) Expected at least 1 space after "=="; 0 found
(#80) Expected 1 space before "=="; 0 found
(#80) Expected 1 space after "=="; 0 found
(#81) Expected at least 1 space before "=="; 0 found
(#81) Expected at least 1 space after "=="; 0 found
(#81) Expected 1 space before "=="; 0 found
(#81) Expected 1 space after "=="; 0 found
(#82) Expected at least 1 space before "=="; 0 found
(#82) Expected at least 1 space after "=="; 0 found
(#82) Expected 1 space before "=="; 0 found
(#82) Expected 1 space after "=="; 0 found
(#83) Expected at least 1 space before "=="; 0 found
(#83) Expected at least 1 space after "=="; 0 found
(#83) Expected 1 space before "=="; 0 found
(#83) Expected 1 space after "=="; 0 found
(#84) Expected at least 1 space before "=="; 0 found
(#84) Expected at least 1 space after "=="; 0 found
(#84) Expected 1 space before "=="; 0 found
(#84) Expected 1 space after "=="; 0 found
(#85) Expected at least 1 space before "=="; 0 found
(#85) Expected at least 1 space after "=="; 0 found
(#85) Expected 1 space before "=="; 0 found
(#85) Expected 1 space after "=="; 0 found
(#86) Expected at least 1 space before "=="; 0 found
(#86) Expected at least 1 space after "=="; 0 found
(#86) Expected 1 space before "=="; 0 found
(#86) Expected 1 space after "=="; 0 found
(#87) Expected at least 1 space before "=="; 0 found
(#87) Expected at least 1 space after "=="; 0 found
(#87) Expected 1 space before "=="; 0 found
(#87) Expected 1 space after "=="; 0 found
(#88) Expected at least 1 space before "=="; 0 found
(#88) Expected at least 1 space after "=="; 0 found
(#88) Expected 1 space before "=="; 0 found
(#88) Expected 1 space after "=="; 0 found
(#89) Expected at least 1 space before "=="; 0 found
(#89) Expected at least 1 space after "=="; 0 found
(#89) Expected 1 space before "=="; 0 found
(#89) Expected 1 space after "=="; 0 found
(#89) Expected at least 1 space before "!=="; 0 found
(#89) Expected at least 1 space after "!=="; 0 found
(#89) Expected 1 space before "!=="; 0 found
(#89) Expected 1 space after "!=="; 0 found
(#97) Missing docblock for function fetch_passagehash
(#97) Expected 1 space between comma and argument "$language"; 0 found
(#97) Commas (,) must be followed by white space.
(#97) Expected 1 space between the comma and "$language". Found: no spaces
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// find numbers in the passage, and then replace those with words in the target text" but found "//find numbers in the passage, and then replace those with words in the target text"
(#104) Expected at least 1 space before "="; 0 found
(#104) Expected at least 1 space after "="; 0 found
(#104) Expected 1 space before "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#104) No space found after comma in argument list
(#104) Commas (,) must be followed by white space.
(#104) Expected 1 space between the comma and "$cleantext". Found: no spaces
(#104) No space found after comma in argument list
(#104) Commas (,) must be followed by white space.
(#104) Expected 1 space between the comma and "$shortlang". Found: no spaces
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) No space found before comment text; expected "// dealt with eszetts" but found "//dealt with eszetts"
(#107) Line indented incorrectly; expected 8 spaces, found 12
(#107) Expected "if (...) {\n"; found "if(...){\n"
(#107) Expected 1 space after IF keyword; 0 found
(#107) Expected at least 1 space before "=="; 0 found
(#107) Expected at least 1 space after "=="; 0 found
(#107) Expected 1 space before "=="; 0 found
(#107) Expected 1 space after "=="; 0 found
(#107) Expected 0 spaces before closing bracket; 1 found
(#107) Expected 1 space after closing parenthesis; found 0
(#108) Expected at least 1 space before "="; 0 found
(#108) Expected at least 1 space after "="; 0 found
(#108) Expected 1 space before "="; 0 found
(#108) Expected 1 space after "="; 0 found
(#108) No space found after comma in argument list
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space between the comma and "$cleantext". Found: no spaces
(#109) Line indented incorrectly; expected 8 spaces, found 12
(#110) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#112) Expected "if (...) {\n"; found "if(...) {\n"
(#112) Expected 1 space after IF keyword; 0 found
(#114) Expected 1 space after closing brace; 0 found
(#114) Expected "} else {\n"; found "}else{\n"
(#114) Expected 1 space after ELSE keyword; 0 found
(#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) No space found before comment text; expected "// we want to generate a phonetics if this is phonetic'able" but found "//we want to generate a phonetics if this is phonetic'able"
(#119) Missing docblock for function update_create_phonetic_segments
(#119) Expected 1 space before opening brace; found 0
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) No space found before comment text; expected "// if we have an old item, set the default return value to the current phonetic value" but found "//if we have an old item, set the default return value to the current phonetic value"
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) No space found before comment text; expected "// we will update it if the text has changed" but found "//we will update it if the text has changed"
(#123) Expected "if (...) {\n"; found "if(...) {\n"
(#123) Expected 1 space after IF keyword; 0 found
(#125) Expected at least 1 space after "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#126) Expected 1 space after closing brace; 0 found
(#126) Expected "} else {\n"; found "}else{\n"
(#126) Expected 1 space after ELSE keyword; 0 found
(#127) Expected at least 1 space after "="; 0 found
(#127) Expected 1 space after "="; 0 found
(#128) Expected at least 1 space after "="; 0 found
(#128) Expected 1 space after "="; 0 found
(#132) Expected "if (...) {\n"; found "if(...) {\n"
(#132) Expected 1 space after IF keyword; 0 found
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) No space found before comment text; expected "// make sure the passage has really changed before doing an expensive call to create phonetics" but found "//make sure the passage has really changed before doing an expensive call to create phonetics"
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) No space found before comment text; expected "// build a phonetics string" but found "//build a phonetics string"
(#137) Line indented incorrectly; expected at least 16 spaces, found 15
(#137) Long list syntax is not allowed
(#137) Commas (,) must be followed by white space.
(#137) Expected 1 space between the comma and "$thesegments". Found: no spaces
(#137) Must use "self::" for local static member reference
(#137) Line exceeds 132 characters; contains 160 characters
(#140) Commas (,) must be followed by white space.
(#140) Expected 1 space between the comma and "$thesegments". Found: no spaces
(#147) Missing docblock for function update_all_phonetic_segments
(#147) Expected 1 space before opening brace; found 0
(#149) Expected at least 1 space before "="; 0 found
(#149) Expected at least 1 space after "="; 0 found
(#149) Expected 1 space before "="; 0 found
(#149) Expected 1 space after "="; 0 found
(#152) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#152) Expected 1 space after FOREACH keyword; 0 found
(#154) Long list syntax is not allowed
(#154) Commas (,) must be followed by white space.
(#154) Expected 1 space between the comma and "$thepassagesegments". Found: no spaces
(#154) No space found after comma in argument list
(#154) Commas (,) must be followed by white space.
(#154) Expected 1 space between the comma and "$olditem". Found: no spaces
(#155) Expected "if (...) {\n"; found "if(...){\n"
(#155) Expected 1 space after IF keyword; 0 found
(#155) Expected 1 space after closing parenthesis; found 0
(#156) No space found after comma in argument list
(#156) Commas (,) must be followed by white space.
(#156) Expected 1 space between the comma and "array". Found: no spaces
(#156) Short array syntax must be used to define arrays
(#156) Expected at least 1 space before "=>"; 0 found
(#156) Expected at least 1 space after "=>"; 0 found
(#156) Expected 1 space before "=>"; 0 found
(#156) Expected 1 space after "=>"; 0 found
(#156) Commas (,) must be followed by white space.
(#156) Expected 1 space between the comma and "'phonetic'". Found: no spaces
(#156) Expected at least 1 space before "=>"; 0 found
(#156) Expected at least 1 space after "=>"; 0 found
(#156) Expected 1 space before "=>"; 0 found
(#156) Expected 1 space after "=>"; 0 found
(#156) Expected at least 1 space before "=>"; 0 found
(#156) Expected at least 1 space after "=>"; 0 found
(#156) Expected 1 space before "=>"; 0 found
(#156) Expected 1 space after "=>"; 0 found
(#156) Line exceeds 132 characters; contains 153 characters
(#162) Missing docblock for function fetch_short_lang
(#162) Expected 1 space before opening brace; found 0
(#163) Expected "if (...) {\n"; found "if(...){"
(#163) Expected 1 space after IF keyword; 0 found
(#163) Expected at least 1 space before "<="; 0 found
(#163) Expected at least 1 space after "<="; 0 found
(#163) Expected 1 space before "<="; 0 found
(#163) Expected 1 space after "<="; 0 found
(#163) Expected 1 space after closing parenthesis; found 0
(#163) Newline required after opening brace
(#163) Closing brace must be on a line by itself
(#164) Expected "if (...) {\n"; found "if(...){"
(#164) Expected 1 space after IF keyword; 0 found
(#164) Expected at least 1 space before "=="; 0 found
(#164) Expected at least 1 space after "=="; 0 found
(#164) Expected 1 space before "=="; 0 found
(#164) Expected 1 space after "=="; 0 found
(#164) Expected 1 space after closing parenthesis; found 0
(#164) Newline required after opening brace
(#164) Closing brace must be on a line by itself
(#165) No space found after comma in argument list
(#165) Commas (,) must be followed by white space.
(#165) Expected 1 space between the comma and "0". Found: no spaces
(#165) No space found after comma in argument list
(#165) Commas (,) must be followed by white space.
(#165) Expected 1 space between the comma and "2". Found: no spaces
(#173) Missing docblock for function fetch_lang_model
(#173) Expected 1 space before opening brace; found 0
(#176) Expected at least 1 space before "="; 0 found
(#176) Expected 1 space before "="; 0 found
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) This comment is 75% valid code; is this commented out code?
(#179) No space found before comment text; expected "// $token = self::fetch_token('russell', 'Password-123',true);" but found "//$token = self::fetch_token('russell', 'Password-123',true);"
(#181) Expected "if (...) {\n"; found "if(...){\n"
(#181) Expected 1 space after IF keyword; 0 found
(#181) Expected 1 space after closing parenthesis; found 0
(#185) Expected at least 1 space before "="; 0 found
(#185) Expected at least 1 space after "="; 0 found
(#185) Expected 1 space before "="; 0 found
(#185) Expected 1 space after "="; 0 found
(#186) Expected at least 1 space before "="; 0 found
(#186) Expected at least 1 space after "="; 0 found
(#186) Expected 1 space before "="; 0 found
(#186) Expected 1 space after "="; 0 found
(#187) Expected at least 1 space before "="; 0 found
(#187) Expected at least 1 space after "="; 0 found
(#187) Expected 1 space before "="; 0 found
(#187) Expected 1 space after "="; 0 found
(#188) Expected at least 1 space before "="; 0 found
(#188) Expected at least 1 space after "="; 0 found
(#188) Expected 1 space before "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Line indented incorrectly; expected at least 12 spaces, found 8
(#190) No space found before comment text; expected "// strange char or number converter" but found "//strange char or number converter"
(#191) Line indented incorrectly; expected at least 12 spaces, found 8
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Line indented incorrectly; expected at least 12 spaces, found 8
(#192) No space found before comment text; expected "// find numbers in the passage, and then replace those with words in the target text" but found "//find numbers in the passage, and then replace those with words in the target text"
(#194) Line indented incorrectly; expected at least 12 spaces, found 8
(#194) Expected at least 1 space before "="; 0 found
(#194) Expected at least 1 space after "="; 0 found
(#194) Expected 1 space before "="; 0 found
(#194) Expected 1 space after "="; 0 found
(#194) No space found after comma in argument list
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space between the comma and "$params". Found: no spaces
(#194) No space found after comma in argument list
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space between the comma and "$shortlang". Found: no spaces
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Line indented incorrectly; expected at least 12 spaces, found 8
(#196) No space found before comment text; expected "// other conversions" but found "//other conversions"
(#197) Line indented incorrectly; expected 12 spaces, found 8
(#197) Expected 1 space after closing parenthesis; found 0
(#197) Blank line found at start of control structure
(#199) Line indented incorrectly; expected 16 spaces, found 12
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Line indented incorrectly; expected at least 20 spaces, found 16
(#200) No space found before comment text; expected "// find eszetts in original passage, and convert ss words to eszetts in the target passage" but found "//find eszetts in original passage, and convert ss words to eszetts in the target passage"
(#201) Line indented incorrectly; expected at least 20 spaces, found 16
(#201) Expected at least 1 space before "="; 0 found
(#201) Expected at least 1 space after "="; 0 found
(#201) Expected 1 space before "="; 0 found
(#201) Expected 1 space after "="; 0 found
(#201) No space found after comma in argument list
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space between the comma and "$params". Found: no spaces
(#203) Blank line found at end of control structure
(#204) Line indented incorrectly; expected 12 spaces, found 8
(#206) Expected at least 1 space before "="; 0 found
(#206) Expected at least 1 space after "="; 0 found
(#206) Expected 1 space before "="; 0 found
(#206) Expected 1 space after "="; 0 found
(#207) Expected at least 1 space before "="; 0 found
(#207) Expected at least 1 space after "="; 0 found
(#207) Expected 1 space before "="; 0 found
(#207) Expected 1 space after "="; 0 found
(#209) No space found after comma in argument list
(#209) Commas (,) must be followed by white space.
(#209) Expected 1 space between the comma and "$params". Found: no spaces
(#209) No space found after comma in argument list
(#209) Commas (,) must be followed by white space.
(#209) Expected 1 space between the comma and "'post'". Found: no spaces
(#210) Variable "respObj" must be all lower-case
(#212) Expected "if (...) {\n"; found "if(...){\n"
(#212) Expected 1 space after IF keyword; 0 found
(#212) Variable "respObj" must be all lower-case
(#212) Expected 1 space after closing parenthesis; found 0
(#213) Variable "respObj" must be all lower-case
(#213) Expected at least 1 space after "=="; 0 found
(#213) Expected 1 space after "=="; 0 found
(#214) Variable "respObj" must be all lower-case
(#215) Expected 1 space after closing brace; 0 found
(#215) Expected "} else {\n"; found "}else{\n"
(#215) Expected 1 space after ELSE keyword; 0 found
(#216) Expected at least 1 space before "="; 0 found
(#216) Expected at least 1 space after "="; 0 found
(#216) Expected 1 space before "="; 0 found
(#216) Expected 1 space after "="; 0 found
(#220) Expected 1 space after closing brace; 0 found
(#220) Expected "} else {\n"; found "}else{\n"
(#220) Expected 1 space after ELSE keyword; 0 found
(#225) Missing docblock for function can_streaming_transcribe
(#225) Expected 1 space before opening brace; found 0
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) No space found before comment text; expected "// The instance languages" but found "//The instance languages"
(#230) Expected 1 space after SWITCH keyword; 0 found
(#230) Expected 1 space after closing parenthesis; found 0
(#237) Expected at least 1 space after "="; 0 found
(#237) Expected 1 space after "="; 0 found
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) No space found before comment text; expected "// The supported regions" but found "//The supported regions"
(#244) Expected "if (...) {\n"; found "if(...) {\n"
(#244) Expected 1 space after IF keyword; 0 found
(#252) Expected at least 1 space after "="; 0 found
(#252) Expected 1 space after "="; 0 found
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) No space found before comment text; expected "// we might use AWS Transcribe if its strict or no hash(why)" but found "//we might use AWS Transcribe if its strict or no hash(why)"
(#263) Missing docblock for function do_strict_transcribe
(#265) Expected "if (...) {\n"; found "if(...) {\n"
(#265) Expected 1 space after IF keyword; 0 found
(#267) Expected 1 space after closing brace; 0 found
(#267) Expected "} else {\n"; found "}else{\n"
(#267) Expected 1 space after ELSE keyword; 0 found
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) No space found before comment text; expected "// De accent and other processing so our auto transcript will match the passage" but found "//De accent and other processing so our auto transcript will match the passage"
(#273) Missing docblock for function remove_accents_and_poormatchchars
(#273) Expected 1 space before opening brace; found 0
(#274) Expected 1 space after SWITCH keyword; 0 found
(#274) Expected 1 space after closing parenthesis; found 0
(#277) Short array syntax must be used to define arrays
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""о́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""у́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""а́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""и́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""я́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""ю́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""Е́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""О́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""У́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""А́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""И́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""Я́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""Ю́"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""“"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""”"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""'"". Found: no spaces
(#277) Commas (,) must be followed by white space.
(#277) Expected 1 space between the comma and ""́"". Found: no spaces
(#278) Short array syntax must be used to define arrays
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""о"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""у"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""а"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""и"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""я"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""ю"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""Е"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""О"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""У"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""А"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""И"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""Я"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""Ю"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""\""". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""\""". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and ""’"". Found: no spaces
(#278) Commas (,) must be followed by white space.
(#278) Expected 1 space between the comma and """". Found: no spaces
(#281) Terminating statement must be indented to the same level as the CASE body
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) No space found before comment text; expected "// are we willing and able to transcribe submissions?" but found "//are we willing and able to transcribe submissions?"
(#289) Missing docblock for function can_transcribe
(#291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#291) No space found before comment text; expected "// we default to true" but found "//we default to true"
(#292) No space found before comment text; expected "// but it only takes one no ...." but found "//but it only takes one no ...."
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#295) No space found before comment text; expected "// The regions that can transcribe" but found "//The regions that can transcribe"
(#296) Expected 1 space after SWITCH keyword; 0 found
(#296) Expected 1 space after closing parenthesis; found 0
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#301) No space found before comment text; expected "// if user disables ai, we do not transcribe" but found "//if user disables ai, we do not transcribe"
(#309) Inline comments must start with a capital letter, digit or 3-dots sequence
(#309) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) No space found before comment text; expected "// see if this is truly json or some error" but found "//see if this is truly json or some error"
(#310) Missing docblock for function is_json
(#321) No space found before comment text; expected "// Is the lang code probably going to be passage transcribed by whisper?" but found "//Is the lang code probably going to be passage transcribed by whisper?"
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) No space found before comment text; expected "// DeepSpeech = 'en','de','fr','es', 'eu','ru', 'fi':'pt','pl','it','uk','ro', 'hu'" but found "//DeepSpeech = 'en','de','fr','es', 'eu','ru', 'fi':'pt','pl','it','uk','ro', 'hu'"
(#324) Missing docblock for function is_whisper
(#324) Expected 1 space before opening brace; found 0
(#326) Expected 1 space after closing parenthesis; found 0
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) No space found before comment text; expected "// Insert spaces in between segments in order to create "words"" but found "//Insert spaces in between segments in order to create "words""
(#361) Missing docblock for function segment_japanese
(#361) Expected 1 space before opening brace; found 0
(#363) No space found after comma in argument list
(#363) Commas (,) must be followed by white space.
(#363) Expected 1 space between the comma and "$segments". Found: no spaces
(#367) Inline comments must start with a capital letter, digit or 3-dots sequence
(#367) No space found before comment text; expected "// convert a phrase or word to a series of phonetic characters that we can use to compare text/spoken" but found "//convert a phrase or word to a series of phonetic characters that we can use to compare text/spoken"
(#368) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) No space found before comment text; expected "// the segments will usually just return the phrase , but in japanese we want to segment into words" but found "//the segments will usually just return the phrase , but in japanese we want to segment into words"
(#369) Missing docblock for function fetch_phones_and_segments
(#369) Incorrect spacing between argument "$region" and equals sign; expected 1 but found 0
(#369) Incorrect spacing between default value and equals sign for argument "$region"; expected 1 but found 0
(#369) Incorrect spacing between argument "$segmented" and equals sign; expected 1 but found 0
(#369) Incorrect spacing between default value and equals sign for argument "$segmented"; expected 1 but found 0
(#369) Expected 1 space before opening brace; found 0
(#372) Expected 1 space after SWITCH keyword; 0 found
(#372) Expected 1 space after closing parenthesis; found 0
(#383) No space found after comma in argument list
(#383) Commas (,) must be followed by white space.
(#383) Expected 1 space between the comma and "$phrase". Found: no spaces
(#384) Expected at least 1 space before "="; 0 found
(#384) Expected at least 1 space after "="; 0 found
(#384) Expected 1 space before "="; 0 found
(#384) Expected 1 space after "="; 0 found
(#385) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#385) Expected 1 space after FOREACH keyword; 0 found
(#385) Expected 1 space after closing parenthesis; found 0
(#388) Expected "if (...) {\n"; found "if(...) {\n"
(#388) Expected 1 space after IF keyword; 0 found
(#390) Expected at least 1 space before "="; 0 found
(#390) Expected at least 1 space after "="; 0 found
(#390) Expected 1 space before "="; 0 found
(#390) Expected 1 space after "="; 0 found
(#391) Expected 1 space after closing brace; 0 found
(#391) Expected "} else {\n"; found "}else {\n"
(#393) Expected at least 1 space before "="; 0 found
(#393) Expected at least 1 space after "="; 0 found
(#393) Expected 1 space before "="; 0 found
(#393) Expected 1 space after "="; 0 found
(#396) Inline comments must start with a capital letter, digit or 3-dots sequence
(#396) No space found before comment text; expected "// the resulting phonetic string will look like this: 0S IS A TK IT IS A KT WN TW 0T IS A MNK" but found "//the resulting phonetic string will look like this: 0S IS A TK IT IS A KT WN TW 0T IS A MNK"
(#398) No space found before comment text; expected "// really we want to put an IPA database on services server and poll as we do for katakanify" but found "//really we want to put an IPA database on services server and poll as we do for katakanify"
(#399) No space found before comment text; expected "// see: https://github.com/open-dict-data/ipa-dict" but found "//see: https://github.com/open-dict-data/ipa-dict"
(#400) No space found before comment text; expected "// and command line searchable dictionaries https://github.com/open-dsl-dict/ipa-dict-dsl based on those" but found "//and command line searchable dictionaries https://github.com/open-dsl-dict/ipa-dict-dsl based on those"
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) The CASE body must start on the line following the statement
(#405) Inline comments must start with a capital letter, digit or 3-dots sequence
(#405) Inline comments must end in full-stops, exclamation marks, or question marks
(#405) No space found before comment text; expected "// fetch katakana/hiragana if the JP" but found "//fetch katakana/hiragana if the JP"
(#406) Variable "katakanify_url" must not contain underscores.
(#406) Must use "self::" for local static member reference
(#406) No space found after comma in argument list
(#406) Commas (,) must be followed by white space.
(#406) Expected 1 space between the comma and "'katakanify'". Found: no spaces
(#408) Inline comments must start with a capital letter, digit or 3-dots sequence
(#408) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) No space found before comment text; expected "// results look like this:" but found "//results look like this:"
(#410) This comment is 64% valid code; is this commented out code?
(#430) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#432) Inline comments must start with a capital letter, digit or 3-dots sequence
(#432) No space found before comment text; expected "// for Japanese we want to segment it into "words"" but found "//for Japanese we want to segment it into "words""
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#433) Line indented incorrectly; expected at least 16 spaces, found 13
(#433) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#434) No space found after comma in argument list
(#434) Commas (,) must be followed by white space.
(#434) Expected 1 space between the comma and ""n"". Found: no spaces
(#435) Expected at least 1 space after "="; 0 found
(#435) Expected 1 space after "="; 0 found
(#435) Short array syntax must be used to define arrays
(#435) Expected at least 1 space before "=>"; 0 found
(#435) Expected at least 1 space after "=>"; 0 found
(#435) Expected 1 space before "=>"; 0 found
(#435) Expected 1 space after "=>"; 0 found
(#436) Variable "katakanify_url" must not contain underscores.
(#436) No space found after comma in argument list
(#436) Commas (,) must be followed by white space.
(#436) Expected 1 space between the comma and "$postdata". Found: no spaces
(#436) No space found after comma in argument list
(#436) Commas (,) must be followed by white space.
(#436) Expected 1 space between the comma and "'post'". Found: no spaces
(#437) Expected "if (...) {\n"; found "if(...){"
(#437) Expected 1 space after IF keyword; 0 found
(#437) Expected 1 space after closing parenthesis; found 0
(#437) Newline required after opening brace
(#437) Closing brace must be on a line by itself
(#440) Expected at least 1 space before "="; 0 found
(#440) Expected at least 1 space after "="; 0 found
(#440) Expected 1 space before "="; 0 found
(#440) Expected 1 space after "="; 0 found
(#441) Expected at least 1 space before "="; 0 found
(#441) Expected at least 1 space after "="; 0 found
(#441) Expected 1 space before "="; 0 found
(#441) Expected 1 space after "="; 0 found
(#442) Expected "if (...) {\n"; found "if(...){\n"
(#442) Expected 1 space after IF keyword; 0 found
(#442) Expected at least 1 space before "=="; 0 found
(#442) Expected at least 1 space after "=="; 0 found
(#442) Expected 1 space before "=="; 0 found
(#442) Expected 1 space after "=="; 0 found
(#442) Expected 1 space after closing parenthesis; found 0
(#443) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#443) Expected 1 space after FOREACH keyword; 0 found
(#443) Expected 1 space after closing parenthesis; found 0
(#445) Expected "if (...) {\n"; found "if(...) {\n"
(#445) Expected 1 space after IF keyword; 0 found
(#445) Expected at least 1 space before ">"; 0 found
(#445) Expected at least 1 space after ">"; 0 found
(#445) Expected 1 space before ">"; 0 found
(#445) Expected 1 space after ">"; 0 found
(#452) Inline comments must start with a capital letter, digit or 3-dots sequence
(#452) Inline comments must end in full-stops, exclamation marks, or question marks
(#452) No space found before comment text; expected "// process nodes" but found "//process nodes"
(#453) Expected at least 1 space before "="; 0 found
(#453) Expected at least 1 space after "="; 0 found
(#453) Expected 1 space before "="; 0 found
(#453) Expected 1 space after "="; 0 found
(#454) Expected at least 1 space before "="; 0 found
(#454) Expected at least 1 space after "="; 0 found
(#454) Expected 1 space before "="; 0 found
(#454) Expected 1 space after "="; 0 found
(#455) Expected at least 1 space before "="; 0 found
(#455) Expected at least 1 space after "="; 0 found
(#455) Expected 1 space before "="; 0 found
(#455) Expected 1 space after "="; 0 found
(#458) No space found after comma in argument list
(#458) Commas (,) must be followed by white space.
(#458) Expected 1 space between the comma and "$n". Found: no spaces
(#459) Expected "if (...) {\n"; found "if(...) {\n"
(#459) Expected 1 space after IF keyword; 0 found
(#460) Expected 1 space after SWITCH keyword; 0 found
(#463) Expected "if (...) {\n"; found "if(...){\n"
(#463) Expected 1 space after IF keyword; 0 found
(#463) Expected at least 1 space before ">"; 0 found
(#463) Expected at least 1 space after ">"; 0 found
(#463) Expected 1 space before ">"; 0 found
(#463) Expected 1 space after ">"; 0 found
(#463) Expected 1 space after closing parenthesis; found 0
(#464) Expected at least 1 space before "-"; 0 found
(#464) Expected at least 1 space after "-"; 0 found
(#464) Expected 1 space before "-"; 0 found
(#464) Expected 1 space after "-"; 0 found
(#464) Expected at least 1 space before ".="; 0 found
(#464) Expected at least 1 space after ".="; 0 found
(#464) Expected 1 space before ".="; 0 found
(#464) Expected 1 space after ".="; 0 found
(#469) Expected "if (...) {\n"; found "if(...) {\n"
(#469) Expected 1 space after IF keyword; 0 found
(#474) Expected "} else if (...) {\n"; found "} else if(...){\n"
(#474) Expected "if (...) {\n"; found "if(...){\n"
(#474) Expected 1 space after IF keyword; 0 found
(#474) Expected at least 1 space before "=="; 0 found
(#474) Expected at least 1 space after "=="; 0 found
(#474) Expected 1 space before "=="; 0 found
(#474) Expected 1 space after "=="; 0 found
(#474) Expected 1 space after closing parenthesis; found 0
(#475) Inline comments must start with a capital letter, digit or 3-dots sequence
(#475) Inline comments must end in full-stops, exclamation marks, or question marks
(#475) No space found before comment text; expected "// numbers dont get phoneticized" but found "//numbers dont get phoneticized"
(#478) Expected at least 1 space before "="; 0 found
(#478) Expected at least 1 space after "="; 0 found
(#478) Expected 1 space before "="; 0 found
(#478) Expected 1 space after "="; 0 found
(#482) Expected "if (...) {\n"; found "if(...) {\n"
(#482) Expected 1 space after IF keyword; 0 found
(#483) No space found after comma in argument list
(#483) Commas (,) must be followed by white space.
(#483) Expected 1 space between the comma and "$katakanaarray". Found: no spaces
(#484) No space found after comma in argument list
(#484) Commas (,) must be followed by white space.
(#484) Expected 1 space between the comma and "$segmentarray". Found: no spaces
(#485) Expected 1 space after closing brace; 0 found
(#485) Expected "} else {\n"; found "}else {\n"
(#486) No space found after comma in argument list
(#486) Commas (,) must be followed by white space.
(#486) Expected 1 space between the comma and "$katakanaarray". Found: no spaces
(#487) No space found after comma in argument list
(#487) Commas (,) must be followed by white space.
(#487) Expected 1 space between the comma and "$segmentarray". Found: no spaces
(#495) Commas (,) must be followed by white space.
(#495) Expected 1 space between the comma and "$segments". Found: no spaces
(#497) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#499) Inline comments must start with a capital letter, digit or 3-dots sequence
(#499) Inline comments must end in full-stops, exclamation marks, or question marks
(#499) No space found before comment text; expected "// fetch lang server url, services incl. 'transcribe' , 'lm', 'lt', 'spellcheck', 'katakanify'" but found "//fetch lang server url, services incl. 'transcribe' , 'lm', 'lt', 'spellcheck', 'katakanify'"
(#500) Missing docblock for function fetch_lang_server_url
(#500) Expected 1 space between comma and argument "$service"; 0 found
(#500) Commas (,) must be followed by white space.
(#500) Expected 1 space between the comma and "$service". Found: no spaces
(#500) Incorrect spacing between argument "$service" and equals sign; expected 1 but found 0
(#500) Incorrect spacing between default value and equals sign for argument "$service"; expected 1 but found 0
(#500) Expected 1 space before opening brace; found 0
(#501) Expected 1 space after SWITCH keyword; 0 found
(#515) Inline comments must start with a capital letter, digit or 3-dots sequence
(#515) No space found before comment text; expected "// we use curl to fetch transcripts from AWS and Tokens from cloudpoodll" but found "//we use curl to fetch transcripts from AWS and Tokens from cloudpoodll"
(#516) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#517) No space found before comment text; expected "// we use curl to fetch transcripts from AWS and Tokens from cloudpoodll" but found "//we use curl to fetch transcripts from AWS and Tokens from cloudpoodll"
(#518) Inline comments must end in full-stops, exclamation marks, or question marks
(#518) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#519) Missing docblock for function curl_fetch
(#519) Incorrect spacing between argument "$method" and equals sign; expected 1 but found 0
(#519) Incorrect spacing between default value and equals sign for argument "$method"; expected 1 but found 0
(#524) Inline comments must start with a capital letter, digit or 3-dots sequence
(#524) This comment is 79% valid code; is this commented out code?
(#524) Line indented incorrectly; expected at least 8 spaces, found 7
(#525) Expected "if (...) {\n"; found "if(...) {\n"
(#525) Expected 1 space after IF keyword; 0 found
(#525) Expected at least 1 space before "=="; 0 found
(#525) Expected at least 1 space after "=="; 0 found
(#525) Expected 1 space before "=="; 0 found
(#525) Expected 1 space after "=="; 0 found
(#527) Expected 1 space after closing brace; 0 found
(#527) Expected "} else {\n"; found "}else{\n"
(#527) Expected 1 space after ELSE keyword; 0 found
(#533) Inline comments must start with a capital letter, digit or 3-dots sequence
(#533) Inline comments must end in full-stops, exclamation marks, or question marks
(#533) No space found before comment text; expected "// fetch slightly slower version of speech" but found "//fetch slightly slower version of speech"
(#534) Missing docblock for function fetch_speech_ssml
(#534) Expected 1 space before opening brace; found 0
(#536) Expected 1 space after SWITCH keyword; 0 found
(#536) Expected 1 space after closing parenthesis; found 0
(#538) Expected at least 1 space before "="; 0 found
(#538) Expected at least 1 space after "="; 0 found
(#538) Expected 1 space before "="; 0 found
(#538) Expected 1 space after "="; 0 found
(#541) Expected at least 1 space before "="; 0 found
(#541) Expected at least 1 space after "="; 0 found
(#541) Expected 1 space before "="; 0 found
(#541) Expected 1 space after "="; 0 found
(#545) Line indented incorrectly; expected at least 16 spaces, found 12
(#545) Expected at least 1 space before "="; 0 found
(#545) Expected at least 1 space after "="; 0 found
(#545) Expected 1 space before "="; 0 found
(#545) Expected 1 space after "="; 0 found
(#548) Inline comments must start with a capital letter, digit or 3-dots sequence
(#548) Inline comments must end in full-stops, exclamation marks, or question marks
(#548) No space found before comment text; expected "// deal with SSML reserved characters" but found "//deal with SSML reserved characters"
(#549) No space found after comma in argument list
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space between the comma and "'&amp;'". Found: no spaces
(#549) No space found after comma in argument list
(#549) Commas (,) must be followed by white space.
(#549) Expected 1 space between the comma and "$text". Found: no spaces
(#550) No space found after comma in argument list
(#550) Commas (,) must be followed by white space.
(#550) Expected 1 space between the comma and "'&apos;'". Found: no spaces
(#550) No space found after comma in argument list
(#550) Commas (,) must be followed by white space.
(#550) Expected 1 space between the comma and "$text". Found: no spaces
(#551) No space found after comma in argument list
(#551) Commas (,) must be followed by white space.
(#551) Expected 1 space between the comma and "'&quot;'". Found: no spaces
(#551) No space found after comma in argument list
(#551) Commas (,) must be followed by white space.
(#551) Expected 1 space between the comma and "$text". Found: no spaces
(#552) No space found after comma in argument list
(#552) Commas (,) must be followed by white space.
(#552) Expected 1 space between the comma and "'&lt;'". Found: no spaces
(#552) No space found after comma in argument list
(#552) Commas (,) must be followed by white space.
(#552) Expected 1 space between the comma and "$text". Found: no spaces
(#553) No space found after comma in argument list
(#553) Commas (,) must be followed by white space.
(#553) Expected 1 space between the comma and "'&gt;'". Found: no spaces
(#553) No space found after comma in argument list
(#553) Commas (,) must be followed by white space.
(#553) Expected 1 space between the comma and "$text". Found: no spaces
(#555) Expected at least 1 space before "="; 0 found
(#555) Expected at least 1 space after "="; 0 found
(#555) Expected 1 space before "="; 0 found
(#555) Expected 1 space after "="; 0 found
(#556) No space found after comma in argument list
(#556) Commas (,) must be followed by white space.
(#556) Expected 1 space between the comma and "$text". Found: no spaces
(#556) No space found after comma in argument list
(#556) Commas (,) must be followed by white space.
(#556) Expected 1 space between the comma and "$slowtemplate". Found: no spaces
(#557) No space found after comma in argument list
(#557) Commas (,) must be followed by white space.
(#557) Expected 1 space between the comma and "$speed". Found: no spaces
(#557) No space found after comma in argument list
(#557) Commas (,) must be followed by white space.
(#557) Expected 1 space between the comma and "$slowtemplate". Found: no spaces
(#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) No space found before comment text; expected "// fetch the MP3 URL of the text we want read aloud" but found "//fetch the MP3 URL of the text we want read aloud"
(#563) Missing docblock for function fetch_polly_url
(#563) Expected 1 space between comma and argument "$region"; 0 found
(#563) Commas (,) must be followed by white space.
(#563) Expected 1 space between the comma and "$region". Found: no spaces
(#563) Expected 1 space between comma and argument "$speaktext"; 0 found
(#563) Commas (,) must be followed by white space.
(#563) Expected 1 space between the comma and "$speaktext". Found: no spaces
(#563) Expected 1 space between comma and argument "$texttype"; 0 found
(#563) Commas (,) must be followed by white space.
(#563) Expected 1 space between the comma and "$texttype". Found: no spaces
(#566) Inline comments must end in full-stops, exclamation marks, or question marks
(#566) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#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) This comment is 43% valid code; is this commented out code?
(#569) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#570) Short array syntax must be used to define arrays
(#577) Each PHP statement must be on a line by itself
(#578) No space found after comma in argument list
(#578) Commas (,) must be followed by white space.
(#578) Expected 1 space between the comma and "$USER". Found: no spaces
(#580) Expected at least 1 space before "?"; 0 found
(#580) Expected at least 1 space after "?"; 0 found
(#580) Expected 1 space before "?"; 0 found
(#580) Expected 1 space after "?"; 0 found
(#582) No space found after comma in argument list
(#582) Commas (,) must be followed by white space.
(#582) Expected 1 space between the comma and "'post'". Found: no spaces
(#588) Inline comments must start with a capital letter, digit or 3-dots sequence
(#588) Inline comments must end in full-stops, exclamation marks, or question marks
(#588) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#591) Inline comments must start with a capital letter, digit or 3-dots sequence
(#591) Inline comments must end in full-stops, exclamation marks, or question marks
(#591) No space found before comment text; expected "// if all good, then lets do the embed" but found "//if all good, then lets do the embed"
(#600) Inline comments must start with a capital letter, digit or 3-dots sequence
(#600) Inline comments must end in full-stops, exclamation marks, or question marks
(#600) No space found before comment text; expected "// fetch and process speech marks" but found "//fetch and process speech marks"
(#601) Missing docblock for function fetch_polly_speechmarks
(#601) Expected 1 space between comma and argument "$region"; 0 found
(#601) Commas (,) must be followed by white space.
(#601) Expected 1 space between the comma and "$region". Found: no spaces
(#601) Expected 1 space between comma and argument "$speaktext"; 0 found
(#601) Commas (,) must be followed by white space.
(#601) Expected 1 space between the comma and "$speaktext". Found: no spaces
(#601) Expected 1 space between comma and argument "$texttype"; 0 found
(#601) Commas (,) must be followed by white space.
(#601) Expected 1 space between the comma and "$texttype". Found: no spaces
(#604) Inline comments must end in full-stops, exclamation marks, or question marks
(#604) No space found before comment text; expected "// The REST API we are calling" but found "//The REST API we are calling"
(#607) Inline comments must start with a capital letter, digit or 3-dots sequence
(#607) Inline comments must end in full-stops, exclamation marks, or question marks
(#607) This comment is 43% valid code; is this commented out code?
(#607) No space found before comment text; expected "// log.debug(params);" but found "//log.debug(params);"
(#608) Short array syntax must be used to define arrays
(#615) Each PHP statement must be on a line by itself
(#616) No space found after comma in argument list
(#616) Commas (,) must be followed by white space.
(#616) Expected 1 space between the comma and "$USER". Found: no spaces
(#618) Expected at least 1 space before "?"; 0 found
(#618) Expected at least 1 space after "?"; 0 found
(#618) Expected 1 space before "?"; 0 found
(#618) Expected 1 space after "?"; 0 found
(#626) Inline comments must start with a capital letter, digit or 3-dots sequence
(#626) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) No space found before comment text; expected "// returnCode > 0 indicates an error" but found "//returnCode > 0 indicates an error"
(#629) Inline comments must start with a capital letter, digit or 3-dots sequence
(#629) Inline comments must end in full-stops, exclamation marks, or question marks
(#629) No space found before comment text; expected "// if all good, then lets do the embed" but found "//if all good, then lets do the embed"
(#630) Expected 0 spaces before closing bracket; 1 found
(#638) Inline comments must start with a capital letter, digit or 3-dots sequence
(#638) No space found before comment text; expected "// can speak neural?" but found "//can speak neural?"
(#639) Missing docblock for function can_speak_neural
(#639) Expected 1 space between comma and argument "$region"; 0 found
(#639) Commas (,) must be followed by white space.
(#639) Expected 1 space between the comma and "$region". Found: no spaces
(#639) Expected 1 space before opening brace; found 0
(#640) Inline comments must start with a capital letter, digit or 3-dots sequence
(#640) Inline comments must end in full-stops, exclamation marks, or question marks
(#640) No space found before comment text; expected "// check if the region is supported" but found "//check if the region is supported"
(#641) Expected 1 space after SWITCH keyword; 0 found
(#641) Expected 1 space after closing parenthesis; found 0
(#651) Inline comments must start with a capital letter, digit or 3-dots sequence
(#651) Inline comments must end in full-stops, exclamation marks, or question marks
(#651) No space found before comment text; expected "// ok" but found "//ok"
(#652) Terminating statement must be indented to the same level as the CASE body
(#657) Inline comments must start with a capital letter, digit or 3-dots sequence
(#657) Inline comments must end in full-stops, exclamation marks, or question marks
(#657) No space found before comment text; expected "// check if the voice is supported" but found "//check if the voice is supported"
(#658) Expected "if (...) {\n"; found "if(...){\n"
(#658) Expected 1 space after IF keyword; 0 found
(#658) No space found after comma in argument list
(#658) Commas (,) must be followed by white space.
(#658) Expected 1 space between the comma and "constants". Found: no spaces
(#658) Expected 1 space after closing parenthesis; found 0
(#660) Expected 1 space after closing brace; 0 found
(#660) Expected "} else {\n"; found "}else{\n"
(#660) Expected 1 space after ELSE keyword; 0 found
(#665) Inline comments must end in full-stops, exclamation marks, or question marks
(#665) No space found before comment text; expected "// Turn a set of speechmarks into a matches format that we use for marking up text in Readaloud" but found "//Turn a set of speechmarks into a matches format that we use for marking up text in Readaloud"
(#666) Missing docblock for function speechmarks_to_matches
(#666) Expected 1 space between comma and argument "$speechmarks"; 0 found
(#666) Commas (,) must be followed by white space.
(#666) Expected 1 space between the comma and "$speechmarks". Found: no spaces
(#666) Expected 1 space between comma and argument "$language"; 0 found
(#666) Commas (,) must be followed by white space.
(#666) Expected 1 space between the comma and "$language". Found: no spaces
(#666) Expected 1 space before opening brace; found 0
(#668) Inline comments must start with a capital letter, digit or 3-dots sequence
(#668) Inline comments must end in full-stops, exclamation marks, or question marks
(#668) No space found before comment text; expected "// clean the punctuation" but found "//clean the punctuation"
(#669) Expected at least 1 space before "="; 0 found
(#669) Expected at least 1 space after "="; 0 found
(#669) Expected 1 space before "="; 0 found
(#669) Expected 1 space after "="; 0 found
(#670) Inline comments must start with a capital letter, digit or 3-dots sequence
(#670) Inline comments must end in full-stops, exclamation marks, or question marks
(#670) No space found before comment text; expected "// prepare arrays of words to in transcript and passage to match on" but found "//prepare arrays of words to in transcript and passage to match on"
(#671) No space found after comma in argument list
(#671) Commas (,) must be followed by white space.
(#671) Expected 1 space between the comma and "$language". Found: no spaces
(#672) Expected at least 1 space after "="; 0 found
(#672) Expected 1 space after "="; 0 found
(#673) Expected at least 1 space after "="; 0 found
(#673) Expected 1 space after "="; 0 found
(#675) Inline comments must start with a capital letter, digit or 3-dots sequence
(#675) No space found before comment text; expected "// for speechmarks we need to throw away ssml tags and punctuation so we do that," but found "//for speechmarks we need to throw away ssml tags and punctuation so we do that,"
(#676) Inline comments must end in full-stops, exclamation marks, or question marks
(#677) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#677) Expected 1 space after FOREACH keyword; 0 found
(#680) Inline comments must start with a capital letter, digit or 3-dots sequence
(#680) Inline comments must end in full-stops, exclamation marks, or question marks
(#680) No space found before comment text; expected "// opt out of current speechmark if its not a word(eg sentence, viseme, ssml) or is ssml mark up" but found "//opt out of current speechmark if its not a word(eg sentence, viseme, ssml) or is ssml mark up"
(#684) Inline comments must start with a capital letter, digit or 3-dots sequence
(#684) Inline comments must end in full-stops, exclamation marks, or question marks
(#684) No space found before comment text; expected "// if the word begins with "<" then its ssml so we skip it" but found "//if the word begins with "<" then its ssml so we skip it"
(#689) Expected at least 1 space after "="; 0 found
(#689) Expected 1 space after "="; 0 found
(#692) Inline comments must end in full-stops, exclamation marks, or question marks
(#692) No space found before comment text; expected "// Most of this is just to keep the diff function happy (it is used to different sets of data from real transcripts)" but found "//Most of this is just to keep the diff function happy (it is used to different sets of data from real transcripts)"
(#694) Expected 0 spaces before closing parenthesis; 1 found
(#695) Variable "passagephonetic_bits" must not contain underscores.
(#696) Variable "transcript_phonetic" must not contain underscores.
(#696) Expected at least 1 space after "="; 0 found
(#696) Expected 1 space after "="; 0 found
(#697) Variable "transcriptphonetic_bits" must not contain underscores.
(#699) Inline comments must start with a capital letter, digit or 3-dots sequence
(#699) No space found before comment text; expected "// fetch sequences of transcript/passage matched words" but found "//fetch sequences of transcript/passage matched words"
(#700) Inline comments must end in full-stops, exclamation marks, or question marks
(#703) No space found after comma in argument list
(#703) Commas (,) must be followed by white space.
(#703) Expected 1 space between the comma and "$transcriptphonetic_bits". Found: no spaces
(#703) Variable "transcriptphonetic_bits" must not contain underscores.
(#703) No space found after comma in argument list
(#703) Commas (,) must be followed by white space.
(#703) Expected 1 space between the comma and "$passagephonetic_bits". Found: no spaces
(#703) Variable "passagephonetic_bits" must not contain underscores.
(#703) Line exceeds 132 characters; contains 146 characters
(#704) Expected at least 1 space before "="; 0 found
(#704) Expected at least 1 space after "="; 0 found
(#704) Expected 1 space before "="; 0 found
(#704) Expected 1 space after "="; 0 found
(#706) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#708) Inline comments must start with a capital letter, digit or 3-dots sequence
(#708) Inline comments must end in full-stops, exclamation marks, or question marks
(#708) No space found before comment text; expected "// from the array of differences build the matches and pull in audio stamps from speechmark data" but found "//from the array of differences build the matches and pull in audio stamps from speechmark data"
(#712) Inline comments must start with a capital letter, digit or 3-dots sequence
(#712) No space found before comment text; expected "// loop through diffs" but found "//loop through diffs"
(#713) Inline comments must end in full-stops, exclamation marks, or question marks
(#721) Inline comments must start with a capital letter, digit or 3-dots sequence
(#721) Inline comments must end in full-stops, exclamation marks, or question marks
(#721) No space found before comment text; expected "// we collect match info so we can play audio from selected word" but found "//we collect match info so we can play audio from selected word"
(#725) Expected at least 1 space before "-"; 0 found
(#725) Expected at least 1 space after "-"; 0 found
(#725) Expected 1 space before "-"; 0 found
(#725) Expected 1 space after "-"; 0 found
(#726) Expected at least 1 space before "-"; 0 found
(#726) Expected at least 1 space after "-"; 0 found
(#726) Expected 1 space before "-"; 0 found
(#726) Expected 1 space after "-"; 0 found
(#727) Inline comments must start with a capital letter, digit or 3-dots sequence
(#727) Inline comments must end in full-stops, exclamation marks, or question marks
(#727) No space found before comment text; expected "// provisional end" but found "//provisional end"
(#728) Inline comments must start with a capital letter, digit or 3-dots sequence
(#728) No space found before comment text; expected "// was this match an alternatives match?" but found "//was this match an alternatives match?"
(#730) Inline comments must start with a capital letter, digit or 3-dots sequence
(#730) Inline comments must end in full-stops, exclamation marks, or question marks
(#730) No space found before comment text; expected "// set the last audio end to the start of the current one" but found "//set the last audio end to the start of the current one"
(#731) Expected "if (...) {\n"; found "if(...){\n"
(#731) Expected 1 space after IF keyword; 0 found
(#731) Expected 1 space after closing parenthesis; found 0
(#732) Expected at least 1 space before "="; 0 found
(#732) Expected at least 1 space after "="; 0 found
(#732) Expected 1 space before "="; 0 found
(#732) Expected 1 space after "="; 0 found
(#732) Expected at least 1 space before "-"; 0 found
(#732) Expected at least 1 space after "-"; 0 found
(#732) Expected 1 space before "-"; 0 found
(#732) Expected 1 space after "-"; 0 found
(#738) Inline comments must start with a capital letter, digit or 3-dots sequence
(#738) No space found before comment text; expected "// do nothing" but found "//do nothing"
(#739) Inline comments must end in full-stops, exclamation marks, or question marks
(#739) No space found before comment text; expected "// should never get here" but found "//should never get here"
(#745) Inline comments must start with a capital letter, digit or 3-dots sequence
(#745) Inline comments must end in full-stops, exclamation marks, or question marks
(#745) No space found before comment text; expected "// sometimes there are colons and semi colons and quotes in one or the other word, we ignore these and compare" but found "//sometimes there are colons and semi colons and quotes in one or the other word, we ignore these and compare"
(#746) Missing docblock for function are_different_words
(#746) Expected 1 space between comma and argument "$word2"; 0 found
(#746) Commas (,) must be followed by white space.
(#746) Expected 1 space between the comma and "$word2". Found: no spaces
(#746) Expected 1 space before opening brace; found 0
(#747) Space after opening parenthesis of function call prohibited
(#748) Space after opening parenthesis of function call prohibited
(#751) No space found before comment text; expected "// This is part of speechmarks processing to create matches." but found "//This is part of speechmarks processing to create matches."
(#752) Inline comments must end in full-stops, exclamation marks, or question marks
(#752) No space found before comment text; expected "// while looping we need to look forward to fetch upcoming data. That forward search is done in this function" but found "//while looping we need to look forward to fetch upcoming data. That forward search is done in this function"
(#753) Missing docblock for function forward_search
(#753) Expected 0 spaces between argument "$smindex" and comma; 1 found
(#753) Expected 1 space between comma and argument "$passagewords"; 0 found
(#753) Commas (,) must be followed by white space.
(#753) Expected no space between "$smindex" and the comma. Found: 1 space
(#753) Expected 1 space between the comma and "$passagewords". Found: no spaces
(#757) Commas (,) must be followed by white space.
(#757) Expected 1 space between the comma and "false". Found: no spaces
(#769) Commas (,) must be followed by white space.
(#769) Expected 1 space between the comma and "$smindex". Found: no spaces
(#771) Expected at least 1 space before "+"; 0 found
(#771) Expected at least 1 space after "+"; 0 found
(#771) Expected 1 space before "+"; 0 found
(#771) Expected 1 space after "+"; 0 found
(#772) Commas (,) must be followed by white space.
(#772) Expected 1 space between the comma and "false". Found: no spaces
(#774) No space found after comma in argument list
(#774) Commas (,) must be followed by white space.
(#774) Expected 1 space between the comma and "$passagewords". Found: no spaces
(#774) Expected at least 1 space before "+"; 0 found
(#774) Expected at least 1 space after "+"; 0 found
(#774) Expected 1 space before "+"; 0 found
(#774) Expected 1 space after "+"; 0 found
(#775) Expected at least 1 space before "="; 0 found
(#775) Expected at least 1 space after "="; 0 found
(#775) Expected 1 space before "="; 0 found
(#775) Expected 1 space after "="; 0 found
(#775) Expected at least 1 space before "-"; 0 found
(#775) Expected at least 1 space after "-"; 0 found
(#775) Expected 1 space before "-"; 0 found
(#775) Expected 1 space after "-"; 0 found
(#777) Commas (,) must be followed by white space.
(#777) Expected 1 space between the comma and "$returnindex". Found: no spaces
(#782) Commas (,) must be followed by white space.
(#782) Expected 1 space between the comma and "false". Found: no spaces
(#783) Closing brace must not be followed by any comment or statement on the same line
(#788) No space found before comment text; expected "// This is called from the settings page and we do not want to make calls out to cloud.poodll.com on settings" but found "//This is called from the settings page and we do not want to make calls out to cloud.poodll.com on settings"
(#789) No space found before comment text; expected "// page load, for performance and stability issues. So if the cache is empty and/or no token, we just show a" but found "//page load, for performance and stability issues. So if the cache is empty and/or no token, we just show a"
(#790) Inline comments must end in full-stops, exclamation marks, or question marks
(#790) No space found before comment text; expected "// "refresh token" links" but found "//"refresh token" links"
(#791) Missing docblock for function fetch_token_for_display
(#794) No space found before comment text; expected "// First check that we have an API id and secret" but found "//First check that we have an API id and secret"
(#795) Inline comments must end in full-stops, exclamation marks, or question marks
(#795) No space found before comment text; expected "// refresh token" but found "//refresh token"
(#796) Opening parenthesis of a multi-line function call must be the last content on the line
(#797) Multi-line function call not indented correctly; expected 8 spaces but found 24
(#797) Closing parenthesis of a multi-line function call must be on a line by itself
(#813) Inline comments must end in full-stops, exclamation marks, or question marks
(#813) No space found before comment text; expected "// Fetch from cache and process the results and display" but found "//Fetch from cache and process the results and display"
(#817) Inline comments must start with a capital letter, digit or 3-dots sequence
(#817) Inline comments must end in full-stops, exclamation marks, or question marks
(#817) No space found before comment text; expected "// if we have no token object the creds were wrong ... or something" but found "//if we have no token object the creds were wrong ... or something"
(#820) Inline comments must start with a capital letter, digit or 3-dots sequence
(#820) Inline comments must end in full-stops, exclamation marks, or question marks
(#820) No space found before comment text; expected "// if we have an object but its no good, creds werer wrong ..or something" but found "//if we have an object but its no good, creds werer wrong ..or something"
(#823) Inline comments must start with a capital letter, digit or 3-dots sequence
(#823) No space found before comment text; expected "// if we do not have subs, then we are on a very old token or something is wrong, just get out of here." but found "//if we do not have subs, then we are on a very old token or something is wrong, just get out of here."
(#831) Inline comments must start with a capital letter, digit or 3-dots sequence
(#831) No space found before comment text; expected "// we have enough info to display a report. Lets go." but found "//we have enough info to display a report. Lets go."
(#836) Inline comments must end in full-stops, exclamation marks, or question marks
(#836) No space found before comment text; expected "// Is app authorised" but found "//Is app authorised"
(#845) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#847) Inline comments must end in full-stops, exclamation marks, or question marks
(#847) No space found before comment text; expected "// We need a Poodll token to make all this recording and transcripts happen" but found "//We need a Poodll token to make all this recording and transcripts happen"
(#848) Missing docblock for function fetch_token
(#856) Inline comments must start with a capital letter, digit or 3-dots sequence
(#856) No space found before comment text; expected "// if we got a token and its less than expiry time" but found "//if we got a token and its less than expiry time"
(#857) Inline comments must end in full-stops, exclamation marks, or question marks
(#864) Inline comments must end in full-stops, exclamation marks, or question marks
(#865) Variable "token_url" must not contain underscores.
(#866) Short array syntax must be used to define arrays
(#869) There should be a comma after the last array item in a multi-line array.
(#871) Variable "token_response" must not contain underscores.
(#871) Variable "token_url" must not contain underscores.
(#872) Variable "token_response" must not contain underscores.
(#873) Variable "resp_object" must not contain underscores.
(#873) Variable "token_response" must not contain underscores.
(#874) Variable "resp_object" must not contain underscores.
(#874) Variable "resp_object" must not contain underscores.
(#875) Variable "resp_object" must not contain underscores.
(#876) Inline comments must start with a capital letter, digit or 3-dots sequence
(#876) Inline comments must end in full-stops, exclamation marks, or question marks
(#876) No space found before comment text; expected "// store the expiry timestamp and adjust it for diffs between our server times" but found "//store the expiry timestamp and adjust it for diffs between our server times"
(#877) Variable "resp_object" must not contain underscores.
(#878) Variable "resp_object" must not contain underscores.
(#878) Variable "resp_object" must not contain underscores.
(#879) Inline comments must start with a capital letter, digit or 3-dots sequence
(#879) Inline comments must end in full-stops, exclamation marks, or question marks
(#879) No space found before comment text; expected "// we refresh one hour out, to prevent any overlap" but found "//we refresh one hour out, to prevent any overlap"
(#885) Inline comments must start with a capital letter, digit or 3-dots sequence
(#885) Inline comments must end in full-stops, exclamation marks, or question marks
(#885) No space found before comment text; expected "// cache the token" but found "//cache the token"
(#892) Variable "resp_object" must not contain underscores.
(#893) Variable "resp_object" must not contain underscores.
(#895) Variable "resp_object" must not contain underscores.
(#896) Variable "resp_object" must not contain underscores.
(#898) Variable "resp_object" must not contain underscores.
(#899) Variable "resp_object" must not contain underscores.
(#901) Expected "if (...) {\n"; found "if(...){\n"
(#901) Expected 1 space after IF keyword; 0 found
(#901) Variable "resp_object" must not contain underscores.
(#901) No space found after comma in argument list
(#901) Commas (,) must be followed by white space.
(#901) Expected 1 space between the comma and "'awsaccesssecret'". Found: no spaces
(#901) Expected 1 space after closing parenthesis; found 0
(#902) Variable "resp_object" must not contain underscores.
(#904) Expected "if (...) {\n"; found "if(...){\n"
(#904) Expected 1 space after IF keyword; 0 found
(#904) Variable "resp_object" must not contain underscores.
(#904) No space found after comma in argument list
(#904) Commas (,) must be followed by white space.
(#904) Expected 1 space between the comma and "'awsaccessid'". Found: no spaces
(#904) Expected 1 space after closing parenthesis; found 0
(#905) Variable "resp_object" must not contain underscores.
(#910) Blank line found at end of control structure
(#913) Empty IF statement detected
(#913) Variable "resp_object" must not contain underscores.
(#913) Variable "resp_object" must not contain underscores.
(#914) Inline comments must end in full-stops, exclamation marks, or question marks
(#914) This comment is 43% valid code; is this commented out code?
(#914) No space found before comment text; expected "// ERROR = $resp_object->error" but found "//ERROR = $resp_object->error"
(#923) Inline comments must start with a capital letter, digit or 3-dots sequence
(#923) No space found before comment text; expected "// check token and tokenobject(from cache)" but found "//check token and tokenobject(from cache)"
(#924) Inline comments must end in full-stops, exclamation marks, or question marks
(#924) No space found before comment text; expected "// return error message or blank if its all ok" but found "//return error message or blank if its all ok"
(#925) Missing docblock for function fetch_token_error
(#925) Expected 1 space before opening brace; found 0
(#928) Inline comments must start with a capital letter, digit or 3-dots sequence
(#928) Inline comments must end in full-stops, exclamation marks, or question marks
(#928) No space found before comment text; expected "// check token authenticated" but found "//check token authenticated"
(#929) Expected "if (...) {\n"; found "if(...) {\n"
(#929) Expected 1 space after IF keyword; 0 found
(#930) Opening parenthesis of a multi-line function call must be the last content on the line
(#930) Only one argument is allowed per line in a multi-line function call
(#931) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#931) Closing parenthesis of a multi-line function call must be on a line by itself
(#939) Inline comments must start with a capital letter, digit or 3-dots sequence
(#939) Inline comments must end in full-stops, exclamation marks, or question marks
(#939) No space found before comment text; expected "// we should not get here if there is no token, but lets gracefully die, [v unlikely]" but found "//we should not get here if there is no token, but lets gracefully die, [v unlikely]"
(#945) Inline comments must end in full-stops, exclamation marks, or question marks
(#945) No space found before comment text; expected "// We have an object but its no good, creds were wrong ..or something. [v unlikely]" but found "//We have an object but its no good, creds were wrong ..or something. [v unlikely]"
(#950) Inline comments must start with a capital letter, digit or 3-dots sequence
(#961) Inline comments must start with a capital letter, digit or 3-dots sequence
(#961) No space found before comment text; expected "// just return empty if there is no error." but found "//just return empty if there is no error."
(#972) Missing docblock for function lines_to_brs
(#973) Inline comments must start with a capital letter, digit or 3-dots sequence
(#973) Inline comments must end in full-stops, exclamation marks, or question marks
(#973) No space found before comment text; expected "// see https://stackoverflow.com/questions/5946114/how-to-replace-newline-or-r-n-with-br" but found "//see https://stackoverflow.com/questions/5946114/how-to-replace-newline-or-r-n-with-br"
(#975) Inline comments must start with a capital letter, digit or 3-dots sequence
(#975) No space found before comment text; expected "// this is better but we can not pad the replacement and we need that" but found "//this is better but we can not pad the replacement and we need that"
(#976) Inline comments must end in full-stops, exclamation marks, or question marks
(#976) No space found before comment text; expected "// return nl2br($passage);" but found "//return nl2br($passage);"
(#979) Missing docblock for function fetch_duration_from_transcript
(#980) Inline comments must start with a capital letter, digit or 3-dots sequence
(#980) Inline comments must end in full-stops, exclamation marks, or question marks
(#980) No space found before comment text; expected "// if we do not have the full transcript return 0" but found "//if we do not have the full transcript return 0"
(#993) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#995) Missing docblock for function fetch_duration_from_transcript_json
(#996) Inline comments must start with a capital letter, digit or 3-dots sequence
(#996) Inline comments must end in full-stops, exclamation marks, or question marks
(#996) No space found before comment text; expected "// if we do not have the full transcript return 0" but found "//if we do not have the full transcript return 0"
(#1003) Short array syntax must be used to define arrays
(#1017) Missing docblock for function fetch_duration_from_transcript_gjson
(#1018) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1018) Inline comments must end in full-stops, exclamation marks, or question marks
(#1018) No space found before comment text; expected "// if we do not have the full transcript return 0" but found "//if we do not have the full transcript return 0"
(#1025) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1025) Inline comments must end in full-stops, exclamation marks, or question marks
(#1025) No space found before comment text; expected "// create a big array of 'words' from gjson sentences" but found "//create a big array of 'words' from gjson sentences"
(#1028) Blank line found at end of control structure
(#1040) Missing docblock for function fetch_audio_points
(#1042) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1042) No space found before comment text; expected "// first check if we have a fulltranscript (we might only have a transcript in some cases)" but found "//first check if we have a fulltranscript (we might only have a transcript in some cases)"
(#1043) Inline comments must end in full-stops, exclamation marks, or question marks
(#1043) No space found before comment text; expected "// if not we just return dummy audio points. Que sera sera" but found "//if not we just return dummy audio points. Que sera sera"
(#1060) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1060) Inline comments must end in full-stops, exclamation marks, or question marks
(#1060) No space found before comment text; expected "// fetch start-time and end-time points for each word" but found "//fetch start-time and end-time points for each word"
(#1061) Missing docblock for function fetch_audio_points_json
(#1063) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1063) No space found before comment text; expected "// get type 'pronunciation' items from full transcript. The other type is 'punctuation'." but found "//get type 'pronunciation' items from full transcript. The other type is 'punctuation'."
(#1065) Short array syntax must be used to define arrays
(#1073) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1073) Inline comments must end in full-stops, exclamation marks, or question marks
(#1073) No space found before comment text; expected "// loop through matches and fetch audio start from word item" but found "//loop through matches and fetch audio start from word item"
(#1076) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1076) Inline comments must end in full-stops, exclamation marks, or question marks
(#1076) No space found before comment text; expected "// pull the word data object from the full transcript, at the index of the match" but found "//pull the word data object from the full transcript, at the index of the match"
(#1079) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1079) No space found before comment text; expected "// trust or be sure by matching ..." but found "//trust or be sure by matching ..."
(#1085) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1085) Inline comments must end in full-stops, exclamation marks, or question marks
(#1085) No space found before comment text; expected "// format the text of the word to lower case no punc, to match the word in the matchitem" but found "//format the text of the word to lower case no punc, to match the word in the matchitem"
(#1086) Variable "tword_text" must not contain underscores.
(#1087) Variable "tword_text" must not contain underscores.
(#1087) Variable "tword_text" must not contain underscores.
(#1088) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1088) Inline comments must end in full-stops, exclamation marks, or question marks
(#1088) No space found before comment text; expected "// if we got it, fetch the audio position from the word data object" but found "//if we got it, fetch the audio position from the word data object"
(#1089) Variable "tword_text" must not contain underscores.
(#1093) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1093) Inline comments must end in full-stops, exclamation marks, or question marks
(#1093) No space found before comment text; expected "// do alternatives search for match" but found "//do alternatives search for match"
(#1094) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#1094) Opening parenthesis of a multi-line function call must be the last content on the line
(#1095) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#1095) Variable "tword_text" must not contain underscores.
(#1096) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#1096) Closing parenthesis of a multi-line function call must be on a line by itself
(#1096) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#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
(#1106) No space found before comment text; expected "// fetch start-time and end-time points for each word" but found "//fetch start-time and end-time points for each word"
(#1107) Missing docblock for function fetch_audio_points_gjson
(#1109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1109) Inline comments must end in full-stops, exclamation marks, or question marks
(#1109) No space found before comment text; expected "// create a big array of 'words' from gjson sentences" but found "//create a big array of 'words' from gjson sentences"
(#1112) Blank line found at end of control structure
(#1116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1116) Inline comments must end in full-stops, exclamation marks, or question marks
(#1116) No space found before comment text; expected "// loop through matches and fetch audio start from word item" but found "//loop through matches and fetch audio start from word item"
(#1119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1119) Inline comments must end in full-stops, exclamation marks, or question marks
(#1119) No space found before comment text; expected "// pull the word data object from the full transcript, at the index of the match" but found "//pull the word data object from the full transcript, at the index of the match"
(#1121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1121) Inline comments must end in full-stops, exclamation marks, or question marks
(#1121) No space found before comment text; expected "// make startTime and endTime match the regular format" but found "//make startTime and endTime match the regular format"
(#1122) Variable "start_time" must not contain underscores.
(#1123) Variable "end_time" must not contain underscores.
(#1125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1125) No space found before comment text; expected "// trust or be sure by matching ..." but found "//trust or be sure by matching ..."
(#1128) Variable "start_time" must not contain underscores.
(#1129) Variable "end_time" must not contain underscores.
(#1131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1131) Inline comments must end in full-stops, exclamation marks, or question marks
(#1131) No space found before comment text; expected "// format the text of the word to lower case no punc, to match the word in the matchitem" but found "//format the text of the word to lower case no punc, to match the word in the matchitem"
(#1132) Variable "tword_text" must not contain underscores.
(#1133) Variable "tword_text" must not contain underscores.
(#1133) Variable "tword_text" must not contain underscores.
(#1134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1134) Inline comments must end in full-stops, exclamation marks, or question marks
(#1134) No space found before comment text; expected "// if we got it, fetch the audio position from the word data object" but found "//if we got it, fetch the audio position from the word data object"
(#1135) Variable "tword_text" must not contain underscores.
(#1136) Variable "start_time" must not contain underscores.
(#1137) Variable "end_time" must not contain underscores.
(#1139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1139) Inline comments must end in full-stops, exclamation marks, or question marks
(#1139) No space found before comment text; expected "// do alternatives search for match" but found "//do alternatives search for match"
(#1140) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#1140) Opening parenthesis of a multi-line function call must be the last content on the line
(#1141) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#1141) Variable "tword_text" must not contain underscores.
(#1142) Multi-line function call not indented correctly; expected 20 spaces but found 28
(#1142) Closing parenthesis of a multi-line function call must be on a line by itself
(#1142) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#1143) Variable "start_time" must not contain underscores.
(#1144) Variable "end_time" must not contain underscores.
(#1154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1154) No space found before comment text; expected "// compare passage and transcript and return errors and matches" but found "//compare passage and transcript and return errors and matches"
(#1155) Inline comments must end in full-stops, exclamation marks, or question marks
(#1155) No space found before comment text; expected "// this is called from aigrade.php and modelaudio.php" but found "//this is called from aigrade.php and modelaudio.php"
(#1156) Missing docblock for function fetch_diff
(#1156) Expected 1 space between comma and argument "$fulltranscript"; 0 found
(#1156) Commas (,) must be followed by white space.
(#1156) Expected 1 space between the comma and "$fulltranscript". Found: no spaces
(#1156) Expected 1 space between comma and argument "$passagephonetic"; 0 found
(#1156) Commas (,) must be followed by white space.
(#1156) Expected 1 space between the comma and "$passagephonetic". Found: no spaces
(#1156) Line exceeds 132 characters; contains 137 characters
(#1159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1159) Inline comments must end in full-stops, exclamation marks, or question marks
(#1159) No space found before comment text; expected "// turn the passage and transcript into an array of words" but found "//turn the passage and transcript into an array of words"
(#1164) Variable "passagephonetic_bits" must not contain underscores.
(#1166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1166) No space found before comment text; expected "// a little massaging for numbers in the passage" but found "//a little massaging for numbers in the passage"
(#1167) Inline comments must end in full-stops, exclamation marks, or question marks
(#1167) No space found before comment text; expected "// get a short language code, eg en-US => en" but found "//get a short language code, eg en-US => en"
(#1168) Must use "self::" for local static member reference
(#1169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1169) Inline comments must end in full-stops, exclamation marks, or question marks
(#1169) No space found before comment text; expected "// we also want to fetch the alternatives for the number_words in passage (though we expect number_digits there)" but found "//we also want to fetch the alternatives for the number_words in passage (though we expect number_digits there)"
(#1170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1170) No space found before comment text; expected "// "four|for|4";" but found "//"four|for|4";"
(#1171) Variable "alternativesArray" must be all lower-case
(#1173) Inline comments must end in full-stops, exclamation marks, or question marks
(#1173) No space found before comment text; expected "// If this is Japanese we want to segment it into "words"" but found "//If this is Japanese we want to segment it into "words""
(#1174) Expected "if (...) {\n"; found "if(...) {\n"
(#1174) Expected 1 space after IF keyword; 0 found
(#1175) Expected at least 1 space before "="; 0 found
(#1175) Expected at least 1 space after "="; 0 found
(#1175) Expected 1 space before "="; 0 found
(#1175) Expected 1 space after "="; 0 found
(#1175) Inline comments must end in full-stops, exclamation marks, or question marks
(#1175) No space found before comment text; expected "// TO DO: should pass region in and not hard code it" but found "//TO DO: should pass region in and not hard code it"
(#1176) Long list syntax is not allowed
(#1176) Variable "transcript_phonetic" must not contain underscores.
(#1176) Commas (,) must be followed by white space.
(#1176) Expected 1 space between the comma and "$transcript_segments". Found: no spaces
(#1176) Variable "transcript_segments" must not contain underscores.
(#1176) Must use "self::" for local static member reference
(#1176) No space found after comma in argument list
(#1176) Commas (,) must be followed by white space.
(#1176) Expected 1 space between the comma and "constants". Found: no spaces
(#1176) No space found after comma in argument list
(#1176) Commas (,) must be followed by white space.
(#1176) Expected 1 space between the comma and "$region". Found: no spaces
(#1176) Line exceeds 132 characters; contains 139 characters
(#1177) Variable "transcript_segments" must not contain underscores.
(#1178) Expected 1 space after closing brace; 0 found
(#1178) Expected "} else {\n"; found "}else{\n"
(#1178) Expected 1 space after ELSE keyword; 0 found
(#1179) Variable "transcript_phonetic" must not contain underscores.
(#1179) Expected at least 1 space after "="; 0 found
(#1179) Expected 1 space after "="; 0 found
(#1180) Variable "transcript_segments" must not contain underscores.
(#1180) Expected at least 1 space before "="; 0 found
(#1180) Expected at least 1 space after "="; 0 found
(#1180) Expected 1 space before "="; 0 found
(#1180) Expected 1 space after "="; 0 found
(#1182) Variable "transcriptphonetic_bits" must not contain underscores.
(#1182) Variable "transcript_phonetic" must not contain underscores.
(#1184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1184) No space found before comment text; expected "// fetch sequences of transcript/passage matched words" but found "//fetch sequences of transcript/passage matched words"
(#1185) Inline comments must end in full-stops, exclamation marks, or question marks
(#1188) Variable "alternativesArray" must be all lower-case
(#1188) No space found after comma in argument list
(#1188) Commas (,) must be followed by white space.
(#1188) Expected 1 space between the comma and "$transcriptphonetic_bits". Found: no spaces
(#1188) Variable "transcriptphonetic_bits" must not contain underscores.
(#1188) No space found after comma in argument list
(#1188) Commas (,) must be followed by white space.
(#1188) Expected 1 space between the comma and "$passagephonetic_bits". Found: no spaces
(#1188) Variable "passagephonetic_bits" must not contain underscores.
(#1188) Line exceeds 132 characters; contains 151 characters
(#1190) Short array syntax must be used to define arrays
(#1192) Variable "diff_info" must not contain underscores.
(#1193) Variable "diff_info" must not contain underscores.
(#1194) Variable "diff_info" must not contain underscores.
(#1200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1200) Inline comments must end in full-stops, exclamation marks, or question marks
(#1200) No space found before comment text; expected "// from the array of differences build error data, match data, markers, scores and metrics" but found "//from the array of differences build error data, match data, markers, scores and metrics"
(#1205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1205) No space found before comment text; expected "// loop through diffs" but found "//loop through diffs"
(#1206) Inline comments must end in full-stops, exclamation marks, or question marks
(#1211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1211) Inline comments must end in full-stops, exclamation marks, or question marks
(#1211) No space found before comment text; expected "// we collect error info so we can count and display them on passage" but found "//we collect error info so we can count and display them on passage"
(#1219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1219) Inline comments must end in full-stops, exclamation marks, or question marks
(#1219) No space found before comment text; expected "// we collect match info so we can play audio from selected word" but found "//we collect match info so we can play audio from selected word"
(#1224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1224) Inline comments must end in full-stops, exclamation marks, or question marks
(#1224) No space found before comment text; expected "// we will assess this from full transcript shortly" but found "//we will assess this from full transcript shortly"
(#1225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1225) Inline comments must end in full-stops, exclamation marks, or question marks
(#1225) No space found before comment text; expected "// we will assess this from full transcript shortly" but found "//we will assess this from full transcript shortly"
(#1226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1226) No space found before comment text; expected "// was this match an alternatives match?" but found "//was this match an alternatives match?"
(#1232) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1232) No space found before comment text; expected "// do nothing" but found "//do nothing"
(#1233) Inline comments must end in full-stops, exclamation marks, or question marks
(#1233) No space found before comment text; expected "// should never get here" but found "//should never get here"
(#1234) Blank line found at end of control structure
(#1239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1239) No space found before comment text; expected "// discard errors that happen after session end word." but found "//discard errors that happen after session end word."
(#1248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1248) Inline comments must end in full-stops, exclamation marks, or question marks
(#1248) No space found before comment text; expected "// finalise and serialise session errors" but found "//finalise and serialise session errors"
(#1251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1251) No space found before comment text; expected "// also capture match information for debugging and audio point matching" but found "//also capture match information for debugging and audio point matching"
(#1252) Inline comments must end in full-stops, exclamation marks, or question marks
(#1252) No space found before comment text; expected "// we can only map transcript to audio from match data" but found "//we can only map transcript to audio from match data"
(#1253) Must use "self::" for local static member reference
(#1253) Variable "alternativesArray" must be all lower-case
(#1255) Commas (,) must be followed by white space.
(#1255) Expected 1 space between the comma and "$sessionendword". Found: no spaces
(#1255) Commas (,) must be followed by white space.
(#1255) Expected 1 space between the comma and "$sessionerrors". Found: no spaces
(#1255) Commas (,) must be followed by white space.
(#1255) Expected 1 space between the comma and "$errorcount". Found: no spaces
(#1255) Commas (,) must be followed by white space.
(#1255) Expected 1 space between the comma and "$debugsequences". Found: no spaces
(#1257) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#1260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1260) No space found before comment text; expected "// this is a server side implementation of the same name function in gradenowhelper.js" but found "//this is a server side implementation of the same name function in gradenowhelper.js"
(#1261) No space found before comment text; expected "// we need this when calculating adjusted grades(reports/machinegrading.php) and on making machine grades(aigrade.php)" but found "//we need this when calculating adjusted grades(reports/machinegrading.php) and on making machine grades(aigrade.php)"
(#1262) Inline comments must end in full-stops, exclamation marks, or question marks
(#1262) No space found before comment text; expected "// the WPM adjustment based on accadjust only applies to machine grades, so it is NOT in gradenowhelper" but found "//the WPM adjustment based on accadjust only applies to machine grades, so it is NOT in gradenowhelper"
(#1263) Missing docblock for function processscores
(#1265) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1265) Inline comments must end in full-stops, exclamation marks, or question marks
(#1265) 4 slashes comments are not allowed; use "// Comment." instead
(#1265) No space found before comment text; expected "// wpm score" but found "////wpm score"
(#1267) Blank line found at start of control structure
(#1281) Must use "self::" for local static member reference
(#1294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1294) Inline comments must end in full-stops, exclamation marks, or question marks
(#1294) No space found before comment text; expected "// regular WPM" but found "//regular WPM"
(#1298) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1298) Inline comments must end in full-stops, exclamation marks, or question marks
(#1298) No space found before comment text; expected "// strict WPM" but found "//strict WPM"
(#1300) Expected "if (...) {\n"; found "if(...){"
(#1300) Expected 1 space after IF keyword; 0 found
(#1300) Expected 1 space after closing parenthesis; found 0
(#1300) Newline required after opening brace
(#1300) Expected at least 1 space after "="; 0 found
(#1300) Expected 1 space after "="; 0 found
(#1300) Closing brace must be on a line by itself
(#1302) Blank line found at end of control structure
(#1308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1308) Inline comments must end in full-stops, exclamation marks, or question marks
(#1308) No space found before comment text; expected "// accuracy score" but found "//accuracy score"
(#1315) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1315) Inline comments must end in full-stops, exclamation marks, or question marks
(#1315) No space found before comment text; expected "// sessionscore" but found "//sessionscore"
(#1317) Expected "if (...) {\n"; found "if(...) {\n"
(#1317) Expected 1 space after IF keyword; 0 found
(#1317) Expected at least 1 space after ">"; 0 found
(#1317) Expected 1 space after ">"; 0 found
(#1328) Expected 1 space after closing brace; 0 found
(#1328) Expected "} else {\n"; found "}else{\n"
(#1328) Expected 1 space after ELSE keyword; 0 found
(#1329) Expected at least 1 space before "="; 0 found
(#1329) Expected at least 1 space after "="; 0 found
(#1329) Expected 1 space before "="; 0 found
(#1329) Expected 1 space after "="; 0 found
(#1338) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#1340) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1340) No space found before comment text; expected "// take a json string of session errors, anmd count how many there are." but found "//take a json string of session errors, anmd count how many there are."
(#1341) Missing docblock for function count_sessionerrors
(#1351) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1351) Inline comments must end in full-stops, exclamation marks, or question marks
(#1351) No space found before comment text; expected "// get all the aievaluations for a user" but found "//get all the aievaluations for a user"
(#1352) Missing docblock for function get_aieval_byuser
(#1355) Short array syntax must be used to define arrays
(#1355) Expected at least 1 space before "=>"; 0 found
(#1355) Expected at least 1 space after "=>"; 0 found
(#1355) Expected 1 space before "=>"; 0 found
(#1355) Expected 1 space after "=>"; 0 found
(#1355) Expected at least 1 space before "=>"; 0 found
(#1355) Expected at least 1 space after "=>"; 0 found
(#1355) Expected 1 space before "=>"; 0 found
(#1355) Expected 1 space after "=>"; 0 found
(#1357) Line exceeds 132 characters; contains 135 characters
(#1360) Expected "if (...) {\n"; found "if(...) {\n"
(#1360) Expected 1 space after IF keyword; 0 found
(#1360) Blank line found at start of control structure
(#1362) Inline comments must end in full-stops, exclamation marks, or question marks
(#1362) No space found before comment text; expected "// Fetch from cache and process the results and display" but found "//Fetch from cache and process the results and display"
(#1366) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1366) Inline comments must end in full-stops, exclamation marks, or question marks
(#1366) No space found before comment text; expected "// if we have attempts then lets get the attempt ids of those" but found "//if we have attempts then lets get the attempt ids of those"
(#1369) Expected at least 1 space after "."; 0 found
(#1371) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1371) Inline comments must end in full-stops, exclamation marks, or question marks
(#1371) No space found before comment text; expected "// at this point we have no attempts, so just return false" but found "//at this point we have no attempts, so just return false"
(#1380) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1380) No space found before comment text; expected "// get average difference between human graded attempt error count and AI error count" but found "//get average difference between human graded attempt error count and AI error count"
(#1381) Inline comments must end in full-stops, exclamation marks, or question marks
(#1381) No space found before comment text; expected "// we only fetch if A) have machine grade and B) sessiontime> 0(has been manually graded)" but found "//we only fetch if A) have machine grade and B) sessiontime> 0(has been manually graded)"
(#1382) Missing docblock for function estimate_errors
(#1388) Short array syntax must be used to define arrays
(#1396) Line indented incorrectly; expected at least 4 spaces, found 2
(#1398) Line exceeds 132 characters; contains 150 characters
(#1399) Line indented incorrectly; expected at least 4 spaces, found 3
(#1400) Missing docblock for function fetch_all_mistranscriptions
(#1402) Short array syntax must be used to define arrays
(#1403) Short array syntax must be used to define arrays
(#1406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1406) This comment is 62% valid code; is this commented out code?
(#1406) No space found before comment text; expected "// $alternatives = diff::fetchAlternativesArray($activity->alternatives);" but found "//$alternatives = diff::fetchAlternativesArray($activity->alternatives);"
(#1408) Short array syntax must be used to define arrays
(#1409) Short array syntax must be used to define arrays
(#1415) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1415) Inline comments must end in full-stops, exclamation marks, or question marks
(#1415) No space found before comment text; expected "// aggregate results" but found "//aggregate results"
(#1417) Variable "aggregate_set" must not contain underscores.
(#1417) Short array syntax must be used to define arrays
(#1422) Variable "aggregate_set" must not contain underscores.
(#1423) Variable "aggregate_set" must not contain underscores.
(#1425) Variable "aggregate_set" must not contain underscores.
(#1429) Variable "aggregate_set" must not contain underscores.
(#1438) Line indented incorrectly; expected at least 4 spaces, found 3
(#1442) Missing docblock for function fetch_attempt_misses
(#1447) Short array syntax must be used to define arrays
(#1448) Blank line found at start of control structure
(#1449) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1451) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1451) Inline comments must end in full-stops, exclamation marks, or question marks
(#1451) No space found before comment text; expected "// build a quick to search array of matched words" but found "//build a quick to search array of matched words"
(#1452) Short array syntax must be used to define arrays
(#1458) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1470) Line indented incorrectly; expected at least 4 spaces, found 3
(#1474) Missing docblock for function fetch_attempt_mistranscriptions
(#1479) Short array syntax must be used to define arrays
(#1492) Line indented incorrectly; expected at least 4 spaces, found 3
(#1493) Line indented incorrectly; expected at least 4 spaces, found 3
(#1497) Missing docblock for function fetch_one_mistranscription
(#1499) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1499) Inline comments must end in full-stops, exclamation marks, or question marks
(#1499) No space found before comment text; expected "// if we have a problem with matches (bad data?) just return" but found "//if we have a problem with matches (bad data?) just return"
(#1504) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1504) Inline comments must end in full-stops, exclamation marks, or question marks
(#1504) No space found before comment text; expected "// count transcript words" but found "//count transcript words"
(#1510) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1510) Inline comments must end in full-stops, exclamation marks, or question marks
(#1510) No space found before comment text; expected "// build a quick to search array of matched words" but found "//build a quick to search array of matched words"
(#1511) Short array syntax must be used to define arrays
(#1516) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1516) Inline comments must end in full-stops, exclamation marks, or question marks
(#1516) No space found before comment text; expected "// find startindex" but found "//find startindex"
(#1518) Blank line found at start of control structure
(#1527) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1527) Inline comments must end in full-stops, exclamation marks, or question marks
(#1527) No space found before comment text; expected "// find endindex" but found "//find endindex"
(#1529) Blank line found at start of control structure
(#1532) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1532) Inline comments must end in full-stops, exclamation marks, or question marks
(#1532) No space found before comment text; expected "// if we matched then the previous transcript word is the last unmatched one in the checkindex sequence" but found "//if we matched then the previous transcript word is the last unmatched one in the checkindex sequence"
(#1539) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1539) Inline comments must end in full-stops, exclamation marks, or question marks
(#1539) No space found before comment text; expected "// if there was no previous matched word, we set start to 1" but found "//if there was no previous matched word, we set start to 1"
(#1543) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1543) Inline comments must end in full-stops, exclamation marks, or question marks
(#1543) No space found before comment text; expected "// if there was no subsequent matched word we flag the end as the -1" but found "//if there was no subsequent matched word we flag the end as the -1"
(#1546) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1546) No space found before comment text; expected "// an edge case is where the first word is not in transcript and first match is the second or later passage" but found "//an edge case is where the first word is not in transcript and first match is the second or later passage"
(#1547) Inline comments must end in full-stops, exclamation marks, or question marks
(#1547) No space found before comment text; expected "// word. It might not be possible for endindex to be lower than start index, but we don't want it anyway" but found "//word. It might not be possible for endindex to be lower than start index, but we don't want it anyway"
(#1552) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1552) No space found before comment text; expected "// up until this point the indexes have started from 1, since the passage word numbers start from 1" but found "//up until this point the indexes have started from 1, since the passage word numbers start from 1"
(#1553) No space found before comment text; expected "// but the transcript array is 0 based so we adjust. array_slice function does not include item and endindex" but found "//but the transcript array is 0 based so we adjust. array_slice function does not include item and endindex"
(#1554) Inline comments must end in full-stops, exclamation marks, or question marks
(#1554) 3 slashes comments are not allowed; use "// Comment." instead
(#1554) No space found before comment text; expected "// so it needs to be one more then start index. hence we do not adjust that" but found "///so it needs to be one more then start index. hence we do not adjust that"
(#1557) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1557) Inline comments must end in full-stops, exclamation marks, or question marks
(#1557) No space found before comment text; expected "// finally we return the section of transcript" but found "//finally we return the section of transcript"
(#1587) Short array syntax must be used to define arrays
(#1589) Short array syntax must be used to define arrays
(#1591) Short array syntax must be used to define arrays
(#1593) Short array syntax must be used to define arrays
(#1601) Missing docblock for function fetch_attempt_chartdata
(#1601) Expected 1 space between comma and argument "$userid"; 0 found
(#1601) Commas (,) must be followed by white space.
(#1601) Expected 1 space between the comma and "$userid". Found: no spaces
(#1601) Incorrect spacing between argument "$userid" and equals sign; expected 1 but found 0
(#1601) Incorrect spacing between default value and equals sign for argument "$userid"; expected 1 but found 0
(#1601) Expected 1 space before opening brace; found 0
(#1604) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1604) Inline comments must end in full-stops, exclamation marks, or question marks
(#1604) No space found before comment text; expected "// use current user if not passed in" but found "//use current user if not passed in"
(#1605) Expected "if (...) {\n"; found "if(...){"
(#1605) Expected 1 space after IF keyword; 0 found
(#1605) Expected at least 1 space before "=="; 0 found
(#1605) Expected at least 1 space after "=="; 0 found
(#1605) Expected 1 space before "=="; 0 found
(#1605) Expected 1 space after "=="; 0 found
(#1605) Expected 1 space after closing parenthesis; found 0
(#1605) Newline required after opening brace
(#1605) Closing brace must be on a line by itself
(#1606) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1606) Inline comments must end in full-stops, exclamation marks, or question marks
(#1606) No space found before comment text; expected "// init return value" but found "//init return value"
(#1610) Line exceeds 132 characters; contains 155 characters
(#1616) Short array syntax must be used to define arrays
(#1618) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1618) Inline comments must end in full-stops, exclamation marks, or question marks
(#1618) No space found before comment text; expected "// if we have data, yay" but found "//if we have data, yay"
(#1619) Blank line found at start of control structure
(#1621) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1621) Inline comments must end in full-stops, exclamation marks, or question marks
(#1621) No space found before comment text; expected "// init our data set" but found "//init our data set"
(#1623) Expected at least 1 space before "="; 0 found
(#1623) Expected at least 1 space after "="; 0 found
(#1623) Expected 1 space before "="; 0 found
(#1623) Expected 1 space after "="; 0 found
(#1624) Expected at least 1 space before "="; 0 found
(#1624) Expected at least 1 space after "="; 0 found
(#1624) Expected 1 space before "="; 0 found
(#1624) Expected 1 space after "="; 0 found
(#1625) Expected at least 1 space before "="; 0 found
(#1625) Expected at least 1 space after "="; 0 found
(#1625) Expected 1 space before "="; 0 found
(#1625) Expected 1 space after "="; 0 found
(#1626) Expected at least 1 space before "="; 0 found
(#1626) Expected at least 1 space after "="; 0 found
(#1626) Expected 1 space before "="; 0 found
(#1626) Expected 1 space after "="; 0 found
(#1627) Expected at least 1 space before "="; 0 found
(#1627) Expected at least 1 space after "="; 0 found
(#1627) Expected 1 space before "="; 0 found
(#1627) Expected 1 space after "="; 0 found
(#1629) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1629) Inline comments must end in full-stops, exclamation marks, or question marks
(#1629) No space found before comment text; expected "// loop through each attempt" but found "//loop through each attempt"
(#1630) Blank line found at start of control structure
(#1631) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1633) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1633) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#1634) Inline comments must end in full-stops, exclamation marks, or question marks
(#1634) No space found before comment text; expected "// use aidata if no human grade or machinegrades only" but found "//use aidata if no human grade or machinegrades only"
(#1636) Expected at least 1 space before "="; 0 found
(#1636) Expected 1 space before "="; 0 found
(#1639) Expected 1 space after closing brace; 0 found
(#1639) Expected "} else {\n"; found "}else{\n"
(#1639) Expected 1 space after ELSE keyword; 0 found
(#1640) Expected at least 1 space before "="; 0 found
(#1640) Expected 1 space before "="; 0 found
(#1643) Blank line found at end of control structure
(#1646) Expected at least 1 space after "="; 0 found
(#1646) Expected 1 space after "="; 0 found
(#1648) No space found after comma in argument list
(#1648) Commas (,) must be followed by white space.
(#1648) Expected 1 space between the comma and "$accuracydata". Found: no spaces
(#1649) No space found after comma in argument list
(#1649) Commas (,) must be followed by white space.
(#1649) Expected 1 space between the comma and "$wpmdata". Found: no spaces
(#1650) No space found after comma in argument list
(#1650) Commas (,) must be followed by white space.
(#1650) Expected 1 space between the comma and "$sessionscoredata". Found: no spaces
(#1650) Line exceeds 132 characters; contains 133 characters
(#1651) Expected at least 1 space before "="; 0 found
(#1651) Expected at least 1 space after "="; 0 found
(#1651) Expected 1 space before "="; 0 found
(#1651) Expected 1 space after "="; 0 found
(#1652) Blank line found at end of control structure
(#1657) Missing docblock for function fetch_attempt_summary
(#1657) Expected 1 space between comma and argument "$userid"; 0 found
(#1657) Commas (,) must be followed by white space.
(#1657) Expected 1 space between the comma and "$userid". Found: no spaces
(#1657) Incorrect spacing between argument "$userid" and equals sign; expected 1 but found 0
(#1657) Incorrect spacing between default value and equals sign for argument "$userid"; expected 1 but found 0
(#1657) Expected 1 space before opening brace; found 0
(#1660) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1660) Inline comments must end in full-stops, exclamation marks, or question marks
(#1660) No space found before comment text; expected "// use current user if not passed in" but found "//use current user if not passed in"
(#1661) Expected "if (...) {\n"; found "if(...){"
(#1661) Expected 1 space after IF keyword; 0 found
(#1661) Expected at least 1 space before "=="; 0 found
(#1661) Expected at least 1 space after "=="; 0 found
(#1661) Expected 1 space before "=="; 0 found
(#1661) Expected 1 space after "=="; 0 found
(#1661) Expected 1 space after closing parenthesis; found 0
(#1661) Newline required after opening brace
(#1661) Closing brace must be on a line by itself
(#1662) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1662) Inline comments must end in full-stops, exclamation marks, or question marks
(#1662) No space found before comment text; expected "// init return value" but found "//init return value"
(#1666) Line exceeds 132 characters; contains 155 characters
(#1672) Short array syntax must be used to define arrays
(#1674) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1674) Inline comments must end in full-stops, exclamation marks, or question marks
(#1674) No space found before comment text; expected "// if we have data, yay" but found "//if we have data, yay"
(#1675) Blank line found at start of control structure
(#1677) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1677) Inline comments must end in full-stops, exclamation marks, or question marks
(#1677) No space found before comment text; expected "// initialise our return object" but found "//initialise our return object"
(#1686) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1688) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1688) Inline comments must end in full-stops, exclamation marks, or question marks
(#1688) Line indented incorrectly; expected at least 12 spaces, found 11
(#1688) No space found before comment text; expected "// loop through each attempt" but found "//loop through each attempt"
(#1689) Blank line found at start of control structure
(#1691) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1691) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#1692) Inline comments must end in full-stops, exclamation marks, or question marks
(#1692) No space found before comment text; expected "// use aidata if no human grade or machinegrades only" but found "//use aidata if no human grade or machinegrades only"
(#1698) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1698) Inline comments must end in full-stops, exclamation marks, or question marks
(#1698) No space found before comment text; expected "// calc totals and highest" but found "//calc totals and highest"
(#1705) Blank line found at end of control structure
(#1707) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1707) Inline comments must end in full-stops, exclamation marks, or question marks
(#1707) No space found before comment text; expected "// finally calc averages" but found "//finally calc averages"
(#1708) No space found after comma in argument list
(#1708) Commas (,) must be followed by white space.
(#1708) Expected 1 space between the comma and "1". Found: no spaces
(#1709) No space found after comma in argument list
(#1709) Commas (,) must be followed by white space.
(#1709) Expected 1 space between the comma and "1". Found: no spaces
(#1710) No space found after comma in argument list
(#1710) Commas (,) must be followed by white space.
(#1710) Expected 1 space between the comma and "1". Found: no spaces
(#1711) Blank line found at end of control structure
(#1716) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1716) No space found before comment text; expected "// save the data to Moodle." but found "//save the data to Moodle."
(#1717) Missing docblock for function create_attempt
(#1717) Expected 1 space between comma and argument "$gradeable"; 0 found
(#1717) Commas (,) must be followed by white space.
(#1717) Expected 1 space between the comma and "$gradeable". Found: no spaces
(#1720) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1720) Inline comments must end in full-stops, exclamation marks, or question marks
(#1720) No space found before comment text; expected "// correct filename which has probably been massaged to get through mod_security" but found "//correct filename which has probably been massaged to get through mod_security"
(#1723) Inline comments must end in full-stops, exclamation marks, or question marks
(#1723) No space found before comment text; expected "// Add a blank attempt with just the filename and essential details" but found "//Add a blank attempt with just the filename and essential details"
(#1731) Line exceeds 132 characters; contains 144 characters
(#1731) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1731) This comment is 63% valid code; is this commented out code?
(#1731) No space found before comment text; expected "// $newattempt->sessiontime=$rectime; //.. this would work. But sessiontime is used as flag of human has graded ...so needs more thought" but found "//$newattempt->sessiontime=$rectime; //.. this would work. But sessiontime is used as flag of human has graded ...so needs more thought"
(#1735) Space found before semicolon; expected "1;" but found "1 ;"
(#1738) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1746) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1746) No space found before comment text; expected "// if we are machine grading we need an entry to AI table too" but found "//if we are machine grading we need an entry to AI table too"
(#1747) No space found before comment text; expected "// But ... there is the chance a user will CHANGE the machgrademethod value after submissions have begun," but found "//But ... there is the chance a user will CHANGE the machgrademethod value after submissions have begun,"
(#1748) No space found before comment text; expected "// If they do, INNER JOIN SQL in grade related logic will mess up gradebook if aigrade record is not available." but found "//If they do, INNER JOIN SQL in grade related logic will mess up gradebook if aigrade record is not available."
(#1749) Inline comments must end in full-stops, exclamation marks, or question marks
(#1749) No space found before comment text; expected "// So for prudence sake we ALWAYS create an aigrade record" but found "//So for prudence sake we ALWAYS create an aigrade record"
(#1750) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#1752) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#1756) No space found before comment text; expected "// If we are the guest user we need to store the attempt id in the session cache" but found "//If we are the guest user we need to store the attempt id in the session cache"
(#1757) Inline comments must end in full-stops, exclamation marks, or question marks
(#1757) No space found before comment text; expected "// this is to prevent users sharing the same guest account from seeing each other's attempts" but found "//this is to prevent users sharing the same guest account from seeing each other's attempts"
(#1759) Expected "if (...) {\n"; found "if(...){\n"
(#1759) Expected 1 space after IF keyword; 0 found
(#1759) Expected 1 space after closing parenthesis; found 0
(#1760) Inline comments must end in full-stops, exclamation marks, or question marks
(#1760) No space found before comment text; expected "// Fetch from cache and process the results and display" but found "//Fetch from cache and process the results and display"
(#1764) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1764) Inline comments must end in full-stops, exclamation marks, or question marks
(#1764) No space found before comment text; expected "// if we have attempts then lets get the attempt ids of those" but found "//if we have attempts then lets get the attempt ids of those"
(#1765) Expected "if (...) {\n"; found "if(...){\n"
(#1765) Expected 1 space after IF keyword; 0 found
(#1765) Expected 1 space after closing parenthesis; found 0
(#1767) Expected 1 space after closing brace; 0 found
(#1767) Expected "} else {\n"; found "}else{\n"
(#1767) Expected 1 space after ELSE keyword; 0 found
(#1768) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1768) Inline comments must end in full-stops, exclamation marks, or question marks
(#1768) No space found before comment text; expected "// at this point we have no attempts, so just return false" but found "//at this point we have no attempts, so just return false"
(#1769) Expected at least 1 space before "="; 0 found
(#1769) Expected at least 1 space after "="; 0 found
(#1769) Expected 1 space before "="; 0 found
(#1769) Expected 1 space after "="; 0 found
(#1774) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1774) Inline comments must end in full-stops, exclamation marks, or question marks
(#1774) No space found before comment text; expected "// return the attempt id" but found "//return the attempt id"
(#1778) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1778) No space found before comment text; expected "// streaming results are not the same format as non streaming, we massage the streaming to look like a non streaming" but found "//streaming results are not the same format as non streaming, we massage the streaming to look like a non streaming"
(#1779) No space found before comment text; expected "// to our code that will go on to process it." but found "//to our code that will go on to process it."
(#1780) Missing docblock for function parse_streaming_results
(#1780) Variable "streaming_results" must not contain underscores.
(#1780) Expected 1 space before opening brace; found 0
(#1781) Variable "streaming_results" must not contain underscores.
(#1783) Expected at least 1 space before "="; 0 found
(#1783) Expected at least 1 space after "="; 0 found
(#1783) Expected 1 space before "="; 0 found
(#1783) Expected 1 space after "="; 0 found
(#1784) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#1784) Expected 1 space after FOREACH keyword; 0 found
(#1784) Expected 1 space after closing parenthesis; found 0
(#1785) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1785) Expected 1 space after FOREACH keyword; 0 found
(#1791) No space found after comma in argument list
(#1791) Commas (,) must be followed by white space.
(#1791) Expected 1 space between the comma and "3". Found: no spaces
(#1792) No space found after comma in argument list
(#1792) Commas (,) must be followed by white space.
(#1792) Expected 1 space between the comma and "3". Found: no spaces
(#1800) Expected at least 1 space before "="; 0 found
(#1800) Expected at least 1 space after "="; 0 found
(#1800) Expected 1 space before "="; 0 found
(#1800) Expected 1 space after "="; 0 found
(#1801) Expected at least 1 space before "="; 0 found
(#1801) Expected at least 1 space after "="; 0 found
(#1801) Expected 1 space before "="; 0 found
(#1801) Expected 1 space after "="; 0 found
(#1802) Expected at least 1 space after "="; 0 found
(#1802) Expected 1 space after "="; 0 found
(#1803) Expected at least 1 space before "="; 0 found
(#1803) Expected at least 1 space after "="; 0 found
(#1803) Expected 1 space before "="; 0 found
(#1803) Expected 1 space after "="; 0 found
(#1804) Expected at least 1 space before "="; 0 found
(#1804) Expected at least 1 space after "="; 0 found
(#1804) Expected 1 space before "="; 0 found
(#1804) Expected 1 space after "="; 0 found
(#1804) Expected at least 1 space before "=>"; 0 found
(#1804) Expected at least 1 space after "=>"; 0 found
(#1804) Expected 1 space before "=>"; 0 found
(#1804) Expected 1 space after "=>"; 0 found
(#1805) Expected at least 1 space before "="; 0 found
(#1805) Expected at least 1 space after "="; 0 found
(#1805) Expected 1 space before "="; 0 found
(#1805) Expected 1 space after "="; 0 found
(#1810) Inline comments must end in full-stops, exclamation marks, or question marks
(#1810) No space found before comment text; expected "// Make a good effort to retain breaks even if Model Audio has changed" but found "//Make a good effort to retain breaks even if Model Audio has changed"
(#1811) Missing docblock for function sync_modelaudio_breaks
(#1811) Expected 1 space between comma and argument "$matches"; 0 found
(#1811) Commas (,) must be followed by white space.
(#1811) Expected 1 space between the comma and "$matches". Found: no spaces
(#1812) Expected "if (...) {\n"; found "if(...) {\n"
(#1812) Expected 1 space after IF keyword; 0 found
(#1812) Expected at least 1 space before ">"; 0 found
(#1812) Expected at least 1 space after ">"; 0 found
(#1812) Expected 1 space before ">"; 0 found
(#1812) Expected 1 space after ">"; 0 found
(#1815) Expected "if (...) {\n"; found "if(...) {\n"
(#1815) Expected 1 space after IF keyword; 0 found
(#1816) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1816) No space found before comment text; expected "// or audio end? ..." but found "//or audio end? ..."
(#1817) Expected 1 space after closing brace; 0 found
(#1817) Expected "} else {\n"; found "}else{\n"
(#1817) Expected 1 space after ELSE keyword; 0 found
(#1817) Empty ELSE statement detected
(#1818) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1818) Line indented incorrectly; expected at least 20 spaces, found 19
(#1818) No space found before comment text; expected "// what to do here?" but found "//what to do here?"
(#1823) Closing brace must not be followed by any comment or statement on the same line
(#1829) Missing docblock for function guess_modelaudio_breaks
(#1829) Expected 1 space between comma and argument "$matches"; 0 found
(#1829) Commas (,) must be followed by white space.
(#1829) Expected 1 space between the comma and "$matches". Found: no spaces
(#1829) Expected 1 space between comma and argument "$language"; 0 found
(#1829) Commas (,) must be followed by white space.
(#1829) Expected 1 space between the comma and "$language". Found: no spaces
(#1830) Expected at least 1 space before "="; 0 found
(#1830) Expected at least 1 space after "="; 0 found
(#1830) Expected 1 space before "="; 0 found
(#1830) Expected 1 space after "="; 0 found
(#1831) No space found after comma in argument list
(#1831) Commas (,) must be followed by white space.
(#1831) Expected 1 space between the comma and "$language". Found: no spaces
(#1832) Expected at least 1 space before "="; 0 found
(#1832) Expected at least 1 space after "="; 0 found
(#1832) Expected 1 space before "="; 0 found
(#1832) Expected 1 space after "="; 0 found
(#1833) Expected "if (...) {\n"; found "if(...) {\n"
(#1833) Expected 1 space after IF keyword; 0 found
(#1833) Expected at least 1 space before ">"; 0 found
(#1833) Expected at least 1 space after ">"; 0 found
(#1833) Expected 1 space before ">"; 0 found
(#1833) Expected 1 space after ">"; 0 found
(#1834) Blank line found at start of control structure
(#1836) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1836) Inline comments must end in full-stops, exclamation marks, or question marks
(#1836) No space found before comment text; expected "// if this word does not have a match, just continue" but found "//if this word does not have a match, just continue"
(#1840) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1840) No space found before comment text; expected "// look for some sort of phrase ender and register a break if found." but found "//look for some sort of phrase ender and register a break if found."
(#1841) Expected at least 1 space before "="; 0 found
(#1841) Expected at least 1 space after "="; 0 found
(#1841) Expected 1 space before "="; 0 found
(#1841) Expected 1 space after "="; 0 found
(#1843) Expected 0 spaces before closing bracket; 1 found
(#1852) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1852) Inline comments must end in full-stops, exclamation marks, or question marks
(#1852) No space found before comment text; expected "// definite break" but found "//definite break"
(#1853) Expected at least 1 space after "="; 0 found
(#1853) Expected 1 space after "="; 0 found
(#1859) Expected "if (...) {\n"; found "if(...){\n"
(#1859) Expected 1 space after IF keyword; 0 found
(#1859) Expected at least 1 space before ">"; 0 found
(#1859) Expected at least 1 space after ">"; 0 found
(#1859) Expected 1 space before ">"; 0 found
(#1859) Expected 1 space after ">"; 0 found
(#1859) Expected 1 space after closing parenthesis; found 0
(#1860) Expected at least 1 space after "="; 0 found
(#1860) Expected 1 space after "="; 0 found
(#1865) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1865) Inline comments must end in full-stops, exclamation marks, or question marks
(#1865) No space found before comment text; expected "// we add the new break" but found "//we add the new break"
(#1866) Expected "if (...) {\n"; found "if(...){\n"
(#1866) Expected 1 space after IF keyword; 0 found
(#1866) Expected 1 space after closing parenthesis; found 0
(#1875) Closing brace must not be followed by any comment or statement on the same line
(#1877) No space found before comment text; expected "// This is a semi duplicate of passage_renderer::render_passage" but found "//This is a semi duplicate of passage_renderer::render_passage"
(#1879) No space found before comment text; expected "// 7s for the purpose of marking up a passage automatically so we need an array of words not with any html markup on it." but found "//7s for the purpose of marking up a passage automatically so we need an array of words not with any html markup on it."
(#1880) Missing docblock for function fetch_passage_as_words
(#1880) Expected 1 space between comma and argument "$language"; 0 found
(#1880) Commas (,) must be followed by white space.
(#1880) Expected 1 space between the comma and "$language". Found: no spaces
(#1880) Expected 1 space before opening brace; found 0
(#1882) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1882) Inline comments must end in full-stops, exclamation marks, or question marks
(#1883) Parentheses must be used when instantiating a new class
(#1884) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1885) Inline comments must end in full-stops, exclamation marks, or question marks
(#1885) No space found before comment text; expected "// see: http://stackoverflow.com/questions/8218230/php-domdocument-loadhtml-not-encoding-utf-8-correctly" but found "//see: http://stackoverflow.com/questions/8218230/php-domdocument-loadhtml-not-encoding-utf-8-correctly"
(#1889) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1889) Inline comments must end in full-stops, exclamation marks, or question marks
(#1892) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1892) Inline comments must end in full-stops, exclamation marks, or question marks
(#1892) No space found before comment text; expected "// init the text count" but found "//init the text count"
(#1894) Expected at least 1 space before "="; 0 found
(#1894) Expected at least 1 space after "="; 0 found
(#1894) Expected 1 space before "="; 0 found
(#1894) Expected 1 space after "="; 0 found
(#1895) Line indented incorrectly; expected 8 spaces, found 12
(#1895) Blank line found at start of control structure
(#1897) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1897) Inline comments must end in full-stops, exclamation marks, or question marks
(#1897) No space found before comment text; expected "// if its empty space, move on" but found "//if its empty space, move on"
(#1899) Line indented incorrectly; expected 12 spaces, found 16
(#1901) Line indented incorrectly; expected 12 spaces, found 16
(#1903) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1903) Inline comments must end in full-stops, exclamation marks, or question marks
(#1903) No space found before comment text; expected "// deal with new lines by making them period char out in space" but found "//deal with new lines by making them period char out in space"
(#1904) Space found before comma in argument list
(#1904) Expected no space between "'. '" and the comma. Found: 1 space
(#1904) Expected 0 spaces before closing parenthesis; 1 found
(#1906) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1906) No space found before comment text; expected "// split each node(line) on words. preg_split messed up with double byte characters" but found "//split each node(line) on words. preg_split messed up with double byte characters"
(#1907) No space found before comment text; expected "// $words = preg_split('/\s+/', $nodevalue);" but found "//$words = preg_split('/\s+/', $nodevalue);"
(#1908) Inline comments must end in full-stops, exclamation marks, or question marks
(#1908) No space found before comment text; expected "// so we use mb_split" but found "//so we use mb_split"
(#1911) Line indented incorrectly; expected 12 spaces, found 16
(#1911) Blank line found at start of control structure
(#1913) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1913) No space found before comment text; expected "// if it's a non word character eg : in 'chapter one : beginning'" but found "//if it's a non word character eg : in 'chapter one : beginning'"
(#1914) Inline comments must end in full-stops, exclamation marks, or question marks
(#1914) No space found before comment text; expected "// we append it to prior word" but found "//we append it to prior word"
(#1915) Line indented incorrectly; expected 16 spaces, found 20
(#1915) Expected "if (...) {\n"; found "if(...) {\n"
(#1915) Expected 1 space after IF keyword; 0 found
(#1915) Expected at least 1 space before "==="; 0 found
(#1915) Expected at least 1 space after "==="; 0 found
(#1915) Expected 1 space before "==="; 0 found
(#1915) Expected 1 space after "==="; 0 found
(#1916) Line indented incorrectly; expected 20 spaces, found 24
(#1916) Expected "if (...) {\n"; found "if(...){"
(#1916) Expected 1 space after IF keyword; 0 found
(#1916) Expected 1 space after closing parenthesis; found 0
(#1916) Newline required after opening brace
(#1916) Expected at least 1 space before "-"; 0 found
(#1916) Expected at least 1 space after "-"; 0 found
(#1916) Expected 1 space before "-"; 0 found
(#1916) Expected 1 space after "-"; 0 found
(#1916) Expected at least 1 space before ".="; 0 found
(#1916) Expected at least 1 space after ".="; 0 found
(#1916) Expected 1 space before ".="; 0 found
(#1916) Expected 1 space after ".="; 0 found
(#1916) Closing brace must be on a line by itself
(#1918) Line indented incorrectly; expected 16 spaces, found 20
(#1919) Expected at least 1 space before "="; 0 found
(#1919) Expected at least 1 space after "="; 0 found
(#1919) Expected 1 space before "="; 0 found
(#1919) Expected 1 space after "="; 0 found
(#1921) Blank line found at end of control structure
(#1922) Line indented incorrectly; expected 12 spaces, found 16
(#1924) Line indented incorrectly; expected 8 spaces, found 12
(#1929) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1929) Inline comments must end in full-stops, exclamation marks, or question marks
(#1929) No space found before comment text; expected "// register an adhoc task to pick up model audio transcripts" but found "//register an adhoc task to pick up model audio transcripts"
(#1930) Missing docblock for function register_modelaudio_task
(#1931) Variable "modelaudio_task" must not contain underscores.
(#1932) Variable "modelaudio_task" must not contain underscores.
(#1940) Variable "modelaudio_task" must not contain underscores.
(#1941) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1941) Inline comments must end in full-stops, exclamation marks, or question marks
(#1942) Variable "modelaudio_task" must not contain underscores.
(#1946) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1946) Inline comments must end in full-stops, exclamation marks, or question marks
(#1946) No space found before comment text; expected "// register an adhoc task to pick up transcripts" but found "//register an adhoc task to pick up transcripts"
(#1947) Missing docblock for function register_aws_task
(#1948) Variable "s3_task" must not contain underscores.
(#1949) Variable "s3_task" must not contain underscores.
(#1957) Variable "s3_task" must not contain underscores.
(#1958) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1958) Inline comments must end in full-stops, exclamation marks, or question marks
(#1959) Variable "s3_task" must not contain underscores.
(#1963) Inline comments must end in full-stops, exclamation marks, or question marks
(#1963) No space found before comment text; expected "// What to show students after an attempt" but found "//What to show students after an attempt"
(#1964) Missing docblock for function get_postattempt_options
(#1965) Short array syntax must be used to define arrays
(#1969) There should be a comma after the last array item in a multi-line array.
(#1973) Inline comments must end in full-stops, exclamation marks, or question marks
(#1973) No space found before comment text; expected "// What multi-attempt grading approach" but found "//What multi-attempt grading approach"
(#1974) Missing docblock for function get_grade_options
(#1975) Short array syntax must be used to define arrays
(#1977) There should be a comma after the last array item in a multi-line array.
(#1981) Line exceeds 132 characters; contains 149 characters
(#1981) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1981) Inline comments must end in full-stops, exclamation marks, or question marks
(#1981) No space found before comment text; expected "// for error estimate and accuracy adjustment, we can auto estimate errors, never estimate errors, or use a fixed error estimate, or ignore errors" but found "//for error estimate and accuracy adjustment, we can auto estimate errors, never estimate errors, or use a fixed error estimate, or ignore errors"
(#1982) Missing docblock for function get_accadjust_options
(#1983) Short array syntax must be used to define arrays
(#1985) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1985) Inline comments must end in full-stops, exclamation marks, or question marks
(#1985) This comment is 54% valid code; is this commented out code?
(#1985) No space found before comment text; expected "// constants::ACCMETHOD_AUTO => get_string("accmethod_auto",constants::M_COMPONENT)," but found "//constants::ACCMETHOD_AUTO => get_string("accmethod_auto",constants::M_COMPONENT),"
(#1991) Missing docblock for function get_region_options
(#1992) Short array syntax must be used to define arrays
(#2001) No space found after comma in argument list
(#2001) Commas (,) must be followed by white space.
(#2001) Expected 1 space between the comma and "constants". Found: no spaces
(#2002) No space found after comma in argument list
(#2002) Commas (,) must be followed by white space.
(#2002) Expected 1 space between the comma and "constants". Found: no spaces
(#2005) No space found after comma in argument list
(#2005) Commas (,) must be followed by white space.
(#2005) Expected 1 space between the comma and "constants". Found: no spaces
(#2009) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2009) Inline comments must end in full-stops, exclamation marks, or question marks
(#2009) No space found before comment text; expected "// return a rating from 0 - 5 (inclusive)" but found "//return a rating from 0 - 5 (inclusive)"
(#2010) Missing docblock for function fetch_rating
(#2010) Expected 1 space between comma and argument "$aigrade"; 0 found
(#2010) Commas (,) must be followed by white space.
(#2010) Expected 1 space between the comma and "$aigrade". Found: no spaces
(#2010) Expected 1 space before opening brace; found 0
(#2011) Variable "have_humaneval" must not contain underscores.
(#2012) Variable "have_aieval" must not contain underscores.
(#2013) Expected "if (...) {\n"; found "if(...){\n"
(#2013) Expected 1 space after IF keyword; 0 found
(#2013) Variable "have_humaneval" must not contain underscores.
(#2013) Variable "have_aieval" must not contain underscores.
(#2013) Expected 1 space after closing parenthesis; found 0
(#2015) Expected 1 space after closing brace; 0 found
(#2015) Expected 1 space after ELSEIF keyword; 0 found
(#2015) Usage of ELSEIF not allowed; use ELSE IF instead
(#2015) Variable "have_humaneval" must not contain underscores.
(#2015) Expected 1 space after closing parenthesis; found 0
(#2016) Expected "if (...) {\n"; found "if(...){"
(#2016) Expected 1 space after IF keyword; 0 found
(#2016) Expected at least 1 space before "=="; 0 found
(#2016) Expected at least 1 space after "=="; 0 found
(#2016) Expected 1 space before "=="; 0 found
(#2016) Expected 1 space after "=="; 0 found
(#2016) Expected 1 space after closing parenthesis; found 0
(#2016) Newline required after opening brace
(#2016) Closing brace must be on a line by itself
(#2017) Expected "if (...) {\n"; found "if(...){"
(#2017) Expected 1 space after IF keyword; 0 found
(#2017) Expected at least 1 space before "=="; 0 found
(#2017) Expected at least 1 space after "=="; 0 found
(#2017) Expected 1 space before "=="; 0 found
(#2017) Expected 1 space after "=="; 0 found
(#2017) Expected 1 space after closing parenthesis; found 0
(#2017) Newline required after opening brace
(#2017) Closing brace must be on a line by itself
(#2019) Blank line found at end of control structure
(#2020) Expected 1 space after closing brace; 0 found
(#2020) Expected "} else {\n"; found "}else{\n"
(#2020) Expected 1 space after ELSE keyword; 0 found
(#2021) Expected "if (...) {\n"; found "if(...){"
(#2021) Expected 1 space after IF keyword; 0 found
(#2021) Expected at least 1 space before "=="; 0 found
(#2021) Expected at least 1 space after "=="; 0 found
(#2021) Expected 1 space before "=="; 0 found
(#2021) Expected 1 space after "=="; 0 found
(#2021) Expected 1 space after closing parenthesis; found 0
(#2021) Newline required after opening brace
(#2021) Closing brace must be on a line by itself
(#2022) Expected "if (...) {\n"; found "if(...){"
(#2022) Expected 1 space after IF keyword; 0 found
(#2022) Expected at least 1 space before "=="; 0 found
(#2022) Expected at least 1 space after "=="; 0 found
(#2022) Expected 1 space before "=="; 0 found
(#2022) Expected 1 space after "=="; 0 found
(#2022) Expected 1 space after closing parenthesis; found 0
(#2022) Newline required after opening brace
(#2022) Closing brace must be on a line by itself
(#2027) Missing docblock for function fetch_small_reportdata
(#2027) Expected 1 space between comma and argument "$aigrade"; 0 found
(#2027) Commas (,) must be followed by white space.
(#2027) Expected 1 space between the comma and "$aigrade". Found: no spaces
(#2027) Expected 1 space before opening brace; found 0
(#2028) Variable "have_humaneval" must not contain underscores.
(#2029) Variable "have_aieval" must not contain underscores.
(#2031) Expected "if (...) {\n"; found "if(...){\n"
(#2031) Expected 1 space after IF keyword; 0 found
(#2031) Variable "have_humaneval" must not contain underscores.
(#2031) Variable "have_aieval" must not contain underscores.
(#2031) Expected 1 space after closing parenthesis; found 0
(#2035) Expected 1 space after closing brace; 0 found
(#2035) Expected 1 space after ELSEIF keyword; 0 found
(#2035) Usage of ELSEIF not allowed; use ELSE IF instead
(#2035) Variable "have_humaneval" must not contain underscores.
(#2035) Expected 1 space after closing parenthesis; found 0
(#2039) Expected 1 space after closing brace; 0 found
(#2039) Expected "} else {\n"; found "}else{\n"
(#2039) Expected 1 space after ELSE keyword; 0 found
(#2047) Missing docblock for function fetch_options_recorders
(#2047) Expected 1 space before opening brace; found 0
(#2048) Variable "rec_options" must not contain underscores.
(#2048) Short array syntax must be used to define arrays
(#2051) Variable "rec_options" must not contain underscores.
(#2054) Missing docblock for function fetch_options_guidedtranscription
(#2054) Expected 1 space before opening brace; found 0
(#2055) Short array syntax must be used to define arrays
(#2059) Missing docblock for function fetch_options_corpusrange
(#2059) Expected 1 space before opening brace; found 0
(#2060) Short array syntax must be used to define arrays
(#2065) Missing docblock for function fetch_options_applyrange
(#2065) Expected 1 space before opening brace; found 0
(#2066) Short array syntax must be used to define arrays
(#2068) There should be a comma after the last array item in a multi-line array.
(#2073) Missing docblock for function get_machinegrade_options
(#2074) Short array syntax must be used to define arrays
(#2077) There should be a comma after the last array item in a multi-line array.
(#2081) Missing docblock for function get_sessionscore_options
(#2082) Short array syntax must be used to define arrays
(#2084) There should be a comma after the last array item in a multi-line array.
(#2088) Missing docblock for function get_ttsspeed_options
(#2089) Short array syntax must be used to define arrays
(#2092) There should be a comma after the last array item in a multi-line array.
(#2096) Missing docblock for function get_timelimit_options
(#2097) Short array syntax must be used to define arrays
(#2105) Short array syntax must be used to define arrays
(#2106) There should be a comma after the last array item in a multi-line array.
(#2110) Missing docblock for function get_expiredays_options
(#2111) Short array syntax must be used to define arrays
(#2120) There should be a comma after the last array item in a multi-line array.
(#2124) Missing docblock for function fetch_options_transcribers
(#2126) Short array syntax must be used to define arrays
(#2130) Whitespace found at end of line
(#2131) Missing docblock for function fetch_ttsvoice_options
(#2131) Incorrect spacing between argument "$region" and equals sign; expected 1 but found 0
(#2131) Incorrect spacing between default value and equals sign for argument "$region"; expected 1 but found 0
(#2131) Expected 1 space before opening brace; found 0
(#2133) Expected 1 space after SWITCH keyword; 0 found
(#2133) Expected 1 space after closing parenthesis; found 0
(#2151) Variable "lang_options" must not contain underscores.
(#2152) Expected at least 1 space before "="; 0 found
(#2152) Expected at least 1 space after "="; 0 found
(#2152) Expected 1 space before "="; 0 found
(#2152) Expected 1 space after "="; 0 found
(#2153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2153) Inline comments must end in full-stops, exclamation marks, or question marks
(#2153) No space found before comment text; expected "// make up the array of voices with some indicators if they are neural or have speechmarks" but found "//make up the array of voices with some indicators if they are neural or have speechmarks"
(#2154) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2154) Expected 1 space after FOREACH keyword; 0 found
(#2154) Expected 1 space before "=>"; 0 found
(#2154) Expected 1 space after "=>"; 0 found
(#2154) Expected at least 1 space before "=>"; 0 found
(#2154) Expected at least 1 space after "=>"; 0 found
(#2154) Expected 1 space before "=>"; 0 found
(#2154) Expected 1 space after "=>"; 0 found
(#2154) Expected 1 space after closing parenthesis; found 0
(#2155) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2155) Expected 1 space after FOREACH keyword; 0 found
(#2155) Expected 1 space before "=>"; 0 found
(#2155) Expected 1 space after "=>"; 0 found
(#2155) Expected at least 1 space before "=>"; 0 found
(#2155) Expected at least 1 space after "=>"; 0 found
(#2155) Expected 1 space before "=>"; 0 found
(#2155) Expected 1 space after "=>"; 0 found
(#2155) Expected 1 space after closing parenthesis; found 0
(#2156) Line indented incorrectly; expected at least 16 spaces, found 13
(#2156) Expected at least 1 space before "="; 0 found
(#2156) Expected at least 1 space after "="; 0 found
(#2156) Expected 1 space before "="; 0 found
(#2156) Expected 1 space after "="; 0 found
(#2157) Line indented incorrectly; expected at least 16 spaces, found 13
(#2157) No space found after comma in argument list
(#2157) Commas (,) must be followed by white space.
(#2157) Expected 1 space between the comma and "constants". Found: no spaces
(#2158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2158) Inline comments must end in full-stops, exclamation marks, or question marks
(#2158) Line indented incorrectly; expected at least 16 spaces, found 13
(#2158) No space found before comment text; expected "// whisper voices are currently only as good as polly neural for en-US (20231118)" but found "//whisper voices are currently only as good as polly neural for en-US (20231118)"
(#2159) Line indented incorrectly; expected 16 spaces, found 13
(#2159) Expected "if (...) {\n"; found "if(...) {\n"
(#2159) Expected 1 space after IF keyword; 0 found
(#2159) Expected at least 1 space before "=="; 0 found
(#2159) Expected at least 1 space after "=="; 0 found
(#2159) Expected 1 space before "=="; 0 found
(#2159) Expected 1 space after "=="; 0 found
(#2160) Line indented incorrectly; expected at least 20 spaces, found 17
(#2161) Line indented incorrectly; expected 16 spaces, found 13
(#2162) Line indented incorrectly; expected at least 16 spaces, found 13
(#2162) Expected at least 1 space before ".="; 0 found
(#2162) Expected at least 1 space after ".="; 0 found
(#2162) Expected 1 space before ".="; 0 found
(#2162) Expected 1 space after ".="; 0 found
(#2164) Line indented incorrectly; expected at least 16 spaces, found 13
(#2164) Variable "no_speechmarks_tag" must not contain underscores.
(#2164) Expected at least 1 space before "="; 0 found
(#2164) Expected at least 1 space after "="; 0 found
(#2164) Expected 1 space before "="; 0 found
(#2164) Expected 1 space after "="; 0 found
(#2165) Line indented incorrectly; expected at least 16 spaces, found 13
(#2165) Expected at least 1 space before "="; 0 found
(#2165) Expected at least 1 space after "="; 0 found
(#2165) Expected 1 space before "="; 0 found
(#2165) Expected 1 space after "="; 0 found
(#2166) Line indented incorrectly; expected 16 spaces, found 13
(#2166) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2166) Expected 1 space after FOREACH keyword; 0 found
(#2166) Expected 1 space after closing parenthesis; found 0
(#2167) Line indented incorrectly; expected 20 spaces, found 17
(#2168) Line indented incorrectly; expected at least 24 spaces, found 21
(#2168) Variable "no_speechmarks_tag" must not contain underscores.
(#2168) Expected at least 1 space before "="; 0 found
(#2168) Expected at least 1 space after "="; 0 found
(#2168) Expected 1 space before "="; 0 found
(#2168) Expected 1 space after "="; 0 found
(#2169) Line indented incorrectly; expected 20 spaces, found 17
(#2170) Line indented incorrectly; expected 16 spaces, found 13
(#2171) Line indented incorrectly; expected at least 16 spaces, found 13
(#2171) Expected at least 1 space before ".="; 0 found
(#2171) Expected at least 1 space after ".="; 0 found
(#2171) Expected 1 space before ".="; 0 found
(#2171) Expected 1 space after ".="; 0 found
(#2171) Variable "no_speechmarks_tag" must not contain underscores.
(#2173) Line indented incorrectly; expected 16 spaces, found 13
(#2173) Expected "if (...) {\n"; found "if(...){\n"
(#2173) Expected 1 space after IF keyword; 0 found
(#2173) Expected 1 space after closing parenthesis; found 0
(#2174) Line indented incorrectly; expected at least 20 spaces, found 17
(#2174) Expected at least 1 space before "="; 0 found
(#2174) Expected at least 1 space after "="; 0 found
(#2174) Expected 1 space before "="; 0 found
(#2174) Expected 1 space after "="; 0 found
(#2174) Expected at least 1 space before "."; 0 found
(#2174) Expected at least 1 space after "."; 0 found
(#2174) Expected at least 1 space before "."; 0 found
(#2174) Expected at least 1 space after "."; 0 found
(#2175) Line indented incorrectly; expected 16 spaces, found 13
(#2176) Line indented incorrectly; expected at least 16 spaces, found 13
(#2176) Expected at least 1 space before "="; 0 found
(#2176) Expected 1 space before "="; 0 found
(#2176) Variable "lang_options" must not contain underscores.
(#2179) Short array syntax must be used to define arrays
(#2179) No space found after comma in argument list
(#2179) Commas (,) must be followed by white space.
(#2179) Expected 1 space between the comma and "constants". Found: no spaces
(#2183) Missing docblock for function get_english_langcodes
(#2183) Expected 1 space before opening brace; found 0
(#2184) Expected at least 1 space after "="; 0 found
(#2184) Expected 1 space after "="; 0 found
(#2184) Expected no space between "M_LANG_ENUS" and the comma. Found: 1 space
(#2185) Expected no space between "M_LANG_ENGB" and the comma. Found: 1 space
(#2185) Expected no space between "M_LANG_ENAU" and the comma. Found: 1 space
(#2185) Expected no space between "M_LANG_ENPH" and the comma. Found: 1 space
(#2185) Expected no space between "M_LANG_ENNZ" and the comma. Found: 1 space
(#2185) Line exceeds 132 characters; contains 136 characters
(#2185) Expected no space between "M_LANG_ENZA" and the comma. Found: 1 space
(#2186) Expected no space between "M_LANG_ENIN" and the comma. Found: 1 space
(#2186) Expected no space between "M_LANG_ENIE" and the comma. Found: 1 space
(#2186) Expected no space between "M_LANG_ENWL" and the comma. Found: 1 space
(#2190) Missing docblock for function get_lang_options
(#2191) Short array syntax must be used to define arrays
(#2194) No space found after comma in argument list
(#2194) Commas (,) must be followed by white space.
(#2194) Expected 1 space between the comma and "constants". Found: no spaces
(#2212) No space found after comma in argument list
(#2212) Commas (,) must be followed by white space.
(#2212) Expected 1 space between the comma and "constants". Found: no spaces
(#2222) No space found after comma in argument list
(#2222) Commas (,) must be followed by white space.
(#2222) Expected 1 space between the comma and "constants". Found: no spaces
(#2251) No space found after comma in argument list
(#2251) Commas (,) must be followed by white space.
(#2251) Expected 1 space between the comma and "constants". Found: no spaces
(#2252) No space found after comma in argument list
(#2252) Commas (,) must be followed by white space.
(#2252) Expected 1 space between the comma and "constants". Found: no spaces
(#2253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2253) This comment is 48% valid code; is this commented out code?
(#2254) Inline comments must end in full-stops, exclamation marks, or question marks
(#2258) Missing docblock for function add_mform_elements
(#2258) Expected 1 space between comma and argument "$cmid"; 0 found
(#2258) Commas (,) must be followed by white space.
(#2258) Expected 1 space between the comma and "$cmid". Found: no spaces
(#2258) Expected 1 space between comma and argument "$setuptab"; 0 found
(#2258) Commas (,) must be followed by white space.
(#2258) Expected 1 space between the comma and "$setuptab". Found: no spaces
(#2258) Incorrect spacing between argument "$setuptab" and equals sign; expected 1 but found 0
(#2258) Incorrect spacing between default value and equals sign for argument "$setuptab"; expected 1 but found 0
(#2263) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2263) Inline comments must end in full-stops, exclamation marks, or question marks
(#2263) No space found before comment text; expected "// if this is setup tab we need to add a field to tell it the id of the activity" but found "//if this is setup tab we need to add a field to tell it the id of the activity"
(#2264) Expected "if (...) {\n"; found "if(...) {\n"
(#2264) Expected 1 space after IF keyword; 0 found
(#2269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2269) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#2273) Inline comments must end in full-stops, exclamation marks, or question marks
(#2274) Short array syntax must be used to define arrays
(#2285) Inline comments must end in full-stops, exclamation marks, or question marks
(#2285) No space found before comment text; expected "// we do not support this in tabs" but found "//we do not support this in tabs"
(#2286) Expected "if (...) {\n"; found "if(...) {\n"
(#2286) Expected 1 space after IF keyword; 0 found
(#2288) Short array syntax must be used to define arrays
(#2288) Short array syntax must be used to define arrays
(#2290) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2290) Inline comments must end in full-stops, exclamation marks, or question marks
(#2295) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2295) Inline comments must end in full-stops, exclamation marks, or question marks
(#2295) No space found before comment text; expected "// time target" but found "//time target"
(#2296) Variable "timelimit_options" must not contain underscores.
(#2296) Must use "self::" for local static member reference
(#2297) Opening parenthesis of a multi-line function call must be the last content on the line
(#2297) Only one argument is allowed per line in a multi-line function call
(#2297) Only one argument is allowed per line in a multi-line function call
(#2298) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2298) Variable "timelimit_options" must not contain underscores.
(#2298) Closing parenthesis of a multi-line function call must be on a line by itself
(#2299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2299) This comment is 72% valid code; is this commented out code?
(#2299) No space found before comment text; expected "// $mform->addElement('duration', 'timelimit', get_string('timelimit',constants::M_COMPONENT)));" but found "//$mform->addElement('duration', 'timelimit', get_string('timelimit',constants::M_COMPONENT)));"
(#2302) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2304) Inline comments must end in full-stops, exclamation marks, or question marks
(#2304) No space found before comment text; expected "// Text Generator Form" but found "//Text Generator Form"
(#2305) Expected at least 1 space before "=>"; 0 found
(#2305) Expected at least 1 space after "=>"; 0 found
(#2305) Expected 1 space before "=>"; 0 found
(#2305) Expected 1 space after "=>"; 0 found
(#2305) No space found after comma in argument list
(#2305) Commas (,) must be followed by white space.
(#2305) Expected 1 space between the comma and "$config". Found: no spaces
(#2306) Space after opening parenthesis of function call prohibited
(#2306) No space found after comma in argument list
(#2306) Commas (,) must be followed by white space.
(#2306) Expected 1 space between the comma and "$textutilsdata". Found: no spaces
(#2307) Opening parenthesis of a multi-line function call must be the last content on the line
(#2307) Only one argument is allowed per line in a multi-line function call
(#2307) Only one argument is allowed per line in a multi-line function call
(#2308) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2308) Closing parenthesis of a multi-line function call must be on a line by itself
(#2309) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2311) No space found before comment text; expected "// The passage" but found "//The passage"
(#2312) No space found before comment text; expected "// we stopped allowing rich text. It does not show anyway." but found "//we stopped allowing rich text. It does not show anyway."
(#2313) This comment is 64% valid code; is this commented out code?
(#2319) Opening parenthesis of a multi-line function call must be the last content on the line
(#2319) Only one argument is allowed per line in a multi-line function call
(#2319) Only one argument is allowed per line in a multi-line function call
(#2320) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#2320) Closing parenthesis of a multi-line function call must be on a line by itself
(#2323) Opening parenthesis of a multi-line function call must be the last content on the line
(#2323) Only one argument is allowed per line in a multi-line function call
(#2323) Only one argument is allowed per line in a multi-line function call
(#2324) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#2324) Closing parenthesis of a multi-line function call must be on a line by itself
(#2327) Inline comments must end in full-stops, exclamation marks, or question marks
(#2327) No space found before comment text; expected "// Image to accompany passage in quiz part of activity" but found "//Image to accompany passage in quiz part of activity"
(#2329) No space found after comma in argument list
(#2329) Commas (,) must be followed by white space.
(#2329) Expected 1 space between the comma and "constants". Found: no spaces
(#2330) Opening parenthesis of a multi-line function call must be the last content on the line
(#2330) Only one argument is allowed per line in a multi-line function call
(#2330) Only one argument is allowed per line in a multi-line function call
(#2331) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#2331) Closing parenthesis of a multi-line function call must be on a line by itself
(#2332) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2334) Inline comments must end in full-stops, exclamation marks, or question marks
(#2334) No space found before comment text; expected "// tts options" but found "//tts options"
(#2335) Must use "self::" for local static member reference
(#2340) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2340) Inline comments must end in full-stops, exclamation marks, or question marks
(#2340) No space found before comment text; expected "// tts voice" but found "//tts voice"
(#2341) Must use "self::" for local static member reference
(#2345) Opening parenthesis of a multi-line function call must be the last content on the line
(#2345) Only one argument is allowed per line in a multi-line function call
(#2345) Only one argument is allowed per line in a multi-line function call
(#2346) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#2346) Closing parenthesis of a multi-line function call must be on a line by itself
(#2347) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2349) Must use "self::" for local static member reference
(#2354) Expected "if (...) {\n"; found "if(...){\n"
(#2354) Expected 1 space after IF keyword; 0 found
(#2354) Expected 1 space after closing parenthesis; found 0
(#2355) No space found after comma in argument list
(#2355) Commas (,) must be followed by white space.
(#2355) Expected 1 space between the comma and "'ttsvoice'". Found: no spaces
(#2355) No space found after comma in argument list
(#2355) Commas (,) must be followed by white space.
(#2355) Expected 1 space between the comma and "'in'". Found: no spaces
(#2356) Expected 1 space after closing brace; 0 found
(#2356) Expected "} else {\n"; found "}else {\n"
(#2357) No space found after comma in argument list
(#2357) Commas (,) must be followed by white space.
(#2357) Expected 1 space between the comma and "'ttsvoice'". Found: no spaces
(#2357) No space found after comma in argument list
(#2357) Commas (,) must be followed by white space.
(#2357) Expected 1 space between the comma and "'in'". Found: no spaces
(#2360) Inline comments must end in full-stops, exclamation marks, or question marks
(#2360) No space found before comment text; expected "// The alternatives declaration" but found "//The alternatives declaration"
(#2361) Opening parenthesis of a multi-line function call must be the last content on the line
(#2361) Only one argument is allowed per line in a multi-line function call
(#2361) Only one argument is allowed per line in a multi-line function call
(#2362) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2362) Closing parenthesis of a multi-line function call must be on a line by itself
(#2365) Opening parenthesis of a multi-line function call must be the last content on the line
(#2365) Only one argument is allowed per line in a multi-line function call
(#2365) Only one argument is allowed per line in a multi-line function call
(#2366) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2366) Closing parenthesis of a multi-line function call must be on a line by itself
(#2369) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2369) Inline comments must end in full-stops, exclamation marks, or question marks
(#2369) No space found before comment text; expected "// welcome and feedback" but found "//welcome and feedback"
(#2371) Short array syntax must be used to define arrays
(#2373) Opening parenthesis of a multi-line function call must be the last content on the line
(#2373) Only one argument is allowed per line in a multi-line function call
(#2373) Only one argument is allowed per line in a multi-line function call
(#2373) Only one argument is allowed per line in a multi-line function call
(#2374) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2374) Closing parenthesis of a multi-line function call must be on a line by itself
(#2376) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2376) Inline comments must end in full-stops, exclamation marks, or question marks
(#2376) No space found before comment text; expected "// defaults" but found "//defaults"
(#2377) Short array syntax must be used to define arrays
(#2378) Short array syntax must be used to define arrays
(#2379) Short array syntax must be used to define arrays
(#2381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2381) Inline comments must end in full-stops, exclamation marks, or question marks
(#2381) No space found before comment text; expected "// types" but found "//types"
(#2386) Inline comments must end in full-stops, exclamation marks, or question marks
(#2387) Short array syntax must be used to define arrays
(#2392) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2392) Inline comments must end in full-stops, exclamation marks, or question marks
(#2392) No space found before comment text; expected "// allow early exit" but found "//allow early exit"
(#2393) Opening parenthesis of a multi-line function call must be the last content on the line
(#2393) Only one argument is allowed per line in a multi-line function call
(#2393) Only one argument is allowed per line in a multi-line function call
(#2394) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2394) Closing parenthesis of a multi-line function call must be on a line by itself
(#2397) Opening parenthesis of a multi-line function call must be the last content on the line
(#2397) Only one argument is allowed per line in a multi-line function call
(#2397) Only one argument is allowed per line in a multi-line function call
(#2398) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2398) Closing parenthesis of a multi-line function call must be on a line by itself
(#2400) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2402) Opening parenthesis of a multi-line function call must be the last content on the line
(#2402) Only one argument is allowed per line in a multi-line function call
(#2402) Only one argument is allowed per line in a multi-line function call
(#2403) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2403) Closing parenthesis of a multi-line function call must be on a line by itself
(#2405) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2407) Opening parenthesis of a multi-line function call must be the last content on the line
(#2407) Only one argument is allowed per line in a multi-line function call
(#2407) Only one argument is allowed per line in a multi-line function call
(#2408) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2408) Closing parenthesis of a multi-line function call must be on a line by itself
(#2410) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2412) Inline comments must end in full-stops, exclamation marks, or question marks
(#2412) No space found before comment text; expected "// Attempts" but found "//Attempts"
(#2413) Short array syntax must be used to define arrays
(#2416) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2421) Inline comments must end in full-stops, exclamation marks, or question marks
(#2422) Short array syntax must be used to define arrays
(#2422) Expected at least 1 space before "=>"; 0 found
(#2422) Expected at least 1 space after "=>"; 0 found
(#2422) Expected 1 space before "=>"; 0 found
(#2422) Expected 1 space after "=>"; 0 found
(#2425) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2427) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2427) Inline comments must end in full-stops, exclamation marks, or question marks
(#2427) No space found before comment text; expected "// sessionscore options" but found "//sessionscore options"
(#2428) Must use "self::" for local static member reference
(#2429) Opening parenthesis of a multi-line function call must be the last content on the line
(#2429) Only one argument is allowed per line in a multi-line function call
(#2429) Only one argument is allowed per line in a multi-line function call
(#2430) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2430) Closing parenthesis of a multi-line function call must be on a line by itself
(#2433) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2435) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2435) Inline comments must end in full-stops, exclamation marks, or question marks
(#2435) No space found before comment text; expected "// human vs machine grade options" but found "//human vs machine grade options"
(#2436) Must use "self::" for local static member reference
(#2437) Opening parenthesis of a multi-line function call must be the last content on the line
(#2437) Only one argument is allowed per line in a multi-line function call
(#2437) Only one argument is allowed per line in a multi-line function call
(#2438) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2438) Closing parenthesis of a multi-line function call must be on a line by itself
(#2442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2442) Inline comments must end in full-stops, exclamation marks, or question marks
(#2442) No space found before comment text; expected "// master instance or not" but found "//master instance or not"
(#2443) Expected "if (...) {\n"; found "if(...){\n"
(#2443) Expected 1 space after IF keyword; 0 found
(#2443) Expected 1 space after closing parenthesis; found 0
(#2444) No space found after comma in argument list
(#2444) Commas (,) must be followed by white space.
(#2444) Expected 1 space between the comma and "'masterinstance'". Found: no spaces
(#2446) Expected 1 space after closing brace; 0 found
(#2446) Expected "} else {\n"; found "}else {\n"
(#2447) Opening parenthesis of a multi-line function call must be the last content on the line
(#2447) Only one argument is allowed per line in a multi-line function call
(#2447) Only one argument is allowed per line in a multi-line function call
(#2448) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#2448) Closing parenthesis of a multi-line function call must be on a line by itself
(#2452) Inline comments must end in full-stops, exclamation marks, or question marks
(#2452) No space found before comment text; expected "// Student Dashboard" but found "//Student Dashboard"
(#2453) Short array syntax must be used to define arrays
(#2453) Expected at least 1 space before "=>"; 0 found
(#2453) Expected at least 1 space after "=>"; 0 found
(#2453) Expected 1 space before "=>"; 0 found
(#2453) Expected 1 space after "=>"; 0 found
(#2460) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2460) Inline comments must end in full-stops, exclamation marks, or question marks
(#2460) No space found before comment text; expected "// recorder choice" but found "//recorder choice"
(#2461) Variable "recorder_options" must not contain underscores.
(#2461) Expected 1 space after "="; 2 found
(#2461) Must use "self::" for local static member reference
(#2462) Variable "recorder_options" must not contain underscores.
(#2465) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2467) Inline comments must end in full-stops, exclamation marks, or question marks
(#2467) No space found before comment text; expected "// Enable AI" but found "//Enable AI"
(#2468) Opening parenthesis of a multi-line function call must be the last content on the line
(#2468) Only one argument is allowed per line in a multi-line function call
(#2468) Only one argument is allowed per line in a multi-line function call
(#2469) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2469) Closing parenthesis of a multi-line function call must be on a line by itself
(#2472) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2472) Inline comments must end in full-stops, exclamation marks, or question marks
(#2472) No space found before comment text; expected "// line transcriber options" but found "//line transcriber options"
(#2475) Must use "self::" for local static member reference
(#2478) Opening parenthesis of a multi-line function call must be the last content on the line
(#2478) Only one argument is allowed per line in a multi-line function call
(#2478) Only one argument is allowed per line in a multi-line function call
(#2479) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2479) Closing parenthesis of a multi-line function call must be on a line by itself
(#2481) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2481) Inline comments must end in full-stops, exclamation marks, or question marks
(#2481) No space found before comment text; expected "// passage transcriber options" but found "//passage transcriber options"
(#2484) Short array syntax must be used to define arrays
(#2484) Expected at least 1 space before "=>"; 0 found
(#2484) Expected at least 1 space after "=>"; 0 found
(#2484) Expected 1 space before "=>"; 0 found
(#2484) Expected 1 space after "=>"; 0 found
(#2484) No space found after comma in argument list
(#2484) Commas (,) must be followed by white space.
(#2484) Expected 1 space between the comma and "constants". Found: no spaces
(#2485) Expected at least 1 space before "=>"; 0 found
(#2485) Expected at least 1 space after "=>"; 0 found
(#2485) Expected 1 space before "=>"; 0 found
(#2485) Expected 1 space after "=>"; 0 found
(#2485) No space found after comma in argument list
(#2485) Commas (,) must be followed by white space.
(#2485) Expected 1 space between the comma and "constants". Found: no spaces
(#2488) Opening parenthesis of a multi-line function call must be the last content on the line
(#2488) Only one argument is allowed per line in a multi-line function call
(#2488) Only one argument is allowed per line in a multi-line function call
(#2489) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#2489) Closing parenthesis of a multi-line function call must be on a line by itself
(#2490) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2492) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2492) Inline comments must end in full-stops, exclamation marks, or question marks
(#2492) No space found before comment text; expected "// region" but found "//region"
(#2493) Must use "self::" for local static member reference
(#2497) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2497) Inline comments must end in full-stops, exclamation marks, or question marks
(#2497) No space found before comment text; expected "// expiredays" but found "//expiredays"
(#2498) Must use "self::" for local static member reference
(#2502) Opening parenthesis of a multi-line function call must be the last content on the line
(#2502) Only one argument is allowed per line in a multi-line function call
(#2502) Only one argument is allowed per line in a multi-line function call
(#2503) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2503) Closing parenthesis of a multi-line function call must be on a line by itself
(#2505) Inline comments must end in full-stops, exclamation marks, or question marks
(#2506) Variable "autoacc_options" must not contain underscores.
(#2506) Must use "self::" for local static member reference
(#2507) Opening parenthesis of a multi-line function call must be the last content on the line
(#2507) Only one argument is allowed per line in a multi-line function call
(#2507) Only one argument is allowed per line in a multi-line function call
(#2508) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2508) Variable "autoacc_options" must not contain underscores.
(#2508) Closing parenthesis of a multi-line function call must be on a line by itself
(#2513) Inline comments must end in full-stops, exclamation marks, or question marks
(#2514) Short array syntax must be used to define arrays
(#2520) Inline comments must end in full-stops, exclamation marks, or question marks
(#2520) No space found before comment text; expected "// Submit Raw Audio //no longer used" but found "//Submit Raw Audio //no longer used"
(#2521) No space found after comma in argument list
(#2521) Commas (,) must be followed by white space.
(#2521) Expected 1 space between the comma and "'submitrawaudio'". Found: no spaces
(#2524) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2526) Inline comments must end in full-stops, exclamation marks, or question marks
(#2526) No space found before comment text; expected "// Corpus Fields" but found "//Corpus Fields"
(#2527) No space found after comma in argument list
(#2527) Commas (,) must be followed by white space.
(#2527) Expected 1 space between the comma and "'corpusrange'". Found: no spaces
(#2531) No space found after comma in argument list
(#2531) Commas (,) must be followed by white space.
(#2531) Expected 1 space between the comma and "'corpushash'". Found: no spaces
(#2535) No space found after comma in argument list
(#2535) Commas (,) must be followed by white space.
(#2535) Expected 1 space between the comma and "'usecorpus'". Found: no spaces
(#2539) Inline comments must end in full-stops, exclamation marks, or question marks
(#2540) Short array syntax must be used to define arrays
(#2552) Short array syntax must be used to define arrays
(#2554) No space found after comma in argument list
(#2554) Commas (,) must be followed by white space.
(#2554) Expected 1 space between the comma and "constants". Found: no spaces
(#2555) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2559) Expected 1 space after comma in argument list; 2 found
(#2559) Expected 1 space between the comma and "array". Found: 2 spaces
(#2559) Short array syntax must be used to define arrays
(#2560) No space found after comma in argument list
(#2560) Commas (,) must be followed by white space.
(#2560) Expected 1 space between the comma and "constants". Found: no spaces
(#2561) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2563) Inline comments must end in full-stops, exclamation marks, or question marks
(#2567) Expected "if (...) {\n"; found "if(...) {\n"
(#2567) Expected 1 space after IF keyword; 0 found
(#2569) Short array syntax must be used to define arrays
(#2580) Short array syntax must be used to define arrays
(#2588) Inline comments must end in full-stops, exclamation marks, or question marks
(#2589) Variable "postattempt_options" must not contain underscores.
(#2589) Must use "self::" for local static member reference
(#2590) Opening parenthesis of a multi-line function call must be the last content on the line
(#2590) Only one argument is allowed per line in a multi-line function call
(#2590) Only one argument is allowed per line in a multi-line function call
(#2591) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2591) Variable "postattempt_options" must not contain underscores.
(#2591) Closing parenthesis of a multi-line function call must be on a line by itself
(#2594) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#2597) Closing brace must not be followed by any comment or statement on the same line
(#2597) Function closing brace must go on the next line following the body; found 3 blank lines before brace
(#2599) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2599) Inline comments must end in full-stops, exclamation marks, or question marks
(#2599) No space found before comment text; expected "// fetch_current_corpushash / push_corpus" but found "//fetch_current_corpushash / push_corpus"
(#2600) Missing docblock for function fetch_current_corpus
(#2600) Expected 1 space between comma and argument "$corpusrange"; 0 found
(#2600) Commas (,) must be followed by white space.
(#2600) Expected 1 space between the comma and "$corpusrange". Found: no spaces
(#2600) Expected 1 space before opening brace; found 0
(#2603) Short array syntax must be used to define arrays
(#2603) Expected at least 1 space before "=>"; 0 found
(#2603) Expected at least 1 space after "=>"; 0 found
(#2603) Expected 1 space before "=>"; 0 found
(#2603) Expected 1 space after "=>"; 0 found
(#2603) Commas (,) must be followed by white space.
(#2603) Expected 1 space between the comma and "'region'". Found: no spaces
(#2603) Expected at least 1 space before "=>"; 0 found
(#2603) Expected at least 1 space after "=>"; 0 found
(#2603) Expected 1 space before "=>"; 0 found
(#2603) Expected 1 space after "=>"; 0 found
(#2604) Expected "if (...) {\n"; found "if(...){\n"
(#2604) Expected 1 space after IF keyword; 0 found
(#2604) Expected at least 1 space before "=="; 0 found
(#2604) Expected at least 1 space after "=="; 0 found
(#2604) Expected 1 space before "=="; 0 found
(#2604) Expected 1 space after "=="; 0 found
(#2604) Expected 1 space after closing parenthesis; found 0
(#2607) Variable "ra_set" must not contain underscores.
(#2607) No space found after comma in argument list
(#2607) Commas (,) must be followed by white space.
(#2607) Expected 1 space between the comma and "$conditions". Found: no spaces
(#2609) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2609) Expected 1 space after FOREACH keyword; 0 found
(#2609) Variable "ra_set" must not contain underscores.
(#2609) Expected 1 space after closing parenthesis; found 0
(#2614) Closing brace must not be followed by any comment or statement on the same line
(#2614) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#2616) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2616) Inline comments must end in full-stops, exclamation marks, or question marks
(#2616) No space found before comment text; expected "// fetch_current_corpushash / push_corpus" but found "//fetch_current_corpushash / push_corpus"
(#2617) Missing docblock for function fetch_current_corpushash
(#2617) Expected 1 space between comma and argument "$corpusrange"; 0 found
(#2617) Commas (,) must be followed by white space.
(#2617) Expected 1 space between the comma and "$corpusrange". Found: no spaces
(#2617) Expected 1 space before opening brace; found 0
(#2619) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2619) Inline comments must end in full-stops, exclamation marks, or question marks
(#2619) No space found before comment text; expected "// first return the existing corpushash , for the course or for the site, if we have one" but found "//first return the existing corpushash , for the course or for the site, if we have one"
(#2620) Short array syntax must be used to define arrays
(#2620) Expected at least 1 space before "=>"; 0 found
(#2620) Expected at least 1 space after "=>"; 0 found
(#2620) Expected 1 space before "=>"; 0 found
(#2620) Expected 1 space after "=>"; 0 found
(#2620) Commas (,) must be followed by white space.
(#2620) Expected 1 space between the comma and "'region'". Found: no spaces
(#2620) Expected at least 1 space before "=>"; 0 found
(#2620) Expected at least 1 space after "=>"; 0 found
(#2620) Expected 1 space before "=>"; 0 found
(#2620) Expected 1 space after "=>"; 0 found
(#2620) Commas (,) must be followed by white space.
(#2620) Expected 1 space between the comma and "'corpusrange'". Found: no spaces
(#2620) Expected at least 1 space before "=>"; 0 found
(#2620) Expected at least 1 space after "=>"; 0 found
(#2620) Expected 1 space before "=>"; 0 found
(#2620) Expected 1 space after "=>"; 0 found
(#2620) Line exceeds 132 characters; contains 135 characters
(#2621) Expected "if (...) {\n"; found "if(...){\n"
(#2621) Expected 1 space after IF keyword; 0 found
(#2621) Expected at least 1 space before "=="; 0 found
(#2621) Expected at least 1 space after "=="; 0 found
(#2621) Expected 1 space before "=="; 0 found
(#2621) Expected 1 space after "=="; 0 found
(#2621) Expected 1 space after closing parenthesis; found 0
(#2624) Variable "ra_set" must not contain underscores.
(#2624) No space found after comma in argument list
(#2624) Commas (,) must be followed by white space.
(#2624) Expected 1 space between the comma and "$conditions". Found: no spaces
(#2626) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#2626) Expected 1 space after FOREACH keyword; 0 found
(#2626) Variable "ra_set" must not contain underscores.
(#2626) Expected 1 space after closing parenthesis; found 0
(#2627) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2627) Inline comments must end in full-stops, exclamation marks, or question marks
(#2627) No space found before comment text; expected "// we ignore the current activity because its changing, so probably wrong(?)" but found "//we ignore the current activity because its changing, so probably wrong(?)"
(#2628) Expected "if (...) {\n"; found "if(...){"
(#2628) Expected 1 space after IF keyword; 0 found
(#2628) Expected 1 space after closing parenthesis; found 0
(#2628) Newline required after opening brace
(#2628) Closing brace must be on a line by itself
(#2629) Expected "if (...) {\n"; found "if(...){\n"
(#2629) Expected 1 space after IF keyword; 0 found
(#2629) Expected 1 space after closing parenthesis; found 0
(#2630) Expected at least 1 space before "="; 0 found
(#2630) Expected at least 1 space after "="; 0 found
(#2630) Expected 1 space before "="; 0 found
(#2630) Expected 1 space after "="; 0 found
(#2634) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2634) Inline comments must end in full-stops, exclamation marks, or question marks
(#2634) No space found before comment text; expected "// if we dont have one, then lets make one" but found "//if we dont have one, then lets make one"
(#2635) Expected "if (...) {\n"; found "if(...){\n"
(#2635) Expected 1 space after IF keyword; 0 found
(#2635) Expected at least 1 space before "=="; 0 found
(#2635) Expected at least 1 space after "=="; 0 found
(#2635) Expected 1 space before "=="; 0 found
(#2635) Expected 1 space after "=="; 0 found
(#2635) Expected 1 space after closing parenthesis; found 0
(#2636) No space found after comma in argument list
(#2636) Commas (,) must be followed by white space.
(#2636) Expected 1 space between the comma and "$corpusrange". Found: no spaces
(#2640) Closing brace must not be followed by any comment or statement on the same line
(#2640) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#2642) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2642) Inline comments must end in full-stops, exclamation marks, or question marks
(#2642) No space found before comment text; expected "// fetch_current_corpushash / push_corpus" but found "//fetch_current_corpushash / push_corpus"
(#2643) Missing docblock for function push_corpus
(#2643) Expected 1 space between comma and argument "$corpusrange"; 0 found
(#2643) Commas (,) must be followed by white space.
(#2643) Expected 1 space between the comma and "$corpusrange". Found: no spaces
(#2643) Expected 1 space before opening brace; found 0
(#2646) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2646) Inline comments must end in full-stops, exclamation marks, or question marks
(#2646) No space found before comment text; expected "// if its not lang modelable, dont do it" but found "//if its not lang modelable, dont do it"
(#2647) Expected "if (...) {\n"; found "if(...){"
(#2647) Expected 1 space after IF keyword; 0 found
(#2647) Expected 1 space after closing parenthesis; found 0
(#2647) Newline required after opening brace
(#2647) Closing brace must be on a line by itself
(#2649) No space found after comma in argument list
(#2649) Commas (,) must be followed by white space.
(#2649) Expected 1 space between the comma and "$corpusrange". Found: no spaces
(#2651) Must use "self::" for local static member reference
(#2651) No space found after comma in argument list
(#2651) Commas (,) must be followed by white space.
(#2651) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#2652) Expected "if (...) {\n"; found "if(...){\n"
(#2652) Expected 1 space after IF keyword; 0 found
(#2652) Expected 1 space after closing parenthesis; found 0
(#2653) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2653) Inline comments must end in full-stops, exclamation marks, or question marks
(#2653) No space found before comment text; expected "// build a lang model" but found "//build a lang model"
(#2654) No space found after comma in argument list
(#2654) Commas (,) must be followed by white space.
(#2654) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#2654) No space found after comma in argument list
(#2654) Commas (,) must be followed by white space.
(#2654) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#2655) Expected "if (...) {\n"; found "if (...){\n"
(#2655) Expected 1 space after closing parenthesis; found 0
(#2656) Expected at least 1 space after "="; 0 found
(#2656) Expected 1 space after "="; 0 found
(#2657) Short array syntax must be used to define arrays
(#2657) Expected at least 1 space before "=>"; 0 found
(#2657) Expected at least 1 space after "=>"; 0 found
(#2657) Expected 1 space before "=>"; 0 found
(#2657) Expected 1 space after "=>"; 0 found
(#2657) Commas (,) must be followed by white space.
(#2657) Expected 1 space between the comma and "'region'". Found: no spaces
(#2657) Expected at least 1 space before "=>"; 0 found
(#2657) Expected at least 1 space after "=>"; 0 found
(#2657) Expected 1 space before "=>"; 0 found
(#2657) Expected 1 space after "=>"; 0 found
(#2657) Expected at least 1 space before "=>"; 0 found
(#2657) Expected at least 1 space after "=>"; 0 found
(#2657) Expected 1 space before "=>"; 0 found
(#2657) Expected 1 space after "=>"; 0 found
(#2657) Line exceeds 132 characters; contains 159 characters
(#2658) Expected "if (...) {\n"; found "if(...){\n"
(#2658) Expected 1 space after IF keyword; 0 found
(#2658) Expected at least 1 space before "=="; 0 found
(#2658) Expected at least 1 space after "=="; 0 found
(#2658) Expected 1 space before "=="; 0 found
(#2658) Expected 1 space after "=="; 0 found
(#2658) Expected 1 space after closing parenthesis; found 0
(#2661) No space found after comma in argument list
(#2661) Commas (,) must be followed by white space.
(#2661) Expected 1 space between the comma and "'corpushash'". Found: no spaces
(#2661) No space found after comma in argument list
(#2661) Commas (,) must be followed by white space.
(#2661) Expected 1 space between the comma and "$corpushash". Found: no spaces
(#2661) No space found after comma in argument list
(#2661) Commas (,) must be followed by white space.
(#2661) Expected 1 space between the comma and "$conditions". Found: no spaces
(#2667) Missing docblock for function prepare_file_and_json_stuff
(#2667) Expected 1 space before opening brace; found 0
(#2668) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2668) Inline comments must end in full-stops, exclamation marks, or question marks
(#2668) No space found before comment text; expected "// nb basically moduleinstance = formdata here" but found "//nb basically moduleinstance = formdata here"
(#2673) Opening parenthesis of a multi-line function call must be the last content on the line
(#2673) Only one argument is allowed per line in a multi-line function call
(#2673) Only one argument is allowed per line in a multi-line function call
(#2673) Only one argument is allowed per line in a multi-line function call
(#2674) Multi-line function call not indented correctly; expected 13 spaces but found 19
(#2674) Only one argument is allowed per line in a multi-line function call
(#2674) Only one argument is allowed per line in a multi-line function call
(#2674) Closing parenthesis of a multi-line function call must be on a line by itself
(#2677) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2677) Inline comments must end in full-stops, exclamation marks, or question marks
(#2677) No space found before comment text; expected "// passage picture" but found "//passage picture"
(#2680) Opening parenthesis of a multi-line function call must be the last content on the line
(#2680) Only one argument is allowed per line in a multi-line function call
(#2680) Only one argument is allowed per line in a multi-line function call
(#2680) Only one argument is allowed per line in a multi-line function call
(#2680) Only one argument is allowed per line in a multi-line function call
(#2681) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#2681) Closing parenthesis of a multi-line function call must be on a line by itself
(#2682) Expected at least 1 space before "="; 0 found
(#2682) Expected at least 1 space after "="; 0 found
(#2682) Expected 1 space before "="; 0 found
(#2682) Expected 1 space after "="; 0 found
(#2686) Closing brace must not be followed by any comment or statement on the same line
(#2686) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#2689) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2689) Inline comments must end in full-stops, exclamation marks, or question marks
(#2689) No space found before comment text; expected "// fetch user attempts" but found "//fetch user attempts"
(#2694) Missing docblock for function fetch_user_attempts
(#2697) Expected at least 1 space before "="; 0 found
(#2697) Expected 1 space before "="; 0 found
(#2697) Short array syntax must be used to define arrays
(#2699) Expected "if (...) {\n"; found "if(...){\n"
(#2699) Expected 1 space after IF keyword; 0 found
(#2699) Expected 1 space after closing parenthesis; found 0
(#2700) Inline comments must end in full-stops, exclamation marks, or question marks
(#2700) No space found before comment text; expected "// Fetch from cache and process the results and display" but found "//Fetch from cache and process the results and display"
(#2704) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2704) Inline comments must end in full-stops, exclamation marks, or question marks
(#2704) No space found before comment text; expected "// if we have attempts then lets get the attempt ids of those" but found "//if we have attempts then lets get the attempt ids of those"
(#2705) Expected "if (...) {\n"; found "if(...){\n"
(#2705) Expected 1 space after IF keyword; 0 found
(#2705) Expected at least 1 space before ">"; 0 found
(#2705) Expected at least 1 space after ">"; 0 found
(#2705) Expected 1 space before ">"; 0 found
(#2705) Expected 1 space after ">"; 0 found
(#2705) Expected 1 space after closing parenthesis; found 0
(#2706) Line indented incorrectly; expected at least 16 spaces, found 15
(#2706) Variable "attempts_string" must not contain underscores.
(#2706) Expected at least 1 space before "="; 0 found
(#2706) Expected at least 1 space after "="; 0 found
(#2706) Expected 1 space before "="; 0 found
(#2706) Expected 1 space after "="; 0 found
(#2707) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#2707) Expected 1 space after FOREACH keyword; 0 found
(#2708) Expected "if (...) {\n"; found "if(...) {\n"
(#2708) Expected 1 space after IF keyword; 0 found
(#2709) Expected "if (...) {\n"; found "if(...){\n"
(#2709) Expected 1 space after IF keyword; 0 found
(#2709) Variable "attempts_string" must not contain underscores.
(#2709) Expected 1 space after closing parenthesis; found 0
(#2710) Variable "attempts_string" must not contain underscores.
(#2712) Variable "attempts_string" must not contain underscores.
(#2715) Blank line found at end of control structure
(#2716) Expected 1 space after closing brace; 0 found
(#2716) Expected "} else {\n"; found "}else{\n"
(#2716) Expected 1 space after ELSE keyword; 0 found
(#2717) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2717) Inline comments must end in full-stops, exclamation marks, or question marks
(#2717) No space found before comment text; expected "// at this point we have no attempts, so just return false" but found "//at this point we have no attempts, so just return false"
(#2722) Variable "attempts_string" must not contain underscores.
(#2725) Blank line found at end of control structure
(#2726) Expected 1 space after closing brace; 0 found
(#2726) Expected "} else {\n"; found "}else{\n"
(#2726) Expected 1 space after ELSE keyword; 0 found
(#2732) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#2734) Missing docblock for function is_complete
(#2735) Opening brace should be on the same line as the declaration
(#2739) Inline comments must end in full-stops, exclamation marks, or question marks
(#2739) Whitespace found at end of line
(#2742) Expected "if (...) {\n"; found "if(...){\n"
(#2742) Expected 1 space after IF keyword; 0 found
(#2742) Expected 1 space after closing parenthesis; found 0
(#2749) Expected "if (...) {\n"; found "if(...){"
(#2749) Expected 1 space after IF keyword; 0 found
(#2749) Expected 1 space after closing parenthesis; found 0
(#2749) Newline required after opening brace
(#2749) Closing brace must be on a line by itself
(#2750) Whitespace found at end of line
(#2751) Must use "self::" for local static member reference
(#2754) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2754) Inline comments must end in full-stops, exclamation marks, or question marks
(#2754) No space found before comment text; expected "// choose greater or ai or human score" but found "//choose greater or ai or human score"
(#2759) Blank line found at end of control structure
(#2760) Usage of ELSEIF not allowed; use ELSE IF instead
(#2760) Blank line found at start of control structure
(#2762) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2762) Inline comments must end in full-stops, exclamation marks, or question marks
(#2762) No space found before comment text; expected "// choose AI grades only" but found "//choose AI grades only"
(#2767) Blank line found at end of control structure
(#2769) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2769) Inline comments must end in full-stops, exclamation marks, or question marks
(#2769) No space found before comment text; expected "// choose human grades only" but found "//choose human grades only"
(#2780) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2780) Inline comments must end in full-stops, exclamation marks, or question marks
(#2780) No space found before comment text; expected "// check completion reqs against satisfied conditions" but found "//check completion reqs against satisfied conditions"
(#2789) Missing docblock for function super_trim
(#2789) Expected 1 space before opening brace; found 0
(#2790) Expected "if (...) {\n"; found "if(...){\n"
(#2790) Expected 1 space after IF keyword; 0 found
(#2790) Expected at least 1 space before "=="; 0 found
(#2790) Expected at least 1 space after "=="; 0 found
(#2790) Expected 1 space before "=="; 0 found
(#2790) Expected 1 space after "=="; 0 found
(#2790) Expected 1 space after closing parenthesis; found 0
(#2792) Expected 1 space after closing brace; 0 found
(#2792) Expected "} else {\n"; found "}else{\n"
(#2792) Expected 1 space after ELSE keyword; 0 found
(#2798) The closing brace for the class must go on the next line after the body
public/mod/readaloud/db/access.php
(#2) Moodle boilerplate not found at first line
(#50) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#56) Short array syntax must be used to define arrays
(#58) There should be a comma after the last array item in a multi-line array.
(#60) There should be a comma after the last array item in a multi-line array.
(#62) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#68) There should be a comma after the last array item in a multi-line array.
(#70) There should be a comma after the last array item in a multi-line array.
(#73) Short array syntax must be used to define arrays
(#77) Short array syntax must be used to define arrays
(#80) There should be a comma after the last array item in a multi-line array.
(#82) There should be a comma after the last array item in a multi-line array.
(#84) Short array syntax must be used to define arrays
(#87) Short array syntax must be used to define arrays
(#90) There should be a comma after the last array item in a multi-line array.
(#92) There should be a comma after the last array item in a multi-line array.
(#94) Short array syntax must be used to define arrays
(#97) Short array syntax must be used to define arrays
(#100) There should be a comma after the last array item in a multi-line array.
(#102) There should be a comma after the last array item in a multi-line array.
(#105) Short array syntax must be used to define arrays
(#108) Short array syntax must be used to define arrays
(#113) There should be a comma after the last array item in a multi-line array.
(#116) Short array syntax must be used to define arrays
(#120) Short array syntax must be used to define arrays
(#121) There should be a comma after the last array item in a multi-line array.
(#124) Short array syntax must be used to define arrays
(#128) Short array syntax must be used to define arrays
(#130) There should be a comma after the last array item in a multi-line array.
(#132) There should be a comma after the last array item in a multi-line array.
(#135) Short array syntax must be used to define arrays
(#139) Short array syntax must be used to define arrays
(#142) There should be a comma after the last array item in a multi-line array.
(#144) There should be a comma after the last array item in a multi-line array.
(#147) Short array syntax must be used to define arrays
(#151) Short array syntax must be used to define arrays
(#152) There should be a comma after the last array item in a multi-line array.
(#154) There should be a comma after the last array item in a multi-line array.
(#155) There should be a comma after the last array item in a multi-line array.
(#159) Expected 1 blank line at end of file; 2 found
public/mod/readaloud/db/events.php
(#29) Short array syntax must be used to define arrays
(#31) Short array syntax must be used to define arrays
(#34) There should be a comma after the last array item in a multi-line array.
public/mod/readaloud/db/install.php
(#2) Moodle boilerplate not found at first line
public/mod/readaloud/db/log.php
(#2) Moodle boilerplate not found at first line
(#34) Short array syntax must be used to define arrays
(#35) Short array syntax must be used to define arrays
(#36) Short array syntax must be used to define arrays
(#37) Short array syntax must be used to define arrays
(#38) Short array syntax must be used to define arrays
(#38) There should be a comma after the last array item in a multi-line array.
public/mod/readaloud/db/services.php
(#1) Moodle boilerplate not found
(#2) Missing @copyright tag
(#2) Missing @license tag
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) Short array syntax must be used to define arrays
(#11) Short array syntax must be used to define arrays
(#15) Expected at least 1 space before "=>"; 0 found
(#15) Expected 1 space before "=>"; 0 found
(#20) Short array syntax must be used to define arrays
(#24) Expected at least 1 space before "=>"; 0 found
(#24) Expected 1 space before "=>"; 0 found
(#29) Short array syntax must be used to define arrays
(#33) Expected at least 1 space before "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#38) Short array syntax must be used to define arrays
(#42) Expected at least 1 space before "=>"; 0 found
(#42) Expected 1 space before "=>"; 0 found
(#47) Short array syntax must be used to define arrays
(#51) Expected at least 1 space before "=>"; 0 found
(#51) Expected 1 space before "=>"; 0 found
(#54) There should be a comma after the last array item in a multi-line array.
(#55) Expected 1 newline at end of file; 0 found
public/mod/readaloud/db/tasks.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file tasks.php
(#1) Moodle boilerplate not found
(#1) Opening PHP tag must be on a line by itself
(#1) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5) Short array syntax must be used to define arrays
public/mod/readaloud/db/uninstall.php
(#1) No one-line description found in phpdocs for docblock of file uninstall.php
(#2) Moodle boilerplate not found at first line
public/mod/readaloud/db/upgrade.php
(#2) Moodle boilerplate not found at first line
(#33) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Blank line found at start of control structure
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Blank line found at start of control structure
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Blank line found at start of control structure
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Blank line found at start of control structure
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Blank line found at start of control structure
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Short array syntax must be used to define arrays
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) No space found before comment text; expected "// This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors" but found "//This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors"
(#194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Line exceeds 132 characters; contains 133 characters
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) No space found before comment text; expected "// records the matched words in the passage and their transcript location. For debugging, passage tweaking, and audio location" but found "//records the matched words in the passage and their transcript location. For debugging, passage tweaking, and audio location"
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) No space found before comment text; expected "// This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors" but found "//This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors"
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) No space found before comment text; expected "// This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors" but found "//This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors"
(#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
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) No space found before comment text; expected "// add field to attempts table" but found "//add field to attempts table"
(#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
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) No space found before comment text; expected "// This adds the post attempt display options for each of the evaluation methods (machine and human)" but found "//This adds the post attempt display options for each of the evaluation methods (machine and human)"
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) No space found before comment text; expected "// This adds the post attempt display options for each of the evaluation methods (machine and human)" but found "//This adds the post attempt display options for each of the evaluation methods (machine and human)"
(#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
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) No space found before comment text; expected "// This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors" but found "//This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors"
(#292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) Inline comments must end in full-stops, exclamation marks, or question marks
(#300) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) No space found before comment text; expected "// This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors" but found "//This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors"
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) No space found before comment text; expected "// This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors" but found "//This allows the activity admin to compensate for a certain no. of errors to compensate for machine transcription errors"
(#322) Inline comments must start with a capital letter, digit or 3-dots sequence
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) No space found before comment text; expected "// This allows the activity admin to submit raw audio (as opposed to recording). Usually for some sort of disaster recovery" but found "//This allows the activity admin to submit raw audio (as opposed to recording). Usually for some sort of disaster recovery"
(#336) Inline comments must start with a capital letter, digit or 3-dots sequence
(#336) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Blank comments are not allowed
(#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
(#361) Expected at least 1 space before "="; 0 found
(#361) Expected at least 1 space after "="; 0 found
(#361) Expected 1 space before "="; 0 found
(#361) Expected 1 space after "="; 0 found
(#361) Short array syntax must be used to define arrays
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) No space found before comment text; expected "// Model Audio URL" but found "//Model Audio URL"
(#364) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) No space found before comment text; expected "// Model audio breaks (JSON)" but found "//Model audio breaks (JSON)"
(#366) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) No space found before comment text; expected "// TTS Voice" but found "//TTS Voice"
(#368) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) No space found before comment text; expected "// Enable preview mode" but found "//Enable preview mode"
(#370) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) No space found before comment text; expected "// Enable shadow mode" but found "//Enable shadow mode"
(#373) Inline comments must start with a capital letter, digit or 3-dots sequence
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#374) Expected 1 space after FOREACH keyword; 0 found
(#387) Blank comments are not allowed
(#390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#410) Inline comments must end in full-stops, exclamation marks, or question marks
(#414) Inline comments must end in full-stops, exclamation marks, or question marks
(#416) Inline comments must start with a capital letter, digit or 3-dots sequence
(#416) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#429) Inline comments must start with a capital letter, digit or 3-dots sequence
(#429) Inline comments must end in full-stops, exclamation marks, or question marks
(#438) No space found after comma in argument list
(#438) Commas (,) must be followed by white space.
(#438) Expected 1 space between the comma and "array". Found: no spaces
(#438) Short array syntax must be used to define arrays
(#440) No space found after comma in argument list
(#440) Commas (,) must be followed by white space.
(#440) Expected 1 space between the comma and "$themod". Found: no spaces
(#440) No space found after comma in argument list
(#440) Commas (,) must be followed by white space.
(#440) Expected 1 space between the comma and "$themod". Found: no spaces
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Line exceeds 132 characters; contains 151 characters
(#449) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) No space found before comment text; expected "// This forces the activity to use AWS transcription (not Poodll transcription). It results in slower but stricter transcription, ie more errors" but found "//This forces the activity to use AWS transcription (not Poodll transcription). It results in slower but stricter transcription, ie more errors"
(#452) Inline comments must start with a capital letter, digit or 3-dots sequence
(#452) Inline comments must end in full-stops, exclamation marks, or question marks
(#459) Expected "if (...) {\n"; found "if(...){\n"
(#459) Expected 1 space after IF keyword; 0 found
(#459) Expected at least 1 space before "<"; 0 found
(#459) Expected at least 1 space after "<"; 0 found
(#459) Expected 1 space before "<"; 0 found
(#459) Expected 1 space after "<"; 0 found
(#459) Expected 1 space after closing parenthesis; found 0
(#459) Blank line found at start of control structure
(#464) Expected at least 1 space before "="; 0 found
(#464) Expected at least 1 space after "="; 0 found
(#464) Expected 1 space before "="; 0 found
(#464) Expected 1 space after "="; 0 found
(#464) Short array syntax must be used to define arrays
(#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
(#470) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#470) Expected 1 space after FOREACH keyword; 0 found
(#476) Blank line found at end of control structure
(#479) Expected "if (...) {\n"; found "if(...){\n"
(#479) Expected 1 space after IF keyword; 0 found
(#479) Expected at least 1 space before "<"; 0 found
(#479) Expected at least 1 space after "<"; 0 found
(#479) Expected 1 space before "<"; 0 found
(#479) Expected 1 space after "<"; 0 found
(#479) Expected 1 space after closing parenthesis; found 0
(#480) Inline comments must start with a capital letter, digit or 3-dots sequence
(#480) No space found before comment text; expected "// loop through records looking for newly available neural voices and generate speechmarks and breaks" but found "//loop through records looking for newly available neural voices and generate speechmarks and breaks"
(#481) No space found before comment text; expected "// neural voices will be available right away, but the timing of words in the speech will change. So we need to do this" but found "//neural voices will be available right away, but the timing of words in the speech will change. So we need to do this"
(#482) Inline comments must end in full-stops, exclamation marks, or question marks
(#482) No space found before comment text; expected "// so we regenerate when required to do so" but found "//so we regenerate when required to do so"
(#484) No space found after comma in argument list
(#484) Commas (,) must be followed by white space.
(#484) Expected 1 space between the comma and "$config". Found: no spaces
(#485) Expected at least 1 space before "="; 0 found
(#485) Expected at least 1 space after "="; 0 found
(#485) Expected 1 space before "="; 0 found
(#485) Expected 1 space after "="; 0 found
(#487) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#487) Expected 1 space after FOREACH keyword; 0 found
(#487) Expected 1 space after closing parenthesis; found 0
(#488) Expected "if (...) {\n"; found "if(...){\n"
(#488) Expected 1 space after IF keyword; 0 found
(#488) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#491) Expected 1 space after closing parenthesis; found 0
(#492) Inline comments must start with a capital letter, digit or 3-dots sequence
(#492) Inline comments must end in full-stops, exclamation marks, or question marks
(#492) No space found before comment text; expected "// if it is not a neural voice, there is no need to resync" but found "//if it is not a neural voice, there is no need to resync"
(#493) Expected "if (...) {\n"; found "if(...){"
(#493) Expected 1 space after IF keyword; 0 found
(#493) No space found after comma in argument list
(#493) Commas (,) must be followed by white space.
(#493) Expected 1 space between the comma and "constants". Found: no spaces
(#493) Expected 1 space after closing parenthesis; found 0
(#493) Newline required after opening brace
(#493) Closing brace must be on a line by itself
(#495) Inline comments must start with a capital letter, digit or 3-dots sequence
(#495) Inline comments must end in full-stops, exclamation marks, or question marks
(#495) No space found before comment text; expected "// fetch SSML , speechmarks" but found "//fetch SSML , speechmarks"
(#497) Opening parenthesis of a multi-line function call must be the last content on the line
(#497) Only one argument is allowed per line in a multi-line function call
(#498) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#498) Only one argument is allowed per line in a multi-line function call
(#498) Only one argument is allowed per line in a multi-line function call
(#498) Closing parenthesis of a multi-line function call must be on a line by itself
(#500) Inline comments must start with a capital letter, digit or 3-dots sequence
(#500) Inline comments must end in full-stops, exclamation marks, or question marks
(#500) No space found before comment text; expected "// if successful create a set of 'matches' (internal doc matching audio/passage/transcript positions)" but found "//if successful create a set of 'matches' (internal doc matching audio/passage/transcript positions)"
(#501) Expected "if (...) {\n"; found "if(...) {\n"
(#501) Expected 1 space after IF keyword; 0 found
(#502) No space found after comma in argument list
(#502) Commas (,) must be followed by white space.
(#502) Expected 1 space between the comma and "$speechmarks". Found: no spaces
(#502) No space found after comma in argument list
(#502) Commas (,) must be followed by white space.
(#502) Expected 1 space between the comma and "$readaloud". Found: no spaces
(#503) Inline comments must start with a capital letter, digit or 3-dots sequence
(#503) Inline comments must end in full-stops, exclamation marks, or question marks
(#503) No space found before comment text; expected "// from matches create or sync an existing phrase breaks array with audio/word locations" but found "//from matches create or sync an existing phrase breaks array with audio/word locations"
(#504) Expected "if (...) {\n"; found "if(...){\n"
(#504) Expected 1 space after IF keyword; 0 found
(#504) Expected 1 space after closing parenthesis; found 0
(#505) No space found after comma in argument list
(#505) Commas (,) must be followed by white space.
(#505) Expected 1 space between the comma and "true". Found: no spaces
(#505) No space found after comma in argument list
(#505) Commas (,) must be followed by white space.
(#505) Expected 1 space between the comma and "$matches". Found: no spaces
(#506) Expected 1 space after closing brace; 0 found
(#506) Expected "} else {\n"; found "}else {\n"
(#507) No space found after comma in argument list
(#507) Commas (,) must be followed by white space.
(#507) Expected 1 space between the comma and "$readaloud". Found: no spaces
(#509) Inline comments must start with a capital letter, digit or 3-dots sequence
(#509) Inline comments must end in full-stops, exclamation marks, or question marks
(#509) No space found before comment text; expected "// save it" but found "//save it"
(#514) No space found after comma in argument list
(#514) Commas (,) must be followed by white space.
(#514) Expected 1 space between the comma and "$updatereadaloud". Found: no spaces
(#522) Inline comments must start with a capital letter, digit or 3-dots sequence
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#522) No space found before comment text; expected "// a bug means that some attempts might not have been graded" but found "//a bug means that some attempts might not have been graded"
(#523) Expected "if (...) {\n"; found "if(...){\n"
(#523) Expected 1 space after IF keyword; 0 found
(#523) Expected at least 1 space after "<"; 0 found
(#523) Expected 1 space after "<"; 0 found
(#523) Expected 1 space after closing parenthesis; found 0
(#524) Expected "if (...) {\n"; found "if(...){\n"
(#524) Expected 1 space after IF keyword; 0 found
(#524) Expected at least 1 space before ">="; 0 found
(#524) Expected at least 1 space after ">="; 0 found
(#524) Expected 1 space before ">="; 0 found
(#524) Expected 1 space after ">="; 0 found
(#524) Expected 1 space after closing parenthesis; found 0
(#526) Variable "ai_evals" must not contain underscores.
(#527) Variable "ai_evals" must not contain underscores.
(#528) Variable "ai_evals" must not contain underscores.
(#530) Expected "if (...) {\n"; found "if(...) {\n"
(#530) Expected 1 space after IF keyword; 0 found
(#531) Expected at least 1 space after "="; 0 found
(#531) Expected 1 space after "="; 0 found
(#543) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#548) Inline comments must end in full-stops, exclamation marks, or question marks
(#549) Expected at least 1 space before "="; 0 found
(#549) Expected 1 space before "="; 0 found
(#555) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#560) Inline comments must end in full-stops, exclamation marks, or question marks
(#584) Inline comments must end in full-stops, exclamation marks, or question marks
(#585) Short array syntax must be used to define arrays
(#594) Inline comments must end in full-stops, exclamation marks, or question marks
(#598) Expected at least 1 space before "="; 0 found
(#598) Expected at least 1 space after "="; 0 found
(#598) Expected 1 space before "="; 0 found
(#598) Expected 1 space after "="; 0 found
(#601) Inline comments must end in full-stops, exclamation marks, or question marks
(#611) Inline comments must end in full-stops, exclamation marks, or question marks
(#615) Inline comments must end in full-stops, exclamation marks, or question marks
(#616) Expected at least 1 space before "="; 0 found
(#616) Expected at least 1 space after "="; 0 found
(#616) Expected 1 space before "="; 0 found
(#616) Expected 1 space after "="; 0 found
(#619) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) Inline comments must start with a capital letter, digit or 3-dots sequence
(#626) No space found before comment text; expected "// create a phonetic for each readaloud instance" but found "//create a phonetic for each readaloud instance"
(#627) Line exceeds 132 characters; contains 146 characters
(#627) No space found before comment text; expected "// this would blow up a site with lots of readalouds because of the time taken. So we added a place to do this on activity load in view.php" but found "//this would blow up a site with lots of readalouds because of the time taken. So we added a place to do this on activity load in view.php"
(#628) Inline comments must end in full-stops, exclamation marks, or question marks
(#628) No space found before comment text; expected "// utils::update_all_phonetic_segments();" but found "//utils::update_all_phonetic_segments();"
(#632) Expected at least 1 space before "="; 0 found
(#632) Expected 1 space before "="; 0 found
(#639) Expected "if (...) {\n"; found "if(...){\n"
(#639) Expected 1 space after IF keyword; 0 found
(#639) Expected 1 space after closing parenthesis; found 0
(#639) Blank line found at start of control structure
(#640) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#644) Expected at least 1 space before "="; 0 found
(#644) Expected 1 space before "="; 0 found
(#651) Inline comments must end in full-stops, exclamation marks, or question marks
(#655) Expected at least 1 space before "="; 0 found
(#655) Expected at least 1 space after "="; 0 found
(#655) Expected 1 space before "="; 0 found
(#655) Expected 1 space after "="; 0 found
(#656) No space found after comma in argument list
(#656) Commas (,) must be followed by white space.
(#656) Expected 1 space between the comma and "XMLDB_NOTNULL". Found: no spaces
(#657) No space found after comma in argument list
(#657) Commas (,) must be followed by white space.
(#657) Expected 1 space between the comma and "XMLDB_NOTNULL". Found: no spaces
(#659) Inline comments must end in full-stops, exclamation marks, or question marks
(#669) Inline comments must end in full-stops, exclamation marks, or question marks
(#673) Expected at least 1 space before "="; 0 found
(#673) Expected at least 1 space after "="; 0 found
(#673) Expected 1 space before "="; 0 found
(#673) Expected 1 space after "="; 0 found
(#674) No space found after comma in argument list
(#674) Commas (,) must be followed by white space.
(#674) Expected 1 space between the comma and "null". Found: no spaces
(#675) No space found after comma in argument list
(#675) Commas (,) must be followed by white space.
(#675) Expected 1 space between the comma and "XMLDB_UNSIGNED". Found: no spaces
(#677) Inline comments must end in full-stops, exclamation marks, or question marks
(#686) Expected "if (...) {\n"; found "if (...){\n"
(#686) Expected 1 space after closing parenthesis; found 0
(#690) Expected at least 1 space before "="; 0 found
(#690) Expected 1 space before "="; 0 found
(#690) Short array syntax must be used to define arrays
(#694) Inline comments must end in full-stops, exclamation marks, or question marks
(#695) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#695) Expected 1 space after FOREACH keyword; 0 found
(#704) Expected at least 1 space before "="; 0 found
(#704) Expected 1 space before "="; 0 found
(#704) Short array syntax must be used to define arrays
(#707) Expected at least 1 space before "="; 0 found
(#707) Expected 1 space before "="; 0 found
(#707) Expected 1 space after "="; 2 found
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#710) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#710) Expected 1 space after FOREACH keyword; 0 found
(#717) Expected at least 1 space before "="; 0 found
(#717) Expected at least 1 space after "="; 0 found
(#717) Expected 1 space before "="; 0 found
(#717) Expected 1 space after "="; 0 found
(#718) No space found after comma in argument list
(#718) Commas (,) must be followed by white space.
(#718) Expected 1 space between the comma and "XMLDB_NOTNULL". Found: no spaces
(#719) Expected at least 1 space after "="; 0 found
(#719) Expected 1 space after "="; 0 found
(#719) Expected 0 spaces before closing parenthesis; 1 found
(#720) Expected at least 1 space after "="; 0 found
(#720) Expected 1 space after "="; 0 found
(#720) Expected 0 spaces before closing parenthesis; 1 found
(#721) Expected at least 1 space before "="; 0 found
(#721) Expected 1 space before "="; 0 found
(#721) Expected 1 space after "="; 2 found
(#723) Inline comments must end in full-stops, exclamation marks, or question marks
(#730) Inline comments must start with a capital letter, digit or 3-dots sequence
(#730) Inline comments must end in full-stops, exclamation marks, or question marks
(#730) No space found before comment text; expected "// set all transcriber to "guided" (before was 1) chrome:strict stt:guided or 2) stt:guided - ie all mixed up" but found "//set all transcriber to "guided" (before was 1) chrome:strict stt:guided or 2) stt:guided - ie all mixed up"
(#731) No space found after comma in argument list
(#731) Commas (,) must be followed by white space.
(#731) Expected 1 space between the comma and "'transcriber'". Found: no spaces
(#731) No space found after comma in argument list
(#731) Commas (,) must be followed by white space.
(#731) Expected 1 space between the comma and "constants". Found: no spaces
(#732) No space found after comma in argument list
(#732) Commas (,) must be followed by white space.
(#732) Expected 1 space between the comma and "constants". Found: no spaces
(#732) Expected at least 1 space before "."; 0 found
(#737) Inline comments must end in full-stops, exclamation marks, or question marks
(#741) Inline comments must end in full-stops, exclamation marks, or question marks
(#742) Expected at least 1 space before "="; 0 found
(#742) Expected at least 1 space after "="; 0 found
(#742) Expected 1 space before "="; 0 found
(#742) Expected 1 space after "="; 0 found
(#743) No space found after comma in argument list
(#743) Commas (,) must be followed by white space.
(#743) Expected 1 space between the comma and "null". Found: no spaces
(#745) Inline comments must end in full-stops, exclamation marks, or question marks
(#754) Expected "if (...) {\n"; found "if(...){\n"
(#754) Expected 1 space after IF keyword; 0 found
(#754) Expected 1 space after closing parenthesis; found 0
(#755) Inline comments must end in full-stops, exclamation marks, or question marks
(#755) No space found before comment text; expected "// The norwegian language-locale code nb-no is not supported by all STT engines in Poodll, and no-no is. So updating" but found "//The norwegian language-locale code nb-no is not supported by all STT engines in Poodll, and no-no is. So updating"
(#756) No space found after comma in argument list
(#756) Commas (,) must be followed by white space.
(#756) Expected 1 space between the comma and "'ttslanguage'". Found: no spaces
(#756) No space found after comma in argument list
(#756) Commas (,) must be followed by white space.
(#756) Expected 1 space between the comma and "constants". Found: no spaces
(#756) No space found after comma in argument list
(#756) Commas (,) must be followed by white space.
(#756) Expected 1 space between the comma and "[". Found: no spaces
(#756) Expected at least 1 space before "=>"; 0 found
(#756) Expected at least 1 space after "=>"; 0 found
(#756) Expected 1 space before "=>"; 0 found
(#756) Expected 1 space after "=>"; 0 found
(#760) Inline comments must end in full-stops, exclamation marks, or question marks
(#765) Inline comments must end in full-stops, exclamation marks, or question marks
(#766) Variable "field_picture" must not contain underscores.
(#767) Variable "field_flower" must not contain underscores.
(#767) Expected at least 1 space before "="; 0 found
(#767) Expected 1 space before "="; 0 found
(#768) Variable "field_stdashboardid" must not contain underscores.
(#768) Expected at least 1 space before "="; 0 found
(#768) Expected 1 space before "="; 0 found
(#770) Inline comments must start with a capital letter, digit or 3-dots sequence
(#770) Inline comments must end in full-stops, exclamation marks, or question marks
(#771) Variable "field_picture" must not contain underscores.
(#772) Variable "field_picture" must not contain underscores.
(#774) Inline comments must start with a capital letter, digit or 3-dots sequence
(#774) Inline comments must end in full-stops, exclamation marks, or question marks
(#775) Variable "field_stdashboardid" must not contain underscores.
(#776) Expected 1 space after comma in argument list; 2 found
(#776) Expected 1 space between the comma and "$field_stdashboardid". Found: 2 spaces
(#776) Variable "field_stdashboardid" must not contain underscores.
(#778) Inline comments must start with a capital letter, digit or 3-dots sequence
(#778) Inline comments must end in full-stops, exclamation marks, or question marks
(#779) Variable "field_flower" must not contain underscores.
(#780) Variable "field_flower" must not contain underscores.
public/mod/readaloud/developer.php
(#27) Expected at least 1 space before "."; 0 found
(#27) Expected at least 1 space after "."; 0 found
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#49) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#52) Opening parenthesis of a multi-line function call must be the last content on the line
(#53) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#53) Closing parenthesis of a multi-line function call must be on a line by itself
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) 3 slashes comments are not allowed; use "// Comment." instead
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Expected 1 space after closing parenthesis; found 0
(#79) Blank line found at start of control structure
(#82) The CASE body must start on the line following the statement
(#84) Opening parenthesis of a multi-line function call must be the last content on the line
(#85) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Closing parenthesis of a multi-line function call must be on a line by itself
(#86) Expected "if (...) {\n"; found "if(...){\n"
(#86) Expected 1 space after IF keyword; 0 found
(#86) Expected 1 space after closing parenthesis; found 0
(#91) Expected 1 space after closing brace; 0 found
(#91) Expected "} else {\n"; found "}else{\n"
(#91) Expected 1 space after ELSE keyword; 0 found
(#94) Expected "if (...) {\n"; found "if(...) {\n"
(#94) Expected 1 space after IF keyword; 0 found
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Expected "for (...) {\n"; found "for(...){\n"
(#106) Expected 1 space after FOR keyword; 0 found
(#106) Expected 1 space after closing parenthesis; found 0
(#108) Blank line found at end of control structure
(#110) Opening parenthesis of a multi-line function call must be the last content on the line
(#111) Closing parenthesis of a multi-line function call must be on a line by itself
(#112) Blank line found at end of control structure
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#127) Only one argument is allowed per line in a multi-line function call
(#127) Closing parenthesis of a multi-line function call must be on a line by itself
(#132) Missing docblock for function copyattempt
(#132) Expected 0 spaces before closing parenthesis; 1 found
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Expected "if (...) {\n"; found "if(...){"
(#143) Expected 1 space after IF keyword; 0 found
(#143) Expected 1 space after closing parenthesis; found 0
(#143) Newline required after opening brace
(#143) Closing brace must be on a line by itself
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Expected "if (...) {\n"; found "if(...){"
(#150) Expected 1 space after IF keyword; 0 found
(#150) Expected 1 space after closing parenthesis; found 0
(#150) Newline required after opening brace
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
public/mod/readaloud/fetchcbpage.php
(#2) Moodle boilerplate not found at first line
(#28) Expected at least 1 space before "."; 0 found
(#28) Expected at least 1 space after "."; 0 found
(#30) Import statements must not begin with a leading backslash
(#37) Expected "if (...) {\n"; found "if(...){\n"
(#37) Expected 1 space after IF keyword; 0 found
(#37) No space found after comma in argument list
(#37) Commas (,) must be followed by white space.
(#37) Expected 1 space between the comma and "$systemcontext". Found: no spaces
(#37) Expected 1 space after closing parenthesis; found 0
(#37) Blank line found at start of control structure
(#39) Expected at least 1 space before "="; 0 found
(#39) Expected at least 1 space after "="; 0 found
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
(#39) Expected at least 1 space before "=>"; 0 found
(#39) Expected at least 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space between the comma and "'wwwroot'". Found: no spaces
(#39) Expected at least 1 space before "=>"; 0 found
(#39) Expected at least 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#40) Expected at least 1 space before "=>"; 0 found
(#40) Expected at least 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space between the comma and "'last_name'". Found: no spaces
(#40) Expected at least 1 space before "=>"; 0 found
(#40) Expected at least 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space between the comma and "'email'". Found: no spaces
(#40) Expected at least 1 space before "=>"; 0 found
(#40) Expected at least 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Commas (,) must be followed by white space.
(#40) Expected 1 space between the comma and "'country'". Found: no spaces
(#40) Expected at least 1 space before "=>"; 0 found
(#40) Expected at least 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#42) Space after opening parenthesis of function call prohibited
(#42) No space found after comma in argument list
(#42) Commas (,) must be followed by white space.
(#42) Expected 1 space between the comma and "$amddata". Found: no spaces
(#44) Expected 1 space after closing brace; 0 found
(#44) Expected "} else {\n"; found "}else{\n"
(#44) Expected 1 space after ELSE keyword; 0 found
public/mod/readaloud/grade.php
(#26) Import statements must not begin with a leading backslash
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Opening parenthesis of a multi-line function call must be the last content on the line
(#31) Only one argument is allowed per line in a multi-line function call
(#32) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#32) Closing parenthesis of a multi-line function call must be on a line by itself
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Short array syntax must be used to define arrays
(#37) Short array syntax must be used to define arrays
(#44) Expected 1 blank line at end of file; 3 found
public/mod/readaloud/grading.php
(#2) Moodle boilerplate not found at first line
(#29) Import statements must not begin with a leading backslash
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) No space found before comment text; expected "// export format csv or html" but found "//export format csv or html"
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) No space found before comment text; expected "// Is this a savebutton2" but found "//Is this a savebutton2"
(#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 "// paging details" but found "//paging details"
(#49) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#53) Short array syntax must be used to define arrays
(#56) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#64) Whitespace found at end of line
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) No space found before comment text; expected "// set per page according to admin setting" but found "//set per page according to admin setting"
(#68) Expected "if (...) {\n"; found "if(...){\n"
(#68) Expected 1 space after IF keyword; 0 found
(#68) Expected 1 space after closing parenthesis; found 0
(#69) Expected at least 1 space before "="; 0 found
(#69) Expected at least 1 space after "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#70) Expected 1 space after closing brace; 0 found
(#70) Expected 1 space after ELSEIF keyword; 0 found
(#70) Usage of ELSEIF not allowed; use ELSE IF instead
(#70) Expected at least 1 space before "=="; 0 found
(#70) Expected at least 1 space after "=="; 0 found
(#70) Expected 1 space before "=="; 0 found
(#70) Expected 1 space after "=="; 0 found
(#70) Expected 1 space after closing parenthesis; found 0
(#75) Short array syntax must be used to define arrays
(#77) There should be a comma after the last array item in a multi-line array.
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) No space found before comment text; expected "// for Japanese (and later other languages we collapse spaces)" but found "//for Japanese (and later other languages we collapse spaces)"
(#85) Expected at least 1 space before "="; 0 found
(#85) Expected at least 1 space after "="; 0 found
(#85) Expected 1 space before "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#85) Expected at least 1 space before "=="; 0 found
(#85) Expected at least 1 space after "=="; 0 found
(#85) Expected 1 space before "=="; 0 found
(#85) Expected 1 space after "=="; 0 found
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) No space found before comment text; expected "// process form submission" but found "//process form submission"
(#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 "// update gradebook" but found "//update gradebook"
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// move on or return to grading" but found "//move on or return to grading"
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) No space found before comment text; expected "// redirect to clear out form data so we can gradenow on next attempt" but found "//redirect to clear out form data so we can gradenow on next attempt"
(#109) Opening parenthesis of a multi-line function call must be the last content on the line
(#110) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#110) Short array syntax must be used to define arrays
(#112) Multi-line function call not indented correctly; expected 20 spaces but found 36
(#112) Closing parenthesis of a multi-line function call must be on a line by itself
(#124) Opening parenthesis of a multi-line function call must be the last content on the line
(#125) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#125) Short array syntax must be used to define arrays
(#125) Closing parenthesis of a multi-line function call must be on a line by itself
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) 3 slashes comments are not allowed; use "// Comment." instead
(#132) Expected "if (...) {\n"; found "if(...){\n"
(#132) Expected 1 space after IF keyword; 0 found
(#132) Expected 1 space after closing parenthesis; found 0
(#134) Expected 1 space after closing brace; 0 found
(#134) Expected "} else {\n"; found "}else{\n"
(#134) Expected 1 space after ELSE keyword; 0 found
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) No space found before comment text; expected "// This puts all our display logic into the renderer.php files in this plugin" but found "//This puts all our display logic into the renderer.php files in this plugin"
(#145) No space found before comment text; expected "// From here we actually display the page." but found "//From here we actually display the page."
(#148) Blank line found at start of control structure
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) No space found before comment text; expected "// load individual attempt page with most recent(human or machine) eval and action buttons" but found "//load individual attempt page with most recent(human or machine) eval and action buttons"
(#151) The CASE body must start on the line following the statement
(#162) Variable "force_aidata" must not contain underscores.
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) No space found before comment text; expected "// ai data could still be used if not human grading. we just do not force it" but found "//ai data could still be used if not human grading. we just do not force it"
(#165) Short array syntax must be used to define arrays
(#170) Variable "force_aidata" must not contain underscores.
(#171) Variable "force_aidata" must not contain underscores.
(#172) Variable "force_aidata" must not contain underscores.
(#173) Variable "force_aidata" must not contain underscores.
(#175) Short array syntax must be used to define arrays
(#178) Variable "force_aidata" must not contain underscores.
(#179) No space found after comma in argument list
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#179) No space found after comma in argument list
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space between the comma and "$collapsespaces". Found: no spaces
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) No space found before comment text; expected "// load individual attempt page with machine eval and action buttons (BUT rerun the AI auto grade code on it first)" but found "//load individual attempt page with machine eval and action buttons (BUT rerun the AI auto grade code on it first)"
(#186) The CASE body must start on the line following the statement
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) No space found before comment text; expected "// this forces the regrade using any changes in the diff algorythm, or alternatives" but found "//this forces the regrade using any changes in the diff algorythm, or alternatives"
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) No space found before comment text; expected "// must be done before instant. $passagehelper which also aigrade object internally" but found "//must be done before instant. $passagehelper which also aigrade object internally"
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) No space found before comment text; expected "// fetch attempt and ai data" but found "//fetch attempt and ai data"
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) No space found before comment text; expected "// check group access" but found "//check group access"
(#209) Variable "force_aidata" must not contain underscores.
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) No space found before comment text; expected "// in this case we are just interested in ai data" but found "//in this case we are just interested in ai data"
(#213) Variable "force_aidata" must not contain underscores.
(#214) No space found after comma in argument list
(#214) Commas (,) must be followed by white space.
(#214) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) No space found before comment text; expected "// if we can grade and manage attempts show the gradenow button" but found "//if we can grade and manage attempts show the gradenow button"
(#219) Opening parenthesis of a multi-line function call must be the last content on the line
(#219) Only one argument is allowed per line in a multi-line function call
(#220) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#220) Closing parenthesis of a multi-line function call must be on a line by itself
(#227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) No space found before comment text; expected "// load individual attempt page with machine eval (NO action buttons )" but found "//load individual attempt page with machine eval (NO action buttons )"
(#228) This comment is 63% valid code; is this commented out code?
(#228) Line indented incorrectly; expected at least 4 spaces, found 0
(#247) Line indented incorrectly; expected at least 4 spaces, found 0
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) No space found before comment text; expected "// load individual attempt page with machine eval and action buttons" but found "//load individual attempt page with machine eval and action buttons"
(#250) This comment is 64% valid code; is this commented out code?
(#250) Line indented incorrectly; expected at least 4 spaces, found 0
(#277) Line indented incorrectly; expected at least 4 spaces, found 0
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) No space found before comment text; expected "// list view of attempts and grades and action links" but found "//list view of attempts and grades and action links"
(#282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#282) No space found before comment text; expected "// formdata should only have simple values, not objects" but found "//formdata should only have simple values, not objects"
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) No space found before comment text; expected "// later it gets turned into urls for the export buttons" but found "//later it gets turned into urls for the export buttons"
(#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 "// list view of attempts and grades and action links for a particular user" but found "//list view of attempts and grades and action links for a particular user"
(#296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) No space found before comment text; expected "// formdata should only have simple values, not objects" but found "//formdata should only have simple values, not objects"
(#297) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) No space found before comment text; expected "// later it gets turned into urls for the export buttons" but found "//later it gets turned into urls for the export buttons"
(#304) Inline comments must start with a capital letter, digit or 3-dots sequence
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) No space found before comment text; expected "// list view of attempts and machine grades and action links" but found "//list view of attempts and machine grades and action links"
(#305) This comment is 55% valid code; is this commented out code?
(#305) Line indented incorrectly; expected at least 4 spaces, found 0
(#332) Line indented incorrectly; expected at least 4 spaces, found 0
(#333) Inline comments must start with a capital letter, digit or 3-dots sequence
(#333) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) No space found before comment text; expected "// list view of machine attempts and grades and action links for a particular user" but found "//list view of machine attempts and grades and action links for a particular user"
(#334) This comment is 56% valid code; is this commented out code?
(#334) Line indented incorrectly; expected at least 4 spaces, found 0
(#345) Line indented incorrectly; expected at least 4 spaces, found 0
(#353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#353) No space found before comment text; expected "// if we got to here we are loading the report on screen" but found "//if we got to here we are loading the report on screen"
(#354) No space found before comment text; expected "// so we need our audio player loaded" but found "//so we need our audio player loaded"
(#355) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) No space found before comment text; expected "// here we set up any info we need to pass into javascript" but found "//here we set up any info we need to pass into javascript"
(#356) Variable "aph_opts" must not contain underscores.
(#356) PHP keywords must be lowercase; expected "array" but found "Array"
(#356) Short array syntax must be used to define arrays
(#358) Inline comments must start with a capital letter, digit or 3-dots sequence
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) No space found before comment text; expected "// this inits the js for the audio players on the list of submissions" but found "//this inits the js for the audio players on the list of submissions"
(#359) Short array syntax must be used to define arrays
(#359) Variable "aph_opts" must not contain underscores.
(#361) This comment is 50% valid code; is this commented out code?
(#369) Expected "if (...) {\n"; found "if(...){\n"
(#369) Expected 1 space after IF keyword; 0 found
(#369) Expected 1 space after closing parenthesis; found 0
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) Expected 1 space after closing brace; 0 found
(#375) Expected "} else {\n"; found "}else{\n"
(#375) Expected 1 space after ELSE keyword; 0 found
(#378) Expected 1 space after closing brace; 0 found
(#378) Expected "} else {\n"; found "}else{\n"
(#378) Expected 1 space after ELSE keyword; 0 found
(#389) Opening parenthesis of a multi-line function call must be the last content on the line
(#389) Only one argument is allowed per line in a multi-line function call
(#389) Only one argument is allowed per line in a multi-line function call
(#389) Only one argument is allowed per line in a multi-line function call
(#390) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#390) Closing parenthesis of a multi-line function call must be on a line by itself
(#397) Expected "if (...) {\n"; found "if(...) {\n"
(#397) Expected 1 space after IF keyword; 0 found
(#398) Inline comments must start with a capital letter, digit or 3-dots sequence
(#398) Inline comments must end in full-stops, exclamation marks, or question marks
(#398) No space found before comment text; expected "// css must be required before header sent out" but found "//css must be required before header sent out"
(#399) Space after opening parenthesis of function call prohibited
(#404) Opening parenthesis of a multi-line function call must be the last content on the line
(#404) Only one argument is allowed per line in a multi-line function call
(#404) Only one argument is allowed per line in a multi-line function call
(#404) Only one argument is allowed per line in a multi-line function call
(#404) Only one argument is allowed per line in a multi-line function call
(#404) Line exceeds 132 characters; contains 148 characters
(#405) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#405) Closing parenthesis of a multi-line function call must be on a line by itself
(#406) Expected 1 space after closing brace; 0 found
(#406) Expected "} else {\n"; found "}else{\n"
(#406) Expected 1 space after ELSE keyword; 0 found
(#408) Variable "perpage_selector" must not contain underscores.
(#415) Variable "perpage_selector" must not contain underscores.
(#416) Opening parenthesis of a multi-line function call must be the last content on the line
(#416) Only one argument is allowed per line in a multi-line function call
(#416) Only one argument is allowed per line in a multi-line function call
(#416) Only one argument is allowed per line in a multi-line function call
(#416) Only one argument is allowed per line in a multi-line function call
(#416) Line exceeds 132 characters; contains 148 characters
(#417) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#417) Closing parenthesis of a multi-line function call must be on a line by itself
(#424) Expected 1 newline at end of file; 0 found
public/mod/readaloud/index.php
(#2) Moodle boilerplate not found at first line
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) 3 slashes comments are not allowed; use "// Comment." instead
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Short array syntax must be used to define arrays
(#43) Short array syntax must be used to define arrays
(#51) Short array syntax must be used to define arrays
(#56) Short array syntax must be used to define arrays
(#57) Short array syntax must be used to define arrays
(#59) Short array syntax must be used to define arrays
(#60) Short array syntax must be used to define arrays
(#62) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#69) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#69) Short array syntax must be used to define arrays
(#70) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#71) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#71) Short array syntax must be used to define arrays
(#71) Closing parenthesis of a multi-line function call must be on a line by itself
(#74) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#74) Short array syntax must be used to define arrays
(#75) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#75) Closing parenthesis of a multi-line function call must be on a line by itself
(#78) Logical operator "or" is prohibited; use "||" instead
(#79) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
public/mod/readaloud/lang/en/readaloud.php
(#1) Moodle boilerplate not found
(#18) The string key "modulename_help" is not in the correct order, it should be before "modulenameplural"
(#20) Whitespace found at end of line within string
(#22) Whitespace found at end of line within string
(#24) Whitespace found at end of line within string
(#26) Whitespace found at end of line within string
(#32) Unexpected comment found. Auto-fixing will not work after this comment
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) This comment is 78% valid code; is this commented out code?
(#32) No space found before comment text; expected "// $string['readaloud'] = 'readaloud';" but found "//$string['readaloud'] = 'readaloud';"
(#33) The string key "activitylink" is not in the correct order, it should be before "readaloudname_help"
(#42) The string key "readaloud:itemview" is not in the correct order, it should be before "readaloud:view"
(#43) The string key "readaloud:itemedit" is not in the correct order, it should be before "readaloud:itemview"
(#45) The string key "readaloud:manageattempts" is not in the correct order, it should be before "readaloud:tts"
(#46) The string key "readaloud:manage" is not in the correct order, it should be before "readaloud:manageattempts"
(#50) The string key "readaloud:pushtoclones" is not in the correct order, it should be before "readaloud:viewreports"
(#51) The string key "privacy:metadata" is not in the correct order, it should be before "readaloud:pushtoclones"
(#53) The string key "id" is not in the correct order, it should be before "privacy:metadata"
(#56) The string key "basicheading" is not in the correct order, it should be before "timecreated"
(#57) The string key "attemptsheading" is not in the correct order, it should be before "basicheading"
(#58) Unexpected comment found. Auto-fixing will not work after this comment
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) This comment is 78% valid code; is this commented out code?
(#58) No space found before comment text; expected "// $string['attemptsbyuserheading'] = 'User Attempts Report';" but found "//$string['attemptsbyuserheading'] = 'User Attempts Report';"
(#62) The string key "gradingbyuserheading" is not in the correct order, it should be before "machinegradingheading"
(#65) The string key "overview" is not in the correct order, it should be before "totalattempts"
(#68) The string key "preview" is not in the correct order, it should be before "view"
(#70) The string key "reports" is not in the correct order, it should be before "viewreports"
(#72) The string key "grading" is not in the correct order, it should be before "viewgrading"
(#73) The string key "gradenow" is not in the correct order, it should be before "grading"
(#74) The string key "cannotgradenow" is not in the correct order, it should be before "gradenow"
(#75) Unexpected comment found. Auto-fixing will not work after this comment
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) This comment is 78% valid code; is this commented out code?
(#75) No space found before comment text; expected "// $string['gradenowtitle'] = 'Grading: {$a}';" but found "//$string['gradenowtitle'] = 'Grading: {$a}';"
(#78) The string key "basicreport" is not in the correct order, it should be before "showingmachinegradedattempt"
(#80) The string key "returntogradinghome" is not in the correct order, it should be before "returntoreports"
(#82) The string key "exportexcel" is not in the correct order, it should be before "returntomachinegradinghome"
(#83) Unexpected comment found. Auto-fixing will not work after this comment
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) This comment is 78% valid code; is this commented out code?
(#83) No space found before comment text; expected "// $string['mingradedetails'] = 'The minimum Read Aloud grade(%) required to "complete" this activity.';" but found "//$string['mingradedetails'] = 'The minimum Read Aloud grade(%) required to "complete" this activity.';"
(#85) The string key "deletealluserdata" is not in the correct order, it should be before "mingrade"
(#88) The string key "gradeoptions" is not in the correct order, it should be before "unlimited"
(#91) The string key "gradeoptions_details" is not in the correct order, it should be before "gradeoptions_help"
(#93) The string key "gradenone" is not in the correct order, it should be before "gradeoptions_details"
(#94) The string key "gradelowest" is not in the correct order, it should be before "gradenone"
(#95) The string key "gradehighest" is not in the correct order, it should be before "gradelowest"
(#97) The string key "gradeaverage" is not in the correct order, it should be before "gradelatest"
(#98) Unexpected comment found. Auto-fixing will not work after this comment
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) This comment is 78% valid code; is this commented out code?
(#98) No space found before comment text; expected "// $string['defaultsettings'] = 'Default Settings';" but found "//$string['defaultsettings'] = 'Default Settings';"
(#99) The string key "exceededattempts" is not in the correct order, it should be before "gradeaverage"
(#100) The string key "exceededallattempts" is not in the correct order, it should be before "exceededattempts"
(#102) The string key "passagelabel" is not in the correct order, it should be before "readaloudtask"
(#105) The string key "feedbacklabel" is not in the correct order, it should be before "welcomelabel_details"
(#108) The string key "feedbacklabel" is not in the correct order, it should be before "welcomelabel"
(#109) The string key "alternatives" is not in the correct order, it should be before "feedbacklabel"
(#115) The string key "defaultfeedback" is not in the correct order, it should be before "defaultwelcome"
(#117) The string key "gotnosound" is not in the correct order, it should be before "timelimit"
(#118) The string key "done" is not in the correct order, it should be before "gotnosound"
(#120) Unexpected comment found. Auto-fixing will not work after this comment
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) This comment is 78% valid code; is this commented out code?
(#120) No space found before comment text; expected "// $string['feedbackheader'] = 'Finished';" but found "//$string['feedbackheader'] = 'Finished';"
(#121) The string key "beginreading" is not in the correct order, it should be before "processing"
(#125) The string key "attemptsreport" is not in the correct order, it should be before "uploadconverterror"
(#129) The string key "averages" is not in the correct order, it should be before "summaryexplainer"
(#132) The string key "id" is not in the correct order, it should be before "submitted"
(#134) The string key "audiofile" is not in the correct order, it should be before "username"
(#136) The string key "timecreated" is not in the correct order, it should be before "wpm"
(#137) The string key "nodataavailable" is not in the correct order, it should be before "timecreated"
(#139) The string key "reattempt" is not in the correct order, it should be before "saveandnext"
(#140) The string key "notgradedyet" is not in the correct order, it should be before "reattempt"
(#142) The string key "evaluatedmessage" is not in the correct order, it should be before "notmanuallygradedyet"
(#145) The string key "enabletts" is not in the correct order, it should be before "notaddedtogradebook"
(#147) Unexpected comment found. Auto-fixing will not work after this comment
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) No space found before comment text; expected "// we hijacked this setting for both TTS STT .... bad ... but they are always the same aren't they?" but found "//we hijacked this setting for both TTS STT .... bad ... but they are always the same aren't they?"
(#150) The string key "deleteattemptconfirm" is not in the correct order, it should be before "ttslanguage_details"
(#152) The string key "allowearlyexit" is not in the correct order, it should be before "deletenow"
(#155) The string key "allowearlyexit_defaultdetails" is not in the correct order, it should be before "allowearlyexit_details"
(#159) The string key "accuracy" is not in the correct order, it should be before "itemsperpage_details"
(#164) The string key "grade" is not in the correct order, it should be before "mistakes"
(#166) The string key "av_grade_p" is not in the correct order, it should be before "grade_p"
(#168) The string key "av_wpm" is not in the correct order, it should be before "h_grade_p"
(#175) The string key "passage" is not in the correct order, it should be before "targetwpm_help"
(#177) The string key "passage_descr" is not in the correct order, it should be before "passage_help"
(#182) The string key "ttsspeed_help" is not in the correct order, it should be before "ttsvoice_help"
(#183) The string key "alternatives_help" is not in the correct order, it should be before "ttsspeed_help"
(#185) The string key "accadjust" is not in the correct order, it should be before "alternatives_help"
(#197) The string key "accmethod_auto" is not in the correct order, it should be before "accmethod_none"
(#203) The string key "apisecret" is not in the correct order, it should be before "apiuser_details"
(#210) The string key "tokyo" is not in the correct order, it should be before "useast1"
(#211) The string key "sydney" is not in the correct order, it should be before "tokyo"
(#212) The string key "dublin" is not in the correct order, it should be before "sydney"
(#213) The string key "capetown" is not in the correct order, it should be before "dublin"
(#214) The string key "bahrain" is not in the correct order, it should be before "capetown"
(#216) The string key "frankfurt" is not in the correct order, it should be before "ottawa"
(#220) The string key "mumbai" is not in the correct order, it should be before "singapore"
(#222) The string key "forever" is not in the correct order, it should be before "ningxia"
(#224) The string key "en-us" is not in the correct order, it should be before "forever"
(#226) The string key "en-au" is not in the correct order, it should be before "es-us"
(#228) The string key "en-gb" is not in the correct order, it should be before "en-ph"
(#233) The string key "en-in" is not in the correct order, it should be before "pt-br"
(#236) The string key "fil-ph" is not in the correct order, it should be before "fr-fr"
(#237) The string key "de-de" is not in the correct order, it should be before "fil-ph"
(#238) The string key "de-ch" is not in the correct order, it should be before "de-de"
(#239) The string key "de-at" is not in the correct order, it should be before "de-ch"
(#240) The string key "da-dk" is not in the correct order, it should be before "de-at"
(#243) The string key "ar-ae" is not in the correct order, it should be before "ko-kr"
(#246) The string key "nl-nl" is not in the correct order, it should be before "zh-cn"
(#247) The string key "nl-be" is not in the correct order, it should be before "nl-nl"
(#248) The string key "en-ie" is not in the correct order, it should be before "nl-be"
(#250) The string key "en-ab" is not in the correct order, it should be before "en-wl"
(#259) The string key "mi-nz" is not in the correct order, it should be before "ms-my"
(#267) The string key "eu-es" is not in the correct order, it should be before "uk-ua"
(#272) The string key "no-no" is not in the correct order, it should be before "sv-se"
(#273) The string key "nb-no" is not in the correct order, it should be before "no-no"
(#278) The string key "bg-bg" is not in the correct order, it should be before "ro-ro"
(#278) Unexpected comment found. Auto-fixing will not work after this comment
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) Unexpected comment found. Auto-fixing will not work after this comment
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Unexpected comment found. Auto-fixing will not work after this comment
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Unexpected comment found. Auto-fixing will not work after this comment
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#282) Unexpected comment found. Auto-fixing will not work after this comment
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) Unexpected comment found. Auto-fixing will not work after this comment
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Unexpected comment found. Auto-fixing will not work after this comment
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Unexpected comment found. Auto-fixing will not work after this comment
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) Unexpected comment found. Auto-fixing will not work after this comment
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) The string key "ps-af" is not in the correct order, it should be before "so-so"
(#287) Unexpected comment found. Auto-fixing will not work after this comment
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) The string key "is-is" is not in the correct order, it should be before "ps-af"
(#288) Unexpected comment found. Auto-fixing will not work after this comment
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Unexpected comment found. Auto-fixing will not work after this comment
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Unexpected comment found. Auto-fixing will not work after this comment
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) Unexpected comment found. Auto-fixing will not work after this comment
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) The string key "awsregion" is not in the correct order, it should be before "vi-vn"
(#295) The string key "awsregion_details" is not in the correct order, it should be before "region"
(#297) The string key "aigradenow" is not in the correct order, it should be before "expiredays"
(#301) The string key "review" is not in the correct order, it should be before "viewmachinegrading"
(#302) The string key "regrade" is not in the correct order, it should be before "review"
(#304) Unexpected comment found. Auto-fixing will not work after this comment
(#304) Inline comments must start with a capital letter, digit or 3-dots sequence
(#304) This comment is 78% valid code; is this commented out code?
(#304) No space found before comment text; expected "// $string['dospotcheck'] = "Spot Check";" but found "//$string['dospotcheck'] = "Spot Check";"
(#306) The string key "gradingbutton" is not in the correct order, it should be before "spotcheckbutton"
(#308) Unexpected comment found. Auto-fixing will not work after this comment
(#308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#308) This comment is 78% valid code; is this commented out code?
(#308) No space found before comment text; expected "// $string['doaigrade'] = "AI Grade";" but found "//$string['doaigrade'] = "AI Grade";"
(#309) The string key "doclear" is not in the correct order, it should be before "transcriptcheckbutton"
(#313) The string key "rawaccuracy_p" is not in the correct order, it should be before "rawwpm"
(#315) The string key "adjustedwpm" is not in the correct order, it should be before "rawgrade_p"
(#316) The string key "adjustedaccuracy_p" is not in the correct order, it should be before "adjustedwpm"
(#326) The string key "postattempt_eval" is not in the correct order, it should be before "postattempt_none"
(#328) The string key "postattempt_evalerrors" is not in the correct order, it should be before "postattempt_evalerrorsnograde"
(#331) The string key "attemptsperpage" is not in the correct order, it should be before "postattempt_evalerrors"
(#334) The string key "quickgrade" is not in the correct order, it should be before "transcript"
(#335) The string key "ok" is not in the correct order, it should be before "quickgrade"
(#336) The string key "ng" is not in the correct order, it should be before "ok"
(#338) The string key "machinegrademethod" is not in the correct order, it should be before "notok"
(#342) The string key "machinegradehybrid" is not in the correct order, it should be before "machinegradenone"
(#344) The string key "admintab" is not in the correct order, it should be before "machinegrademachineonly"
(#346) The string key "machineregradeall" is not in the correct order, it should be before "viewadmintab"
(#348) The string key "currenterrorestimate" is not in the correct order, it should be before "pushalltogradebook"
(#349) The string key "admintabtitle" is not in the correct order, it should be before "currenterrorestimate"
(#350) The string key "admintabinstructions" is not in the correct order, it should be before "admintabtitle"
(#354) The string key "machineregraded" is not in the correct order, it should be before "noattemptsregrade"
(#355) The string key "machinegradespushed" is not in the correct order, it should be before "machineregraded"
(#359) The string key "onemin" is not in the correct order, it should be before "xsecs"
(#361) The string key "oneminxsecs" is not in the correct order, it should be before "xmins"
(#364) The string key "postattemptheader" is not in the correct order, it should be before "xminsecs"
(#367) The string key "grader" is not in the correct order, it should be before "recordingaiheader"
(#372) The string key "displaysubs" is not in the correct order, it should be before "grader_ungraded"
(#374) The string key "noapisecret" is not in the correct order, it should be before "noapiuser"
(#375) The string key "credentialsinvalid" is not in the correct order, it should be before "noapisecret"
(#376) The string key "appauthorised" is not in the correct order, it should be before "credentialsinvalid"
(#379) The string key "notokenincache" is not in the correct order, it should be before "refreshtoken"
(#380) Unexpected comment found. Auto-fixing will not work after this comment
(#380) Inline comments must start with a capital letter, digit or 3-dots sequence
(#380) Inline comments must end in full-stops, exclamation marks, or question marks
(#380) No space found before comment text; expected "// these errors are displayed on activity page" but found "//these errors are displayed on activity page"
(#381) The string key "nocredentials" is not in the correct order, it should be before "notokenincache"
(#383) The string key "nosubscriptions" is not in the correct order, it should be before "novalidcredentials"
(#388) The string key "privacy:metadata:filename" is not in the correct order, it should be before "privacy:metadata:userid"
(#390) The string key "privacy:metadata:accuracy" is not in the correct order, it should be before "privacy:metadata:wpm"
(#393) The string key "privacy:metadata:sessionerrors" is not in the correct order, it should be before "privacy:metadata:sessiontime"
(#395) The string key "privacy:metadata:sessionendword" is not in the correct order, it should be before "privacy:metadata:sessionerrors"
(#396) The string key "privacy:metadata:errorcount" is not in the correct order, it should be before "privacy:metadata:sessionendword"
(#398) The string key "privacy:metadata:attempttable" is not in the correct order, it should be before "privacy:metadata:timemodified"
(#399) The string key "privacy:metadata:aitable" is not in the correct order, it should be before "privacy:metadata:attempttable"
(#402) The string key "privacy:metadata:fulltranscriptpurpose" is not in the correct order, it should be before "privacy:metadata:transcriptpurpose"
(#403) The string key "privacy:metadata:cloudpoodllcom:userid" is not in the correct order, it should be before "privacy:metadata:fulltranscriptpurpose"
(#405) The string key "privacy:metadata:cloudpoodllcom" is not in the correct order, it should be before "privacy:metadata:cloudpoodllcom:userid"
(#407) The string key "mistranscriptions_summary" is not in the correct order, it should be before "privacy:metadata:cloudpoodllcom"
(#411) The string key "mistranscriptions" is not in the correct order, it should be before "passageword"
(#412) The string key "mistrans_count" is not in the correct order, it should be before "mistranscriptions"
(#415) The string key "previewreading" is not in the correct order, it should be before "total_mistranscriptions"
(#418) The string key "landrreading" is not in the correct order, it should be before "startshadowreading"
(#424) The string key "transcriber_guided" is not in the correct order, it should be before "transcriber_none"
(#427) The string key "stricttranscribe" is not in the correct order, it should be before "transcriber_strict"
(#430) Unexpected comment found. Auto-fixing will not work after this comment
(#430) Inline comments must start with a capital letter, digit or 3-dots sequence
(#430) This comment is 74% valid code; is this commented out code?
(#430) No space found before comment text; expected "// $string['submitrawaudio'] = 'Submit uncompressed audio';" but found "//$string['submitrawaudio'] = 'Submit uncompressed audio';"
(#431) Unexpected comment found. Auto-fixing will not work after this comment
(#431) No space found before comment text; expected "// $string['submitrawaudio_details'] = 'Submitting uncompressed audio may increase transcription accuracy, but at the expense of upload speed and reliability.';" but found "//$string['submitrawaudio_details'] = 'Submitting uncompressed audio may increase transcription accuracy, but at the expense of upload speed and reliability.';"
(#433) The string key "sessionscoremethod" is not in the correct order, it should be before "stricttranscribe_details"
(#438) The string key "modelaudio" is not in the correct order, it should be before "sessionscorestrict"
(#440) The string key "enablepreview" is not in the correct order, it should be before "ttsvoice"
(#444) The string key "enablelandr" is not in the correct order, it should be before "enableshadow_details"
(#448) The string key "modelaudioclear" is not in the correct order, it should be before "uploadmodelaudio"
(#449) The string key "modelaudiobreaksgenerate" is not in the correct order, it should be before "modelaudioclear"
(#450) The string key "modelaudio_recordinstructions" is not in the correct order, it should be before "modelaudiobreaksgenerate"
(#451) The string key "modelaudio_playerinstructions" is not in the correct order, it should be before "modelaudio_recordinstructions"
(#452) The string key "modelaudio_breaksinstructions" is not in the correct order, it should be before "modelaudio_playerinstructions"
(#454) The string key "modelaudio_playertitle" is not in the correct order, it should be before "modelaudio_recordtitle"
(#455) The string key "modelaudio_breakstitle" is not in the correct order, it should be before "modelaudio_playertitle"
(#458) The string key "ttsspeed" is not in the correct order, it should be before "viewmodeltranscript"
(#459) The string key "mediumspeed" is not in the correct order, it should be before "ttsspeed"
(#461) The string key "extraslowspeed" is not in the correct order, it should be before "slowspeed"
(#465) The string key "returnmenu" is not in the correct order, it should be before "welcomemenu"
(#466) The string key "attemptno" is not in the correct order, it should be before "returnmenu"
(#468) The string key "chartexplainer" is not in the correct order, it should be before "progresschart"
(#471) The string key "normalhelp" is not in the correct order, it should be before "previewhelp"
(#473) The string key "landrhelp" is not in the correct order, it should be before "shadowhelp"
(#475) The string key "playbutton" is not in the correct order, it should be before "quizhelp"
(#478) The string key "returntomenu" is not in the correct order, it should be before "stopbutton"
(#479) The string key "fullreport" is not in the correct order, it should be before "returntomenu"
(#485) The string key "checking" is not in the correct order, it should be before "secs_till_check"
(#489) The string key "defaultrecorder" is not in the correct order, it should be before "recorder_help"
(#492) The string key "rec_once" is not in the correct order, it should be before "rec_readaloud"
(#497) The string key "close" is not in the correct order, it should be before "transcriber_warning"
(#499) The string key "modelaudiobreaksclear" is not in the correct order, it should be before "modelaudiowarning"
(#501) The string key "enablesetuptab" is not in the correct order, it should be before "savemodelaudiomarkup"
(#504) Unexpected comment found. Auto-fixing will not work after this comment
(#504) Inline comments must start with a capital letter, digit or 3-dots sequence
(#504) This comment is 100% valid code; is this commented out code?
(#504) No space found before comment text; expected "// $string['failedttsmarkup']='Unable to mark up speech..';" but found "//$string['failedttsmarkup']='Unable to mark up speech..';"
(#505) The string key "manualbreaktiming" is not in the correct order, it should be before "setup"
(#508) The string key "addpassage" is not in the correct order, it should be before "nopassage"
(#510) The string key "letsaddpassage" is not in the correct order, it should be before "waitforpassage"
(#513) The string key "readaloud:itemedit" is not in the correct order, it should be before "readaloud:itemview"
(#515) Unexpected comment found. Auto-fixing will not work after this comment
(#515) Inline comments must start with a capital letter, digit or 3-dots sequence
(#515) This comment is 78% valid code; is this commented out code?
(#515) No space found before comment text; expected "// rsquestions" but found "//rsquestions"
(#516) Unexpected comment found. Auto-fixing will not work after this comment
(#516) No space found before comment text; expected "// $string['durationgradesettings'] = 'Grade Settings ';" but found "//$string['durationgradesettings'] = 'Grade Settings ';"
(#517) Unexpected comment found. Auto-fixing will not work after this comment
(#517) No space found before comment text; expected "// $string['durationboundary']='{$a}: Completion time less than (seconds)';" but found "//$string['durationboundary']='{$a}: Completion time less than (seconds)';"
(#518) Unexpected comment found. Auto-fixing will not work after this comment
(#518) Inline comments must end in full-stops, exclamation marks, or question marks
(#518) No space found before comment text; expected "// $string['boundarygrade']='{$a}: points ';" but found "//$string['boundarygrade']='{$a}: points ';"
(#519) The string key "numeric" is not in the correct order, it should be before "readaloud:itemedit"
(#520) The string key "iteminuse" is not in the correct order, it should be before "numeric"
(#522) The string key "moveitemdown" is not in the correct order, it should be before "moveitemup"
(#524) Unexpected comment found. Auto-fixing will not work after this comment
(#524) Inline comments must start with a capital letter, digit or 3-dots sequence
(#524) Inline comments must end in full-stops, exclamation marks, or question marks
(#524) No space found before comment text; expected "// questions" but found "//questions"
(#526) The string key "managersquestions" is not in the correct order, it should be before "rsquestions"
(#527) The string key "correctanswer" is not in the correct order, it should be before "managersquestions"
(#529) The string key "addnewitem" is not in the correct order, it should be before "whatdonow"
(#530) The string key "addingitem" is not in the correct order, it should be before "addnewitem"
(#532) The string key "addtextpromptshortitem" is not in the correct order, it should be before "editingitem"
(#537) The string key "itemcontents" is not in the correct order, it should be before "itemtitle"
(#538) The string key "answer" is not in the correct order, it should be before "itemcontents"
(#540) The string key "audioitemfile" is not in the correct order, it should be before "saveitem"
(#543) The string key "correct" is not in the correct order, it should be before "itemorder"
(#545) The string key "actions" is not in the correct order, it should be before "itemtype"
(#548) The string key "deleteitem" is not in the correct order, it should be before "previewitem"
(#549) The string key "confirmitemdelete" is not in the correct order, it should be before "deleteitem"
(#552) The string key "itemdetails" is not in the correct order, it should be before "noitems"
(#554) The string key "iscorrectlabel" is not in the correct order, it should be before "itemsummary"
(#556) The string key "textboxchoice" is not in the correct order, it should be before "textchoice"
(#557) The string key "audioresponse" is not in the correct order, it should be before "textboxchoice"
(#561) The string key "correct" is not in the correct order, it should be before "shufflequestions"
(#562) The string key "avgcorrect" is not in the correct order, it should be before "correct"
(#568) The string key "quizcompletedwarning" is not in the correct order, it should be before "waitingforteacher"
(#571) The string key "notmasterinstance" is not in the correct order, it should be before "quizcompletedwarning"
(#574) The string key "pushalternatives" is not in the correct order, it should be before "pushpage"
(#594) The string key "pushcanexitearly" is not in the correct order, it should be before "pushtimelimit_done"
(#602) The string key "pushgradesettings" is not in the correct order, it should be before "pushmodes_done"
(#610) The string key "masterinstance" is not in the correct order, it should be before "pushttsmodelaudio_done"
(#614) The string key "pushpage_clonecount" is not in the correct order, it should be before "pushpage_explanation"
(#618) The string key "disableshadowgrading" is not in the correct order, it should be before "pushpage_noclones"
(#620) Unexpected comment found. Auto-fixing will not work after this comment
(#620) Inline comments must start with a capital letter, digit or 3-dots sequence
(#620) This comment is 78% valid code; is this commented out code?
(#620) No space found before comment text; expected "// $string['gradeable'] = "Gradeable";" but found "//$string['gradeable'] = "Gradeable";"
(#621) The string key "developer" is not in the correct order, it should be before "disableshadowgrading_details"
(#625) Unexpected comment found. Auto-fixing will not work after this comment
(#625) Inline comments must start with a capital letter, digit or 3-dots sequence
(#625) This comment is 74% valid code; is this commented out code?
(#625) No space found before comment text; expected "// $string['memberdashboard'] = "Member Dashboard";" but found "//$string['memberdashboard'] = "Member Dashboard";"
(#626) Unexpected comment found. Auto-fixing will not work after this comment
(#626) No space found before comment text; expected "// $string['memberdashboard_desc'] = "";" but found "//$string['memberdashboard_desc'] = "";"
(#627) The string key "fillcredentials" is not in the correct order, it should be before "freetrial_desc"
(#629) The string key "viewend" is not in the correct order, it should be before "viewstart"
(#631) The string key "viewend_help" is not in the correct order, it should be before "viewstart_help"
(#632) The string key "activitydate:submissionsdue" is not in the correct order, it should be before "viewend_help"
(#636) The string key "activityisclosed" is not in the correct order, it should be before "activityisnotopenyet"
(#639) The string key "activityopenscloses" is not in the correct order, it should be before "until"
(#642) The string key "guidedtranscriptionadmin" is not in the correct order, it should be before "nottsvoice"
(#643) Unexpected comment found. Auto-fixing will not work after this comment
(#643) Inline comments must start with a capital letter, digit or 3-dots sequence
(#643) This comment is 88% valid code; is this commented out code?
(#643) No space found before comment text; expected "// $string['show_guidedtranscriptionadmin']= "Guided Transcription Admin";" but found "//$string['show_guidedtranscriptionadmin']= "Guided Transcription Admin";"
(#644) The string key "guidedtrans_corpus" is not in the correct order, it should be before "guidedtranscriptionadmin"
(#648) The string key "applysettingsrange" is not in the correct order, it should be before "usecorpuschanged"
(#649) The string key "apply_activity" is not in the correct order, it should be before "applysettingsrange"
(#660) The string key "pushcorpus_button" is not in the correct order, it should be before "pushcorpus_details"
(#661) The string key "corpuspushed" is not in the correct order, it should be before "pushcorpus_button"
(#668) The string key "courseattemptsreport" is not in the correct order, it should be before "passagekey_help"
(#669) The string key "courseattemptsheading" is not in the correct order, it should be before "courseattemptsreport"
(#672) The string key "activityname" is not in the correct order, it should be before "studentname"
(#674) The string key "activitywords" is not in the correct order, it should be before "errorcount"
(#676) The string key "oralreadingscore" is not in the correct order, it should be before "readingtime"
(#679) The string key "courseattempts_explanation" is not in the correct order, it should be before "reportsmenutoptext"
(#680) The string key "attemptssummary_explanation" is not in the correct order, it should be before "courseattempts_explanation"
(#684) The string key "advancedheader" is not in the correct order, it should be before "customfont_help"
(#689) The string key "missedwords_explanation" is not in the correct order, it should be before "missedwordsreport"
(#690) The string key "missed_count" is not in the correct order, it should be before "missedwords_explanation"
(#694) The string key "unit_percent" is not in the correct order, it should be before "unit_wpm"
(#697) The string key "totalwords" is not in the correct order, it should be before "unit_words"
(#699) The string key "confirm_cancel_recording" is not in the correct order, it should be before "totalwords"
(#700) The string key "aitextutilsshow" is not in the correct order, it should be before "confirm_cancel_recording"
(#701) The string key "aitextutilshide" is not in the correct order, it should be before "aitextutilsshow"
(#704) The string key "article-topic-here" is not in the correct order, it should be before "textsimplifier_instructions"
(#707) The string key "entersomething" is not in the correct order, it should be before "simplify-text"
(#710) The string key "reallyoverwritepassage" is not in the correct order, it should be before "textoverwriteconfirm"
(#711) The string key "overwrite" is not in the correct order, it should be before "reallyoverwritepassage"
(#712) The string key "cancel" is not in the correct order, it should be before "overwrite"
(#720) The string key "datatables_paginate_first" is not in the correct order, it should be before "datatables_zerorecords"
(#724) The string key "datatables_emptytable" is not in the correct order, it should be before "datatables_paginate_previous"
(#725) The string key "datatables_aria_sortascending" is not in the correct order, it should be before "datatables_emptytable"
(#729) The string key "three" is not in the correct order, it should be before "two"
(#730) The string key "four" is not in the correct order, it should be before "three"
(#731) The string key "five" is not in the correct order, it should be before "four"
(#736) The string key "eventreadaloudattemptsubmitted" is not in the correct order, it should be before "stdashboardid_details"
(#737) The string key "cloudpoodllserver" is not in the correct order, it should be before "eventreadaloudattemptsubmitted"
(#742) The string key "completionallsteps_help" is not in the correct order, it should be before "completiondetail:allsteps"
public/mod/readaloud/lang/es/readaloud.php
(#1) Moodle boilerplate not found
(#17) The string key "normalhelp" is not in the correct order, it should be before "previewhelp"
(#19) The string key "landrhelp" is not in the correct order, it should be before "shadowhelp"
public/mod/readaloud/lib.php
(#2) Moodle boilerplate not found at first line
(#32) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#34) Import statements must not begin with a leading backslash
(#35) Import statements must not begin with a leading backslash
(#37) 80 slashes comments are not allowed; use "// Comment." instead
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) 80 slashes comments are not allowed; use "// Comment." instead
(#49) Opening brace should be on the same line as the declaration
(#76) Line indented incorrectly; expected at least 12 spaces, found 8
(#76) Whitespace found at end of line
(#77) Line indented incorrectly; expected at least 12 spaces, found 8
(#77) Whitespace found at end of line
(#93) Opening brace should be on the same line as the declaration
(#105) Opening brace should be on the same line as the declaration
(#106) Short array syntax must be used to define arrays
(#109) Missing docblock for function readaloud_editor_with_files_options
(#110) Opening brace should be on the same line as the declaration
(#111) Short array syntax must be used to define arrays
(#115) There should be a comma after the last array item in a multi-line array.
(#119) Missing docblock for function readaloud_editor_no_files_options
(#120) Opening brace should be on the same line as the declaration
(#121) Short array syntax must be used to define arrays
(#124) Missing docblock for function readaloud_picturefile_options
(#125) Opening brace should be on the same line as the declaration
(#126) Short array syntax must be used to define arrays
(#131) Short array syntax must be used to define arrays
(#131) There should be a comma after the last array item in a multi-line array.
(#138) Docblock tag "@global" is not recommended.
(#139) Docblock tag "@global" is not recommended.
(#144) Opening brace should be on the same line as the declaration
(#150) Short array syntax must be used to define arrays
(#162) Docblock tag "@global" is not recommended.
(#163) Docblock tag "@global" is not recommended.
(#168) Opening brace should be on the same line as the declaration
(#172) Short array syntax must be used to define arrays
(#179) Short array syntax must be used to define arrays
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) No space found before comment text; expected "// delete AI grades" but found "//delete AI grades"
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Short array syntax must be used to define arrays
(#192) There should be a comma after the last array item in a multi-line array.
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) 3 slashes comments are not allowed; use "// Comment." instead
(#198) Short array syntax must be used to define arrays
(#199) Short array syntax must be used to define arrays
(#216) Opening brace should be on the same line as the declaration
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) No space found before comment text; expected "// workaround for buggy PHP versions" but found "//workaround for buggy PHP versions"
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) No space found before comment text; expected "// it may not be always present" but found "//it may not be always present"
(#223) Short array syntax must be used to define arrays
(#225) Short array syntax must be used to define arrays
(#228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) No space found before comment text; expected "// if we are machine grading we need to fetch the error estimate" but found "//if we are machine grading we need to fetch the error estimate"
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) No space found before comment text; expected "// hard coded to no error estimate since we turned off the feature" but found "//hard coded to no error estimate since we turned off the feature"
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) Short array syntax must be used to define arrays
(#280) Short array syntax must be used to define arrays
(#286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) No space found before comment text; expected "// check raw grade isnt null otherwise we insert a grade of 0" but found "//check raw grade isnt null otherwise we insert a grade of 0"
(#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 "// setting rawgrade to null just in case user is deleting a grade" but found "//setting rawgrade to null just in case user is deleting a grade"
(#317) Opening brace should be on the same line as the declaration
(#323) Blank line found at end of control structure
(#342) Blank line found at end of control structure
(#343) Logical operator "and" is prohibited; use "&&" instead
(#348) Blank line found at end of control structure
(#357) Docblock tag "@global" is not recommended.
(#358) Docblock tag "@global" is not recommended.
(#364) Opening brace should be on the same line as the declaration
(#367) Short array syntax must be used to define arrays
(#375) Blank line found at end of control structure
(#379) The CASE body must start on the line following the statement
(#381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#381) Inline comments must end in full-stops, exclamation marks, or question marks
(#381) No space found before comment text; expected "// aigrades sql" but found "//aigrades sql"
(#382) Variable "ai_sql" must not contain underscores.
(#383) Line exceeds 132 characters; contains 147 characters
(#388) Variable "human_sql" must not contain underscores.
(#389) Whitespace found at end of line within string
(#394) Inline comments must start with a capital letter, digit or 3-dots sequence
(#394) No space found before comment text; expected "// from which table do we get these grades.." but found "//from which table do we get these grades.."
(#396) Variable "ai_sql" must not contain underscores.
(#397) Variable "human_sql" must not contain underscores.
(#398) Inline comments must start with a capital letter, digit or 3-dots sequence
(#398) Inline comments must end in full-stops, exclamation marks, or question marks
(#398) No space found before comment text; expected "// here we loop through and choose the higher of the ai or human grades" but found "//here we loop through and choose the higher of the ai or human grades"
(#409) Usage of ELSEIF not allowed; use ELSE IF instead
(#410) Variable "ai_sql" must not contain underscores.
(#411) Blank line found at end of control structure
(#413) Variable "human_sql" must not contain underscores.
(#419) DEFAULT statements must be defined using a colon
(#421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#421) Inline comments must end in full-stops, exclamation marks, or question marks
(#421) No space found before comment text; expected "// aigrades sql" but found "//aigrades sql"
(#422) Variable "ai_sql" must not contain underscores.
(#423) Line exceeds 132 characters; contains 151 characters
(#424) Line exceeds maximum limit of 180 characters; contains 256 characters
(#428) Inline comments must start with a capital letter, digit or 3-dots sequence
(#428) Inline comments must end in full-stops, exclamation marks, or question marks
(#428) No space found before comment text; expected "// human_sql" but found "//human_sql"
(#429) Variable "human_sql" must not contain underscores.
(#431) Line exceeds maximum limit of 180 characters; contains 222 characters
(#435) Inline comments must start with a capital letter, digit or 3-dots sequence
(#435) Inline comments must end in full-stops, exclamation marks, or question marks
(#435) No space found before comment text; expected "// hybrid sql" but found "//hybrid sql"
(#436) Variable "hybrid_sql" must not contain underscores.
(#436) Line exceeds 132 characters; contains 169 characters
(#437) Line exceeds 132 characters; contains 151 characters
(#438) Line exceeds maximum limit of 180 characters; contains 256 characters
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#442) No space found before comment text; expected "// from which table do we get these grades.." but found "//from which table do we get these grades.."
(#444) Variable "hybrid_sql" must not contain underscores.
(#445) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) No space found before comment text; expected "// sessiontime is our indicator that a human grade has been saved." but found "//sessiontime is our indicator that a human grade has been saved."
(#453) Blank line found at end of control structure
(#454) Usage of ELSEIF not allowed; use ELSE IF instead
(#455) Variable "ai_sql" must not contain underscores.
(#456) Blank line found at end of control structure
(#458) Variable "human_sql" must not contain underscores.
(#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 "// return results" but found "//return results"
(#466) Missing docblock for function readaloud_get_completion_state
(#467) Opening brace should be on the same line as the declaration
(#471) Inline comments must start with a capital letter, digit or 3-dots sequence
(#471) Inline comments must end in full-stops, exclamation marks, or question marks
(#471) No space found before comment text; expected "// this is called internally only" but found "//this is called internally only"
(#472) Missing docblock for function readaloud_is_complete
(#473) Opening brace should be on the same line as the declaration
(#482) Inline comments must end in full-stops, exclamation marks, or question marks
(#483) Inline comments must start with a capital letter, digit or 3-dots sequence
(#483) This comment is 88% valid code; is this commented out code?
(#494) Expected 1 space after comma in argument list; 2 found
(#494) Expected 1 space between the comma and "$userid". Found: 2 spaces
(#520) Opening brace should be on the same line as the declaration
(#524) Missing docblock for function readaloud_get_editornames
(#525) Opening brace should be on the same line as the declaration
(#526) Inline comments must start with a capital letter, digit or 3-dots sequence
(#526) Inline comments must end in full-stops, exclamation marks, or question marks
(#526) No space found before comment text; expected "// we removed "passage" to force plain text 30/10/2021" but found "//we removed "passage" to force plain text 30/10/2021"
(#527) Short array syntax must be used to define arrays
(#530) Missing docblock for function readaloud_process_editors
(#531) Opening brace should be on the same line as the declaration
(#549) Inline comments must start with a capital letter, digit or 3-dots sequence
(#549) Inline comments must end in full-stops, exclamation marks, or question marks
(#549) No space found before comment text; expected "// do the passage picture field" but found "//do the passage picture field"
(#551) Line exceeds 132 characters; contains 161 characters
(#569) Opening brace should be on the same line as the declaration
(#575) Line exceeds 132 characters; contains 134 characters
(#575) Inline comments must start with a capital letter, digit or 3-dots sequence
(#575) Inline comments must end in full-stops, exclamation marks, or question marks
(#575) No space found before comment text; expected "// trim any bad chars that might kill recognition (Accents in the real world are fine, but out speech results often wont have them)" but found "//trim any bad chars that might kill recognition (Accents in the real world are fine, but out speech results often wont have them)"
(#578) Inline comments must start with a capital letter, digit or 3-dots sequence
(#578) Inline comments must end in full-stops, exclamation marks, or question marks
(#578) No space found before comment text; expected "// do phonetics" but found "//do phonetics"
(#579) Long list syntax is not allowed
(#582) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#585) Inline comments must start with a capital letter, digit or 3-dots sequence
(#585) Inline comments must end in full-stops, exclamation marks, or question marks
(#585) No space found before comment text; expected "// we want to process the hashcode and lang model if it makes sense" but found "//we want to process the hashcode and lang model if it makes sense"
(#590) Inline comments must start with a capital letter, digit or 3-dots sequence
(#590) Inline comments must end in full-stops, exclamation marks, or question marks
(#590) No space found before comment text; expected "// build a lang model" but found "//build a lang model"
(#602) Inline comments must start with a capital letter, digit or 3-dots sequence
(#602) Inline comments must end in full-stops, exclamation marks, or question marks
(#602) No space found before comment text; expected "// we want to create a polly record and speechmarks, if we have a passage" but found "//we want to create a polly record and speechmarks, if we have a passage"
(#624) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#654) Opening brace should be on the same line as the declaration
(#657) Short array syntax must be used to define arrays
(#664) Line exceeds 132 characters; contains 134 characters
(#664) Inline comments must start with a capital letter, digit or 3-dots sequence
(#664) Inline comments must end in full-stops, exclamation marks, or question marks
(#664) No space found before comment text; expected "// trim any bad chars that might kill recognition (Accents in the real world are fine, but out speech results often wont have them)" but found "//trim any bad chars that might kill recognition (Accents in the real world are fine, but out speech results often wont have them)"
(#667) Inline comments must start with a capital letter, digit or 3-dots sequence
(#667) Inline comments must end in full-stops, exclamation marks, or question marks
(#667) No space found before comment text; expected "// we want to process the hashcode and lang model if it makes sense" but found "//we want to process the hashcode and lang model if it makes sense"
(#668) Short array syntax must be used to define arrays
(#670) Inline comments must start with a capital letter, digit or 3-dots sequence
(#670) Inline comments must end in full-stops, exclamation marks, or question marks
(#670) No space found before comment text; expected "// update the phonetic if it has changed" but found "//update the phonetic if it has changed"
(#671) Long list syntax is not allowed
(#678) Inline comments must start with a capital letter, digit or 3-dots sequence
(#678) Inline comments must end in full-stops, exclamation marks, or question marks
(#678) No space found before comment text; expected "// check if it has changed, if not do not waste time processing it" but found "//check if it has changed, if not do not waste time processing it"
(#680) Inline comments must start with a capital letter, digit or 3-dots sequence
(#680) Inline comments must end in full-stops, exclamation marks, or question marks
(#680) No space found before comment text; expected "// build a lang model" but found "//build a lang model"
(#690) Line exceeds 132 characters; contains 141 characters
(#690) Inline comments must start with a capital letter, digit or 3-dots sequence
(#690) Inline comments must end in full-stops, exclamation marks, or question marks
(#690) No space found before comment text; expected "// we want to create a polly record and speechmarks, if (!human_modelaudio && passage) && (passage change || voice change || speed change)" but found "//we want to create a polly record and speechmarks, if (!human_modelaudio && passage) && (passage change || voice change || speed change)"
(#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 "// if it has changed OR voice has changed we need to do some work" but found "//if it has changed OR voice has changed we need to do some work"
(#704) Inline comments must end in full-stops, exclamation marks, or question marks
(#704) No space found before comment text; expected "// We create the marked up speechmarks. We do not save the modelurl, we only save that in the case of human model audio" but found "//We create the marked up speechmarks. We do not save the modelurl, we only save that in the case of human model audio"
(#720) Inline comments must start with a capital letter, digit or 3-dots sequence
(#720) Inline comments must end in full-stops, exclamation marks, or question marks
(#720) No space found before comment text; expected "// we no longer sync. It just is not the correct behaviour if the passage/speech has changed" but found "//we no longer sync. It just is not the correct behaviour if the passage/speech has changed"
(#733) Inline comments must start with a capital letter, digit or 3-dots sequence
(#733) Inline comments must end in full-stops, exclamation marks, or question marks
(#733) No space found before comment text; expected "// if the region has changed we might need a new corpushash" but found "//if the region has changed we might need a new corpushash"
(#744) Short array syntax must be used to define arrays
(#761) Variable "update_grades" must not contain underscores.
(#762) Variable "update_grades" must not contain underscores.
(#780) Opening brace should be on the same line as the declaration
(#783) Short array syntax must be used to define arrays
(#787) Perl-style comments are not allowed; use "// Comment." instead
(#789) Short array syntax must be used to define arrays
(#804) Opening brace should be on the same line as the declaration
(#823) Opening brace should be on the same line as the declaration
(#834) Opening brace should be on the same line as the declaration
(#835) Inline comments must end in full-stops, exclamation marks, or question marks
(#835) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#855) Opening brace should be on the same line as the declaration
(#864) Opening brace should be on the same line as the declaration
(#876) Opening brace should be on the same line as the declaration
(#883) Docblock tag "@example" is not recommended.
(#887) Opening brace should be on the same line as the declaration
(#888) Short array syntax must be used to define arrays
(#898) Opening brace should be on the same line as the declaration
(#902) 80 slashes comments are not allowed; use "// Comment." instead
(#904) Inline comments must end in full-stops, exclamation marks, or question marks
(#904) 80 slashes comments are not allowed; use "// Comment." instead
(#918) Opening brace should be on the same line as the declaration
(#921) Inline doc block comments are not allowed; use "// Comment." instead
(#921) Docblock tag "@example" is not recommended.
(#922) Logical operator "and" is prohibited; use "&&" instead
(#922) Short array syntax must be used to define arrays
(#938) Opening brace should be on the same line as the declaration
(#941) Inline doc block comments are not allowed; use "// Comment." instead
(#941) Docblock tag "@example" is not recommended.
(#942) Logical operator "and" is prohibited; use "&&" instead
(#942) Short array syntax must be used to define arrays
(#949) 80 slashes comments are not allowed; use "// Comment." instead
(#951) Inline comments must end in full-stops, exclamation marks, or question marks
(#951) 80 slashes comments are not allowed; use "// Comment." instead
(#965) Opening brace should be on the same line as the declaration
(#987) Opening brace should be on the same line as the declaration
(#1005) Short array syntax must be used to define arrays
(#1006) Opening brace should be on the same line as the declaration
(#1027) Logical operator "or" is prohibited; use "||" instead
(#1031) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1031) Inline comments must end in full-stops, exclamation marks, or question marks
(#1035) 80 slashes comments are not allowed; use "// Comment." instead
(#1037) Inline comments must end in full-stops, exclamation marks, or question marks
(#1037) 80 slashes comments are not allowed; use "// Comment." instead
(#1050) Opening brace should be on the same line as the declaration
(#1063) Opening brace should be on the same line as the declaration
(#1065) Missing docblock for function mod_readaloud_cm_info_dynamic
(#1066) Opening brace should be on the same line as the declaration
(#1074) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#1075) Missing docblock for function readaloud_get_coursemodule_info
(#1076) Opening brace should be on the same line as the declaration
(#1090) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1090) Inline comments must end in full-stops, exclamation marks, or question marks
(#1091) This comment is 67% valid code; is this commented out code?
public/mod/readaloud/manageattempts.php
(#2) Moodle boilerplate not found at first line
(#28) Import statements must not begin with a leading backslash
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#39) Short array syntax must be used to define arrays
(#40) Short array syntax must be used to define arrays
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) No space found before comment text; expected "// set up the page object url" but found "//set up the page object url"
(#44) Short array syntax must be used to define arrays
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) No space found before comment text; expected "// make sure we are logged in and can see this form" but found "//make sure we are logged in and can see this form"
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) No space found before comment text; expected "// is the attempt if OK?" but found "//is the attempt if OK?"
(#53) Short array syntax must be used to define arrays
(#55) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// we always head back to the readaloud attempts page" but found "//we always head back to the readaloud attempts page"
(#64) Short array syntax must be used to define arrays
(#67) Short array syntax must be used to define arrays
(#70) Opening parenthesis of a multi-line function call must be the last content on the line
(#71) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#71) Short array syntax must be used to define arrays
(#71) Closing parenthesis of a multi-line function call must be on a line by itself
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) No space found before comment text; expected "// handle delete actions" but found "//handle delete actions"
(#75) Blank line found at start of control structure
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) 7 slashes comments are not allowed; use "// Comment." instead
(#80) Short array syntax must be used to define arrays
(#80) Line exceeds 132 characters; contains 135 characters
(#82) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#84) Expected 1 space after closing brace; 0 found
(#84) Expected "} else if (...) {\n"; found "}else if (...) {\n"
(#84) Short array syntax must be used to define arrays
(#85) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) No space found before comment text; expected "// delete AI grades for this attempt too" but found "//delete AI grades for this attempt too"
(#89) Short array syntax must be used to define arrays
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) 7 slashes comments are not allowed; use "// Comment." instead
(#98) No space found after comma in argument list
(#98) Commas (,) must be followed by white space.
(#98) Expected 1 space between the comma and "$course". Found: no spaces
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) No space found before comment text; expected "// if no groups, or can see all groups then the SQL is simple" but found "//if no groups, or can see all groups then the SQL is simple"
(#103) Expected "if (...) {\n"; found "if(...) {\n"
(#103) Expected 1 space after IF keyword; 0 found
(#103) Expected at least 1 space after "!="; 0 found
(#103) Expected 1 space after "!="; 0 found
(#104) Short array syntax must be used to define arrays
(#105) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) No space found before comment text; expected "// delete AI grades for this activity too" but found "//delete AI grades for this activity too"
(#109) Short array syntax must be used to define arrays
(#114) Blank line found at end of control structure
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) No space found before comment text; expected "// we should never get here" but found "//we should never get here"
(#118) Expected 1 newline at end of file; 0 found
public/mod/readaloud/mod_form.php
(#2) Moodle boilerplate not found at first line
(#40) Opening brace must not be followed by a blank line
(#42) Missing docblock for function __construct
(#43) Opening brace should be on the same line as the declaration
(#60) Short array syntax must be used to define arrays
(#63) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#76) Opening brace should be on the same line as the declaration
(#81) No space found before comment text; expected "// Add this activity specific form fields" but found "//Add this activity specific form fields"
(#82) No space found before comment text; expected "// We want to do this procedurally because in setup tabs we want to show a subset of this form" but found "//We want to do this procedurally because in setup tabs we want to show a subset of this form"
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) No space found before comment text; expected "// grade options for how to grade with multiple attempts." but found "//grade options for how to grade with multiple attempts."
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#113) Visibility must be declared on method "add_completion_rules"
(#114) Opening brace should be on the same line as the declaration
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) This comment is 62% valid code; is this commented out code?
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Opening parenthesis of a multi-line function call must be the last content on the line
(#140) Only one argument is allowed per line in a multi-line function call
(#140) Space found before comma in argument list
(#140) Expected no space between "$mingradefield" and the comma. Found: 1 space
(#144) Space found before comma in argument list
(#144) Expected no space between "$mingradefield" and the comma. Found: 1 space
(#150) Missing docblock for function completion_rule_enabled
(#150) Visibility must be declared on method "completion_rule_enabled"
(#151) Opening brace should be on the same line as the declaration
(#152) Whitespace found at end of line
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) This comment is 54% valid code; is this commented out code?
(#153) No space found before comment text; expected "// $completionfields = [constants::COMPLETION_ALLSTEPS, constants::COMPLETION_MINGRADE];" but found "//$completionfields = [constants::COMPLETION_ALLSTEPS, constants::COMPLETION_MINGRADE];"
(#163) Missing docblock for function data_preprocessing
(#164) Opening brace should be on the same line as the declaration
(#171) Missing docblock for function validation
(#172) Opening brace should be on the same line as the declaration
(#183) Line indented incorrectly; expected 4 spaces, found 5
(#183) Missing docblock for function get_suffixed_name
(#184) Opening brace indented incorrectly; expected 5 spaces, found 4
(#184) Opening brace should be on the same line as the declaration
(#189) Closing brace indented incorrectly; expected 5 spaces, found 4
public/mod/readaloud/modelaudio.php
(#2) Moodle boilerplate not found at first line
(#29) Import statements must not begin with a leading backslash
(#30) Import statements must not begin with a leading backslash
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) No space found before comment text; expected "// From model audio form (flags, to show upload)" but found "//From model audio form (flags, to show upload)"
(#41) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#48) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#48) No space found after comma in argument list
(#48) Commas (,) must be followed by white space.
(#48) Expected 1 space between the comma and "'You must specify a course_module ID or an instance ID'". Found: no spaces
(#51) Opening parenthesis of a multi-line function call must be the last content on the line
(#52) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#52) Short array syntax must be used to define arrays
(#52) Closing parenthesis of a multi-line function call must be on a line by itself
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#58) Whitespace found at end of line
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) No space found before comment text; expected "// get token" but found "//get token"
(#62) No space found after comma in argument list
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space between the comma and "$config". Found: no spaces
(#66) Short array syntax must be used to define arrays
(#68) There should be a comma after the last array item in a multi-line array.
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) No space found before comment text; expected "// process form submission" but found "//process form submission"
(#80) Expected at least 1 space before "!="; 0 found
(#80) Expected at least 1 space after "!="; 0 found
(#80) Expected 1 space before "!="; 0 found
(#80) Expected 1 space after "!="; 0 found
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) No space found before comment text; expected "// both the cancel and "upload audio file" just fall through." but found "//both the cancel and "upload audio file" just fall through."
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Opening parenthesis of a multi-line function call must be the last content on the line
(#87) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#87) Short array syntax must be used to define arrays
(#87) Closing parenthesis of a multi-line function call must be on a line by itself
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) No space found before comment text; expected "// register our transcribe task" but found "//register our transcribe task"
(#107) Opening parenthesis of a multi-line function call must be the last content on the line
(#108) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#108) Short array syntax must be used to define arrays
(#109) There should be a comma after the last array item in a multi-line array.
(#110) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#110) Closing parenthesis of a multi-line function call must be on a line by itself
(#114) The CASE body must start on the line following the statement
(#116) Variable "ma_matches" must not contain underscores.
(#117) No space found after comma in argument list
(#117) Commas (,) must be followed by white space.
(#117) Expected 1 space between the comma and "$ma_matches". Found: no spaces
(#117) Variable "ma_matches" must not contain underscores.
(#117) No space found after comma in argument list
(#117) Commas (,) must be followed by white space.
(#117) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#119) Opening parenthesis of a multi-line function call must be the last content on the line
(#120) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#120) Short array syntax must be used to define arrays
(#120) Closing parenthesis of a multi-line function call must be on a line by itself
(#125) The CASE body must start on the line following the statement
(#127) Opening parenthesis of a multi-line function call must be the last content on the line
(#128) Multi-line function call not indented correctly; expected 10 spaces but found 20
(#128) Short array syntax must be used to define arrays
(#128) Closing parenthesis of a multi-line function call must be on a line by itself
(#134) Expected at least 1 space before "="; 0 found
(#134) Expected at least 1 space after "="; 0 found
(#134) Expected 1 space before "="; 0 found
(#134) Expected 1 space after "="; 0 found
(#135) Expected at least 1 space before "="; 0 found
(#135) Expected at least 1 space after "="; 0 found
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#136) Line indented incorrectly; expected 8 spaces, found 12
(#136) Expected "if (...) {\n"; found "if(...) {\n"
(#136) Expected 1 space after IF keyword; 0 found
(#138) Opening parenthesis of a multi-line function call must be the last content on the line
(#138) Only one argument is allowed per line in a multi-line function call
(#139) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#139) Only one argument is allowed per line in a multi-line function call
(#139) Only one argument is allowed per line in a multi-line function call
(#139) Closing parenthesis of a multi-line function call must be on a line by itself
(#140) Line exceeds 132 characters; contains 135 characters
(#142) Line indented incorrectly; expected 8 spaces, found 16
(#143) Expected at least 1 space before "="; 0 found
(#143) Expected 1 space before "="; 0 found
(#143) No space found after comma in argument list
(#143) Commas (,) must be followed by white space.
(#143) Expected 1 space between the comma and "true". Found: no spaces
(#145) Line indented incorrectly; expected 8 spaces, found 16
(#146) Line exceeds 132 characters; contains 135 characters
(#147) Line indented incorrectly; expected 8 spaces, found 16
(#148) Line indented incorrectly; expected 8 spaces, found 12
(#150) Short array syntax must be used to define arrays
(#151) Expected at least 1 space after "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#152) Expected at least 1 space after "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#153) Expected at least 1 space after "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#154) Expected at least 1 space after "=>"; 0 found
(#154) Expected 1 space after "=>"; 0 found
(#155) Expected at least 1 space before "=>"; 0 found
(#155) Expected at least 1 space after "=>"; 0 found
(#155) Expected 1 space before "=>"; 0 found
(#155) Expected 1 space after "=>"; 0 found
(#156) Expected 0 spaces before closing parenthesis; newline found
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) 3 slashes comments are not allowed; use "// Comment." instead
(#167) Expected "if (...) {\n"; found "if(...){\n"
(#167) Expected 1 space after IF keyword; 0 found
(#167) Expected 1 space after closing parenthesis; found 0
(#169) Expected 1 space after closing brace; 0 found
(#169) Expected "} else {\n"; found "}else{\n"
(#169) Expected 1 space after ELSE keyword; 0 found
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) No space found before comment text; expected "// This puts all our display logic into the renderer.php files in this plugin" but found "//This puts all our display logic into the renderer.php files in this plugin"
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) No space found before comment text; expected "// SENTENCE SPLITTER BY PAUL" but found "//SENTENCE SPLITTER BY PAUL"
(#182) This comment is 60% valid code; is this commented out code?
(#199) No space found before comment text; expected "// From here we actually display the page." but found "//From here we actually display the page."
(#200) No space found after comma in argument list
(#200) Commas (,) must be followed by white space.
(#200) Expected 1 space between the comma and "'modelaudio'". Found: no spaces
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) No space found before comment text; expected "// show the recorder section" but found "//show the recorder section"
(#205) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#205) No space found after comma in argument list
(#205) Commas (,) must be followed by white space.
(#205) Expected 1 space between the comma and "constants". Found: no spaces
(#206) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#206) No space found after comma in argument list
(#206) Commas (,) must be followed by white space.
(#206) Expected 1 space between the comma and "constants". Found: no spaces
(#206) Closing parenthesis of a multi-line function call must be on a line by itself
(#207) No space found after comma in argument list
(#207) Commas (,) must be followed by white space.
(#207) Expected 1 space between the comma and "$token". Found: no spaces
(#207) No space found after comma in argument list
(#207) Commas (,) must be followed by white space.
(#207) Expected 1 space between the comma and "$uploadaudio". Found: no spaces
(#207) Expected at least 1 space before "!="; 0 found
(#207) Expected at least 1 space after "!="; 0 found
(#207) Expected 1 space before "!="; 0 found
(#207) Expected 1 space after "!="; 0 found
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) No space found before comment text; expected "// show the recorder form" but found "//show the recorder form"
(#209) Short array syntax must be used to define arrays
(#210) Expected at least 1 space before "=>"; 0 found
(#210) Expected at least 1 space after "=>"; 0 found
(#210) Expected 1 space before "=>"; 0 found
(#210) Expected 1 space after "=>"; 0 found
(#213) Short array syntax must be used to define arrays
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) No space found before comment text; expected "// show the player" but found "//show the player"
(#221) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#221) No space found after comma in argument list
(#221) Commas (,) must be followed by white space.
(#221) Expected 1 space between the comma and "constants". Found: no spaces
(#222) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#222) No space found after comma in argument list
(#222) Commas (,) must be followed by white space.
(#222) Expected 1 space between the comma and "constants". Found: no spaces
(#222) Closing parenthesis of a multi-line function call must be on a line by itself
(#223) Expected "if (...) {\n"; found "if(...) {\n"
(#223) Expected 1 space after IF keyword; 0 found
(#223) Expected at least 1 space before "=="; 0 found
(#223) Expected at least 1 space after "=="; 0 found
(#223) Expected 1 space before "=="; 0 found
(#223) Expected 1 space after "=="; 0 found
(#225) Expected 1 space after closing brace; 0 found
(#225) Expected "} else {\n"; found "}else{\n"
(#225) Expected 1 space after ELSE keyword; 0 found
(#226) No space found after comma in argument list
(#226) Commas (,) must be followed by white space.
(#226) Expected 1 space between the comma and "$token". Found: no spaces
(#229) No space found before comment text; expected "// In debugging, we might want to view the recorded audio transcript." but found "//In debugging, we might want to view the recorded audio transcript."
(#230) No space found before comment text; expected "// echo $modelaudiorenderer->render_view_transcript_button();" but found "//echo $modelaudiorenderer->render_view_transcript_button();"
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) No space found before comment text; expected "// echo $modelaudiorenderer->render_view_transcript();" but found "//echo $modelaudiorenderer->render_view_transcript();"
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) No space found before comment text; expected "// show the clickable passage + breaks editor" but found "//show the clickable passage + breaks editor"
(#237) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#237) No space found after comma in argument list
(#237) Commas (,) must be followed by white space.
(#237) Expected 1 space between the comma and "constants". Found: no spaces
(#238) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#238) No space found after comma in argument list
(#238) Commas (,) must be followed by white space.
(#238) Expected 1 space between the comma and "constants". Found: no spaces
(#238) Closing parenthesis of a multi-line function call must be on a line by itself
(#240) No space found after comma in argument list
(#240) Commas (,) must be followed by white space.
(#240) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) No space found before comment text; expected "// show the breaks form" but found "//show the breaks form"
(#244) Short array syntax must be used to define arrays
(#245) Expected at least 1 space before "=>"; 0 found
(#245) Expected at least 1 space after "=>"; 0 found
(#245) Expected 1 space before "=>"; 0 found
(#245) Expected 1 space after "=>"; 0 found
(#248) Short array syntax must be used to define arrays
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) No space found before comment text; expected "// clear breaks button" but found "//clear breaks button"
(#253) Opening parenthesis of a multi-line function call must be the last content on the line
(#254) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#254) Short array syntax must be used to define arrays
(#254) Closing parenthesis of a multi-line function call must be on a line by itself
(#254) No space found after comma in argument list
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space between the comma and "'get'". Found: no spaces
(#254) Line exceeds 132 characters; contains 148 characters
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) No space found before comment text; expected "// auto-generate model audio breaks button" but found "//auto-generate model audio breaks button"
(#257) Opening parenthesis of a multi-line function call must be the last content on the line
(#258) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#258) Short array syntax must be used to define arrays
(#258) Closing parenthesis of a multi-line function call must be on a line by itself
(#258) No space found after comma in argument list
(#258) Commas (,) must be followed by white space.
(#258) Expected 1 space between the comma and "'get'". Found: no spaces
(#258) Line exceeds 132 characters; contains 150 characters
(#261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) No space found before comment text; expected "// set up the AMD js and related opts" but found "//set up the AMD js and related opts"
(#262) Variable "modelaudio_opts" must not contain underscores.
(#262) PHP keywords must be lowercase; expected "array" but found "Array"
(#262) Short array syntax must be used to define arrays
(#263) Variable "modelaudio_opts" must not contain underscores.
(#263) Expected at least 1 space before "="; 0 found
(#263) Expected at least 1 space after "="; 0 found
(#263) Expected 1 space before "="; 0 found
(#263) Expected 1 space after "="; 0 found
(#264) Variable "modelaudio_opts" must not contain underscores.
(#264) Expected at least 1 space before "="; 0 found
(#264) Expected at least 1 space after "="; 0 found
(#264) Expected 1 space before "="; 0 found
(#264) Expected 1 space after "="; 0 found
(#265) Variable "modelaudio_opts" must not contain underscores.
(#265) Expected at least 1 space before "="; 0 found
(#265) Expected at least 1 space after "="; 0 found
(#265) Expected 1 space before "="; 0 found
(#265) Expected 1 space after "="; 0 found
(#267) Variable "modelaudio_opts" must not contain underscores.
(#269) Variable "opts_html" must not contain underscores.
(#270) Short array syntax must be used to define arrays
(#271) Short array syntax must be used to define arrays
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) No space found before comment text; expected "// this inits the model audio helper JS" but found "//this inits the model audio helper JS"
(#274) Short array syntax must be used to define arrays
(#275) Variable "opts_html" must not contain underscores.
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
public/mod/readaloud/poodlllocalloader.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file poodlllocalloader.php
(#1) Moodle boilerplate not found
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing @copyright tag
(#1) Missing @license tag
(#2) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
(#14) Missing docblock for file poodlllocalloader.php
(#15) Missing docblock for file poodlllocalloader.php
(#15) Line exceeds 132 characters; contains 143 characters
(#15) Line exceeds 132 characters; contains 143 characters
(#15) Line exceeds 132 characters; contains 143 characters
(#15) Line exceeds 132 characters; contains 143 characters
(#15) Line exceeds 132 characters; contains 143 characters
(#15) Line exceeds 132 characters; contains 143 characters
(#15) Line exceeds 132 characters; contains 143 characters
(#19) Missing docblock for file poodlllocalloader.php
(#21) Missing docblock for file poodlllocalloader.php
(#22) Missing docblock for file poodlllocalloader.php
(#23) Missing docblock for file poodlllocalloader.php
public/mod/readaloud/push.php
(#2) Moodle boilerplate not found at first line
(#28) Expected at least 1 space before "."; 0 found
(#28) Expected at least 1 space after "."; 0 found
(#30) Import statements must not begin with a leading backslash
(#31) Import statements must not begin with a leading backslash
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#43) Usage of ELSEIF not allowed; use ELSE IF instead
(#44) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#48) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#51) Opening parenthesis of a multi-line function call must be the last content on the line
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Multi-line function call not indented correctly; expected 0 spaces but found 4
(#52) Short array syntax must be used to define arrays
(#52) Closing parenthesis of a multi-line function call must be on a line by itself
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#59) Whitespace found at end of line
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) No space found before comment text; expected "// fetch the likely number of affected records" but found "//fetch the likely number of affected records"
(#63) Short array syntax must be used to define arrays
(#65) Expected 1 space after SWITCH keyword; 0 found
(#65) Expected 1 space after closing parenthesis; found 0
(#65) Blank line found at start of control structure
(#68) Commas (,) must be followed by white space.
(#68) Expected 1 space between the comma and "'passagesegments'". Found: no spaces
(#68) Commas (,) must be followed by white space.
(#68) Expected 1 space between the comma and "'passageformat'". Found: no spaces
(#68) Commas (,) must be followed by white space.
(#68) Expected 1 space between the comma and "'passagehash'". Found: no spaces
(#68) Commas (,) must be followed by white space.
(#68) Expected 1 space between the comma and "'phonetic'". Found: no spaces
(#69) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#69) Expected 1 space after FOREACH keyword; 0 found
(#70) Short array syntax must be used to define arrays
(#70) Line exceeds 132 characters; contains 151 characters
(#72) No space found after comma in argument list
(#72) Commas (,) must be followed by white space.
(#72) Expected 1 space between the comma and "get_string". Found: no spaces
(#72) No space found after comma in argument list
(#72) Commas (,) must be followed by white space.
(#72) Expected 1 space between the comma and "constants". Found: no spaces
(#72) No space found after comma in argument list
(#72) Commas (,) must be followed by white space.
(#72) Expected 1 space between the comma and "10". Found: no spaces
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space between the comma and "'ttsvoice'". Found: no spaces
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space between the comma and "'ttsspeed'". Found: no spaces
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space between the comma and "'modelaudiourl'". Found: no spaces
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space between the comma and "'modelaudiobreaks'". Found: no spaces
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space between the comma and "'modelaudiotrans'". Found: no spaces
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space between the comma and "'modelaudiofulltrans'". Found: no spaces
(#76) Commas (,) must be followed by white space.
(#76) Expected 1 space between the comma and "'modelaudiomatches'". Found: no spaces
(#76) Line exceeds 132 characters; contains 157 characters
(#77) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#77) Expected 1 space after FOREACH keyword; 0 found
(#78) Short array syntax must be used to define arrays
(#78) Line exceeds 132 characters; contains 151 characters
(#80) No space found after comma in argument list
(#80) Commas (,) must be followed by white space.
(#80) Expected 1 space between the comma and "get_string". Found: no spaces
(#80) No space found after comma in argument list
(#80) Commas (,) must be followed by white space.
(#80) Expected 1 space between the comma and "constants". Found: no spaces
(#80) No space found after comma in argument list
(#80) Commas (,) must be followed by white space.
(#80) Expected 1 space between the comma and "10". Found: no spaces
(#84) Expected at least 1 space after "="; 0 found
(#84) Expected 1 space after "="; 0 found
(#84) Expected at least 1 space before "."; 0 found
(#84) Line exceeds 132 characters; contains 166 characters
(#85) Line exceeds 132 characters; contains 143 characters
(#94) No space found after comma in argument list
(#94) Commas (,) must be followed by white space.
(#94) Expected 1 space between the comma and "array". Found: no spaces
(#94) Short array syntax must be used to define arrays
(#94) Expected at least 1 space before "=>"; 0 found
(#94) Expected at least 1 space after "=>"; 0 found
(#94) Expected 1 space before "=>"; 0 found
(#94) Expected 1 space after "=>"; 0 found
(#94) Commas (,) must be followed by white space.
(#94) Expected 1 space between the comma and "'readaloudid'". Found: no spaces
(#94) Expected at least 1 space before "=>"; 0 found
(#94) Expected at least 1 space after "=>"; 0 found
(#94) Expected 1 space before "=>"; 0 found
(#94) Expected 1 space after "=>"; 0 found
(#95) No space found after comma in argument list
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space between the comma and "get_string". Found: no spaces
(#95) No space found after comma in argument list
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space between the comma and "constants". Found: no spaces
(#95) No space found after comma in argument list
(#95) Commas (,) must be followed by white space.
(#95) Expected 1 space between the comma and "10". Found: no spaces
(#99) No space found after comma in argument list
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space between the comma and "'alternatives'". Found: no spaces
(#99) No space found after comma in argument list
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#99) No space found after comma in argument list
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space between the comma and "array". Found: no spaces
(#99) Short array syntax must be used to define arrays
(#99) Expected at least 1 space before "=>"; 0 found
(#99) Expected at least 1 space after "=>"; 0 found
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space between the comma and "'masterinstance'". Found: no spaces
(#99) Expected at least 1 space before "=>"; 0 found
(#99) Expected at least 1 space after "=>"; 0 found
(#99) Expected 1 space before "=>"; 0 found
(#99) Expected 1 space after "=>"; 0 found
(#99) Line exceeds 132 characters; contains 145 characters
(#100) No space found after comma in argument list
(#100) Commas (,) must be followed by white space.
(#100) Expected 1 space between the comma and "get_string". Found: no spaces
(#100) No space found after comma in argument list
(#100) Commas (,) must be followed by white space.
(#100) Expected 1 space between the comma and "constants". Found: no spaces
(#100) No space found after comma in argument list
(#100) Commas (,) must be followed by white space.
(#100) Expected 1 space between the comma and "10". Found: no spaces
(#104) No space found after comma in argument list
(#104) Commas (,) must be followed by white space.
(#104) Expected 1 space between the comma and "'timelimit'". Found: no spaces
(#104) No space found after comma in argument list
(#104) Commas (,) must be followed by white space.
(#104) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#104) No space found after comma in argument list
(#104) Commas (,) must be followed by white space.
(#104) Expected 1 space between the comma and "array". Found: no spaces
(#104) Short array syntax must be used to define arrays
(#104) Expected at least 1 space before "=>"; 0 found
(#104) Expected at least 1 space after "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Commas (,) must be followed by white space.
(#104) Expected 1 space between the comma and "'masterinstance'". Found: no spaces
(#104) Expected at least 1 space before "=>"; 0 found
(#104) Expected at least 1 space after "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Line exceeds 132 characters; contains 139 characters
(#105) No space found after comma in argument list
(#105) Commas (,) must be followed by white space.
(#105) Expected 1 space between the comma and "get_string". Found: no spaces
(#105) No space found after comma in argument list
(#105) Commas (,) must be followed by white space.
(#105) Expected 1 space between the comma and "constants". Found: no spaces
(#105) No space found after comma in argument list
(#105) Commas (,) must be followed by white space.
(#105) Expected 1 space between the comma and "10". Found: no spaces
(#109) No space found after comma in argument list
(#109) Commas (,) must be followed by white space.
(#109) Expected 1 space between the comma and "'targetwpm'". Found: no spaces
(#109) No space found after comma in argument list
(#109) Commas (,) must be followed by white space.
(#109) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#109) No space found after comma in argument list
(#109) Commas (,) must be followed by white space.
(#109) Expected 1 space between the comma and "array". Found: no spaces
(#109) Short array syntax must be used to define arrays
(#109) Expected at least 1 space before "=>"; 0 found
(#109) Expected at least 1 space after "=>"; 0 found
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space after "=>"; 0 found
(#109) Commas (,) must be followed by white space.
(#109) Expected 1 space between the comma and "'masterinstance'". Found: no spaces
(#109) Expected at least 1 space before "=>"; 0 found
(#109) Expected at least 1 space after "=>"; 0 found
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space after "=>"; 0 found
(#109) Line exceeds 132 characters; contains 139 characters
(#110) No space found after comma in argument list
(#110) Commas (,) must be followed by white space.
(#110) Expected 1 space between the comma and "get_string". Found: no spaces
(#110) No space found after comma in argument list
(#110) Commas (,) must be followed by white space.
(#110) Expected 1 space between the comma and "constants". Found: no spaces
(#110) No space found after comma in argument list
(#110) Commas (,) must be followed by white space.
(#110) Expected 1 space between the comma and "10". Found: no spaces
(#114) Commas (,) must be followed by white space.
(#114) Expected 1 space between the comma and "'enablelandr'". Found: no spaces
(#114) Commas (,) must be followed by white space.
(#114) Expected 1 space between the comma and "'enableshadow'". Found: no spaces
(#115) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#115) Expected 1 space after FOREACH keyword; 0 found
(#116) Short array syntax must be used to define arrays
(#116) Line exceeds 132 characters; contains 151 characters
(#118) No space found after comma in argument list
(#118) Commas (,) must be followed by white space.
(#118) Expected 1 space between the comma and "get_string". Found: no spaces
(#118) No space found after comma in argument list
(#118) Commas (,) must be followed by white space.
(#118) Expected 1 space between the comma and "constants". Found: no spaces
(#118) No space found after comma in argument list
(#118) Commas (,) must be followed by white space.
(#118) Expected 1 space between the comma and "10". Found: no spaces
(#121) There must be a comment when fall-through is intentional in a non-empty case body
(#122) Commas (,) must be followed by white space.
(#122) Expected 1 space between the comma and "'machgrademethod'". Found: no spaces
(#122) Commas (,) must be followed by white space.
(#122) Expected 1 space between the comma and "'sessionscoremethod'". Found: no spaces
(#122) Commas (,) must be followed by white space.
(#122) Expected 1 space between the comma and "'gradeoptions'". Found: no spaces
(#123) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#123) Expected 1 space after FOREACH keyword; 0 found
(#124) Short array syntax must be used to define arrays
(#124) Line exceeds 132 characters; contains 151 characters
(#128) No space found after comma in argument list
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space between the comma and "'allowearlyexit'". Found: no spaces
(#128) No space found after comma in argument list
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space between the comma and "$moduleinstance". Found: no spaces
(#128) No space found after comma in argument list
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space between the comma and "array". Found: no spaces
(#128) Short array syntax must be used to define arrays
(#128) Expected at least 1 space before "=>"; 0 found
(#128) Expected at least 1 space after "=>"; 0 found
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Commas (,) must be followed by white space.
(#128) Expected 1 space between the comma and "'masterinstance'". Found: no spaces
(#128) Expected at least 1 space before "=>"; 0 found
(#128) Expected at least 1 space after "=>"; 0 found
(#128) Expected 1 space before "=>"; 0 found
(#128) Expected 1 space after "=>"; 0 found
(#128) Line exceeds 132 characters; contains 149 characters
(#129) No space found after comma in argument list
(#129) Commas (,) must be followed by white space.
(#129) Expected 1 space between the comma and "get_string". Found: no spaces
(#129) No space found after comma in argument list
(#129) Commas (,) must be followed by white space.
(#129) Expected 1 space between the comma and "constants". Found: no spaces
(#129) No space found after comma in argument list
(#129) Commas (,) must be followed by white space.
(#129) Expected 1 space between the comma and "10". Found: no spaces
(#132) Line exceeds 132 characters; contains 140 characters
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) No space found before comment text; expected "// this should work, but its turned off. I do not think we should mess with gradebook in this way since UI locks up if grades present" but found "//this should work, but its turned off. I do not think we should mess with gradebook in this way since UI locks up if grades present"
(#134) This comment is 64% valid code; is this commented out code?
(#134) Line indented incorrectly; expected at least 4 spaces, found 0
(#139) Line indented incorrectly; expected at least 4 spaces, found 0
(#140) No space found after comma in argument list
(#140) Commas (,) must be followed by white space.
(#140) Expected 1 space between the comma and "get_string". Found: no spaces
(#140) No space found after comma in argument list
(#140) Commas (,) must be followed by white space.
(#140) Expected 1 space between the comma and "constants". Found: no spaces
(#140) No space found after comma in argument list
(#140) Commas (,) must be followed by white space.
(#140) Expected 1 space between the comma and "10". Found: no spaces
(#144) The DEFAULT body must start on the line following the statement
(#145) Blank line found at end of control structure
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) 3 slashes comments are not allowed; use "// Comment." instead
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) No space found before comment text; expected "// This puts all our display logic into the renderer.php files in this plugin" but found "//This puts all our display logic into the renderer.php files in this plugin"
(#160) Expected "if (...) {\n"; found "if(...){\n"
(#160) Expected 1 space after IF keyword; 0 found
(#160) Expected 1 space after closing parenthesis; found 0
(#161) No space found after comma in argument list
(#161) Commas (,) must be followed by white space.
(#161) Expected 1 space between the comma and "constants". Found: no spaces
(#161) Line exceeds 132 characters; contains 134 characters
(#162) No space found after comma in argument list
(#162) Commas (,) must be followed by white space.
(#162) Expected 1 space between the comma and "$clonecount". Found: no spaces
(#162) No space found after comma in argument list
(#162) Commas (,) must be followed by white space.
(#162) Expected 1 space between the comma and "constants". Found: no spaces
(#162) Line exceeds 132 characters; contains 136 characters
(#164) Expected 1 space after closing brace; 0 found
(#164) Expected 1 space after ELSEIF keyword; 0 found
(#164) Usage of ELSEIF not allowed; use ELSE IF instead
public/mod/readaloud/refreshtoken.php
(#2) Moodle boilerplate not found at first line
(#22) Incorrect @package tag for file refreshtoken.php. Expected mod_readaloud, found Mod_ReadAloud.
(#29) Import statements must not begin with a leading backslash
(#30) Import statements must not begin with a leading backslash
(#43) Expected 1 newline at end of file; 0 found
public/mod/readaloud/reports.php
(#2) Moodle boilerplate not found at first line
(#29) Import statements must not begin with a leading backslash
(#30) Import statements must not begin with a leading backslash
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) No space found before comment text; expected "// export format csv or html" but found "//export format csv or html"
(#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
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) No space found before comment text; expected "// paging details" but found "//paging details"
(#47) Short array syntax must be used to define arrays
(#48) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
(#51) Short array syntax must be used to define arrays
(#57) Opening parenthesis of a multi-line function call must be the last content on the line
(#58) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#58) Short array syntax must be used to define arrays
(#58) Closing parenthesis of a multi-line function call must be on a line by itself
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) No space found before comment text; expected "// Get an admin settings" but found "//Get an admin settings"
(#64) Whitespace found at end of line
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) No space found before comment text; expected "// set per page according to admin setting" but found "//set per page according to admin setting"
(#68) Expected "if (...) {\n"; found "if(...){\n"
(#68) Expected 1 space after IF keyword; 0 found
(#68) Expected 1 space after closing parenthesis; found 0
(#69) Expected at least 1 space before "="; 0 found
(#69) Expected at least 1 space after "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#70) Expected 1 space after closing brace; 0 found
(#70) Expected 1 space after ELSEIF keyword; 0 found
(#70) Usage of ELSEIF not allowed; use ELSE IF instead
(#70) Expected at least 1 space before "=="; 0 found
(#70) Expected at least 1 space after "=="; 0 found
(#70) Expected 1 space before "=="; 0 found
(#70) Expected 1 space after "=="; 0 found
(#70) Expected 1 space after closing parenthesis; found 0
(#76) Short array syntax must be used to define arrays
(#78) There should be a comma after the last array item in a multi-line array.
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) 3 slashes comments are not allowed; use "// Comment." instead
(#90) Expected "if (...) {\n"; found "if(...){\n"
(#90) Expected 1 space after IF keyword; 0 found
(#90) Expected 1 space after closing parenthesis; found 0
(#92) Expected 1 space after closing brace; 0 found
(#92) Expected "} else {\n"; found "}else{\n"
(#92) Expected 1 space after ELSE keyword; 0 found
(#98) Variable "aph_opts" must not contain underscores.
(#98) PHP keywords must be lowercase; expected "array" but found "Array"
(#98) Short array syntax must be used to define arrays
(#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 "// this inits the grading helper JS" but found "//this inits the grading helper JS"
(#101) Short array syntax must be used to define arrays
(#101) Variable "aph_opts" must not contain underscores.
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) No space found before comment text; expected "// This puts all our display logic into the renderer.php files in this plugin" but found "//This puts all our display logic into the renderer.php files in this plugin"
(#107) No space found before comment text; expected "// From here we actually display the page." but found "//From here we actually display the page."
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) No space found before comment text; expected "// this is core renderer stuff" but found "//this is core renderer stuff"
(#111) Blank line found at start of control structure
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) No space found before comment text; expected "// not a true report, separate implementation in renderer" but found "//not a true report, separate implementation in renderer"
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) This comment is 56% valid code; is this commented out code?
(#181) This comment is 50% valid code; is this commented out code?
(#190) Expected "if (...) {\n"; found "if(...){\n"
(#190) Expected 1 space after IF keyword; 0 found
(#190) Expected 1 space after closing parenthesis; found 0
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Expected 1 space after closing brace; 0 found
(#196) Expected "} else {\n"; found "}else{\n"
(#196) Expected 1 space after ELSE keyword; 0 found
(#199) Expected 1 space after closing brace; 0 found
(#199) Expected "} else {\n"; found "}else{\n"
(#199) Expected 1 space after ELSE keyword; 0 found
(#210) Opening parenthesis of a multi-line function call must be the last content on the line
(#210) Only one argument is allowed per line in a multi-line function call
(#210) Only one argument is allowed per line in a multi-line function call
(#210) Only one argument is allowed per line in a multi-line function call
(#211) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#211) Closing parenthesis of a multi-line function call must be on a line by itself
(#213) The DEFAULT body must start on the line following the statement
(#217) Expected "if (...) {\n"; found "if(...){\n"
(#217) Expected 1 space after IF keyword; 0 found
(#217) Expected 1 space after closing parenthesis; found 0
(#217) Blank line found at start of control structure
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) No space found before comment text; expected "// css must be required before header sent out" but found "//css must be required before header sent out"
(#220) Space after opening parenthesis of function call prohibited
(#224) Opening parenthesis of a multi-line function call must be the last content on the line
(#224) No space found after comma in argument list
(#224) Commas (,) must be followed by white space.
(#224) Expected 1 space between the comma and "$reportdescription". Found: no spaces
(#224) Only one argument is allowed per line in a multi-line function call
(#224) Only one argument is allowed per line in a multi-line function call
(#224) Only one argument is allowed per line in a multi-line function call
(#224) Only one argument is allowed per line in a multi-line function call
(#224) Line exceeds 132 characters; contains 147 characters
(#225) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#225) Closing parenthesis of a multi-line function call must be on a line by itself
(#226) Blank line found at end of control structure
(#227) Expected 1 space after closing brace; 0 found
(#227) Expected "} else {\n"; found "}else {\n"
(#233) Opening parenthesis of a multi-line function call must be the last content on the line
(#233) No space found after comma in argument list
(#233) Commas (,) must be followed by white space.
(#233) Expected 1 space between the comma and "$reportdescription". Found: no spaces
(#233) Only one argument is allowed per line in a multi-line function call
(#233) Only one argument is allowed per line in a multi-line function call
(#233) Only one argument is allowed per line in a multi-line function call
(#233) Only one argument is allowed per line in a multi-line function call
(#233) Line exceeds 132 characters; contains 147 characters
(#234) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#234) Closing parenthesis of a multi-line function call must be on a line by itself
(#239) Expected 1 newline at end of file; 0 found
public/mod/readaloud/rsquestion/managersquestions.php
(#2) Moodle boilerplate not found at first line
(#26) Import statements must not begin with a leading backslash
(#27) Import statements must not begin with a leading backslash
(#28) Import statements must not begin with a leading backslash
(#29) Import statements must not begin with a leading backslash
(#30) Import statements must not begin with a leading backslash
(#33) Expected at least 1 space before "."; 0 found
(#33) Expected at least 1 space after "."; 0 found
(#36) Commas (,) must be followed by white space.
(#36) Expected 1 space between the comma and "$DB". Found: no spaces
(#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
(#39) No space found after comma in argument list
(#39) Commas (,) must be followed by white space.
(#39) Expected 1 space between the comma and "0". Found: no spaces
(#39) Space found before comma in argument list
(#39) No space found after comma in argument list
(#39) Commas (,) must be followed by white space.
(#39) Expected no space between "0" and the comma. Found: 1 space
(#39) Expected 1 space between the comma and "PARAM_INT". Found: no spaces
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) No space found after comma in argument list
(#42) Commas (,) must be followed by white space.
(#42) Expected 1 space between the comma and "'edit'". Found: no spaces
(#42) No space found after comma in argument list
(#42) Commas (,) must be followed by white space.
(#42) Expected 1 space between the comma and "PARAM_TEXT". Found: no spaces
(#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) Short array syntax must be used to define arrays
(#47) Short array syntax must be used to define arrays
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) No space found before comment text; expected "// make sure we are logged in and can see this form" but found "//make sure we are logged in and can see this form"
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) No space found before comment text; expected "// set up the page object" but found "//set up the page object"
(#55) Short array syntax must be used to define arrays
(#55) Expected at least 1 space before "=>"; 0 found
(#55) Expected at least 1 space after "=>"; 0 found
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#55) Expected at least 1 space before "=>"; 0 found
(#55) Expected at least 1 space after "=>"; 0 found
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#55) Expected at least 1 space before "=>"; 0 found
(#55) Expected at least 1 space after "=>"; 0 found
(#55) Expected 1 space before "=>"; 0 found
(#55) Expected 1 space after "=>"; 0 found
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) No space found before comment text; expected "// are we in new or edit mode?" but found "//are we in new or edit mode?"
(#63) Short array syntax must be used to define arrays
(#63) Expected at least 1 space before "=>"; 0 found
(#63) Expected at least 1 space after "=>"; 0 found
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Commas (,) must be followed by white space.
(#63) Expected 1 space between the comma and "constants". Found: no spaces
(#63) Line exceeds 132 characters; contains 133 characters
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Expected "if (...) {\n"; found "if(...){\n"
(#64) Expected 1 space after IF keyword; 0 found
(#64) Expected 1 space after closing parenthesis; found 0
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#66) Spaces must be used to indent lines; tabs are not allowed
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// we always head back to the readaloud items page" but found "//we always head back to the readaloud items page"
(#74) Short array syntax must be used to define arrays
(#74) Expected at least 1 space before "=>"; 0 found
(#74) Expected at least 1 space after "=>"; 0 found
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) No space found before comment text; expected "// handle delete actions" but found "//handle delete actions"
(#77) Line indented incorrectly; expected 0 spaces, found 4
(#77) Expected "if (...) {\n"; found "if(...){\n"
(#77) Expected 1 space after IF keyword; 0 found
(#77) Expected 1 space after closing parenthesis; found 0
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) No space found before comment text; expected "// TODO more intelligent detection of question usage" but found "//TODO more intelligent detection of question usage"
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) No space found after comma in argument list
(#79) Commas (,) must be followed by white space.
(#79) Expected 1 space between the comma and "array". Found: no spaces
(#79) Short array syntax must be used to define arrays
(#79) Expected at least 1 space after "."; 0 found
(#79) Expected at least 1 space before "=>"; 0 found
(#79) Expected at least 1 space after "=>"; 0 found
(#79) Expected 1 space before "=>"; 0 found
(#79) Expected 1 space after "=>"; 0 found
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Line indented incorrectly; expected 4 spaces, found 8
(#80) Expected "if (...) {\n"; found "if(...){\n"
(#80) Expected 1 space after IF keyword; 0 found
(#80) Expected at least 1 space before ">"; 0 found
(#80) Expected at least 1 space after ">"; 0 found
(#80) Expected 1 space before ">"; 0 found
(#80) Expected 1 space after ">"; 0 found
(#80) Expected 1 space after closing parenthesis; found 0
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) No space found after comma in argument list
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space between the comma and "get_string". Found: no spaces
(#81) No space found after comma in argument list
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space between the comma and "constants". Found: no spaces
(#81) No space found after comma in argument list
(#81) Commas (,) must be followed by white space.
(#81) Expected 1 space between the comma and "10". Found: no spaces
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Line indented incorrectly; expected 4 spaces, found 8
(#84) Spaces must be used to indent lines; tabs are not allowed
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Variable "rsquestion_renderer" must not contain underscores.
(#85) No space found after comma in argument list
(#85) Commas (,) must be followed by white space.
(#85) Expected 1 space between the comma and "'rsquestion'". Found: no spaces
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Line exceeds 132 characters; contains 136 characters
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Variable "rsquestion_renderer" must not contain underscores.
(#87) Opening parenthesis of a multi-line function call must be the last content on the line
(#87) No space found after comma in argument list
(#87) Commas (,) must be followed by white space.
(#87) Expected 1 space between the comma and "constants". Found: no spaces
(#87) No space found after comma in argument list
(#87) Commas (,) must be followed by white space.
(#87) Expected 1 space between the comma and "$item". Found: no spaces
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Short array syntax must be used to define arrays
(#88) Expected at least 1 space before "=>"; 0 found
(#88) Expected at least 1 space after "=>"; 0 found
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space between the comma and "'id'". Found: no spaces
(#88) Expected at least 1 space before "=>"; 0 found
(#88) Expected at least 1 space after "=>"; 0 found
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space between the comma and "'itemid'". Found: no spaces
(#88) Expected at least 1 space before "=>"; 0 found
(#88) Expected at least 1 space after "=>"; 0 found
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#88) Line exceeds 132 characters; contains 137 characters
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#89) Closing parenthesis of a multi-line function call must be on a line by itself
(#90) Spaces must be used to indent lines; tabs are not allowed
(#91) Spaces must be used to indent lines; tabs are not allowed
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) 7 slashes comments are not allowed; use "// Comment." instead
(#94) Line indented incorrectly; expected 0 spaces, found 4
(#94) Expected 1 space after closing brace; 0 found
(#94) Usage of ELSEIF not allowed; use ELSE IF instead
(#94) Expected 1 space after closing parenthesis; found 0
(#95) Spaces must be used to indent lines; tabs are not allowed
(#96) Spaces must be used to indent lines; tabs are not allowed
(#96) No space found after comma in argument list
(#96) Commas (,) must be followed by white space.
(#96) Expected 1 space between the comma and "$itemid". Found: no spaces
(#96) No space found after comma in argument list
(#96) Commas (,) must be followed by white space.
(#96) Expected 1 space between the comma and "$context". Found: no spaces
(#98) Line indented incorrectly; expected 0 spaces, found 4
(#98) Expected 1 space after closing brace; 0 found
(#98) Expected 1 space after ELSEIF keyword; 0 found
(#98) Usage of ELSEIF not allowed; use ELSE IF instead
(#98) Expected at least 1 space before "=="; 0 found
(#98) Expected at least 1 space after "=="; 0 found
(#98) Expected 1 space before "=="; 0 found
(#98) Expected 1 space after "=="; 0 found
(#98) Expected at least 1 space before "=="; 0 found
(#98) Expected at least 1 space after "=="; 0 found
(#98) Expected 1 space before "=="; 0 found
(#98) Expected 1 space after "=="; 0 found
(#98) Expected 1 space after closing parenthesis; found 0
(#99) No space found after comma in argument list
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space between the comma and "$itemid". Found: no spaces
(#99) No space found after comma in argument list
(#99) Commas (,) must be followed by white space.
(#99) Expected 1 space between the comma and "$action". Found: no spaces
(#101) Line indented incorrectly; expected 0 spaces, found 4
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) No space found before comment text; expected "// get filechooser and html editor options" but found "//get filechooser and html editor options"
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) No space found before comment text; expected "// get filechooser and html editor options" but found "//get filechooser and html editor options"
(#108) No space found after comma in argument list
(#108) Commas (,) must be followed by white space.
(#108) Expected 1 space between the comma and "1". Found: no spaces
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) No space found before comment text; expected "// get the mform for our item" but found "//get the mform for our item"
(#112) Expected 1 space after SWITCH keyword; 0 found
(#112) Expected 1 space after closing parenthesis; found 0
(#112) Blank line found at start of control structure
(#114) Spaces must be used to indent lines; tabs are not allowed
(#115) Spaces must be used to indent lines; tabs are not allowed
(#115) Opening parenthesis of a multi-line function call must be the last content on the line
(#116) Spaces must be used to indent lines; tabs are not allowed
(#116) Short array syntax must be used to define arrays
(#116) Expected at least 1 space before "=>"; 0 found
(#116) Expected at least 1 space after "=>"; 0 found
(#116) Expected 1 space before "=>"; 0 found
(#116) Expected 1 space after "=>"; 0 found
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Expected at least 1 space before "=>"; 0 found
(#117) Expected at least 1 space after "=>"; 0 found
(#117) Expected 1 space before "=>"; 0 found
(#117) Expected 1 space after "=>"; 0 found
(#118) Spaces must be used to indent lines; tabs are not allowed
(#119) Spaces must be used to indent lines; tabs are not allowed
(#122) Opening parenthesis of a multi-line function call must be the last content on the line
(#123) Short array syntax must be used to define arrays
(#123) Expected at least 1 space before "=>"; 0 found
(#123) Expected at least 1 space after "=>"; 0 found
(#123) Expected 1 space before "=>"; 0 found
(#123) Expected 1 space after "=>"; 0 found
(#124) Expected at least 1 space before "=>"; 0 found
(#124) Expected at least 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#129) Opening parenthesis of a multi-line function call must be the last content on the line
(#130) Short array syntax must be used to define arrays
(#130) Expected at least 1 space before "=>"; 0 found
(#130) Expected at least 1 space after "=>"; 0 found
(#130) Expected 1 space before "=>"; 0 found
(#130) Expected 1 space after "=>"; 0 found
(#131) Expected at least 1 space before "=>"; 0 found
(#131) Expected at least 1 space after "=>"; 0 found
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#135) Spaces must be used to indent lines; tabs are not allowed
(#136) Spaces must be used to indent lines; tabs are not allowed
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#138) Blank line found at end of control structure
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) No space found before comment text; expected "// if the cancel button was pressed, we are out of here" but found "//if the cancel button was pressed, we are out of here"
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) No space found before comment text; expected "// if we have data, then our job here is to save it and return to the quiz edit page" but found "//if we have data, then our job here is to save it and return to the quiz edit page"
(#149) Spaces must be used to indent lines; tabs are not allowed
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Whitespace found at end of line
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Parentheses must be used when instantiating a new class
(#154) Spaces must be used to indent lines; tabs are not allowed
(#155) Spaces must be used to indent lines; tabs are not allowed
(#156) Spaces must be used to indent lines; tabs are not allowed
(#157) Spaces must be used to indent lines; tabs are not allowed
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Expected at least 1 space before "="; 0 found
(#158) Expected at least 1 space after "="; 0 found
(#158) Expected 1 space before "="; 0 found
(#158) Expected 1 space after "="; 0 found
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Expected at least 1 space before "="; 0 found
(#159) Expected at least 1 space after "="; 0 found
(#159) Expected 1 space before "="; 0 found
(#159) Expected 1 space after "="; 0 found
(#160) Spaces must be used to indent lines; tabs are not allowed
(#160) Whitespace found at end of line
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) No space found before comment text; expected "// first insert a new item if we need to" but found "//first insert a new item if we need to"
(#162) Spaces must be used to indent lines; tabs are not allowed
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) No space found before comment text; expected "// that will give us a itemid, we need that for saving files" but found "//that will give us a itemid, we need that for saving files"
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Line indented incorrectly; expected 4 spaces, found 8
(#163) Expected "if (...) {\n"; found "if(...){\n"
(#163) Expected 1 space after IF keyword; 0 found
(#163) Expected 1 space after closing parenthesis; found 0
(#163) Blank line found at start of control structure
(#164) Spaces must be used to indent lines; tabs are not allowed
(#164) Whitespace found at end of line
(#165) Spaces must be used to indent lines; tabs are not allowed
(#166) Spaces must be used to indent lines; tabs are not allowed
(#166) Expected at least 1 space before "="; 0 found
(#166) Expected at least 1 space after "="; 0 found
(#166) Expected 1 space before "="; 0 found
(#166) Expected 1 space after "="; 0 found
(#166) Spaces must be used for alignment; tabs are not allowed
(#166) Whitespace found at end of line
(#167) Spaces must be used to indent lines; tabs are not allowed
(#167) Expected at least 1 space before "="; 0 found
(#167) Expected at least 1 space after "="; 0 found
(#167) Expected 1 space before "="; 0 found
(#167) Expected 1 space after "="; 0 found
(#169) Spaces must be used to indent lines; tabs are not allowed
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// get itemorder" but found "//get itemorder"
(#172) Line indented incorrectly; expected 8 spaces, found 12
(#172) Expected "if (...) {\n"; found "if(...){\n"
(#172) Expected 1 space after IF keyword; 0 found
(#172) Expected at least 1 space before ">"; 0 found
(#172) Expected at least 1 space after ">"; 0 found
(#172) Expected 1 space before ">"; 0 found
(#172) Expected 1 space after ">"; 0 found
(#172) Expected 1 space after closing parenthesis; found 0
(#174) Expected at least 1 space after "+"; 0 found
(#174) Expected 1 space after "+"; 0 found
(#175) Line indented incorrectly; expected 8 spaces, found 12
(#175) Expected "} else {\n"; found "} else{\n"
(#175) Expected 1 space after ELSE keyword; 0 found
(#176) Expected at least 1 space before "="; 0 found
(#176) Expected at least 1 space after "="; 0 found
(#176) Expected 1 space before "="; 0 found
(#176) Expected 1 space after "="; 0 found
(#177) Line indented incorrectly; expected 8 spaces, found 12
(#178) Expected at least 1 space before "="; 0 found
(#178) Expected at least 1 space after "="; 0 found
(#178) Expected 1 space before "="; 0 found
(#178) Expected 1 space after "="; 0 found
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) No space found before comment text; expected "// create a rsquestionkey" but found "//create a rsquestionkey"
(#181) Spaces must be used to indent lines; tabs are not allowed
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Whitespace found at end of line
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) No space found before comment text; expected "// try to insert it" but found "//try to insert it"
(#184) Spaces must be used to indent lines; tabs are not allowed
(#184) Line indented incorrectly; expected 8 spaces, found 12
(#184) Expected "if (...) {\n"; found "if (...){\n"
(#184) No space found after comma in argument list
(#184) Commas (,) must be followed by white space.
(#184) Expected 1 space between the comma and "$theitem". Found: no spaces
(#184) Expected 1 space after closing parenthesis; found 0
(#185) Spaces must be used to indent lines; tabs are not allowed
(#186) Spaces must be used to indent lines; tabs are not allowed
(#187) Spaces must be used to indent lines; tabs are not allowed
(#187) Line indented incorrectly; expected 8 spaces, found 12
(#188) Spaces must be used to indent lines; tabs are not allowed
(#188) Line indented incorrectly; expected 4 spaces, found 8
(#188) Spaces must be used for alignment; tabs are not allowed
(#188) Whitespace found at end of line
(#189) Spaces must be used to indent lines; tabs are not allowed
(#189) Whitespace found at end of line
(#190) Spaces must be used to indent lines; tabs are not allowed
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) No space found before comment text; expected "// handle all the text questions" but found "//handle all the text questions"
(#191) Spaces must be used to indent lines; tabs are not allowed
(#191) Space found before semicolon; expected "};" but found "} ;"
(#194) Spaces must be used to indent lines; tabs are not allowed
(#194) Inline comments must start with a capital letter, digit or 3-dots sequence
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) No space found before comment text; expected "// save correct answer if we have one" but found "//save correct answer if we have one"
(#195) Expected "if (...) {\n"; found "if(...){\n"
(#195) Expected 1 space after IF keyword; 0 found
(#195) No space found after comma in argument list
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space between the comma and "constants". Found: no spaces
(#195) Expected 1 space after closing parenthesis; found 0
(#196) Space found before semicolon; expected "};" but found "} ;"
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) No space found before comment text; expected "// save text answers" but found "//save text answers"
(#200) Expected "for (...) {\n"; found "for(...){\n"
(#200) Expected 1 space after FOR keyword; 0 found
(#200) Expected at least 1 space before "="; 0 found
(#200) Expected at least 1 space after "="; 0 found
(#200) Expected 1 space before "="; 0 found
(#200) Expected 1 space after "="; 0 found
(#200) Expected 1 space after first semicolon of FOR loop; 0 found
(#200) Expected at least 1 space before "<="; 0 found
(#200) Expected at least 1 space after "<="; 0 found
(#200) Expected 1 space before "<="; 0 found
(#200) Expected 1 space after "<="; 0 found
(#200) Expected 1 space after second semicolon of FOR loop; 0 found
(#200) Expected 1 space after closing parenthesis; found 0
(#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) No space found before comment text; expected "// if its an editor field, do this" but found "//if its an editor field, do this"
(#202) Expected "if (...) {\n"; found "if(...) {\n"
(#202) Expected 1 space after IF keyword; 0 found
(#202) No space found after comma in argument list
(#202) Commas (,) must be followed by white space.
(#202) Expected 1 space between the comma and "constants". Found: no spaces
(#203) Opening parenthesis of a multi-line function call must be the last content on the line
(#203) Only one argument is allowed per line in a multi-line function call
(#203) Only one argument is allowed per line in a multi-line function call
(#203) Only one argument is allowed per line in a multi-line function call
(#204) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#204) Only one argument is allowed per line in a multi-line function call
(#204) Only one argument is allowed per line in a multi-line function call
(#204) Closing parenthesis of a multi-line function call must be on a line by itself
(#207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) No space found before comment text; expected "// if its a text field, do this" but found "//if its a text field, do this"
(#208) Expected 1 space after closing brace; 0 found
(#208) Expected 1 space after ELSEIF keyword; 0 found
(#208) Usage of ELSEIF not allowed; use ELSE IF instead
(#208) No space found after comma in argument list
(#208) Commas (,) must be followed by white space.
(#208) Expected 1 space between the comma and "constants". Found: no spaces
(#208) Expected 1 space after closing parenthesis; found 0
(#209) Expected at least 1 space before "."; 0 found
(#209) Space found before semicolon; expected "};" but found "} ;"
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) No space found before comment text; expected "// now update the db once we have saved files and stuff" but found "//now update the db once we have saved files and stuff"
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Line indented incorrectly; expected 4 spaces, found 8
(#216) Expected "if (...) {\n"; found "if (...){\n"
(#216) No space found after comma in argument list
(#216) Commas (,) must be followed by white space.
(#216) Expected 1 space between the comma and "$theitem". Found: no spaces
(#216) Expected 1 space after closing parenthesis; found 0
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#218) Spaces must be used to indent lines; tabs are not allowed
(#219) Spaces must be used to indent lines; tabs are not allowed
(#219) Line indented incorrectly; expected 4 spaces, found 8
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) No space found before comment text; expected "// go back to edit quiz page" but found "//go back to edit quiz page"
(#222) Spaces must be used to indent lines; tabs are not allowed
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) No space found before comment text; expected "// if we got here, there was no cancel, and no form data, so we are showing the form" but found "//if we got here, there was no cancel, and no form data, so we are showing the form"
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) No space found before comment text; expected "// if edit mode load up the item into a data object" but found "//if edit mode load up the item into a data object"
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Spaces must be used for alignment; tabs are not allowed
(#229) Whitespace found at end of line
(#230) Spaces must be used to indent lines; tabs are not allowed
(#231) Expected 1 space after closing brace; 0 found
(#231) Expected "} else {\n"; found "}else{\n"
(#231) Expected 1 space after ELSE keyword; 0 found
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Expected at least 1 space before "="; 0 found
(#232) Expected at least 1 space after "="; 0 found
(#232) Expected 1 space before "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#232) Parentheses must be used when instantiating a new class
(#233) Spaces must be used to indent lines; tabs are not allowed
(#234) Spaces must be used to indent lines; tabs are not allowed
(#235) Spaces must be used to indent lines; tabs are not allowed
(#235) Expected at least 1 space before "="; 0 found
(#235) Expected at least 1 space after "="; 0 found
(#235) Expected 1 space before "="; 0 found
(#235) Expected 1 space after "="; 0 found
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Whitespace found at end of line
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) No space found before comment text; expected "// init our item, we move the id fields around a little" but found "//init our item, we move the id fields around a little"
(#238) Whitespace found at end of line
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Whitespace found at end of line
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) No space found before comment text; expected "// Set up the item type specific parts of the form data" but found "//Set up the item type specific parts of the form data"
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Line indented incorrectly; expected 0 spaces, found 4
(#243) Expected 1 space after SWITCH keyword; 0 found
(#243) Expected 1 space after closing parenthesis; found 0
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Line indented incorrectly; expected 4 spaces, found 8
(#245) Spaces must be used to indent lines; tabs are not allowed
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) No space found before comment text; expected "// prepare answer areas" but found "//prepare answer areas"
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) No space found before comment text; expected "// save text answers" but found "//save text answers"
(#247) Line indented incorrectly; expected 8 spaces, found 12
(#247) Expected "for (...) {\n"; found "for(...) {\n"
(#247) Expected 1 space after FOR keyword; 0 found
(#247) Expected at least 1 space before "="; 0 found
(#247) Expected at least 1 space after "="; 0 found
(#247) Expected 1 space before "="; 0 found
(#247) Expected 1 space after "="; 0 found
(#247) Expected 1 space after first semicolon of FOR loop; 0 found
(#247) Expected at least 1 space before "<="; 0 found
(#247) Expected at least 1 space after "<="; 0 found
(#247) Expected 1 space before "<="; 0 found
(#247) Expected 1 space after "<="; 0 found
(#247) Expected 1 space after second semicolon of FOR loop; 0 found
(#248) Opening parenthesis of a multi-line function call must be the last content on the line
(#248) Only one argument is allowed per line in a multi-line function call
(#248) Only one argument is allowed per line in a multi-line function call
(#248) Only one argument is allowed per line in a multi-line function call
(#249) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#249) Only one argument is allowed per line in a multi-line function call
(#249) Expected at least 1 space before "."; 0 found
(#249) Space found before comma in argument list
(#249) Expected no space between "$anumber" and the comma. Found: 1 space
(#249) Only one argument is allowed per line in a multi-line function call
(#249) Closing parenthesis of a multi-line function call must be on a line by itself
(#250) Line indented incorrectly; expected 8 spaces, found 12
(#252) Line indented incorrectly; expected 4 spaces, found 8
(#253) Line indented incorrectly; expected 4 spaces, found 8
(#254) Spaces must be used to indent lines; tabs are not allowed
(#254) Line indented incorrectly; expected 4 spaces, found 8
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Line indented incorrectly; expected 0 spaces, found 4
(#257) Short array syntax must be used to define arrays
(#257) Expected at least 1 space before "=>"; 0 found
(#257) Expected at least 1 space after "=>"; 0 found
(#257) Expected 1 space before "=>"; 0 found
(#257) Expected 1 space after "=>"; 0 found
(#259) Spaces must be used to indent lines; tabs are not allowed
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Expected at least 1 space before "="; 0 found
(#260) Expected at least 1 space after "="; 0 found
(#260) Expected 1 space before "="; 0 found
(#260) Expected 1 space after "="; 0 found
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) No space found after comma in argument list
(#261) Commas (,) must be followed by white space.
(#261) Expected 1 space between the comma and "$mode". Found: no spaces
(#262) Spaces must be used to indent lines; tabs are not allowed
(#263) Spaces must be used to indent lines; tabs are not allowed
(#263) Expected 1 newline at end of file; 0 found
public/mod/readaloud/rsquestion/rsquestions.php
(#28) Expected at least 1 space before "."; 0 found
(#28) Expected at least 1 space after "."; 0 found
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) 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
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Expected "if (...) {\n"; found "if (...){\n"
(#58) Expected 1 space after closing parenthesis; found 0
(#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
(#63) Expected "if (...) {\n"; found "if (...){\n"
(#63) Expected 1 space after closing parenthesis; found 0
public/mod/readaloud/settings.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file settings.php. Expected mod_readaloud, found mod.
(#30) Import statements must not begin with a leading backslash
(#31) Import statements must not begin with a leading backslash
(#33) Blank line found at start of control structure
(#36) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#37) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#38) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#39) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#40) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#43) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#44) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#45) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#46) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#47) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#51) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#52) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#53) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#54) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#55) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#59) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#60) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#61) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#62) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#63) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#66) Variable "cloudpoodll_apiuser" must not contain underscores.
(#67) Variable "cloudpoodll_apisecret" must not contain underscores.
(#68) Variable "show_below_apisecret" must not contain underscores.
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) No space found before comment text; expected "// if we have an API user and secret we fetch token" but found "//if we have an API user and secret we fetch token"
(#70) Line indented incorrectly; expected 4 spaces, found 8
(#70) Variable "cloudpoodll_apiuser" must not contain underscores.
(#70) Variable "cloudpoodll_apisecret" must not contain underscores.
(#71) Variable "cloudpoodll_apiuser" must not contain underscores.
(#71) Variable "cloudpoodll_apisecret" must not contain underscores.
(#72) Variable "show_below_apisecret" must not contain underscores.
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// if we have no API user and secret we show a "fetch from elsewhere on site" or "take a free trial" link" but found "//if we have no API user and secret we show a "fetch from elsewhere on site" or "take a free trial" link"
(#74) Line indented incorrectly; expected 4 spaces, found 8
(#76) Variable "cp_components" must not contain underscores.
(#88) There should be a comma after the last array item in a multi-line array.
(#90) Line indented incorrectly; expected 12 spaces, found 16
(#90) Variable "cp_components" must not contain underscores.
(#90) Variable "cp_component" must not contain underscores.
(#91) Line indented incorrectly; expected 16 spaces, found 24
(#91) Variable "cp_component" must not contain underscores.
(#92) Line indented incorrectly; expected 20 spaces, found 32
(#95) Terminating statement must be indented to the same level as the CASE body
(#96) Line indented incorrectly; expected 20 spaces, found 32
(#99) Terminating statement must be indented to the same level as the CASE body
(#100) Line indented incorrectly; expected 20 spaces, found 32
(#103) Line indented incorrectly; expected 16 spaces, found 24
(#104) Variable "cloudpoodll_apiuser" must not contain underscores.
(#104) Variable "cp_component" must not contain underscores.
(#105) Line indented incorrectly; expected 16 spaces, found 24
(#105) Variable "cloudpoodll_apiuser" must not contain underscores.
(#106) Variable "cloudpoodll_apisecret" must not contain underscores.
(#106) Variable "cp_component" must not contain underscores.
(#107) Line indented incorrectly; expected 20 spaces, found 32
(#107) Variable "cloudpoodll_apisecret" must not contain underscores.
(#108) Variable "cloudpoodll_apiuser" must not contain underscores.
(#109) Variable "cloudpoodll_apisecret" must not contain underscores.
(#111) Line indented incorrectly; expected 20 spaces, found 32
(#112) Line indented incorrectly; expected 16 spaces, found 24
(#113) Line indented incorrectly; expected 12 spaces, found 16
(#114) Variable "show_below_apisecret" must not contain underscores.
(#115) Line indented incorrectly; expected 4 spaces, found 8
(#118) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#119) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#120) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#120) Variable "show_below_apisecret" must not contain underscores.
(#121) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#122) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#127) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#128) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#129) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#130) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#131) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#135) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#136) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#137) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#138) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) No space found before comment text; expected "// we removed this to simplify things, can bring back as feature later" but found "//we removed this to simplify things, can bring back as feature later"
(#142) Variable "accadjust_options" must not contain underscores.
(#144) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#145) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#146) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#147) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#148) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#148) Variable "accadjust_options" must not contain underscores.
(#152) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#153) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#154) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#155) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#156) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#161) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#162) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#163) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#164) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#165) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#170) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#171) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#172) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#173) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#174) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#178) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#179) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#180) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#181) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#193) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#194) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#195) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#196) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#207) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#208) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#209) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#210) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#214) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#215) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#216) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#217) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#221) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#222) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#223) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#224) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#228) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#229) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#230) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#231) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) No space found before comment text; expected "// Default recorders" but found "//Default recorders"
(#235) Variable "rec_options" must not contain underscores.
(#237) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#238) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#239) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#240) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#241) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#241) Variable "rec_options" must not contain underscores.
(#246) Inline comments must start with a capital letter, digit or 3-dots sequence
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) No space found before comment text; expected "// session score method" but found "//session score method"
(#253) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#254) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#255) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#256) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#257) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) No space found before comment text; expected "// machine grade method" but found "//machine grade method"
(#268) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#269) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#270) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#271) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#272) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#275) No space found before comment text; expected "// Evaluation view (what students see after an attempt)" but found "//Evaluation view (what students see after an attempt)"
(#282) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#283) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#284) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#285) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#286) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#288) This comment is 56% valid code; is this commented out code?
(#295) This comment is 57% valid code; is this commented out code?
(#300) Inline comments must end in full-stops, exclamation marks, or question marks
(#300) No space found before comment text; expected "// Language options" but found "//Language options"
(#307) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#308) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#309) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#310) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#311) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) No space found before comment text; expected "// TTS voice" but found "//TTS voice"
(#321) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#322) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#323) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#324) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#325) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#328) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#335) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#336) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#337) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#338) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#343) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#344) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#345) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#346) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#350) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#351) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#352) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#353) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) No space found before comment text; expected "// St Dashboard Id" but found "//St Dashboard Id"
(#363) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#364) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#365) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#366) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#367) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#369) Blank line found at end of control structure
public/mod/readaloud/setup.php
(#2) Moodle boilerplate not found at first line
(#38) No space found after comma in argument list
(#38) Commas (,) must be followed by white space.
(#38) Expected 1 space between the comma and "0". Found: no spaces
(#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
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#46) Usage of ELSEIF not allowed; use ELSE IF instead
(#47) Short array syntax must be used to define arrays
(#48) Short array syntax must be used to define arrays
(#52) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#59) No space found after comma in argument list
(#59) Commas (,) must be followed by white space.
(#59) Expected 1 space between the comma and "array". Found: no spaces
(#59) Short array syntax must be used to define arrays
(#59) Expected at least 1 space before "=>"; 0 found
(#59) Expected at least 1 space after "=>"; 0 found
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#75) No space found after comma in argument list
(#75) Commas (,) must be followed by white space.
(#75) Expected 1 space between the comma and "[". Found: no spaces
(#75) Expected at least 1 space before "=>"; 0 found
(#75) Expected at least 1 space after "=>"; 0 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Expected at least 1 space before "=>"; 0 found
(#75) Expected at least 1 space after "=>"; 0 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#77) Short array syntax must be used to define arrays
(#77) Expected at least 1 space before "=>"; 0 found
(#77) Expected at least 1 space after "=>"; 0 found
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) No space found before comment text; expected "// if the cancel button was pressed, we are out of here" but found "//if the cancel button was pressed, we are out of here"
(#82) Expected 1 space after closing brace; 0 found
(#82) Expected "} else if (...) {\n"; found "}else if (...) {\n"
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) No space found before comment text; expected "// we want to process the hashcode and lang model if it makes sense" but found "//we want to process the hashcode and lang model if it makes sense"
(#90) No space found after comma in argument list
(#90) Commas (,) must be followed by white space.
(#90) Expected 1 space between the comma and "array". Found: no spaces
(#90) Short array syntax must be used to define arrays
(#90) Expected at least 1 space before "=>"; 0 found
(#90) Expected at least 1 space after "=>"; 0 found
(#90) Expected 1 space before "=>"; 0 found
(#90) Expected 1 space after "=>"; 0 found
(#92) No space found after comma in argument list
(#92) Commas (,) must be followed by white space.
(#92) Expected 1 space between the comma and "$data". Found: no spaces
(#93) Expected "if (...) {\n"; found "if(...){\n"
(#93) Expected 1 space after IF keyword; 0 found
(#93) Expected 1 space after closing parenthesis; found 0
(#94) Expected "if (...) {\n"; found "if(...){\n"
(#94) Expected 1 space after IF keyword; 0 found
(#94) Expected 1 space after closing parenthesis; found 0
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) No space found before comment text; expected "// check if it has changed, if not do not waste time processing it" but found "//check if it has changed, if not do not waste time processing it"
(#96) Expected "if (...) {\n"; found "if(...) {\n"
(#96) Expected 1 space after IF keyword; 0 found
(#96) Expected at least 1 space before "!="; 0 found
(#96) Expected 1 space before "!="; 0 found
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) No space found before comment text; expected "// build a lang model" but found "//build a lang model"
(#99) Expected "if (...) {\n"; found "if (...) {\n"
(#99) Expected 1 space after closing parenthesis; found 2
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) No space found before comment text; expected "// update the phonetic if it has changed" but found "//update the phonetic if it has changed"
(#107) Long list syntax is not allowed
(#107) Commas (,) must be followed by white space.
(#107) Expected 1 space between the comma and "$thepassagesegments". Found: no spaces
(#107) No space found after comma in argument list
(#107) Commas (,) must be followed by white space.
(#107) Expected 1 space between the comma and "$oldrecord". Found: no spaces
(#111) Line exceeds 132 characters; contains 141 characters
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) No space found before comment text; expected "// we want to create a polly record and speechmarks, if (!human_modelaudio && passage) && (passage change || voice change || speed change)" but found "//we want to create a polly record and speechmarks, if (!human_modelaudio && passage) && (passage change || voice change || speed change)"
(#112) Expected at least 1 space after "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#114) Expected "if (...) {\n"; found "if(...){\n"
(#114) Expected 1 space after IF keyword; 0 found
(#114) Expected 1 space after closing parenthesis; found 0
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) No space found before comment text; expected "// if it has changed OR voice has changed we need to do some work" but found "//if it has changed OR voice has changed we need to do some work"
(#116) Expected "if (...) {\n"; found "if(...) {\n"
(#116) Expected 1 space after IF keyword; 0 found
(#116) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#116) Expected at least 1 space before "!="; 0 found
(#116) Expected 1 space before "!="; 0 found
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) No space found before comment text; expected "// We create the marked up speechmarks. We do not save the modelurl, we only save that in the case of human model audio" but found "//We create the marked up speechmarks. We do not save the modelurl, we only save that in the case of human model audio"
(#125) Expected "if (...) {\n"; found "if(...) {\n"
(#125) Expected 1 space after IF keyword; 0 found
(#127) No space found after comma in argument list
(#127) Commas (,) must be followed by white space.
(#127) Expected 1 space between the comma and "$config". Found: no spaces
(#128) Expected "if (...) {\n"; found "if(...) {\n"
(#128) Expected 1 space after IF keyword; 0 found
(#130) Opening parenthesis of a multi-line function call must be the last content on the line
(#130) Only one argument is allowed per line in a multi-line function call
(#131) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#131) Only one argument is allowed per line in a multi-line function call
(#131) Only one argument is allowed per line in a multi-line function call
(#131) Closing parenthesis of a multi-line function call must be on a line by itself
(#132) Expected "if (...) {\n"; found "if(...) {\n"
(#132) Expected 1 space after IF keyword; 0 found
(#133) No space found after comma in argument list
(#133) Commas (,) must be followed by white space.
(#133) Expected 1 space between the comma and "$speechmarks". Found: no spaces
(#134) Expected "if (...) {\n"; found "if(...){\n"
(#134) Expected 1 space after IF keyword; 0 found
(#134) Expected 1 space after closing parenthesis; found 0
(#135) No space found after comma in argument list
(#135) Commas (,) must be followed by white space.
(#135) Expected 1 space between the comma and "true". Found: no spaces
(#135) No space found after comma in argument list
(#135) Commas (,) must be followed by white space.
(#135) Expected 1 space between the comma and "$matches". Found: no spaces
(#136) Expected 1 space after closing brace; 0 found
(#136) Expected "} else {\n"; found "}else {\n"
(#137) No space found after comma in argument list
(#137) Commas (,) must be followed by white space.
(#137) Expected 1 space between the comma and "$data". Found: no spaces
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) No space found before comment text; expected "// now update the db once we have saved files and stuff" but found "//now update the db once we have saved files and stuff"
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) This comment is 80% valid code; is this commented out code?
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) No space found before comment text; expected "// if we got here we is loading up dat form" but found "//if we got here we is loading up dat form"
(#154) No space found after comma in argument list
(#154) Commas (,) must be followed by white space.
(#154) Expected 1 space between the comma and "$modulecontext". Found: no spaces
(#156) Expected at least 1 space after "="; 0 found
(#156) Expected 1 space after "="; 0 found
public/mod/readaloud/tabs.php
(#2) Moodle boilerplate not found at first line
(#30) Import statements must not begin with a leading backslash
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#35) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#45) Short array syntax must be used to define arrays
(#48) Short array syntax must be used to define arrays
(#51) Opening parenthesis of a multi-line function call must be the last content on the line
(#51) Only one argument is allowed per line in a multi-line function call
(#51) Only one argument is allowed per line in a multi-line function call
(#52) Multi-line function call not indented correctly; expected 0 spaces but found 8
(#52) Closing parenthesis of a multi-line function call must be on a line by itself
(#55) Opening parenthesis of a multi-line function call must be the last content on the line
(#55) Only one argument is allowed per line in a multi-line function call
(#56) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#56) Only one argument is allowed per line in a multi-line function call
(#56) Closing parenthesis of a multi-line function call must be on a line by itself
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) This comment is 61% valid code; is this commented out code?
(#57) Line exceeds maximum limit of 180 characters; contains 235 characters
(#57) No space found before comment text; expected "// $row[] = new tabobject('machinegrading', "$CFG->wwwroot/mod/readaloud/grading.php?id=$cm->id&action=machinegrading", get_string('machinegrading', constants::M_COMPONENT), get_string('viewmachinegrading', constants::M_COMPONENT));" but found "//$row[] = new tabobject('machinegrading', "$CFG->wwwroot/mod/readaloud/grading.php?id=$cm->id&action=machinegrading", get_string('machinegrading', constants::M_COMPONENT), get_string('viewmachinegrading', constants::M_COMPONENT));"
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#59) Blank line found at end of control structure
(#62) Expected "if (...) {\n"; found "if(...) {\n"
(#62) Expected 1 space after IF keyword; 0 found
(#62) No space found after comma in argument list
(#62) Commas (,) must be followed by white space.
(#62) Expected 1 space between the comma and "$context". Found: no spaces
(#63) Opening parenthesis of a multi-line function call must be the last content on the line
(#63) Only one argument is allowed per line in a multi-line function call
(#64) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#64) Only one argument is allowed per line in a multi-line function call
(#64) Closing parenthesis of a multi-line function call must be on a line by itself
(#68) Expected "if (...) {\n"; found "if(...) {\n"
(#68) Expected 1 space after IF keyword; 0 found
(#69) Line exceeds maximum limit of 180 characters; contains 223 characters
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) No space found before comment text; expected "// model audio" but found "//model audio"
(#72) Line exceeds maximum limit of 180 characters; contains 198 characters
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// admin tab" but found "//admin tab"
(#74) Opening parenthesis of a multi-line function call must be the last content on the line
(#74) Only one argument is allowed per line in a multi-line function call
(#75) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#75) Only one argument is allowed per line in a multi-line function call
(#75) Closing parenthesis of a multi-line function call must be on a line by itself
(#76) Blank line found at end of control structure
(#80) Line exceeds 132 characters; contains 174 characters
public/mod/readaloud/version.php
(#2) Moodle boilerplate not found at first line
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
public/mod/readaloud/view.php
(#2) Moodle boilerplate not found at first line
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Expected 0 spaces before closing bracket; 1 found
(#53) Short array syntax must be used to define arrays
(#54) Short array syntax must be used to define arrays
(#56) Short array syntax must be used to define arrays
(#57) Short array syntax must be used to define arrays
(#61) Short array syntax must be used to define arrays
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) This comment is 80% valid code; is this commented out code?
(#90) Long list syntax is not allowed
(#92) Short array syntax must be used to define arrays
(#92) Line exceeds 132 characters; contains 153 characters
(#109) Usage of ELSEIF not allowed; use ELSE IF instead
(#129) Variable "ai_evals" must not contain underscores.
(#163) Opening parenthesis of a multi-line function call must be the last content on the line
(#163) Only one argument is allowed per line in a multi-line function call
(#164) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#164) Closing parenthesis of a multi-line function call must be on a line by itself
(#182) Variable "latest_aigrade" must not contain underscores.
(#184) Variable "latest_aigrade" must not contain underscores.
(#187) Variable "have_humaneval" must not contain underscores.
(#188) Variable "have_aieval" must not contain underscores.
(#188) Variable "latest_aigrade" must not contain underscores.
(#188) Variable "latest_aigrade" must not contain underscores.
(#191) Variable "have_humaneval" must not contain underscores.
(#192) Variable "have_aieval" must not contain underscores.
(#193) Variable "latest_aigrade" must not contain underscores.
(#221) Variable "attemptreview_html" must not contain underscores.
(#221) Opening parenthesis of a multi-line function call must be the last content on the line
(#221) Only one argument is allowed per line in a multi-line function call
(#222) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#222) Variable "have_humaneval" must not contain underscores.
(#222) Only one argument is allowed per line in a multi-line function call
(#222) Variable "have_aieval" must not contain underscores.
(#222) Only one argument is allowed per line in a multi-line function call
(#222) Only one argument is allowed per line in a multi-line function call
(#222) Only one argument is allowed per line in a multi-line function call
(#222) Only one argument is allowed per line in a multi-line function call
(#222) Only one argument is allowed per line in a multi-line function call
(#222) Only one argument is allowed per line in a multi-line function call
(#222) Closing parenthesis of a multi-line function call must be on a line by itself
(#223) Variable "attemptreview_html" must not contain underscores.
(#232) Expected 0 spaces after opening bracket; 1 found
(#240) Variable "current_time" must not contain underscores.
(#242) Variable "current_time" must not contain underscores.
(#245) Usage of ELSEIF not allowed; use ELSE IF instead
(#245) Variable "current_time" must not contain underscores.
(#261) Variable "latest_aigrade" must not contain underscores.
(#312) Line exceeds 132 characters; contains 149 characters
(#325) This comment is 68% valid code; is this commented out code?
(#337) Expected 1 blank line at end of file; 2 found

Javascript coding style problems

(185 errors, 2493 warnings)

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

public/mod/readaloud/amd/src/activitycontroller.js
(#2) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#5) A space is required after ','. (comma-spacing)
(#20) Identifier 'ra_recorder' is not in camel case. (camelcase)
(#21) Identifier 'rec_time_start' is not in camel case. (camelcase)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#32) Comments should not begin with a lowercase character. (capitalized-comments)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#33) Unexpected space before function parentheses. (space-before-function-paren)
(#37) Comments should not begin with a lowercase character. (capitalized-comments)
(#37) Expected space or tab after '//' in comment. (spaced-comment)
(#38) Unexpected space before function parentheses. (space-before-function-paren)
(#41) Comments should not begin with a lowercase character. (capitalized-comments)
(#41) Expected space or tab after '//' in comment. (spaced-comment)
(#48) Comments should not begin with a lowercase character. (capitalized-comments)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Expected space or tab after '//' in comment. (spaced-comment)
(#60) Expected space or tab after '//' in comment. (spaced-comment)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Expected space or tab after '//' in comment. (spaced-comment)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#69) Operator '=' must be spaced. (space-infix-ops)
(#72) Comments should not begin with a lowercase character. (capitalized-comments)
(#72) 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)
(#82) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Expected space or tab after '//' in comment. (spaced-comment)
(#83) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) Unexpected constant condition. (no-constant-condition)
(#84) Missing space before opening brace. (space-before-blocks)
(#86) Expected space(s) before "else". (keyword-spacing)
(#86) Expected space(s) after "else". (keyword-spacing)
(#91) Identifier 'setup_strings' is not in camel case. (camelcase)
(#91) Missing space before opening brace. (space-before-blocks)
(#95) There should be no space after '{'. (@babel/object-curly-spacing)
(#96) Comments should not begin with a lowercase character. (capitalized-comments)
(#96) Expected space or tab after '//' in comment. (spaced-comment)
(#97) Unexpected space before function parentheses. (space-before-function-paren)
(#99) Identifier 'confirm_cancel_recording' is not in camel case. (camelcase)
(#99) Operator '=' must be spaced. (space-infix-ops)
(#100) Comments should not begin with a lowercase character. (capitalized-comments)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#104) Missing space before opening brace. (space-before-blocks)
(#105) Identifier 'karaoke_opts' is not in camel case. (camelcase)
(#105) Operator '=' must be spaced. (space-infix-ops)
(#105) Missing space before value for key 'breaks'. (key-spacing)
(#105) Missing space before value for key 'audioplayerclass'. (key-spacing)
(#105) There should be no space before '}'. (@babel/object-curly-spacing)
(#109) Missing space before opening brace. (space-before-blocks)
(#110) Identifier 'landr_opts' is not in camel case. (camelcase)
(#110) Operator '=' must be spaced. (space-infix-ops)
(#111) Identifier 'stt_guided' is not in camel case. (camelcase)
(#115) Identifier 'process_html' is not in camel case. (camelcase)
(#115) Unexpected space before function parentheses. (space-before-function-paren)
(#117) Comments should not begin with a lowercase character. (capitalized-comments)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#118) Expected space or tab after '//' in comment. (spaced-comment)
(#120) ["hider"] is better written in dot notation. (dot-notation)
(#122) ["progresscontainer"] is better written in dot notation. (dot-notation)
(#123) ["feedbackcontainer"] is better written in dot notation. (dot-notation)
(#124) ["errorcontainer"] is better written in dot notation. (dot-notation)
(#125) ["passagecontainer"] is better written in dot notation. (dot-notation)
(#126) ["recordingcontainer"] is better written in dot notation. (dot-notation)
(#127) ["dummyrecorder"] is better written in dot notation. (dot-notation)
(#128) ["recordercontainer"] is better written in dot notation. (dot-notation)
(#129) ["menubuttonscontainer"] is better written in dot notation. (dot-notation)
(#130) ["menuinstructionscontainer"] is better written in dot notation. (dot-notation)
(#131) ["previewinstructionscontainer"] is better written in dot notation. (dot-notation)
(#132) ["landrinstructionscontainer"] is better written in dot notation. (dot-notation)
(#133) ["activityinstructionscontainer"] is better written in dot notation. (dot-notation)
(#134) ["recinstructionscontainerright"] is better written in dot notation. (dot-notation)
(#135) ["recinstructionscontainerleft"] is better written in dot notation. (dot-notation)
(#136) ["allowearlyexit"] is better written in dot notation. (dot-notation)
(#137) ["wheretonextcontainer"] is better written in dot notation. (dot-notation)
(#138) ["modelaudioplayer"] is better written in dot notation. (dot-notation)
(#139) ["startlandrbutton"] is better written in dot notation. (dot-notation)
(#140) ["startpreviewbutton"] is better written in dot notation. (dot-notation)
(#141) ["startreadingbutton"] is better written in dot notation. (dot-notation)
(#142) ["startshadowbutton"] is better written in dot notation. (dot-notation)
(#143) ["returnmenubutton"] is better written in dot notation. (dot-notation)
(#144) ["stopandplay"] is better written in dot notation. (dot-notation)
(#145) ["smallreportcontainer"] is better written in dot notation. (dot-notation)
(#151) Identifier 'is_browser_ok' is not in camel case. (camelcase)
(#151) Unexpected space before function parentheses. (space-before-function-paren)
(#156) Identifier 'setup_recorder' is not in camel case. (camelcase)
(#156) Unexpected space before function parentheses. (space-before-function-paren)
(#159) Comments should not begin with a lowercase character. (capitalized-comments)
(#159) Expected space or tab after '//' in comment. (spaced-comment)
(#160) Operator '=' must be spaced. (space-infix-ops)
(#160) Missing space before opening brace. (space-before-blocks)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Missing space before opening brace. (space-before-blocks)
(#167) Identifier 'on_speech' is not in camel case. (camelcase)
(#167) Unexpected space before function parentheses. (space-before-function-paren)
(#168) 'speech' is assigned a value but never used. (no-unused-vars)
(#169) 'speechresults' is assigned a value but never used. (no-unused-vars)
(#172) Comments should not begin with a lowercase character. (capitalized-comments)
(#172) Expected space or tab after '//' in comment. (spaced-comment)
(#173) Expected space or tab after '//' in comment. (spaced-comment)
(#174) Expected space or tab after '//' in comment. (spaced-comment)
(#175) Identifier 'on_recording_start' is not in camel case. (camelcase)
(#175) Unexpected space before function parentheses. (space-before-function-paren)
(#175) 'eventdata' is defined but never used. (no-unused-vars)
(#176) Identifier 'rec_time_start' is not in camel case. (camelcase)
(#179) Comments should not begin with a lowercase character. (capitalized-comments)
(#180) A space is required after ','. (comma-spacing)
(#183) Comments should not begin with a lowercase character. (capitalized-comments)
(#192) Comments should not begin with a lowercase character. (capitalized-comments)
(#192) Expected space or tab after '//' in comment. (spaced-comment)
(#193) Expected space or tab after '//' in comment. (spaced-comment)
(#194) Expected space or tab after '//' in comment. (spaced-comment)
(#195) Identifier 'on_recording_end' is not in camel case. (camelcase)
(#195) Unexpected space before function parentheses. (space-before-function-paren)
(#195) 'eventdata' is defined but never used. (no-unused-vars)
(#196) Comments should not begin with a lowercase character. (capitalized-comments)
(#196) Expected space or tab after '//' in comment. (spaced-comment)
(#202) Comments should not begin with a lowercase character. (capitalized-comments)
(#202) Expected space or tab after '//' in comment. (spaced-comment)
(#203) Expected space(s) after "if". (keyword-spacing)
(#203) Missing space before opening brace. (space-before-blocks)
(#204) Operator '=' must be spaced. (space-infix-ops)
(#209) Comments should not begin with a lowercase character. (capitalized-comments)
(#209) Expected space or tab after '//' in comment. (spaced-comment)
(#210) Expected space or tab after '//' in comment. (spaced-comment)
(#211) Identifier 'on_audio_processing' is not in camel case. (camelcase)
(#211) Unexpected space before function parentheses. (space-before-function-paren)
(#212) Comments should not begin with a lowercase character. (capitalized-comments)
(#212) Expected space or tab after '//' in comment. (spaced-comment)
(#213) Expected space or tab after '//' in comment. (spaced-comment)
(#221) Comments should not begin with a lowercase character. (capitalized-comments)
(#221) Expected space or tab after '//' in comment. (spaced-comment)
(#225) Comments should not begin with a lowercase character. (capitalized-comments)
(#225) Expected space or tab after '//' in comment. (spaced-comment)
(#233) Identifier 'register_events' is not in camel case. (camelcase)
(#233) Unexpected space before function parentheses. (space-before-function-paren)
(#235) Trailing spaces not allowed. (no-trailing-spaces)
(#236) Trailing spaces not allowed. (no-trailing-spaces)
(#237) 'e' is defined but never used. (no-unused-vars)
(#237) Missing space before opening brace. (space-before-blocks)
(#240) Missing space before opening brace. (space-before-blocks)
(#241) There should be no space before this paren. (space-in-parens)
(#246) 'e' is defined but never used. (no-unused-vars)
(#246) Missing space before opening brace. (space-before-blocks)
(#249) Missing space before opening brace. (space-before-blocks)
(#250) There should be no space before this paren. (space-in-parens)
(#255) 'e' is defined but never used. (no-unused-vars)
(#255) Missing space before opening brace. (space-before-blocks)
(#256) Operator '=' must be spaced. (space-infix-ops)
(#259) Missing space before opening brace. (space-before-blocks)
(#261) Operator '=' must be spaced. (space-infix-ops)
(#266) 'e' is defined but never used. (no-unused-vars)
(#266) Missing space before opening brace. (space-before-blocks)
(#267) Comments should not begin with a lowercase character. (capitalized-comments)
(#267) Expected space or tab after '//' in comment. (spaced-comment)
(#268) Expected space or tab after '//' in comment. (spaced-comment)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#274) Missing space before opening brace. (space-before-blocks)
(#276) Comments should not begin with a lowercase character. (capitalized-comments)
(#276) Expected space or tab after '//' in comment. (spaced-comment)
(#277) Expected space or tab after '//' in comment. (spaced-comment)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#284) 'e' is defined but never used. (no-unused-vars)
(#284) Missing space before opening brace. (space-before-blocks)
(#285) Comments should not begin with a lowercase character. (capitalized-comments)
(#285) Expected space or tab after '//' in comment. (spaced-comment)
(#286) Expected space(s) after "if". (keyword-spacing)
(#288) Expected space(s) before "else". (keyword-spacing)
(#288) Expected space(s) after "if". (keyword-spacing)
(#290) Missing space before opening brace. (space-before-blocks)
(#292) Unexpected confirm. (no-alert)
(#293) Comments should not begin with a lowercase character. (capitalized-comments)
(#293) Expected space or tab after '//' in comment. (spaced-comment)
(#297) Expected space(s) before "else". (keyword-spacing)
(#305) Identifier 'send_submission' is not in camel case. (camelcase)
(#305) Unexpected space before function parentheses. (space-before-function-paren)
(#312) A space is required after ','. (comma-spacing)
(#312) Comments should not begin with a lowercase character. (capitalized-comments)
(#312) Expected space or tab after '//' in comment. (spaced-comment)
(#316) Missing space before opening brace. (space-before-blocks)
(#334) Comments should not begin with a lowercase character. (capitalized-comments)
(#380) Unexpected space before function parentheses. (space-before-function-paren)
(#398) Operator '=' must be spaced. (space-infix-ops)
(#401) Unexpected space before function parentheses. (space-before-function-paren)
(#424) Operator '=' must be spaced. (space-infix-ops)
(#427) Unexpected space before function parentheses. (space-before-function-paren)
(#449) Operator '=' must be spaced. (space-infix-ops)
(#452) Unexpected space before function parentheses. (space-before-function-paren)
(#475) Operator '=' must be spaced. (space-infix-ops)
(#479) Unexpected space before function parentheses. (space-before-function-paren)
(#485) Unexpected space before function parentheses. (space-before-function-paren)
(#492) Unexpected space before function parentheses. (space-before-function-paren)
(#506) Unexpected space before function parentheses. (space-before-function-paren)
(#523) Comments should not begin with a lowercase character. (capitalized-comments)
(#523) Expected space or tab after '//' in comment. (spaced-comment)
(#524) Comments should not begin with a lowercase character. (capitalized-comments)
(#524) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/clicktohear.js
(#1) A space is required after ','. (comma-spacing)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) A space is required after ','. (comma-spacing)
(#10) Comments should not begin with a lowercase character. (capitalized-comments)
(#10) Expected space or tab after '//' in comment. (spaced-comment)
(#14) Comments should not begin with a lowercase character. (capitalized-comments)
(#14) Expected space or tab after '//' in comment. (spaced-comment)
(#21) Comments should not begin with a lowercase character. (capitalized-comments)
(#21) Expected space or tab after '//' in comment. (spaced-comment)
(#22) Missing space before opening brace. (space-before-blocks)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#29) Comments should not begin with a lowercase character. (capitalized-comments)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#30) Identifier 'register_controls' is not in camel case. (camelcase)
(#30) Missing space before opening brace. (space-before-blocks)
(#37) Comments should not begin with a lowercase character. (capitalized-comments)
(#37) Expected space or tab after '//' in comment. (spaced-comment)
(#38) Identifier 'register_events' is not in camel case. (camelcase)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing space before opening brace. (space-before-blocks)
(#44) A space is required after ','. (comma-spacing)
(#48) Comments should not begin with a lowercase character. (capitalized-comments)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#49) Unexpected space before function parentheses. (space-before-function-paren)
(#53) A space is required after ','. (comma-spacing)
(#53) A space is required after ','. (comma-spacing)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#57) Comments should not begin with a lowercase character. (capitalized-comments)
(#57) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/cloudpoodll.js
(#23) Unexpected space before function parentheses. (space-before-function-paren)
(#23) '$' is defined but never used. (no-unused-vars)
(#23) 'log' is defined but never used. (no-unused-vars)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#28) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#29) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#30) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#31) A space is required after ','. (comma-spacing)
(#33) Missing space before opening brace. (space-before-blocks)
(#37) Missing space before opening brace. (space-before-blocks)
(#41) Missing space before opening brace. (space-before-blocks)
(#42) Expected space(s) after "if". (keyword-spacing)
(#42) Requires a space after '{'. (block-spacing)
(#42) Statement inside of curly braces should be on next line. (brace-style)
(#42) Missing space before opening brace. (space-before-blocks)
(#42) Operator '=' must be spaced. (space-infix-ops)
(#42) Requires a space before '}'. (block-spacing)
(#42) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#44) Expected space(s) after "for". (keyword-spacing)
(#44) Operator '=' must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Operator '<' must be spaced. (space-infix-ops)
(#44) Missing whitespace after semicolon. (semi-spacing)
(#44) Missing space before opening brace. (space-before-blocks)
(#48) Missing space before opening brace. (space-before-blocks)
(#49) Operator '=' must be spaced. (space-infix-ops)
(#53) Missing space before opening brace. (space-before-blocks)
(#54) Expected space(s) after "if". (keyword-spacing)
(#58) Expected space(s) after "if". (keyword-spacing)
(#60) A space is required after ','. (comma-spacing)
(#63) Missing space before opening brace. (space-before-blocks)
(#65) Expected space(s) after "for". (keyword-spacing)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Operator '<' must be spaced. (space-infix-ops)
(#65) Missing whitespace after semicolon. (semi-spacing)
(#65) Missing space before opening brace. (space-before-blocks)
(#67) Expected space(s) after "if". (keyword-spacing)
(#67) Operator '!==' must be spaced. (space-infix-ops)
(#67) Missing space before opening brace. (space-before-blocks)
(#68) Operator '=' must be spaced. (space-infix-ops)
(#73) Missing space before opening brace. (space-before-blocks)
(#75) Comments should not begin with a lowercase character. (capitalized-comments)
(#75) Expected space or tab after '//' in comment. (spaced-comment)
(#76) Expected space(s) after "if". (keyword-spacing)
(#76) There should be no space before this paren. (space-in-parens)
(#76) Missing space before opening brace. (space-before-blocks)
(#77) Expected space(s) after "if". (keyword-spacing)
(#77) ["alreadyparsed"] is better written in dot notation. (dot-notation)
(#77) Operator '==' must be spaced. (space-infix-ops)
(#77) Missing space before opening brace. (space-before-blocks)
(#78) Comments should not begin with a lowercase character. (capitalized-comments)
(#83) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Expected space(s) after "if". (keyword-spacing)
(#84) There should be no space before this paren. (space-in-parens)
(#84) Missing space before opening brace. (space-before-blocks)
(#85) ["cloudpoodllurl"] is better written in dot notation. (dot-notation)
(#87) Trailing spaces not allowed. (no-trailing-spaces)
(#88) Comments should not begin with a lowercase character. (capitalized-comments)
(#88) Expected space or tab after '//' in comment. (spaced-comment)
(#89) Expected space or tab after '//' in comment. (spaced-comment)
(#90) Expected space(s) after "if". (keyword-spacing)
(#90) There should be no space before this paren. (space-in-parens)
(#90) Missing space before opening brace. (space-before-blocks)
(#91) ["parent"] is better written in dot notation. (dot-notation)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#93) Comments should not begin with a lowercase character. (capitalized-comments)
(#93) Expected space or tab after '//' in comment. (spaced-comment)
(#94) Expected space(s) after "if". (keyword-spacing)
(#94) There should be no space before this paren. (space-in-parens)
(#94) Missing space before opening brace. (space-before-blocks)
(#95) ["media"] is better written in dot notation. (dot-notation)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#97) Comments should not begin with a lowercase character. (capitalized-comments)
(#97) Expected space or tab after '//' in comment. (spaced-comment)
(#98) ["sourcemimetype"] is better written in dot notation. (dot-notation)
(#98) ["media"] is better written in dot notation. (dot-notation)
(#98) A space is required after ','. (comma-spacing)
(#98) ["transcribe"] is better written in dot notation. (dot-notation)
(#98) A space is required after ','. (comma-spacing)
(#98) ["hints"] is better written in dot notation. (dot-notation)
(#100) Comments should not begin with a lowercase character. (capitalized-comments)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#103) Comments should not begin with a lowercase character. (capitalized-comments)
(#103) Expected space or tab after '//' in comment. (spaced-comment)
(#104) Expected space or tab after '//' in comment. (spaced-comment)
(#105) Expected space(s) after "if". (keyword-spacing)
(#105) Missing space before opening brace. (space-before-blocks)
(#106) 'localloading' declared on line 108 column 21 is used outside of binding context. (block-scoped-var)
(#107) Expected space(s) before "else". (keyword-spacing)
(#108) 'localloading' is already defined. (no-redeclare)
(#108) 'localloading' declared on line 106 column 21 is used outside of binding context. (block-scoped-var)
(#108) ["localloading"] is better written in dot notation. (dot-notation)
(#111) Expected space(s) after "switch". (keyword-spacing)
(#111) 'localloading' declared on line 106 column 21 is used outside of binding context. (block-scoped-var)
(#111) 'localloading' declared on line 108 column 21 is used outside of binding context. (block-scoped-var)
(#111) Missing space before opening brace. (space-before-blocks)
(#114) This line has a length of 143. Maximum allowed is 132. (max-len)
(#114) 'iframeurl' declared on line 125 column 29 is used outside of binding context. (block-scoped-var)
(#114) 'iframeurl' declared on line 127 column 29 is used outside of binding context. (block-scoped-var)
(#114) ["parent"] is better written in dot notation. (dot-notation)
(#114) ["localloader"] is better written in dot notation. (dot-notation)
(#114) ["cloudpoodllurl"] is better written in dot notation. (dot-notation)
(#118) 'iframeurl' is already defined. (no-redeclare)
(#118) 'iframeurl' declared on line 125 column 29 is used outside of binding context. (block-scoped-var)
(#118) 'iframeurl' declared on line 127 column 29 is used outside of binding context. (block-scoped-var)
(#123) Identifier 'isIOS_safari' is not in camel case. (camelcase)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Identifier 'isIOS_safari' is not in camel case. (camelcase)
(#125) This line has a length of 148. Maximum allowed is 132. (max-len)
(#125) 'iframeurl' is already defined. (no-redeclare)
(#125) 'iframeurl' declared on line 127 column 29 is used outside of binding context. (block-scoped-var)
(#125) ["parent"] is better written in dot notation. (dot-notation)
(#125) ["localloader"] is better written in dot notation. (dot-notation)
(#125) Multiple spaces found before '+'. (no-multi-spaces)
(#125) ["cloudpoodllurl"] is better written in dot notation. (dot-notation)
(#126) Expected space(s) before "else". (keyword-spacing)
(#127) 'iframeurl' is already defined. (no-redeclare)
(#127) 'iframeurl' declared on line 125 column 29 is used outside of binding context. (block-scoped-var)
(#132) Comments should not begin with a lowercase character. (capitalized-comments)
(#132) Expected space or tab after '//' in comment. (spaced-comment)
(#134) 'iframeurl' declared on line 114 column 25 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 118 column 25 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 125 column 29 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 127 column 29 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 114 column 25 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 118 column 25 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 125 column 29 is used outside of binding context. (block-scoped-var)
(#134) 'iframeurl' declared on line 127 column 29 is used outside of binding context. (block-scoped-var)
(#136) 'iframeurl' declared on line 114 column 25 is used outside of binding context. (block-scoped-var)
(#136) 'iframeurl' declared on line 118 column 25 is used outside of binding context. (block-scoped-var)
(#136) 'iframeurl' declared on line 125 column 29 is used outside of binding context. (block-scoped-var)
(#136) 'iframeurl' declared on line 127 column 29 is used outside of binding context. (block-scoped-var)
(#138) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#139) Expected space or tab after '//' in comment. (spaced-comment)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Expected space(s) after "if". (keyword-spacing)
(#143) Expected space(s) before "else". (keyword-spacing)
(#143) Expected space(s) after "else". (keyword-spacing)
(#144) Expected space(s) after "if". (keyword-spacing)
(#144) There should be no space before this paren. (space-in-parens)
(#144) Missing space before opening brace. (space-before-blocks)
(#145) ["width"] is better written in dot notation. (dot-notation)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#148) Expected space(s) after "if". (keyword-spacing)
(#148) There should be no space before this paren. (space-in-parens)
(#148) Missing space before opening brace. (space-before-blocks)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) ["media"] is better written in dot notation. (dot-notation)
(#149) Operator '==' must be spaced. (space-infix-ops)
(#150) ["height"] is better written in dot notation. (dot-notation)
(#151) Expected space(s) before "else". (keyword-spacing)
(#151) Expected space(s) after "else". (keyword-spacing)
(#152) ["height"] is better written in dot notation. (dot-notation)
(#162) Expected space(s) after "switch". (keyword-spacing)
(#162) Missing space before opening brace. (space-before-blocks)
(#172) Unexpected alert. (no-alert)
(#172) Unexpected whitespace before property data. (no-whitespace-before-property)
(#175) Missing space before opening brace. (space-before-blocks)
(#179) Missing space before opening brace. (space-before-blocks)
(#184) A space is required after ','. (comma-spacing)
(#184) Missing space before opening brace. (space-before-blocks)
(#186) Expected space(s) after "if". (keyword-spacing)
(#186) Missing space before opening brace. (space-before-blocks)
(#187) Expected space or tab after '//' in comment. (spaced-comment)
(#193) Comments should not begin with a lowercase character. (capitalized-comments)
(#193) Expected space or tab after '//' in comment. (spaced-comment)
(#197) Missing space before opening brace. (space-before-blocks)
(#198) 'root' is not defined. (no-undef)
(#201) Identifier 'is_safari' is not in camel case. (camelcase)
(#201) Missing space before opening brace. (space-before-blocks)
(#205) Identifier 'is_ios' is not in camel case. (camelcase)
(#205) Missing space before opening brace. (space-before-blocks)
(#206) Multiple spaces found before '/iPad|iPhone|iPod/'. (no-multi-spaces)
(#209) Identifier 'guess_mimetype' is not in camel case. (camelcase)
(#209) Method 'guess_mimetype' has a complexity of 30. Maximum allowed is 20. (complexity)
(#209) Missing space before opening brace. (space-before-blocks)
(#211) Comments should not begin with a lowercase character. (capitalized-comments)
(#211) Expected space or tab after '//' in comment. (spaced-comment)
(#212) Expected space(s) after "if". (keyword-spacing)
(#212) Operator '==' must be spaced. (space-infix-ops)
(#212) Missing space before opening brace. (space-before-blocks)
(#215) Comments should not begin with a lowercase character. (capitalized-comments)
(#215) Expected space or tab after '//' in comment. (spaced-comment)
(#216) Expected space(s) after "if". (keyword-spacing)
(#216) Missing space before opening brace. (space-before-blocks)
(#220) 'nVer' is assigned a value but never used. (no-unused-vars)
(#222) Multiple spaces found before '='. (no-multi-spaces)
(#223) Comments should not begin with a lowercase character. (capitalized-comments)
(#223) Expected space or tab after '//' in comment. (spaced-comment)
(#224) Multiple spaces found before '='. (no-multi-spaces)
(#224) Operator '+' must be spaced. (space-infix-ops)
(#225) A space is required after ','. (comma-spacing)
(#225) A space is required after ','. (comma-spacing)
(#225) 'ix' is defined but never used. (no-unused-vars)
(#227) Expected space(s) after "if". (keyword-spacing)
(#227) Operator '!==' must be spaced. (space-infix-ops)
(#228) Operator '=' must be spaced. (space-infix-ops)
(#229) Comments should not begin with a lowercase character. (capitalized-comments)
(#229) Expected space or tab after '//' in comment. (spaced-comment)
(#230) Expected space or tab after '//' in comment. (spaced-comment)
(#233) Expected space(s) before "else". (keyword-spacing)
(#233) Operator '=' must be spaced. (space-infix-ops)
(#233) Operator '!=' must be spaced. (space-infix-ops)
(#235) Comments should not begin with a lowercase character. (capitalized-comments)
(#235) Expected space or tab after '//' in comment. (spaced-comment)
(#236) Expected space or tab after '//' in comment. (spaced-comment)
(#237) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) Operator '!=' must be spaced. (space-infix-ops)
(#241) Comments should not begin with a lowercase character. (capitalized-comments)
(#241) Expected space or tab after '//' in comment. (spaced-comment)
(#242) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#244) Operator '=' must be spaced. (space-infix-ops)
(#244) Operator '!=' must be spaced. (space-infix-ops)
(#246) Comments should not begin with a lowercase character. (capitalized-comments)
(#246) Expected space or tab after '//' in comment. (spaced-comment)
(#247) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#249) Operator '=' must be spaced. (space-infix-ops)
(#249) Operator '!=' must be spaced. (space-infix-ops)
(#251) Comments should not begin with a lowercase character. (capitalized-comments)
(#251) Expected space or tab after '//' in comment. (spaced-comment)
(#252) Expected space or tab after '//' in comment. (spaced-comment)
(#253) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) Operator '!=' must be spaced. (space-infix-ops)
(#257) Comments should not begin with a lowercase character. (capitalized-comments)
(#257) Expected space or tab after '//' in comment. (spaced-comment)
(#259) Expected space(s) before "else". (keyword-spacing)
(#259) There should be no space after this paren. (space-in-parens)
(#259) Operator '=' must be spaced. (space-infix-ops)
(#259) Operator '+' must be spaced. (space-infix-ops)
(#260) Operator '=' must be spaced. (space-infix-ops)
(#260) There should be no space before this paren. (space-in-parens)
(#261) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#262) A space is required after ','. (comma-spacing)
(#263) Comments should not begin with a lowercase character. (capitalized-comments)
(#263) Expected space or tab after '//' in comment. (spaced-comment)
(#264) Operator '==' must be spaced. (space-infix-ops)
(#270) Expected space or tab after '//' in comment. (spaced-comment)
(#272) Requires a space after '{'. (block-spacing)
(#272) Statement inside of curly braces should be on next line. (brace-style)
(#272) Missing space before opening brace. (space-before-blocks)
(#272) Requires a space before '}'. (block-spacing)
(#272) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#273) Requires a space after '{'. (block-spacing)
(#273) Statement inside of curly braces should be on next line. (brace-style)
(#273) Requires a space before '}'. (block-spacing)
(#273) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#274) Requires a space after '{'. (block-spacing)
(#274) Statement inside of curly braces should be on next line. (brace-style)
(#274) Missing space before opening brace. (space-before-blocks)
(#274) Requires a space before '}'. (block-spacing)
(#274) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#275) Requires a space after '{'. (block-spacing)
(#275) Statement inside of curly braces should be on next line. (brace-style)
(#275) Missing space before opening brace. (space-before-blocks)
(#275) Requires a space before '}'. (block-spacing)
(#275) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#276) Requires a space after '{'. (block-spacing)
(#276) Statement inside of curly braces should be on next line. (brace-style)
(#276) Requires a space before '}'. (block-spacing)
(#276) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#280) Operator '=' must be spaced. (space-infix-ops)
(#281) Operator '=' must be spaced. (space-infix-ops)
(#282) Operator '=' must be spaced. (space-infix-ops)
(#284) Comments should not begin with a lowercase character. (capitalized-comments)
(#284) Expected space or tab after '//' in comment. (spaced-comment)
(#285) Operator '=' must be spaced. (space-infix-ops)
(#286) Expected space(s) after "if". (keyword-spacing)
(#286) Operator '==' must be spaced. (space-infix-ops)
(#286) Missing space before opening brace. (space-before-blocks)
(#287) Expected space(s) after "switch". (keyword-spacing)
(#287) Missing space before opening brace. (space-before-blocks)
(#290) Operator '=' must be spaced. (space-infix-ops)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#294) Comments should not begin with a lowercase character. (capitalized-comments)
(#294) Expected space or tab after '//' in comment. (spaced-comment)
(#295) Expected space or tab after '//' in comment. (spaced-comment)
(#301) Operator '=' must be spaced. (space-infix-ops)
(#303) Expected space(s) before "else". (keyword-spacing)
(#303) Expected space(s) after "else". (keyword-spacing)
(#304) Expected space(s) after "switch". (keyword-spacing)
(#304) Missing space before opening brace. (space-before-blocks)
(#306) Operator '=' must be spaced. (space-infix-ops)
(#309) Operator '=' must be spaced. (space-infix-ops)
(#310) Comments should not begin with a lowercase character. (capitalized-comments)
(#310) Expected space or tab after '//' in comment. (spaced-comment)
(#311) Operator '=' must be spaced. (space-infix-ops)
(#314) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#323) Comments should not begin with a lowercase character. (capitalized-comments)
(#332) Comments should not begin with a lowercase character. (capitalized-comments)
(#332) Expected space or tab after '//' in comment. (spaced-comment)
(#333) Comments should not begin with a lowercase character. (capitalized-comments)
(#333) Expected space or tab after '//' in comment. (spaced-comment)
(#334) Comments should not begin with a lowercase character. (capitalized-comments)
(#334) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/cloudpoodllloader.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)
(#1) Missing space before opening brace. (space-before-blocks)
(#3) Missing space before opening brace. (space-before-blocks)
(#7) There should be no space after this paren. (space-in-parens)
(#7) There should be no space before this paren. (space-in-parens)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (@babel/semi)
public/mod/readaloud/amd/src/datatables.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) 'datatables' is defined but never used. (no-unused-vars)
(#11) Comments should not begin with a lowercase character. (capitalized-comments)
(#11) Expected space or tab after '//' in comment. (spaced-comment)
(#12) Unexpected space before function parentheses. (space-before-function-paren)
(#13) Comments should not begin with a lowercase character. (capitalized-comments)
(#13) Expected space or tab after '//' in comment. (spaced-comment)
(#14) 'that' is assigned a value but never used. (no-unused-vars)
(#20) Comments should not begin with a lowercase character. (capitalized-comments)
(#20) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/definitions.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#13) Comments should not begin with a lowercase character. (capitalized-comments)
(#13) Expected space or tab after '//' in comment. (spaced-comment)
(#20) Comments should not begin with a lowercase character. (capitalized-comments)
(#20) Expected space or tab after '//' in comment. (spaced-comment)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Expected space or tab after '//' in comment. (spaced-comment)
(#48) Comments should not begin with a lowercase character. (capitalized-comments)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#56) Comments should not begin with a lowercase character. (capitalized-comments)
(#56) Expected space or tab after '//' in comment. (spaced-comment)
(#73) Comments should not begin with a lowercase character. (capitalized-comments)
(#73) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Identifier 'transcriber_amazonstreaming' is not in camel case. (camelcase)
(#82) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Expected space or tab after '//' in comment. (spaced-comment)
(#93) Comments should not begin with a lowercase character. (capitalized-comments)
(#93) Expected space or tab after '//' in comment. (spaced-comment)
(#96) Comments should not begin with a lowercase character. (capitalized-comments)
(#96) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/dependencyloader.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) 'Deps' is defined but never used. (no-unused-vars)
(#9) Comments should not begin with a lowercase character. (capitalized-comments)
(#9) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/deps.js
(#1) A space is required after ','. (comma-spacing)
(#1) There should be no space before ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) There should be no space before ','. (comma-spacing)
(#9) Comments should not begin with a lowercase character. (capitalized-comments)
(#9) Expected space or tab after '//' in comment. (spaced-comment)
(#10) Expected space(s) after "if". (keyword-spacing)
(#10) Operator '<' must be spaced. (space-infix-ops)
(#13) Comments should not begin with a lowercase character. (capitalized-comments)
(#13) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/gradenowhelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#7) Comments should not begin with a lowercase character. (capitalized-comments)
(#7) Expected space or tab after '//' in comment. (spaced-comment)
(#20) Comments should not begin with a lowercase character. (capitalized-comments)
(#20) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Unexpected space before function parentheses. (space-before-function-paren)
(#82) Comments should not begin with a lowercase character. (capitalized-comments)
(#82) Expected space or tab after '//' in comment. (spaced-comment)
(#83) ["id"] is better written in dot notation. (dot-notation)
(#89) Comments should not begin with a lowercase character. (capitalized-comments)
(#89) Expected space or tab after '//' in comment. (spaced-comment)
(#94) Comments should not begin with a lowercase character. (capitalized-comments)
(#94) Expected space or tab after '//' in comment. (spaced-comment)
(#97) Comments should not begin with a lowercase character. (capitalized-comments)
(#97) Expected space or tab after '//' in comment. (spaced-comment)
(#98) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#98) ["activityid"] is better written in dot notation. (dot-notation)
(#99) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#99) ["attemptid"] is better written in dot notation. (dot-notation)
(#100) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#100) ["sesskey"] is better written in dot notation. (dot-notation)
(#101) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#101) ["enabletts"] is better written in dot notation. (dot-notation)
(#102) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#102) ["ttslanguage"] is better written in dot notation. (dot-notation)
(#103) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#103) ["targetwpm"] is better written in dot notation. (dot-notation)
(#104) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#104) ["sessionscoremethod"] is better written in dot notation. (dot-notation)
(#105) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#105) ["allowearlyexit"] is better written in dot notation. (dot-notation)
(#106) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#106) ["timelimit"] is better written in dot notation. (dot-notation)
(#107) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#107) ["reviewmode"] is better written in dot notation. (dot-notation)
(#108) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#108) ["readonly"] is better written in dot notation. (dot-notation)
(#111) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#111) ["sessiontime"] is better written in dot notation. (dot-notation)
(#112) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#112) ["sessionerrors"] is better written in dot notation. (dot-notation)
(#113) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#113) ["sessionerrors"] is better written in dot notation. (dot-notation)
(#117) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#117) ["sessiontime"] is better written in dot notation. (dot-notation)
(#118) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#118) ["sessionendword"] is better written in dot notation. (dot-notation)
(#119) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#119) ["sessionscore"] is better written in dot notation. (dot-notation)
(#120) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#120) ["accuracy"] is better written in dot notation. (dot-notation)
(#121) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#121) ["wpm"] is better written in dot notation. (dot-notation)
(#123) Expected space or tab after '//' in comment. (spaced-comment)
(#124) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#124) ["sessionmatches"] is better written in dot notation. (dot-notation)
(#125) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#125) ["aidata"] is better written in dot notation. (dot-notation)
(#127) 'opts' declared on line 86 column 21 is used outside of binding context. (block-scoped-var)
(#127) ["aidata"] is better written in dot notation. (dot-notation)
(#129) Comments should not begin with a lowercase character. (capitalized-comments)
(#129) Expected space or tab after '//' in comment. (spaced-comment)
(#130) Unexpected space before function parentheses. (space-before-function-paren)
(#138) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Comments should not begin with a lowercase character. (capitalized-comments)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#145) Comments should not begin with a lowercase character. (capitalized-comments)
(#145) Expected space or tab after '//' in comment. (spaced-comment)
(#149) Comments should not begin with a lowercase character. (capitalized-comments)
(#149) Expected space or tab after '//' in comment. (spaced-comment)
(#152) Comments should not begin with a lowercase character. (capitalized-comments)
(#152) Expected space or tab after '//' in comment. (spaced-comment)
(#153) Expected space or tab after '//' in comment. (spaced-comment)
(#154) Expected space or tab after '//' in comment. (spaced-comment)
(#155) Expected space or tab after '//' in comment. (spaced-comment)
(#157) Unexpected space before function parentheses. (space-before-function-paren)
(#158) Operator '||' must be spaced. (space-infix-ops)
(#158) Operator '==' must be spaced. (space-infix-ops)
(#158) There should be no space before this paren. (space-in-parens)
(#159) Comments should not begin with a lowercase character. (capitalized-comments)
(#159) Expected space or tab after '//' in comment. (spaced-comment)
(#160) This line has a length of 135. Maximum allowed is 132. (max-len)
(#160) Expected space or tab after '//' in comment. (spaced-comment)
(#162) Expected space or tab after '//' in comment. (spaced-comment)
(#168) Comments should not begin with a lowercase character. (capitalized-comments)
(#168) Expected space or tab after '//' in comment. (spaced-comment)
(#169) Expected space or tab after '//' in comment. (spaced-comment)
(#170) Expected space(s) after "if". (keyword-spacing)
(#173) Expected space(s) before "else". (keyword-spacing)
(#173) Expected space(s) after "else". (keyword-spacing)
(#180) Comments should not begin with a lowercase character. (capitalized-comments)
(#180) Expected space or tab after '//' in comment. (spaced-comment)
(#185) Comments should not begin with a lowercase character. (capitalized-comments)
(#185) Expected space or tab after '//' in comment. (spaced-comment)
(#188) Comments should not begin with a lowercase character. (capitalized-comments)
(#188) Expected space or tab after '//' in comment. (spaced-comment)
(#194) Comments should not begin with a lowercase character. (capitalized-comments)
(#194) Expected space or tab after '//' in comment. (spaced-comment)
(#195) Identifier 'init_popoverhelper' is not in camel case. (camelcase)
(#195) Unexpected space before function parentheses. (space-before-function-paren)
(#198) Comments should not begin with a lowercase character. (capitalized-comments)
(#198) Expected space or tab after '//' in comment. (spaced-comment)
(#199) Unexpected space before function parentheses. (space-before-function-paren)
(#202) Comments should not begin with a lowercase character. (capitalized-comments)
(#202) Expected space or tab after '//' in comment. (spaced-comment)
(#209) Comments should not begin with a lowercase character. (capitalized-comments)
(#209) Expected space or tab after '//' in comment. (spaced-comment)
(#215) Expected space(s) after "if". (keyword-spacing)
(#215) Operator '==' must be spaced. (space-infix-ops)
(#225) Comments should not begin with a lowercase character. (capitalized-comments)
(#225) Expected space or tab after '//' in comment. (spaced-comment)
(#231) Comments should not begin with a lowercase character. (capitalized-comments)
(#231) Expected space or tab after '//' in comment. (spaced-comment)
(#232) Unexpected space before function parentheses. (space-before-function-paren)
(#235) Comments should not begin with a lowercase character. (capitalized-comments)
(#235) Expected space or tab after '//' in comment. (spaced-comment)
(#241) Comments should not begin with a lowercase character. (capitalized-comments)
(#241) Expected space or tab after '//' in comment. (spaced-comment)
(#245) Expected space(s) after "if". (keyword-spacing)
(#245) Operator '==' must be spaced. (space-infix-ops)
(#255) Comments should not begin with a lowercase character. (capitalized-comments)
(#255) Expected space or tab after '//' in comment. (spaced-comment)
(#261) Comments should not begin with a lowercase character. (capitalized-comments)
(#261) Expected space or tab after '//' in comment. (spaced-comment)
(#265) Identifier 'register_controls' is not in camel case. (camelcase)
(#265) Unexpected space before function parentheses. (space-before-function-paren)
(#288) Comments should not begin with a lowercase character. (capitalized-comments)
(#288) Expected space or tab after '//' in comment. (spaced-comment)
(#298) Identifier 'register_events' is not in camel case. (camelcase)
(#298) Unexpected space before function parentheses. (space-before-function-paren)
(#300) Comments should not begin with a lowercase character. (capitalized-comments)
(#300) Expected space or tab after '//' in comment. (spaced-comment)
(#303) Expected space or tab after '//' in comment. (spaced-comment)
(#304) Unexpected space before function parentheses. (space-before-function-paren)
(#312) Comments should not begin with a lowercase character. (capitalized-comments)
(#312) Expected space or tab after '//' in comment. (spaced-comment)
(#314) Comments should not begin with a lowercase character. (capitalized-comments)
(#314) Expected space or tab after '//' in comment. (spaced-comment)
(#316) Expected space or tab after '//' in comment. (spaced-comment)
(#317) Unexpected constant condition. (no-constant-condition)
(#318) Comments should not begin with a lowercase character. (capitalized-comments)
(#324) Expected space or tab after '//' in comment. (spaced-comment)
(#329) Comments should not begin with a lowercase character. (capitalized-comments)
(#329) Expected space or tab after '//' in comment. (spaced-comment)
(#331) Unexpected space before function parentheses. (space-before-function-paren)
(#332) Comments should not begin with a lowercase character. (capitalized-comments)
(#332) Expected space or tab after '//' in comment. (spaced-comment)
(#337) Comments should not begin with a lowercase character. (capitalized-comments)
(#337) Expected space or tab after '//' in comment. (spaced-comment)
(#339) 'theword' is assigned a value but never used. (no-unused-vars)
(#351) Comments should not begin with a lowercase character. (capitalized-comments)
(#351) Expected space or tab after '//' in comment. (spaced-comment)
(#354) Comments should not begin with a lowercase character. (capitalized-comments)
(#354) Expected space or tab after '//' in comment. (spaced-comment)
(#356) Unexpected space before function parentheses. (space-before-function-paren)
(#359) Comments should not begin with a lowercase character. (capitalized-comments)
(#359) Expected space or tab after '//' in comment. (spaced-comment)
(#363) Comments should not begin with a lowercase character. (capitalized-comments)
(#363) Expected space or tab after '//' in comment. (spaced-comment)
(#379) Comments should not begin with a lowercase character. (capitalized-comments)
(#379) Expected space or tab after '//' in comment. (spaced-comment)
(#393) Comments should not begin with a lowercase character. (capitalized-comments)
(#393) Expected space or tab after '//' in comment. (spaced-comment)
(#395) Expected space or tab after '//' in comment. (spaced-comment)
(#397) Unexpected space before function parentheses. (space-before-function-paren)
(#399) Comments should not begin with a lowercase character. (capitalized-comments)
(#399) Expected space or tab after '//' in comment. (spaced-comment)
(#404) Comments should not begin with a lowercase character. (capitalized-comments)
(#404) Expected space or tab after '//' in comment. (spaced-comment)
(#405) Expected space or tab after '//' in comment. (spaced-comment)
(#421) Comments should not begin with a lowercase character. (capitalized-comments)
(#421) Expected space or tab after '//' in comment. (spaced-comment)
(#423) Expected space or tab after '//' in comment. (spaced-comment)
(#424) Unexpected space before function parentheses. (space-before-function-paren)
(#426) Comments should not begin with a lowercase character. (capitalized-comments)
(#426) Expected space or tab after '//' in comment. (spaced-comment)
(#431) Comments should not begin with a lowercase character. (capitalized-comments)
(#431) Expected space or tab after '//' in comment. (spaced-comment)
(#432) Unexpected space before function parentheses. (space-before-function-paren)
(#432) 'index' is defined but never used. (no-unused-vars)
(#438) Comments should not begin with a lowercase character. (capitalized-comments)
(#438) Expected space or tab after '//' in comment. (spaced-comment)
(#441) Comments should not begin with a lowercase character. (capitalized-comments)
(#441) Expected space or tab after '//' in comment. (spaced-comment)
(#446) Comments should not begin with a lowercase character. (capitalized-comments)
(#446) Expected space or tab after '//' in comment. (spaced-comment)
(#451) Comments should not begin with a lowercase character. (capitalized-comments)
(#451) Expected space or tab after '//' in comment. (spaced-comment)
(#452) Unexpected space before function parentheses. (space-before-function-paren)
(#458) Comments should not begin with a lowercase character. (capitalized-comments)
(#458) Expected space or tab after '//' in comment. (spaced-comment)
(#460) Expected space or tab after '//' in comment. (spaced-comment)
(#461) Expected space or tab after '//' in comment. (spaced-comment)
(#462) Unexpected space before function parentheses. (space-before-function-paren)
(#468) Comments should not begin with a lowercase character. (capitalized-comments)
(#468) Expected space or tab after '//' in comment. (spaced-comment)
(#469) Unexpected space before function parentheses. (space-before-function-paren)
(#478) Unexpected space before function parentheses. (space-before-function-paren)
(#481) Comments should not begin with a lowercase character. (capitalized-comments)
(#481) Expected space or tab after '//' in comment. (spaced-comment)
(#493) Unexpected space before function parentheses. (space-before-function-paren)
(#517) Unexpected space before function parentheses. (space-before-function-paren)
(#520) Comments should not begin with a lowercase character. (capitalized-comments)
(#520) Expected space or tab after '//' in comment. (spaced-comment)
(#523) Comments should not begin with a lowercase character. (capitalized-comments)
(#523) Expected space or tab after '//' in comment. (spaced-comment)
(#528) Comments should not begin with a lowercase character. (capitalized-comments)
(#528) Expected space or tab after '//' in comment. (spaced-comment)
(#535) Comments should not begin with a lowercase character. (capitalized-comments)
(#535) Expected space or tab after '//' in comment. (spaced-comment)
(#536) Expected space or tab after '//' in comment. (spaced-comment)
(#537) Expected space or tab after '//' in comment. (spaced-comment)
(#538) Unexpected space before function parentheses. (space-before-function-paren)
(#538) 'e' is defined but never used. (no-unused-vars)
(#541) A space is required after ','. (comma-spacing)
(#544) Missing semicolon. (@babel/semi)
(#558) Unexpected space before function parentheses. (space-before-function-paren)
(#560) Comments should not begin with a lowercase character. (capitalized-comments)
(#560) Expected space or tab after '//' in comment. (spaced-comment)
(#563) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#563) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#564) 'isbad' declared on line 595 column 21 is used outside of binding context. (block-scoped-var)
(#564) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#564) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#564) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#565) 'isunmatched' declared on line 596 column 21 is used outside of binding context. (block-scoped-var)
(#565) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#565) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#565) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#566) Comments should not begin with a lowercase character. (capitalized-comments)
(#566) Expected space or tab after '//' in comment. (spaced-comment)
(#568) 'isbad' declared on line 595 column 21 is used outside of binding context. (block-scoped-var)
(#568) 'isunmatched' declared on line 596 column 21 is used outside of binding context. (block-scoped-var)
(#569) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#569) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#569) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#570) 'isunmatched' declared on line 596 column 21 is used outside of binding context. (block-scoped-var)
(#571) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#571) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#571) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#578) Comments should not begin with a lowercase character. (capitalized-comments)
(#578) Expected space or tab after '//' in comment. (spaced-comment)
(#579) Expected space or tab after '//' in comment. (spaced-comment)
(#582) 'wordnumber' is already defined. (no-redeclare)
(#582) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#582) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#583) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#583) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#583) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#584) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#584) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#584) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#590) Comments should not begin with a lowercase character. (capitalized-comments)
(#590) Expected space or tab after '//' in comment. (spaced-comment)
(#594) 'wordnumber' is already defined. (no-redeclare)
(#594) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#594) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#595) 'isbad' is already defined. (no-redeclare)
(#595) 'isbad' declared on line 564 column 21 is used outside of binding context. (block-scoped-var)
(#595) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#595) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#595) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#596) 'isunmatched' is already defined. (no-redeclare)
(#596) 'isunmatched' declared on line 565 column 21 is used outside of binding context. (block-scoped-var)
(#596) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#596) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#596) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#597) Comments should not begin with a lowercase character. (capitalized-comments)
(#597) Expected space or tab after '//' in comment. (spaced-comment)
(#598) 'isbad' declared on line 564 column 21 is used outside of binding context. (block-scoped-var)
(#598) 'isunmatched' declared on line 565 column 21 is used outside of binding context. (block-scoped-var)
(#599) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#599) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#599) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#600) 'isunmatched' declared on line 565 column 21 is used outside of binding context. (block-scoped-var)
(#601) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#601) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#601) 'wordnumber' declared on line 612 column 26 is used outside of binding context. (block-scoped-var)
(#608) Comments should not begin with a lowercase character. (capitalized-comments)
(#608) Expected space or tab after '//' in comment. (spaced-comment)
(#609) Expected space or tab after '//' in comment. (spaced-comment)
(#612) 'wordnumber' is already defined. (no-redeclare)
(#612) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#612) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#613) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#613) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#613) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#614) 'wordnumber' declared on line 563 column 22 is used outside of binding context. (block-scoped-var)
(#614) 'wordnumber' declared on line 582 column 26 is used outside of binding context. (block-scoped-var)
(#614) 'wordnumber' declared on line 594 column 22 is used outside of binding context. (block-scoped-var)
(#624) Comments should not begin with a lowercase character. (capitalized-comments)
(#624) Expected space or tab after '//' in comment. (spaced-comment)
(#625) Expected space or tab after '//' in comment. (spaced-comment)
(#636) Unexpected space before function parentheses. (space-before-function-paren)
(#637) 'that' is assigned a value but never used. (no-unused-vars)
(#639) Comments should not begin with a lowercase character. (capitalized-comments)
(#639) Expected space or tab after '//' in comment. (spaced-comment)
(#642) Comments should not begin with a lowercase character. (capitalized-comments)
(#642) Expected space or tab after '//' in comment. (spaced-comment)
(#645) Comments should not begin with a lowercase character. (capitalized-comments)
(#645) Expected space or tab after '//' in comment. (spaced-comment)
(#646) Expected space or tab after '//' in comment. (spaced-comment)
(#648) Expected space or tab after '//' in comment. (spaced-comment)
(#654) Comments should not begin with a lowercase character. (capitalized-comments)
(#654) Expected space or tab after '//' in comment. (spaced-comment)
(#655) Identifier 'markup_aiunmatchedwords' is not in camel case. (camelcase)
(#655) Unexpected space before function parentheses. (space-before-function-paren)
(#659) Unexpected space before function parentheses. (space-before-function-paren)
(#659) 'match' is defined but never used. (no-unused-vars)
(#670) Comments should not begin with a lowercase character. (capitalized-comments)
(#670) Expected space or tab after '//' in comment. (spaced-comment)
(#678) Comments should not begin with a lowercase character. (capitalized-comments)
(#678) Expected space or tab after '//' in comment. (spaced-comment)
(#680) Identifier 'markup_badspaces' is not in camel case. (camelcase)
(#680) Unexpected space before function parentheses. (space-before-function-paren)
(#682) Comments should not begin with a lowercase character. (capitalized-comments)
(#682) Expected space or tab after '//' in comment. (spaced-comment)
(#683) Unexpected space before function parentheses. (space-before-function-paren)
(#683) 'index' is defined but never used. (no-unused-vars)
(#685) Comments should not begin with a lowercase character. (capitalized-comments)
(#685) Expected space or tab after '//' in comment. (spaced-comment)
(#693) Identifier 'markup_aiunmatchedspaces' is not in camel case. (camelcase)
(#693) Unexpected space before function parentheses. (space-before-function-paren)
(#695) Unexpected space before function parentheses. (space-before-function-paren)
(#695) 'index' is defined but never used. (no-unused-vars)
(#697) Comments should not begin with a lowercase character. (capitalized-comments)
(#697) Expected space or tab after '//' in comment. (spaced-comment)
(#706) Unexpected space before function parentheses. (space-before-function-paren)
(#718) Unexpected space before function parentheses. (space-before-function-paren)
(#720) Comments should not begin with a lowercase character. (capitalized-comments)
(#720) Expected space or tab after '//' in comment. (spaced-comment)
(#723) Unexpected space before function parentheses. (space-before-function-paren)
(#723) 'match' is defined but never used. (no-unused-vars)
(#734) Comments should not begin with a lowercase character. (capitalized-comments)
(#734) Expected space or tab after '//' in comment. (spaced-comment)
(#740) Comments should not begin with a lowercase character. (capitalized-comments)
(#740) Expected space or tab after '//' in comment. (spaced-comment)
(#741) Unexpected space before function parentheses. (space-before-function-paren)
(#741) 'index' is defined but never used. (no-unused-vars)
(#743) Comments should not begin with a lowercase character. (capitalized-comments)
(#743) Expected space or tab after '//' in comment. (spaced-comment)
(#752) Unexpected space before function parentheses. (space-before-function-paren)
(#758) Unexpected space before function parentheses. (space-before-function-paren)
(#766) Unexpected space before function parentheses. (space-before-function-paren)
(#773) Comments should not begin with a lowercase character. (capitalized-comments)
(#773) Expected space or tab after '//' in comment. (spaced-comment)
(#775) 'wordnumber' declared on line 787 column 22 is used outside of binding context. (block-scoped-var)
(#775) 'wordnumber' declared on line 787 column 22 is used outside of binding context. (block-scoped-var)
(#775) 'wordnumber' declared on line 787 column 22 is used outside of binding context. (block-scoped-var)
(#777) 'isunmatched' declared on line 789 column 21 is used outside of binding context. (block-scoped-var)
(#777) 'wordnumber' declared on line 787 column 22 is used outside of binding context. (block-scoped-var)
(#778) Comments should not begin with a lowercase character. (capitalized-comments)
(#778) Expected space or tab after '//' in comment. (spaced-comment)
(#779) 'isunmatched' declared on line 789 column 21 is used outside of binding context. (block-scoped-var)
(#780) 'wordnumber' declared on line 787 column 22 is used outside of binding context. (block-scoped-var)
(#783) Comments should not begin with a lowercase character. (capitalized-comments)
(#783) Expected space or tab after '//' in comment. (spaced-comment)
(#785) Expected space or tab after '//' in comment. (spaced-comment)
(#787) 'wordnumber' is already defined. (no-redeclare)
(#787) 'wordnumber' declared on line 775 column 22 is used outside of binding context. (block-scoped-var)
(#787) 'wordnumber' declared on line 775 column 22 is used outside of binding context. (block-scoped-var)
(#787) 'wordnumber' declared on line 775 column 22 is used outside of binding context. (block-scoped-var)
(#789) 'isunmatched' is already defined. (no-redeclare)
(#789) 'isunmatched' declared on line 777 column 21 is used outside of binding context. (block-scoped-var)
(#789) 'wordnumber' declared on line 775 column 22 is used outside of binding context. (block-scoped-var)
(#790) Comments should not begin with a lowercase character. (capitalized-comments)
(#790) Expected space or tab after '//' in comment. (spaced-comment)
(#791) 'isunmatched' declared on line 777 column 21 is used outside of binding context. (block-scoped-var)
(#792) 'wordnumber' declared on line 775 column 22 is used outside of binding context. (block-scoped-var)
(#795) Comments should not begin with a lowercase character. (capitalized-comments)
(#795) Expected space or tab after '//' in comment. (spaced-comment)
(#797) Expected space or tab after '//' in comment. (spaced-comment)
(#801) Comments should not begin with a lowercase character. (capitalized-comments)
(#801) Expected space or tab after '//' in comment. (spaced-comment)
(#804) Comments should not begin with a lowercase character. (capitalized-comments)
(#804) Expected space or tab after '//' in comment. (spaced-comment)
(#805) Expected space or tab after '//' in comment. (spaced-comment)
(#810) Comments should not begin with a lowercase character. (capitalized-comments)
(#810) Expected space or tab after '//' in comment. (spaced-comment)
(#811) Expected space or tab after '//' in comment. (spaced-comment)
(#812) Expected space or tab after '//' in comment. (spaced-comment)
(#815) Comments should not begin with a lowercase character. (capitalized-comments)
(#815) Expected space or tab after '//' in comment. (spaced-comment)
(#830) Unexpected space before function parentheses. (space-before-function-paren)
(#831) Expected space or tab after '//' in comment. (spaced-comment)
(#838) Unexpected space before function parentheses. (space-before-function-paren)
(#842) Unexpected space before function parentheses. (space-before-function-paren)
(#851) Unexpected space before function parentheses. (space-before-function-paren)
(#853) Comments should not begin with a lowercase character. (capitalized-comments)
(#853) Expected space or tab after '//' in comment. (spaced-comment)
(#856) Unexpected space before function parentheses. (space-before-function-paren)
(#860) Comments should not begin with a lowercase character. (capitalized-comments)
(#860) Expected space or tab after '//' in comment. (spaced-comment)
(#874) Comments should not begin with a lowercase character. (capitalized-comments)
(#874) Expected space or tab after '//' in comment. (spaced-comment)
(#875) Unexpected space before function parentheses. (space-before-function-paren)
(#876) Comments should not begin with a lowercase character. (capitalized-comments)
(#876) Expected space or tab after '//' in comment. (spaced-comment)
(#877) Expected space or tab after '//' in comment. (spaced-comment)
(#895) Identifier 'markup_maybeselfcorrects' is not in camel case. (camelcase)
(#895) Unexpected space before function parentheses. (space-before-function-paren)
(#899) Comments should not begin with a lowercase character. (capitalized-comments)
(#899) Expected space or tab after '//' in comment. (spaced-comment)
(#900) Unexpected space before function parentheses. (space-before-function-paren)
(#901) Comments should not begin with a lowercase character. (capitalized-comments)
(#902) Comments should not begin with a lowercase character. (capitalized-comments)
(#902) Expected space or tab after '//' in comment. (spaced-comment)
(#915) 'maybe' is assigned a value but never used. (no-unused-vars)
(#918) Comments should not begin with a lowercase character. (capitalized-comments)
(#918) Expected space or tab after '//' in comment. (spaced-comment)
(#927) Unexpected space before function parentheses. (space-before-function-paren)
(#929) Unexpected space before function parentheses. (space-before-function-paren)
(#929) 'index' is defined but never used. (no-unused-vars)
(#937) Comments should not begin with a lowercase character. (capitalized-comments)
(#937) Expected space or tab after '//' in comment. (spaced-comment)
(#948) Unexpected space before function parentheses. (space-before-function-paren)
(#953) Comments should not begin with a lowercase character. (capitalized-comments)
(#953) Expected space or tab after '//' in comment. (spaced-comment)
(#954) Expected space or tab after '//' in comment. (spaced-comment)
(#957) Operator '=' must be spaced. (space-infix-ops)
(#960) Comments should not begin with a lowercase character. (capitalized-comments)
(#960) Expected space or tab after '//' in comment. (spaced-comment)
(#963) Comments should not begin with a lowercase character. (capitalized-comments)
(#963) Expected space or tab after '//' in comment. (spaced-comment)
(#965) Expected space(s) after "if". (keyword-spacing)
(#965) Requires a space after '{'. (block-spacing)
(#965) Statement inside of curly braces should be on next line. (brace-style)
(#965) Missing space before opening brace. (space-before-blocks)
(#965) Operator '=' must be spaced. (space-infix-ops)
(#965) Requires a space before '}'. (block-spacing)
(#965) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#971) Comments should not begin with a lowercase character. (capitalized-comments)
(#971) Expected space or tab after '//' in comment. (spaced-comment)
(#979) Comments should not begin with a lowercase character. (capitalized-comments)
(#979) Expected space or tab after '//' in comment. (spaced-comment)
(#980) Expected space(s) after "if". (keyword-spacing)
(#981) 'usewpmscore' declared on line 983 column 21 is used outside of binding context. (block-scoped-var)
(#982) Expected space(s) before "else". (keyword-spacing)
(#982) Expected space(s) after "else". (keyword-spacing)
(#983) 'usewpmscore' is already defined. (no-redeclare)
(#983) 'usewpmscore' declared on line 981 column 21 is used outside of binding context. (block-scoped-var)
(#986) 'usewpmscore' declared on line 981 column 21 is used outside of binding context. (block-scoped-var)
(#986) 'usewpmscore' declared on line 983 column 21 is used outside of binding context. (block-scoped-var)
(#987) 'usewpmscore' declared on line 981 column 21 is used outside of binding context. (block-scoped-var)
(#987) 'usewpmscore' declared on line 983 column 21 is used outside of binding context. (block-scoped-var)
(#989) 'usewpmscore' declared on line 981 column 21 is used outside of binding context. (block-scoped-var)
(#989) 'usewpmscore' declared on line 983 column 21 is used outside of binding context. (block-scoped-var)
(#992) Comments should not begin with a lowercase character. (capitalized-comments)
(#992) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/hiddenplayerhelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#15) Unexpected space before function parentheses. (space-before-function-paren)
(#15) 'opts' is defined but never used. (no-unused-vars)
(#20) Identifier 'register_controls' is not in camel case. (camelcase)
(#20) Unexpected space before function parentheses. (space-before-function-paren)
(#22) Comments should not begin with a lowercase character. (capitalized-comments)
(#22) Expected space or tab after '//' in comment. (spaced-comment)
(#23) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Identifier 'register_events' is not in camel case. (camelcase)
(#26) Unexpected space before function parentheses. (space-before-function-paren)
(#31) Unexpected space before function parentheses. (space-before-function-paren)
(#31) 'e' is defined but never used. (no-unused-vars)
(#41) Unexpected space before function parentheses. (space-before-function-paren)
(#49) Each then() should return a value or throw (promise/always-return)
(#49) Unexpected space before function parentheses. (space-before-function-paren)
(#51) Unexpected space before function parentheses. (space-before-function-paren)
(#51) 'error' is defined but never used. (no-unused-vars)
(#52) Comments should not begin with a lowercase character. (capitalized-comments)
(#57) Unexpected space before function parentheses. (space-before-function-paren)
(#64) Unexpected space before function parentheses. (space-before-function-paren)
(#71) Unexpected space before function parentheses. (space-before-function-paren)
(#71) 'index' is defined but never used. (no-unused-vars)
(#78) Comments should not begin with a lowercase character. (capitalized-comments)
(#78) Expected space or tab after '//' in comment. (spaced-comment)
(#79) Expected space or tab after '//' in comment. (spaced-comment)
(#92) Comments should not begin with a lowercase character. (capitalized-comments)
(#92) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/listenandrepeat.js
(#1) This line has a length of 135. Maximum allowed is 132. (max-len)
(#32) Identifier 'stt_guided' is not in camel case. (camelcase)
(#33) Comments should not begin with a lowercase character. (capitalized-comments)
(#33) Expected space or tab after '//' in comment. (spaced-comment)
(#34) Operator '=' must be spaced. (space-infix-ops)
(#36) Comments should not begin with a lowercase character. (capitalized-comments)
(#36) Expected space or tab after '//' in comment. (spaced-comment)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#44) Expected space(s) before "else". (keyword-spacing)
(#44) Expected space(s) after "else". (keyword-spacing)
(#46) Operator '=' must be spaced. (space-infix-ops)
(#48) Comments should not begin with a lowercase character. (capitalized-comments)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#54) Missing space before opening brace. (space-before-blocks)
(#57) Expected space(s) after "if". (keyword-spacing)
(#57) Operator '===' must be spaced. (space-infix-ops)
(#57) Missing space before opening brace. (space-before-blocks)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#80) Identifier 'stt_guided' is not in camel case. (camelcase)
(#103) Identifier 'prepare_controls' is not in camel case. (camelcase)
(#118) Identifier 'register_mak' is not in camel case. (camelcase)
(#121) Identifier 'on_reach_audio_break' is not in camel case. (camelcase)
(#122) Comments should not begin with a lowercase character. (capitalized-comments)
(#123) Expected space or tab after '//' in comment. (spaced-comment)
(#124) Expected space or tab after '//' in comment. (spaced-comment)
(#129) Comments should not begin with a lowercase character. (capitalized-comments)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#140) Comments should not begin with a lowercase character. (capitalized-comments)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Expected space(s) after "if". (keyword-spacing)
(#142) Operator '=' must be spaced. (space-infix-ops)
(#145) Expected space(s) after "if". (keyword-spacing)
(#145) Operator '===' must be spaced. (space-infix-ops)
(#145) Missing space before opening brace. (space-before-blocks)
(#146) Expected space or tab after '//' in comment. (spaced-comment)
(#147) Operator '=' must be spaced. (space-infix-ops)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Operator '>' must be spaced. (space-infix-ops)
(#150) Operator '-' must be spaced. (space-infix-ops)
(#150) Missing space before opening brace. (space-before-blocks)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Operator '<' must be spaced. (space-infix-ops)
(#152) Requires a space after '{'. (block-spacing)
(#152) Statement inside of curly braces should be on next line. (brace-style)
(#152) Missing space before opening brace. (space-before-blocks)
(#152) Operator '=' must be spaced. (space-infix-ops)
(#152) Requires a space before '}'. (block-spacing)
(#152) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#155) Comments should not begin with a lowercase character. (capitalized-comments)
(#160) A space is required after ','. (comma-spacing)
(#161) Expected space(s) before "else". (keyword-spacing)
(#161) Expected space(s) after "else". (keyword-spacing)
(#162) Multiple spaces found before '='. (no-multi-spaces)
(#165) Comments should not begin with a lowercase character. (capitalized-comments)
(#165) Expected space or tab after '//' in comment. (spaced-comment)
(#167) Comments should not begin with a lowercase character. (capitalized-comments)
(#169) Comments should not begin with a lowercase character. (capitalized-comments)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#189) Identifier 'register_events' is not in camel case. (camelcase)
(#193) 'e' is defined but never used. (no-unused-vars)
(#196) Expected space(s) before "else". (keyword-spacing)
(#202) A space is required after ','. (comma-spacing)
(#202) 'e' is defined but never used. (no-unused-vars)
(#202) Missing space before opening brace. (space-before-blocks)
(#205) Expected space(s) before "else". (keyword-spacing)
(#211) 'e' is defined but never used. (no-unused-vars)
(#213) Operator '=' must be spaced. (space-infix-ops)
(#216) 'e' is defined but never used. (no-unused-vars)
(#219) Comments should not begin with a lowercase character. (capitalized-comments)
(#219) Expected space or tab after '//' in comment. (spaced-comment)
(#222) Comments should not begin with a lowercase character. (capitalized-comments)
(#222) Expected space or tab after '//' in comment. (spaced-comment)
(#223) Expected space or tab after '//' in comment. (spaced-comment)
(#224) Expected space(s) after "if". (keyword-spacing)
(#226) Expected space(s) before "else". (keyword-spacing)
(#226) Expected space(s) after "else". (keyword-spacing)
(#231) This line has a length of 137. Maximum allowed is 132. (max-len)
(#231) Comments should not begin with a lowercase character. (capitalized-comments)
(#231) Expected space or tab after '//' in comment. (spaced-comment)
(#232) Expected space or tab after '//' in comment. (spaced-comment)
(#235) Expected space(s) after "if". (keyword-spacing)
(#235) Operator '+' must be spaced. (space-infix-ops)
(#235) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#235) Missing space before opening brace. (space-before-blocks)
(#236) Operator '+' must be spaced. (space-infix-ops)
(#236) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#255) Comments should not begin with a lowercase character. (capitalized-comments)
(#256) Unnecessary escape character: \/. (no-useless-escape)
(#258) 'typed' is defined but never used. (no-unused-vars)
(#259) Expected space(s) after "if". (keyword-spacing)
(#259) Requires a space after '{'. (block-spacing)
(#259) Statement inside of curly braces should be on next line. (brace-style)
(#259) Missing space before opening brace. (space-before-blocks)
(#259) Requires a space before '}'. (block-spacing)
(#259) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#262) Operator '=' must be spaced. (space-infix-ops)
(#263) This line has a length of 141. Maximum allowed is 132. (max-len)
(#267) Expected space(s) after "if". (keyword-spacing)
(#267) There should be no space after this paren. (space-in-parens)
(#268) Unexpected whitespace before semicolon. (semi-spacing)
(#270) Expected space(s) before "else". (keyword-spacing)
(#270) Expected space(s) after "else". (keyword-spacing)
(#274) Expected space(s) after "if". (keyword-spacing)
(#274) Missing space before opening brace. (space-before-blocks)
(#275) Requires a space after '{'. (block-spacing)
(#275) Statement inside of curly braces should be on next line. (brace-style)
(#275) Missing space before opening brace. (space-before-blocks)
(#275) Requires a space before '}'. (block-spacing)
(#275) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#275) A space is required after ','. (comma-spacing)
(#280) A space is required after ','. (comma-spacing)
(#307) Identifier 'mobile_user' is not in camel case. (camelcase)
(#316) Identifier 'chrome_user' is not in camel case. (camelcase)
(#316) Missing space before opening brace. (space-before-blocks)
(#317) Expected space(s) after "if". (keyword-spacing)
(#319) Expected space(s) before "else". (keyword-spacing)
(#319) Expected space(s) after "else". (keyword-spacing)
public/mod/readaloud/amd/src/modelaudiohelper.js
(#1) This line has a length of 173. Maximum allowed is 132. (max-len)
(#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) Unexpected space before function parentheses. (space-before-function-paren)
(#11) Comments should not begin with a lowercase character. (capitalized-comments)
(#11) Expected space or tab after '//' in comment. (spaced-comment)
(#16) Comments should not begin with a lowercase character. (capitalized-comments)
(#16) Expected space or tab after '//' in comment. (spaced-comment)
(#29) Comments should not begin with a lowercase character. (capitalized-comments)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#30) Missing space before opening brace. (space-before-blocks)
(#32) Comments should not begin with a lowercase character. (capitalized-comments)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Comments should not begin with a lowercase character. (capitalized-comments)
(#39) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Expected space(s) after "if". (keyword-spacing)
(#44) 'opts' declared on line 36 column 21 is used outside of binding context. (block-scoped-var)
(#45) Operator '=' must be spaced. (space-infix-ops)
(#45) 'opts' declared on line 36 column 21 is used outside of binding context. (block-scoped-var)
(#47) Expected space(s) after "if". (keyword-spacing)
(#47) 'opts' declared on line 36 column 21 is used outside of binding context. (block-scoped-var)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) 'opts' declared on line 36 column 21 is used outside of binding context. (block-scoped-var)
(#51) Comments should not begin with a lowercase character. (capitalized-comments)
(#51) Expected space or tab after '//' in comment. (spaced-comment)
(#53) Comments should not begin with a lowercase character. (capitalized-comments)
(#53) Expected space or tab after '//' in comment. (spaced-comment)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#57) Comments should not begin with a lowercase character. (capitalized-comments)
(#57) Expected space or tab after '//' in comment. (spaced-comment)
(#58) 'opts' declared on line 36 column 21 is used outside of binding context. (block-scoped-var)
(#60) Comments should not begin with a lowercase character. (capitalized-comments)
(#60) Expected space or tab after '//' in comment. (spaced-comment)
(#63) Comments should not begin with a lowercase character. (capitalized-comments)
(#63) Expected space or tab after '//' in comment. (spaced-comment)
(#65) Expected space(s) after "if". (keyword-spacing)
(#65) Use '===' to compare with null. (no-eq-null)
(#66) Comments should not begin with a lowercase character. (capitalized-comments)
(#66) Expected space or tab after '//' in comment. (spaced-comment)
(#67) Expected space or tab after '//' in comment. (spaced-comment)
(#71) Identifier 'init_karaoke' is not in camel case. (camelcase)
(#71) Missing space before opening brace. (space-before-blocks)
(#72) Identifier 'karaoke_opts' is not in camel case. (camelcase)
(#72) Operator '=' must be spaced. (space-infix-ops)
(#77) Identifier 'init_recorder' is not in camel case. (camelcase)
(#77) Missing space before opening brace. (space-before-blocks)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#79) Identifier 'on_recording_start' is not in camel case. (camelcase)
(#79) Operator '=' must be spaced. (space-infix-ops)
(#79) 'eventdata' is defined but never used. (no-unused-vars)
(#79) Missing space before opening brace. (space-before-blocks)
(#80) Operator '=' must be spaced. (space-infix-ops)
(#82) Identifier 'on_recording_end' is not in camel case. (camelcase)
(#82) Operator '=' must be spaced. (space-infix-ops)
(#82) 'eventdata' is defined but never used. (no-unused-vars)
(#82) Unexpected empty function. (no-empty-function)
(#82) Missing space before opening brace. (space-before-blocks)
(#83) Identifier 'on_audio_processing' is not in camel case. (camelcase)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing space before opening brace. (space-before-blocks)
(#84) Expected space(s) after "if". (keyword-spacing)
(#90) Comments should not begin with a lowercase character. (capitalized-comments)
(#90) Expected space or tab after '//' in comment. (spaced-comment)
(#97) Comments should not begin with a lowercase character. (capitalized-comments)
(#97) Expected space or tab after '//' in comment. (spaced-comment)
(#98) Identifier 'register_controls' is not in camel case. (camelcase)
(#98) Missing space before opening brace. (space-before-blocks)
(#109) Comments should not begin with a lowercase character. (capitalized-comments)
(#109) Expected space or tab after '//' in comment. (spaced-comment)
(#110) Identifier 'register_events' is not in camel case. (camelcase)
(#110) Missing space before opening brace. (space-before-blocks)
(#113) Unexpected space before function parentheses. (space-before-function-paren)
(#118) Expected space(s) after "if". (keyword-spacing)
(#118) Missing space before opening brace. (space-before-blocks)
(#121) Expected space(s) before "else". (keyword-spacing)
(#130) Comments should not begin with a lowercase character. (capitalized-comments)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#134) Missing space before opening brace. (space-before-blocks)
(#139) Identifier 'remove_break' is not in camel case. (camelcase)
(#140) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#141) Expected space(s) after "for". (keyword-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Operator '<' must be spaced. (space-infix-ops)
(#142) Expected space(s) after "if". (keyword-spacing)
(#142) Operator '==' must be spaced. (space-infix-ops)
(#142) Missing space before opening brace. (space-before-blocks)
(#143) A space is required after ','. (comma-spacing)
(#152) Identifier 'register_break' is not in camel case. (camelcase)
(#152) Missing space before opening brace. (space-before-blocks)
(#155) There should be no space after this paren. (space-in-parens)
(#155) There should be no space before this paren. (space-in-parens)
(#156) There should be no space after this paren. (space-in-parens)
(#156) There should be no space before this paren. (space-in-parens)
(#156) Missing space before opening brace. (space-before-blocks)
(#159) Multiple spaces found before 'a'. (no-multi-spaces)
(#159) There should be no space after this paren. (space-in-parens)
(#159) Multiple spaces found before 'b'. (no-multi-spaces)
(#159) There should be no space before this paren. (space-in-parens)
(#159) Missing space before opening brace. (space-before-blocks)
(#164) There should be no space after this paren. (space-in-parens)
(#164) There should be no space before this paren. (space-in-parens)
(#171) Identifier 'markup_passage' is not in camel case. (camelcase)
(#171) Missing space before opening brace. (space-before-blocks)
(#172) Expected space(s) after "for". (keyword-spacing)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#172) Operator '<' must be spaced. (space-infix-ops)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#180) Identifier 'player_get_time' is not in camel case. (camelcase)
(#180) Missing space before opening brace. (space-before-blocks)
(#185) Comments should not begin with a lowercase character. (capitalized-comments)
(#185) Expected space or tab after '//' in comment. (spaced-comment)
(#186) This line has a length of 140. Maximum allowed is 132. (max-len)
(#186) Expected space or tab after '//' in comment. (spaced-comment)
(#187) Identifier 'fetch_break_audiotime' is not in camel case. (camelcase)
(#187) Expected to return a value at the end of method 'fetch_break_audiotime'. (consistent-return)
(#187) A space is required after ','. (comma-spacing)
(#187) Missing space before opening brace. (space-before-blocks)
(#188) Expected space(s) after "if". (keyword-spacing)
(#188) Operator '!==' must be spaced. (space-infix-ops)
(#188) Missing space before opening brace. (space-before-blocks)
(#189) Expected space(s) after "if". (keyword-spacing)
(#189) Missing space before opening brace. (space-before-blocks)
(#192) Expected space(s) before "else". (keyword-spacing)
(#192) Expected space(s) after "else". (keyword-spacing)
(#193) Comments should not begin with a lowercase character. (capitalized-comments)
(#193) Expected space or tab after '//' in comment. (spaced-comment)
(#194) Expected space(s) after "for". (keyword-spacing)
(#194) Operator '=' must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Operator '<' must be spaced. (space-infix-ops)
(#194) Missing whitespace after semicolon. (semi-spacing)
(#194) Missing space before opening brace. (space-before-blocks)
(#195) Expected space(s) after "if". (keyword-spacing)
(#195) Operator '+' must be spaced. (space-infix-ops)
(#195) Missing space before opening brace. (space-before-blocks)
(#196) Operator '+' must be spaced. (space-infix-ops)
(#200) Expected space(s) before "else". (keyword-spacing)
(#205) Identifier 'check_modelaudio_transcript_ready' is not in camel case. (camelcase)
(#205) A space is required after ','. (comma-spacing)
(#205) Missing space before opening brace. (space-before-blocks)
(#206) Comments should not begin with a lowercase character. (capitalized-comments)
(#206) Expected space or tab after '//' in comment. (spaced-comment)
(#212) Unexpected space before function parentheses. (space-before-function-paren)
(#213) Expected space or tab after '//' in comment. (spaced-comment)
(#214) Expected space or tab after '//' in comment. (spaced-comment)
(#216) Unexpected space before function parentheses. (space-before-function-paren)
(#220) Unexpected space before function parentheses. (space-before-function-paren)
(#227) Unexpected space before function parentheses. (space-before-function-paren)
(#236) Identifier 'do_transcription_complete' is not in camel case. (camelcase)
(#236) Unexpected empty method 'do_transcription_complete'. (no-empty-function)
(#236) Missing space before opening brace. (space-before-blocks)
(#240) Comments should not begin with a lowercase character. (capitalized-comments)
(#240) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/modelaudiokaraoke.js
(#16) Comments should not begin with a lowercase character. (capitalized-comments)
(#16) Expected space or tab after '//' in comment. (spaced-comment)
(#29) Comments should not begin with a lowercase character. (capitalized-comments)
(#29) Expected space or tab after '//' in comment. (spaced-comment)
(#42) Comments should not begin with a lowercase character. (capitalized-comments)
(#42) Expected space or tab after '//' in comment. (spaced-comment)
(#45) Comments should not begin with a lowercase character. (capitalized-comments)
(#45) Expected space or tab after '//' in comment. (spaced-comment)
(#48) Comments should not begin with a lowercase character. (capitalized-comments)
(#48) Expected space or tab after '//' in comment. (spaced-comment)
(#52) Identifier 'set_breaks' is not in camel case. (camelcase)
(#58) Identifier 'sort_breaks' is not in camel case. (camelcase)
(#64) Identifier 'number_breaks' is not in camel case. (camelcase)
(#64) Missing space before opening brace. (space-before-blocks)
(#65) Operator '=' must be spaced. (space-infix-ops)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Operator '+' must be spaced. (space-infix-ops)
(#71) Identifier 'pause_audio' is not in camel case. (camelcase)
(#75) Identifier 'play_audio' is not in camel case. (camelcase)
(#79) Identifier 'get_audio_time' is not in camel case. (camelcase)
(#83) Identifier 'set_audio_time' is not in camel case. (camelcase)
(#84) Operator '=' must be spaced. (space-infix-ops)
(#87) Identifier 'fetch_audio_url' is not in camel case. (camelcase)
(#91) Comments should not begin with a lowercase character. (capitalized-comments)
(#91) Expected space or tab after '//' in comment. (spaced-comment)
(#92) Identifier 'register_controls' is not in camel case. (camelcase)
(#102) Comments should not begin with a lowercase character. (capitalized-comments)
(#102) Expected space or tab after '//' in comment. (spaced-comment)
(#103) Identifier 'register_events' is not in camel case. (camelcase)
(#115) Operator '=' must be spaced. (space-infix-ops)
(#118) Comments should not begin with a lowercase character. (capitalized-comments)
(#118) Expected space or tab after '//' in comment. (spaced-comment)
(#119) Expected space or tab after '//' in comment. (spaced-comment)
(#123) Identifier 'nearest_start_break' is not in camel case. (camelcase)
(#126) Identifier 'nearest_start_break' is not in camel case. (camelcase)
(#128) Comments should not begin with a lowercase character. (capitalized-comments)
(#128) Expected space or tab after '//' in comment. (spaced-comment)
(#132) Identifier 'nearest_start_break' is not in camel case. (camelcase)
(#133) Comments should not begin with a lowercase character. (capitalized-comments)
(#133) Expected space or tab after '//' in comment. (spaced-comment)
(#136) Identifier 'nearest_start_break' is not in camel case. (camelcase)
(#139) Comments should not begin with a lowercase character. (capitalized-comments)
(#139) Expected space or tab after '//' in comment. (spaced-comment)
(#140) Comments should not begin with a lowercase character. (capitalized-comments)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#149) Comments should not begin with a lowercase character. (capitalized-comments)
(#149) Expected space or tab after '//' in comment. (spaced-comment)
(#156) Comments should not begin with a lowercase character. (capitalized-comments)
(#156) Expected space or tab after '//' in comment. (spaced-comment)
(#161) Comments should not begin with a lowercase character. (capitalized-comments)
(#161) Expected space or tab after '//' in comment. (spaced-comment)
(#172) Comments should not begin with a lowercase character. (capitalized-comments)
(#172) Expected space or tab after '//' in comment. (spaced-comment)
(#174) Expected space or tab after '//' in comment. (spaced-comment)
(#175) Operator '===' must be spaced. (space-infix-ops)
(#192) Expected space or tab after '//' in comment. (spaced-comment)
(#203) Comments should not begin with a lowercase character. (capitalized-comments)
(#203) Expected space or tab after '//' in comment. (spaced-comment)
(#206) Identifier 'on_reach_audio_break' is not in camel case. (camelcase)
(#206) 'breaks' is defined but never used. (no-unused-vars)
(#212) Comments should not begin with a lowercase character. (capitalized-comments)
(#212) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/pollyhelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#14) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#20) Identifier 'fetch_polly_url' is not in camel case. (camelcase)
(#20) A space is required after ','. (comma-spacing)
(#22) Expected space or tab after '//' in comment. (spaced-comment)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Expected space or tab after '//' in comment. (spaced-comment)
(#30) Comments should not begin with a lowercase character. (capitalized-comments)
(#30) Expected space or tab after '//' in comment. (spaced-comment)
(#31) Expected to return a value at the end of function. (consistent-return)
(#31) Unexpected space before function parentheses. (space-before-function-paren)
(#31) 'e' is defined but never used. (no-unused-vars)
(#35) Comments should not begin with a lowercase character. (capitalized-comments)
(#35) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Comments should not begin with a lowercase character. (capitalized-comments)
(#39) Expected space or tab after '//' in comment. (spaced-comment)
(#43) Comments should not begin with a lowercase character. (capitalized-comments)
(#43) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Missing space before opening brace. (space-before-blocks)
(#60) Comments should not begin with a lowercase character. (capitalized-comments)
(#60) Expected space or tab after '//' in comment. (spaced-comment)
(#78) Unexpected space before function parentheses. (space-before-function-paren)
(#79) Comments should not begin with a lowercase character. (capitalized-comments)
(#79) Expected space or tab after '//' in comment. (spaced-comment)
(#83) Comments should not begin with a lowercase character. (capitalized-comments)
(#83) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/popoverhelper.js
(#1) This line has a length of 141. Maximum allowed is 132. (max-len)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#20) Expected space or tab after '//' in comment. (spaced-comment)
(#22) Unexpected space before function parentheses. (space-before-function-paren)
(#26) Identifier 'register_events' is not in camel case. (camelcase)
(#26) Unexpected space before function parentheses. (space-before-function-paren)
(#31) Comments should not begin with a lowercase character. (capitalized-comments)
(#31) Expected space or tab after '//' in comment. (spaced-comment)
(#32) Expected space or tab after '//' in comment. (spaced-comment)
(#33) Unexpected space before function parentheses. (space-before-function-paren)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
(#62) Unexpected space before function parentheses. (space-before-function-paren)
(#64) Comments should not begin with a lowercase character. (capitalized-comments)
(#64) Expected space or tab after '//' in comment. (spaced-comment)
(#72) Unexpected space before function parentheses. (space-before-function-paren)
(#74) This line has a length of 189. Maximum allowed is 132. (max-len)
(#75) This line has a length of 189. Maximum allowed is 132. (max-len)
(#80) Comments should not begin with a lowercase character. (capitalized-comments)
(#80) Expected space or tab after '//' in comment. (spaced-comment)
(#91) Unexpected space before function parentheses. (space-before-function-paren)
(#93) Comments should not begin with a lowercase character. (capitalized-comments)
(#93) Expected space or tab after '//' in comment. (spaced-comment)
(#100) Comments should not begin with a lowercase character. (capitalized-comments)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#107) Comments should not begin with a lowercase character. (capitalized-comments)
(#107) Expected space or tab after '//' in comment. (spaced-comment)
(#117) Comments should not begin with a lowercase character. (capitalized-comments)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#118) Unexpected space before function parentheses. (space-before-function-paren)
(#119) Unexpected alert. (no-alert)
(#121) Unexpected space before function parentheses. (space-before-function-paren)
(#122) Unexpected alert. (no-alert)
(#125) Comments should not begin with a lowercase character. (capitalized-comments)
(#125) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/recorderhelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#13) Identifier 'on_recording_start' is not in camel case. (camelcase)
(#14) Identifier 'on_recording_end' is not in camel case. (camelcase)
(#15) Identifier 'on_audio_processing' is not in camel case. (camelcase)
(#16) Identifier 'on_speech' is not in camel case. (camelcase)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) ["recorderid"] is better written in dot notation. (dot-notation)
(#21) Unexpected space before function parentheses. (space-before-function-paren)
(#34) Comments should not begin with a lowercase character. (capitalized-comments)
(#34) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Unexpected alert. (no-alert)
(#50) Unexpected space before function parentheses. (space-before-function-paren)
(#52) Comments should not begin with a lowercase character. (capitalized-comments)
(#52) Expected space or tab after '//' in comment. (spaced-comment)
(#54) Unexpected space before function parentheses. (space-before-function-paren)
(#56) Comments should not begin with a lowercase character. (capitalized-comments)
(#56) Expected space or tab after '//' in comment. (spaced-comment)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/smallreporthelper.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)
(#1) A space is required after ','. (comma-spacing)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#2) A space is required after ','. (comma-spacing)
(#11) Comments should not begin with a lowercase character. (capitalized-comments)
(#11) Expected space or tab after '//' in comment. (spaced-comment)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Missing space before opening brace. (space-before-blocks)
(#27) Operator '=' must be spaced. (space-infix-ops)
(#27) ["attemptid"] is better written in dot notation. (dot-notation)
(#28) Operator '=' must be spaced. (space-infix-ops)
(#28) ["ready"] is better written in dot notation. (dot-notation)
(#29) Operator '=' must be spaced. (space-infix-ops)
(#29) ["remotetranscribe"] is better written in dot notation. (dot-notation)
(#30) Operator '=' must be spaced. (space-infix-ops)
(#30) ["showstats"] is better written in dot notation. (dot-notation)
(#31) Operator '=' must be spaced. (space-infix-ops)
(#31) ["showgrades"] is better written in dot notation. (dot-notation)
(#32) Operator '=' must be spaced. (space-infix-ops)
(#32) ["filename"] is better written in dot notation. (dot-notation)
(#33) Operator '=' must be spaced. (space-infix-ops)
(#33) ["notingradebook"] is better written in dot notation. (dot-notation)
(#39) Expected space(s) after "if". (keyword-spacing)
(#39) Missing space before opening brace. (space-before-blocks)
(#40) Expected space(s) after "if". (keyword-spacing)
(#41) Comments should not begin with a lowercase character. (capitalized-comments)
(#41) Expected space or tab after '//' in comment. (spaced-comment)
(#44) Comments should not begin with a lowercase character. (capitalized-comments)
(#44) Expected space or tab after '//' in comment. (spaced-comment)
(#50) Identifier 'init_strings' is not in camel case. (camelcase)
(#50) Missing space before opening brace. (space-before-blocks)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#52) A space is required after ','. (comma-spacing)
(#52) Requires a space after '{'. (block-spacing)
(#52) Statement inside of curly braces should be on next line. (brace-style)
(#52) Missing space before opening brace. (space-before-blocks)
(#52) Operator '=' must be spaced. (space-infix-ops)
(#52) Requires a space before '}'. (block-spacing)
(#52) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#53) A space is required after ','. (comma-spacing)
(#53) Requires a space after '{'. (block-spacing)
(#53) Statement inside of curly braces should be on next line. (brace-style)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#53) Requires a space before '}'. (block-spacing)
(#53) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#54) A space is required after ','. (comma-spacing)
(#54) Requires a space after '{'. (block-spacing)
(#54) Statement inside of curly braces should be on next line. (brace-style)
(#54) Missing space before opening brace. (space-before-blocks)
(#54) Operator '=' must be spaced. (space-infix-ops)
(#54) Requires a space before '}'. (block-spacing)
(#54) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) A space is required after ','. (comma-spacing)
(#55) Requires a space after '{'. (block-spacing)
(#55) Statement inside of curly braces should be on next line. (brace-style)
(#55) Missing space before opening brace. (space-before-blocks)
(#55) Operator '=' must be spaced. (space-infix-ops)
(#55) Requires a space before '}'. (block-spacing)
(#55) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#56) A space is required after ','. (comma-spacing)
(#56) Requires a space after '{'. (block-spacing)
(#56) Statement inside of curly braces should be on next line. (brace-style)
(#56) Missing space before opening brace. (space-before-blocks)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Requires a space before '}'. (block-spacing)
(#56) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#59) Comments should not begin with a lowercase character. (capitalized-comments)
(#59) Expected space or tab after '//' in comment. (spaced-comment)
(#60) Identifier 'register_controls' is not in camel case. (camelcase)
(#60) Missing space before opening brace. (space-before-blocks)
(#70) Comments should not begin with a lowercase character. (capitalized-comments)
(#70) Expected space or tab after '//' in comment. (spaced-comment)
(#71) Identifier 'register_events' is not in camel case. (camelcase)
(#72) 'that' is assigned a value but never used. (no-unused-vars)
(#73) A space is required after ','. (comma-spacing)
(#73) Comments should not begin with a lowercase character. (capitalized-comments)
(#73) Expected space or tab after '//' in comment. (spaced-comment)
(#75) Identifier 'check_for_audio' is not in camel case. (camelcase)
(#75) Missing space before opening brace. (space-before-blocks)
(#76) Comments should not begin with a lowercase character. (capitalized-comments)
(#76) Expected space or tab after '//' in comment. (spaced-comment)
(#82) Unexpected space before function parentheses. (space-before-function-paren)
(#83) Expected space or tab after '//' in comment. (spaced-comment)
(#84) Expected space or tab after '//' in comment. (spaced-comment)
(#86) Unexpected space before function parentheses. (space-before-function-paren)
(#87) There should be no space after this paren. (space-in-parens)
(#90) Unexpected space before function parentheses. (space-before-function-paren)
(#94) Comments should not begin with a lowercase character. (capitalized-comments)
(#94) Expected space or tab after '//' in comment. (spaced-comment)
(#95) Operator '=' must be spaced. (space-infix-ops)
(#96) Operator '=' must be spaced. (space-infix-ops)
(#97) Operator '=' must be spaced. (space-infix-ops)
(#98) Expected catch,fail,always() or return (promise/catch-or-return)
(#98) A space is required after ','. (comma-spacing)
(#99) Each then() should return a value or throw (promise/always-return)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing space before opening brace. (space-before-blocks)
(#100) Comments should not begin with a lowercase character. (capitalized-comments)
(#100) Expected space or tab after '//' in comment. (spaced-comment)
(#107) Unexpected space before function parentheses. (space-before-function-paren)
(#108) There should be no space after this paren. (space-in-parens)
(#116) Identifier 'generate_random_string' is not in camel case. (camelcase)
(#128) Identifier 'check_for_results' is not in camel case. (camelcase)
(#128) Unexpected space before function parentheses. (space-before-function-paren)
(#130) Comments should not begin with a lowercase character. (capitalized-comments)
(#130) Expected space or tab after '//' in comment. (spaced-comment)
(#131) Operator '=' must be spaced. (space-infix-ops)
(#131) Operator '-' must be spaced. (space-infix-ops)
(#132) Expected space(s) after "if". (keyword-spacing)
(#132) Operator '>' must be spaced. (space-infix-ops)
(#132) Missing space before opening brace. (space-before-blocks)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#133) A space is required after ','. (comma-spacing)
(#138) Comments should not begin with a lowercase character. (capitalized-comments)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#145) Unexpected space before function parentheses. (space-before-function-paren)
(#152) Expected space(s) after "if". (keyword-spacing)
(#152) Missing space before opening brace. (space-before-blocks)
(#156) Operator '=' must be spaced. (space-infix-ops)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#159) Comments should not begin with a lowercase character. (capitalized-comments)
(#159) Expected space or tab after '//' in comment. (spaced-comment)
(#161) Expected space or tab after '//' in comment. (spaced-comment)
(#162) Expected space(s) after "if". (keyword-spacing)
(#162) Requires a space after '{'. (block-spacing)
(#162) Statement inside of curly braces should be on next line. (brace-style)
(#162) Missing space before opening brace. (space-before-blocks)
(#162) Operator '=' must be spaced. (space-infix-ops)
(#162) Requires a space before '}'. (block-spacing)
(#162) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#164) Operator '=' must be spaced. (space-infix-ops)
(#165) Operator '=' must be spaced. (space-infix-ops)
(#166) Operator '=' must be spaced. (space-infix-ops)
(#167) Expected space(s) after "for". (keyword-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Operator '<' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Missing space before opening brace. (space-before-blocks)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#171) Expected catch,fail,always() or return (promise/catch-or-return)
(#171) A space is required after ','. (comma-spacing)
(#172) Each then() should return a value or throw (promise/always-return)
(#172) A space is required after ','. (comma-spacing)
(#172) 'js' is defined but never used. (no-unused-vars)
(#172) Missing space before opening brace. (space-before-blocks)
(#177) Comments should not begin with a lowercase character. (capitalized-comments)
(#177) Expected space or tab after '//' in comment. (spaced-comment)
(#178) Expected space or tab after '//' in comment. (spaced-comment)
(#179) Expected space(s) after "if". (keyword-spacing)
(#179) Missing space before opening brace. (space-before-blocks)
(#185) Operator '=' must be spaced. (space-infix-ops)
(#186) Operator '=' must be spaced. (space-infix-ops)
(#187) Operator '=' must be spaced. (space-infix-ops)
(#189) Expected catch,fail,always() or return (promise/catch-or-return)
(#189) A space is required after ','. (comma-spacing)
(#190) Each then() should return a value or throw (promise/always-return)
(#190) A space is required after ','. (comma-spacing)
(#190) 'js' is defined but never used. (no-unused-vars)
(#190) Missing space before opening brace. (space-before-blocks)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#203) A space is required after ','. (comma-spacing)
(#212) Comments should not begin with a lowercase character. (capitalized-comments)
(#212) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/tether.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#7) 'module' is not defined. (no-undef)
(#7) 'exports' is not defined. (no-undef)
(#7) 'module' is not defined. (no-undef)
(#11) 'require' is defined but never used. (no-unused-vars)
(#11) 'exports' is defined but never used. (no-unused-vars)
(#11) 'module' is defined but never used. (no-unused-vars)
(#15) This line has a length of 566. Maximum allowed is 132. (max-len)
(#15) Unexpected space before function parentheses. (space-before-function-paren)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected { after 'if' condition. (curly)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Unexpected space before function parentheses. (space-before-function-paren)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected { after 'if' condition. (curly)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) This line has a length of 153. Maximum allowed is 132. (max-len)
(#17) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) It's not necessary to initialize 'TetherBase' to undefined. (no-undef-init)
(#21) There should be no space after '{'. (@babel/object-curly-spacing)
(#21) There should be no space before '}'. (@babel/object-curly-spacing)
(#28) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#52) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#65) It's not necessary to initialize 'style' to undefined. (no-undef-init)
(#68) Empty block statement. (no-empty)
(#97) Unexpected space before function parentheses. (space-before-function-paren)
(#99) Unexpected space before function parentheses. (space-before-function-paren)
(#106) Comments should not begin with a lowercase character. (capitalized-comments)
(#130) Unexpected space before function parentheses. (space-before-function-paren)
(#138) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#143) Unnecessary semicolon. (no-extra-semi)
(#145) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#146) It's not necessary to initialize 'doc' to undefined. (no-undef-init)
(#178) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#182) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#215) There should be no space after '{'. (@babel/object-curly-spacing)
(#215) There should be no space before '}'. (@babel/object-curly-spacing)
(#218) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#225) Unexpected space before function parentheses. (space-before-function-paren)
(#238) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#240) Unexpected space before function parentheses. (space-before-function-paren)
(#252) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#254) Unexpected space before function parentheses. (space-before-function-paren)
(#266) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#274) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#283) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#287) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#290) Unexpected space before function parentheses. (space-before-function-paren)
(#296) Unexpected space before function parentheses. (space-before-function-paren)
(#310) It's not necessary to initialize 'fn' to undefined. (no-undef-init)
(#311) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#316) Unexpected space before function parentheses. (space-before-function-paren)
(#317) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#332) There should be no space after '{'. (@babel/object-curly-spacing)
(#332) There should be no space before '}'. (@babel/object-curly-spacing)
(#380) 'args' declared on line 365 column 43 is used outside of binding context. (block-scoped-var)
(#412) 'TetherBase' is defined but never used. (no-unused-vars)
(#412) 'performance' is already defined as a built-in global variable. (no-redeclare)
(#414) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#416) This line has a length of 666. Maximum allowed is 132. (max-len)
(#416) Unexpected space before function parentheses. (space-before-function-paren)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#416) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Expected { after 'if' condition. (curly)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) '_i' declared on line 416 column 151 is used outside of binding context. (block-scoped-var)
(#416) ["return"] is better written in dot notation. (dot-notation)
(#416) '_i' declared on line 416 column 151 is used outside of binding context. (block-scoped-var)
(#416) Expected { after 'if' condition. (curly)
(#416) ["return"] is better written in dot notation. (dot-notation)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Expected { after 'if' condition. (curly)
(#416) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Unexpected space before function parentheses. (space-before-function-paren)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Statement inside of curly braces should be on next line. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#416) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) This line has a length of 566. Maximum allowed is 132. (max-len)
(#418) '_createClass' is already defined. (no-redeclare)
(#418) Unexpected space before function parentheses. (space-before-function-paren)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Expected { after 'if' condition. (curly)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Unexpected space before function parentheses. (space-before-function-paren)
(#418) Statement inside of curly braces should be on next line. (brace-style)
(#418) Expected { after 'if' condition. (curly)
(#418) Expected { after 'if' condition. (curly)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#418) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) This line has a length of 661. Maximum allowed is 132. (max-len)
(#420) Expected to return a value at the end of function 'get'. (consistent-return)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Unexpected labeled statement. (no-labels)
(#420) This line has 23 statements. Maximum allowed is 2. (max-statements-per-line)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#420) Expected { after 'if' condition. (curly)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Unexpected label in continue statement. (no-labels)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Statement inside of curly braces should be on next line. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#420) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) This line has a length of 153. Maximum allowed is 132. (max-len)
(#422) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#422) '_classCallCheck' is already defined. (no-redeclare)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) Statement inside of curly braces should be on next line. (brace-style)
(#422) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#422) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) This line has a length of 494. Maximum allowed is 132. (max-len)
(#424) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) Statement inside of curly braces should be on next line. (brace-style)
(#424) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#424) There should be no space after '{'. (@babel/object-curly-spacing)
(#424) There should be no space after '{'. (@babel/object-curly-spacing)
(#424) There should be no space before '}'. (@babel/object-curly-spacing)
(#424) There should be no space before '}'. (@babel/object-curly-spacing)
(#424) Expected { after 'if' condition. (curly)
(#424) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#424) The '__proto__' property is deprecated. (no-proto)
(#424) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#431) 'getScrollParents' is already defined. (no-redeclare)
(#432) 'getBounds' is already defined. (no-redeclare)
(#433) 'getOffsetParent' is already defined. (no-redeclare)
(#434) 'extend' is already defined. (no-redeclare)
(#435) 'addClass' is already defined. (no-redeclare)
(#436) 'removeClass' is already defined. (no-redeclare)
(#437) 'updateClasses' is already defined. (no-redeclare)
(#438) 'defer' is already defined. (no-redeclare)
(#439) 'flush' is already defined. (no-redeclare)
(#440) 'getScrollBarSize' is already defined. (no-redeclare)
(#441) 'removeUtilElements' is already defined. (no-redeclare)
(#443) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#449) Expected to return a value at the end of function. (consistent-return)
(#449) Unexpected space before function parentheses. (space-before-function-paren)
(#467) Unexpected space before function parentheses. (space-before-function-paren)
(#473) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#480) Unexpected space before function parentheses. (space-before-function-paren)
(#500) Use '===' to compare with null. (no-eq-null)
(#511) Unexpected space before function parentheses. (space-before-function-paren)
(#550) There should be no space after '{'. (@babel/object-curly-spacing)
(#550) There should be no space before '}'. (@babel/object-curly-spacing)
(#565) There should be no space after '{'. (@babel/object-curly-spacing)
(#565) There should be no space before '}'. (@babel/object-curly-spacing)
(#568) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#569) There should be no space after '{'. (@babel/object-curly-spacing)
(#569) There should be no space before '}'. (@babel/object-curly-spacing)
(#575) 'offsets' declared on line 571 column 37 is used outside of binding context. (block-scoped-var)
(#575) Unexpected space before function parentheses. (space-before-function-paren)
(#593) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#612) There should be no space after '{'. (@babel/object-curly-spacing)
(#612) There should be no space before '}'. (@babel/object-curly-spacing)
(#616) Unexpected space before function parentheses. (space-before-function-paren)
(#619) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#633) Unexpected space before function parentheses. (space-before-function-paren)
(#689) Unexpected space before function parentheses. (space-before-function-paren)
(#731) Expected to return a value at the end of method 'value'. (consistent-return)
(#735) There should be no space after '{'. (@babel/object-curly-spacing)
(#735) There should be no space before '}'. (@babel/object-curly-spacing)
(#737) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#739) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#740) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#741) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#742) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#743) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#746) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#746) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#746) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#746) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#747) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#747) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#747) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#747) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#747) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#748) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#748) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#749) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#751) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#751) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#751) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#751) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#752) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#752) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#752) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#752) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#752) 'bounds' declared on line 766 column 15 is used outside of binding context. (block-scoped-var)
(#753) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#753) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#754) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#756) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#757) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#759) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#760) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#763) 'out' declared on line 792 column 15 is used outside of binding context. (block-scoped-var)
(#766) 'bounds' is already defined. (no-redeclare)
(#766) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#766) It's not necessary to initialize 'bounds' to undefined. (no-undef-init)
(#771) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#778) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#783) This line has a length of 165. Maximum allowed is 132. (max-len)
(#790) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#792) 'out' is already defined. (no-redeclare)
(#792) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#795) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#795) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#804) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#804) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#808) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#808) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#808) 'bounds' declared on line 737 column 17 is used outside of binding context. (block-scoped-var)
(#811) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#811) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#814) 'out' declared on line 739 column 17 is used outside of binding context. (block-scoped-var)
(#853) Unexpected space before function parentheses. (space-before-function-paren)
(#873) Unexpected space before function parentheses. (space-before-function-paren)
(#885) Unexpected space before function parentheses. (space-before-function-paren)
(#906) Comments should not begin with a lowercase character. (capitalized-comments)
(#931) Unexpected space before function parentheses. (space-before-function-paren)
(#936) Unexpected space before function parentheses. (space-before-function-paren)
(#956) Comments should not begin with a lowercase character. (capitalized-comments)
(#970) Unexpected space before function parentheses. (space-before-function-paren)
(#985) There should be no space after '{'. (@babel/object-curly-spacing)
(#985) There should be no space before '}'. (@babel/object-curly-spacing)
(#988) Unexpected space before function parentheses. (space-before-function-paren)
(#994) There should be no space after '{'. (@babel/object-curly-spacing)
(#994) There should be no space before '}'. (@babel/object-curly-spacing)
(#997) There should be no space after '{'. (@babel/object-curly-spacing)
(#997) There should be no space before '}'. (@babel/object-curly-spacing)
(#1025) Method 'value' expected no return value. (consistent-return)
(#1057) It's not necessary to initialize 'scrollbarSize' to undefined. (no-undef-init)
(#1068) This line has a length of 139. Maximum allowed is 132. (max-len)
(#1074) This line has a length of 163. Maximum allowed is 132. (max-len)
(#1075) Unexpected space before function parentheses. (space-before-function-paren)
(#1076) Unexpected space before function parentheses. (space-before-function-paren)
(#1079) Unexpected space before function parentheses. (space-before-function-paren)
(#1086) Unexpected space before function parentheses. (space-before-function-paren)
(#1125) Method 'value' expected no return value. (consistent-return)
(#1131) Method 'value' has a complexity of 28. Maximum allowed is 20. (complexity)
(#1143) 'key' declared on line 1256 column 16 is used outside of binding context. (block-scoped-var)
(#1148) 'key' declared on line 1256 column 16 is used outside of binding context. (block-scoped-var)
(#1148) 'key' declared on line 1256 column 16 is used outside of binding context. (block-scoped-var)
(#1155) 'key' declared on line 1256 column 16 is used outside of binding context. (block-scoped-var)
(#1160) There should be no space after '{'. (@babel/object-curly-spacing)
(#1160) There should be no space before '}'. (@babel/object-curly-spacing)
(#1166) It's not necessary to initialize 'yPos' to undefined. (no-undef-init)
(#1167) It's not necessary to initialize 'xPos' to undefined. (no-undef-init)
(#1214) Unexpected space before function parentheses. (space-before-function-paren)
(#1216) Unexpected space before function parentheses. (space-before-function-paren)
(#1221) Unexpected space before function parentheses. (space-before-function-paren)
(#1232) There should be no space after '{'. (@babel/object-curly-spacing)
(#1232) There should be no space before '}'. (@babel/object-curly-spacing)
(#1256) 'key' is already defined. (no-redeclare)
(#1256) 'key' declared on line 1143 column 18 is used outside of binding context. (block-scoped-var)
(#1257) 'key' declared on line 1143 column 18 is used outside of binding context. (block-scoped-var)
(#1258) 'key' declared on line 1143 column 18 is used outside of binding context. (block-scoped-var)
(#1262) 'key' declared on line 1143 column 18 is used outside of binding context. (block-scoped-var)
(#1267) Unexpected space before function parentheses. (space-before-function-paren)
(#1282) 'TetherBase' is already defined. (no-redeclare)
(#1284) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#1286) This line has a length of 666. Maximum allowed is 132. (max-len)
(#1286) '_slicedToArray' is already defined. (no-redeclare)
(#1286) Unexpected space before function parentheses. (space-before-function-paren)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#1286) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Expected { after 'if' condition. (curly)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) '_i' declared on line 1286 column 151 is used outside of binding context. (block-scoped-var)
(#1286) ["return"] is better written in dot notation. (dot-notation)
(#1286) '_i' declared on line 1286 column 151 is used outside of binding context. (block-scoped-var)
(#1286) Expected { after 'if' condition. (curly)
(#1286) ["return"] is better written in dot notation. (dot-notation)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Expected { after 'if' condition. (curly)
(#1286) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Unexpected space before function parentheses. (space-before-function-paren)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Statement inside of curly braces should be on next line. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1286) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1288) '_TetherBase$Utils' is already defined. (no-redeclare)
(#1289) 'getBounds' is already defined. (no-redeclare)
(#1290) 'extend' is already defined. (no-redeclare)
(#1291) 'updateClasses' is already defined. (no-redeclare)
(#1292) 'defer' is already defined. (no-redeclare)
(#1296) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1308) Unexpected space before function parentheses. (space-before-function-paren)
(#1325) Unexpected space before function parentheses. (space-before-function-paren)
(#1351) Unexpected space before function parentheses. (space-before-function-paren)
(#1367) Unexpected space before function parentheses. (space-before-function-paren)
(#1376) Unexpected space before function parentheses. (space-before-function-paren)
(#1388) Unexpected space before function parentheses. (space-before-function-paren)
(#1389) Unexpected space before function parentheses. (space-before-function-paren)
(#1399) Function has a complexity of 82. Maximum allowed is 20. (complexity)
(#1399) Unexpected space before function parentheses. (space-before-function-paren)
(#1408) It's not necessary to initialize 'changeAttachX' to undefined. (no-undef-init)
(#1409) It's not necessary to initialize 'changeAttachY' to undefined. (no-undef-init)
(#1564) Unexpected space before function parentheses. (space-before-function-paren)
(#1613) Unexpected space before function parentheses. (space-before-function-paren)
(#1614) It's not necessary to initialize 'pinnedClass' to undefined. (no-undef-init)
(#1622) Unexpected space before function parentheses. (space-before-function-paren)
(#1629) Unexpected space before function parentheses. (space-before-function-paren)
(#1630) It's not necessary to initialize 'oobClass' to undefined. (no-undef-init)
(#1638) Unexpected space before function parentheses. (space-before-function-paren)
(#1651) This line has a length of 189. Maximum allowed is 132. (max-len)
(#1660) Unexpected space before function parentheses. (space-before-function-paren)
(#1667) There should be no space after '{'. (@babel/object-curly-spacing)
(#1667) There should be no space before '}'. (@babel/object-curly-spacing)
(#1670) 'TetherBase' is already defined. (no-redeclare)
(#1672) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#1674) '_TetherBase$Utils' is already defined. (no-redeclare)
(#1675) 'getBounds' is already defined. (no-redeclare)
(#1676) 'updateClasses' is already defined. (no-redeclare)
(#1677) 'defer' is already defined. (no-redeclare)
(#1686) Unexpected space before function parentheses. (space-before-function-paren)
(#1700) Unexpected space before function parentheses. (space-before-function-paren)
(#1709) Unexpected space before function parentheses. (space-before-function-paren)
(#1722) Unexpected space before function parentheses. (space-before-function-paren)
(#1730) Unexpected space before function parentheses. (space-before-function-paren)
(#1734) Unexpected space before function parentheses. (space-before-function-paren)
(#1744) 'TetherBase' is already defined. (no-redeclare)
(#1746) Expected an assignment or function call and instead saw an expression. (@babel/no-unused-expressions)
(#1748) This line has a length of 666. Maximum allowed is 132. (max-len)
(#1748) '_slicedToArray' is already defined. (no-redeclare)
(#1748) Unexpected space before function parentheses. (space-before-function-paren)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Missing JSDoc comment. (jsdoc/require-jsdoc)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) This line has 22 statements. Maximum allowed is 2. (max-statements-per-line)
(#1748) It's not necessary to initialize '_e' to undefined. (no-undef-init)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Expected { after 'if' condition. (curly)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) '_i' declared on line 1748 column 151 is used outside of binding context. (block-scoped-var)
(#1748) ["return"] is better written in dot notation. (dot-notation)
(#1748) '_i' declared on line 1748 column 151 is used outside of binding context. (block-scoped-var)
(#1748) Expected { after 'if' condition. (curly)
(#1748) ["return"] is better written in dot notation. (dot-notation)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Expected { after 'if' condition. (curly)
(#1748) Unsafe usage of ThrowStatement. (no-unsafe-finally)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Unexpected space before function parentheses. (space-before-function-paren)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Statement inside of curly braces should be on next line. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1748) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1761) There should be no space after '{'. (@babel/object-curly-spacing)
(#1761) There should be no space before '}'. (@babel/object-curly-spacing)
(#1764) It's not necessary to initialize 'shiftTop' to undefined. (no-undef-init)
(#1765) It's not necessary to initialize 'shiftLeft' to undefined. (no-undef-init)
(#1787) Method 'position' expected no return value. (consistent-return)
(#1787) There should be no space after '{'. (@babel/object-curly-spacing)
(#1787) There should be no space before '}'. (@babel/object-curly-spacing)
public/mod/readaloud/amd/src/textutils.js
(#1) A space is required after ','. (comma-spacing)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#1) A space is required after ','. (comma-spacing)
(#1) 'ajax' is defined but never used. (no-unused-vars)
(#14) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#31) Expected space(s) after "if". (keyword-spacing)
(#31) Use '===' to compare with null. (no-eq-null)
(#31) Expected { after 'if' condition. (curly)
(#35) Unexpected space before function parentheses. (space-before-function-paren)
(#43) Missing space before opening brace. (space-before-blocks)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#70) Expected space(s) after "if". (keyword-spacing)
(#70) Operator '<' must be spaced. (space-infix-ops)
(#70) Operator '>' must be spaced. (space-infix-ops)
(#70) Requires a space after '{'. (block-spacing)
(#70) Statement inside of curly braces should be on next line. (brace-style)
(#70) Missing space before opening brace. (space-before-blocks)
(#70) Operator '=' must be spaced. (space-infix-ops)
(#70) Requires a space before '}'. (block-spacing)
(#70) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#70) Comments should not begin with a lowercase character. (capitalized-comments)
(#70) Expected space or tab after '//' in comment. (spaced-comment)
(#73) Operator '=' must be spaced. (space-infix-ops)
(#74) Operator '=' must be spaced. (space-infix-ops)
(#74) Operator '<' must be spaced. (space-infix-ops)
(#74) Missing whitespace after semicolon. (semi-spacing)
(#74) Missing space before opening brace. (space-before-blocks)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#79) Expected space(s) after "if". (keyword-spacing)
(#79) Operator '>' must be spaced. (space-infix-ops)
(#103) There should be no space after '{'. (@babel/object-curly-spacing)
(#103) There should be no space before '}'. (@babel/object-curly-spacing)
(#117) Expected space or tab after '//' in comment. (spaced-comment)
(#118) Identifier 'call_ai' is not in camel case. (camelcase)
(#118) A space is required after ','. (comma-spacing)
(#118) A space is required after ','. (comma-spacing)
(#120) Expected space or tab after '//' in comment. (spaced-comment)
(#123) Comments should not begin with a lowercase character. (capitalized-comments)
(#123) Expected space or tab after '//' in comment. (spaced-comment)
(#124) Expected space or tab after '//' in comment. (spaced-comment)
(#126) 'that' is assigned a value but never used. (no-unused-vars)
(#128) Comments should not begin with a lowercase character. (capitalized-comments)
(#128) Expected space or tab after '//' in comment. (spaced-comment)
(#129) Expected to return a value at the end of function. (consistent-return)
(#129) Unexpected space before function parentheses. (space-before-function-paren)
(#129) 'e' is defined but never used. (no-unused-vars)
(#133) Comments should not begin with a lowercase character. (capitalized-comments)
(#133) Expected space or tab after '//' in comment. (spaced-comment)
(#137) Comments should not begin with a lowercase character. (capitalized-comments)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#139) Unexpected console statement. (no-console)
(#141) Comments should not begin with a lowercase character. (capitalized-comments)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Missing space before opening brace. (space-before-blocks)
(#146) Unexpected console statement. (no-console)
(#147) Unexpected console statement. (no-console)
(#150) Unexpected console statement. (no-console)
(#153) Unexpected console statement. (no-console)
(#158) Comments should not begin with a lowercase character. (capitalized-comments)
(#158) Expected space or tab after '//' in comment. (spaced-comment)
(#178) Missing space before opening brace. (space-before-blocks)
(#179) Operator '=' must be spaced. (space-infix-ops)
(#180) Operator '=' must be spaced. (space-infix-ops)
(#181) Operator '=' must be spaced. (space-infix-ops)
(#184) Identifier 'clean_ssml_chars' is not in camel case. (camelcase)
(#184) Missing space before opening brace. (space-before-blocks)
(#185) Comments should not begin with a lowercase character. (capitalized-comments)
(#185) Expected space or tab after '//' in comment. (spaced-comment)
(#186) Multiple spaces found before 'speaktext'. (no-multi-spaces)
(#186) A space is required after ','. (comma-spacing)
(#187) A space is required after ','. (comma-spacing)
(#188) Operator '=' must be spaced. (space-infix-ops)
(#188) A space is required after ','. (comma-spacing)
(#189) A space is required after ','. (comma-spacing)
(#190) Multiple spaces found before 'speaktext'. (no-multi-spaces)
(#190) A space is required after ','. (comma-spacing)
(#194) Identifier 'can_speak_neural' is not in camel case. (camelcase)
(#194) A space is required after ','. (comma-spacing)
(#194) Missing space before opening brace. (space-before-blocks)
(#195) Expected space(s) after "switch". (keyword-spacing)
(#195) Missing space before opening brace. (space-before-blocks)
(#205) Comments should not begin with a lowercase character. (capitalized-comments)
(#205) Expected space or tab after '//' in comment. (spaced-comment)
(#211) Comments should not begin with a lowercase character. (capitalized-comments)
(#211) Expected space or tab after '//' in comment. (spaced-comment)
(#212) Expected space(s) after "if". (keyword-spacing)
(#212) 'def' is not defined. (no-undef)
(#212) Missing space before opening brace. (space-before-blocks)
(#214) Expected space(s) before "else". (keyword-spacing)
(#214) Expected space(s) after "else". (keyword-spacing)
(#220) Identifier 'fetch_polly_url' is not in camel case. (camelcase)
(#220) A space is required after ','. (comma-spacing)
(#222) A space is required after ','. (comma-spacing)
(#222) Missing space before opening brace. (space-before-blocks)
(#223) Expected space or tab after '//' in comment. (spaced-comment)
(#226) Comments should not begin with a lowercase character. (capitalized-comments)
(#226) Expected space or tab after '//' in comment. (spaced-comment)
(#227) Expected space or tab after '//' in comment. (spaced-comment)
(#230) Comments should not begin with a lowercase character. (capitalized-comments)
(#230) Expected space or tab after '//' in comment. (spaced-comment)
(#231) Expected to return a value at the end of function. (consistent-return)
(#231) Unexpected space before function parentheses. (space-before-function-paren)
(#231) 'e' is defined but never used. (no-unused-vars)
(#235) Comments should not begin with a lowercase character. (capitalized-comments)
(#235) Expected space or tab after '//' in comment. (spaced-comment)
(#239) Comments should not begin with a lowercase character. (capitalized-comments)
(#239) Expected space or tab after '//' in comment. (spaced-comment)
(#244) Comments should not begin with a lowercase character. (capitalized-comments)
(#244) Expected space or tab after '//' in comment. (spaced-comment)
(#245) Missing space before opening brace. (space-before-blocks)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#265) Expected space(s) after "switch". (keyword-spacing)
(#265) Missing space before opening brace. (space-before-blocks)
(#267) Comments should not begin with a lowercase character. (capitalized-comments)
(#267) Expected space or tab after '//' in comment. (spaced-comment)
(#269) Comments should not begin with a lowercase character. (capitalized-comments)
(#269) Expected space or tab after '//' in comment. (spaced-comment)
(#270) Expected space or tab after '//' in comment. (spaced-comment)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#274) Comments should not begin with a lowercase character. (capitalized-comments)
(#274) Expected space or tab after '//' in comment. (spaced-comment)
(#276) Comments should not begin with a lowercase character. (capitalized-comments)
(#276) Expected space or tab after '//' in comment. (spaced-comment)
(#277) Expected space or tab after '//' in comment. (spaced-comment)
(#278) Operator '=' must be spaced. (space-infix-ops)
(#279) This line has a length of 133. Maximum allowed is 132. (max-len)
(#281) Comments should not begin with a lowercase character. (capitalized-comments)
(#281) Expected space or tab after '//' in comment. (spaced-comment)
(#283) Operator '=' must be spaced. (space-infix-ops)
(#286) Comments should not begin with a lowercase character. (capitalized-comments)
(#286) Expected space or tab after '//' in comment. (spaced-comment)
(#289) Comments should not begin with a lowercase character. (capitalized-comments)
(#289) Expected space or tab after '//' in comment. (spaced-comment)
(#290) Expected space or tab after '//' in comment. (spaced-comment)
(#291) Operator '=' must be spaced. (space-infix-ops)
(#297) Comments should not begin with a lowercase character. (capitalized-comments)
(#297) Expected space or tab after '//' in comment. (spaced-comment)
(#298) A space is required after ','. (comma-spacing)
(#298) Operator '?' must be spaced. (space-infix-ops)
(#300) Comments should not begin with a lowercase character. (capitalized-comments)
(#300) Expected space or tab after '//' in comment. (spaced-comment)
(#307) 'def' is not defined. (no-undef)
(#312) 'def' is not defined. (no-undef)
(#320) Comments should not begin with a lowercase character. (capitalized-comments)
(#320) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/ttaudiohelper.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#16) Comments should not begin with a lowercase character. (capitalized-comments)
(#16) Expected space or tab after '//' in comment. (spaced-comment)
(#17) Comments should not begin with a lowercase character. (capitalized-comments)
(#17) Expected space or tab after '//' in comment. (spaced-comment)
(#18) Comments should not begin with a lowercase character. (capitalized-comments)
(#18) Expected space or tab after '//' in comment. (spaced-comment)
(#19) Comments should not begin with a lowercase character. (capitalized-comments)
(#19) Expected space or tab after '//' in comment. (spaced-comment)
(#27) Comments should not begin with a lowercase character. (capitalized-comments)
(#27) Expected space or tab after '//' in comment. (spaced-comment)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#36) Operator '=' must be spaced. (space-infix-ops)
(#37) Operator '=' must be spaced. (space-infix-ops)
(#45) Unexpected empty method 'onStop'. (no-empty-function)
(#46) Unexpected empty method 'onStream'. (no-empty-function)
(#47) Unexpected empty method 'onError'. (no-empty-function)
(#50) Identifier 'prepare_html' is not in camel case. (camelcase)
(#50) Missing space before opening brace. (space-before-blocks)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#57) Operator '=' must be spaced. (space-infix-ops)
(#62) This line has a length of 145. Maximum allowed is 132. (max-len)
(#64) This line has a length of 146. Maximum allowed is 132. (max-len)
(#71) Operator '=' must be spaced. (space-infix-ops)
(#74) A space is required after ','. (comma-spacing)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#78) Expected space(s) after "for". (keyword-spacing)
(#78) Operator '=' must be spaced. (space-infix-ops)
(#78) Operator '<' must be spaced. (space-infix-ops)
(#78) Missing space before opening brace. (space-before-blocks)
(#80) Expected space(s) after "if". (keyword-spacing)
(#80) Missing space before opening brace. (space-before-blocks)
(#82) Expected space(s) after "if". (keyword-spacing)
(#82) Missing space before opening brace. (space-before-blocks)
(#84) Expected space(s) before "else". (keyword-spacing)
(#84) Expected space(s) after "else". (keyword-spacing)
(#87) Expected space(s) after "if". (keyword-spacing)
(#87) Missing space before opening brace. (space-before-blocks)
(#89) Expected space(s) before "else". (keyword-spacing)
(#89) Expected space(s) after "else". (keyword-spacing)
(#116) Operator '*' must be spaced. (space-infix-ops)
(#116) Operator '*' must be spaced. (space-infix-ops)
(#117) Operator '=' must be spaced. (space-infix-ops)
(#118) Operator '=' must be spaced. (space-infix-ops)
(#128) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#132) Expected space(s) after "if". (keyword-spacing)
(#132) Operator '===' must be spaced. (space-infix-ops)
(#132) Missing space before opening brace. (space-before-blocks)
(#133) Multiple spaces found before '{'. (no-multi-spaces)
(#136) Missing semicolon. (@babel/semi)
(#139) Comments should not begin with a lowercase character. (capitalized-comments)
(#139) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Unexpected console statement. (no-console)
(#145) Comments should not begin with a lowercase character. (capitalized-comments)
(#145) Expected space or tab after '//' in comment. (spaced-comment)
(#155) Operator '*' must be spaced. (space-infix-ops)
(#157) Operator '=' must be spaced. (space-infix-ops)
(#158) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#160) Comments should not begin with a lowercase character. (capitalized-comments)
(#160) Expected space or tab after '//' in comment. (spaced-comment)
(#161) Expected space or tab after '//' in comment. (spaced-comment)
(#162) Operator '!==' must be spaced. (space-infix-ops)
(#166) Requires a space after '{'. (block-spacing)
(#166) Statement inside of curly braces should be on next line. (brace-style)
(#166) Missing space before opening brace. (space-before-blocks)
(#166) Requires a space before '}'. (block-spacing)
(#166) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Unexpected space before function parentheses. (space-before-function-paren)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Operator '<' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#188) Comments should not begin with a lowercase character. (capitalized-comments)
(#189) Expected space or tab after '//' in comment. (spaced-comment)
(#190) Expected space(s) after "if". (keyword-spacing)
(#190) Missing space before opening brace. (space-before-blocks)
(#192) Expected space(s) after "if". (keyword-spacing)
(#192) Operator '>=' must be spaced. (space-infix-ops)
(#192) Missing space before opening brace. (space-before-blocks)
(#195) Comments should not begin with a lowercase character. (capitalized-comments)
(#195) Expected space or tab after '//' in comment. (spaced-comment)
(#196) Expected space(s) before "else". (keyword-spacing)
(#196) Expected space(s) after "if". (keyword-spacing)
(#196) Missing space before opening brace. (space-before-blocks)
(#198) Operator '=' must be spaced. (space-infix-ops)
(#203) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#210) Operator '*' must be spaced. (space-infix-ops)
(#225) Comments should not begin with a lowercase character. (capitalized-comments)
(#237) Comments should not begin with a lowercase character. (capitalized-comments)
(#237) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/ttbrowserrec.js
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Identifier 'final_transcript' is not in camel case. (camelcase)
(#13) Identifier 'start_timestamp' is not in camel case. (camelcase)
(#18) Comments should not begin with a lowercase character. (capitalized-comments)
(#18) Expected space or tab after '//' in comment. (spaced-comment)
(#19) Unexpected space before function parentheses. (space-before-function-paren)
(#23) Identifier 'will_work_ok' is not in camel case. (camelcase)
(#23) 'opts' is defined but never used. (no-unused-vars)
(#23) Missing space before opening brace. (space-before-blocks)
(#24) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#29) Expected space(s) after "if". (keyword-spacing)
(#29) Requires a space after '{'. (block-spacing)
(#29) Statement inside of curly braces should be on next line. (brace-style)
(#29) Missing space before opening brace. (space-before-blocks)
(#29) Requires a space before '}'. (block-spacing)
(#29) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#31) Identifier 'has_chrome' is not in camel case. (camelcase)
(#32) Identifier 'has_safari' is not in camel case. (camelcase)
(#33) Identifier 'has_safari' is not in camel case. (camelcase)
(#33) Identifier 'has_chrome' is not in camel case. (camelcase)
(#34) Expected space(s) after "if". (keyword-spacing)
(#34) Requires a space after '{'. (block-spacing)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Missing space before opening brace. (space-before-blocks)
(#34) Requires a space before '}'. (block-spacing)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#36) Expected space or tab after '//' in comment. (spaced-comment)
(#40) Unexpected space before function parentheses. (space-before-function-paren)
(#40) A space is required after ','. (comma-spacing)
(#40) A space is required after ','. (comma-spacing)
(#41) 'webkitSpeechRecognition' is not defined. (no-undef)
(#52) Identifier 'prepare_html' is not in camel case. (camelcase)
(#52) Missing space before opening brace. (space-before-blocks)
(#53) Operator '=' must be spaced. (space-infix-ops)
(#57) Identifier 'set_grammar' is not in camel case. (camelcase)
(#57) Unexpected space before function parentheses. (space-before-function-paren)
(#58) 'webkitSpeechGrammarList' is not defined. (no-undef)
(#66) Unexpected space before function parentheses. (space-before-function-paren)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#69) Expected space or tab after '//' in comment. (spaced-comment)
(#74) Identifier 'final_transcript' is not in camel case. (camelcase)
(#75) Comments should not begin with a lowercase character. (capitalized-comments)
(#75) Expected space or tab after '//' in comment. (spaced-comment)
(#77) Identifier 'start_timestamp' is not in camel case. (camelcase)
(#77) Comments should not begin with a lowercase character. (capitalized-comments)
(#77) Expected space or tab after '//' in comment. (spaced-comment)
(#81) Comments should not begin with a lowercase character. (capitalized-comments)
(#81) Expected space or tab after '//' in comment. (spaced-comment)
(#88) Unexpected space before function parentheses. (space-before-function-paren)
(#89) Operator '=' must be spaced. (space-infix-ops)
(#93) Operator '*' must be spaced. (space-infix-ops)
(#100) Identifier 'register_events' is not in camel case. (camelcase)
(#100) Unexpected space before function parentheses. (space-before-function-paren)
(#105) Unexpected space before function parentheses. (space-before-function-paren)
(#122) Unexpected space before function parentheses. (space-before-function-paren)
(#123) Expected space(s) after "if". (keyword-spacing)
(#123) Missing space before opening brace. (space-before-blocks)
(#129) Unexpected space before function parentheses. (space-before-function-paren)
(#130) Identifier 'interim_transcript' is not in camel case. (camelcase)
(#133) Identifier 'final_transcript' is not in camel case. (camelcase)
(#135) Identifier 'interim_transcript' is not in camel case. (camelcase)
(#141) A space is required after ','. (comma-spacing)
(#141) Comments should not begin with a lowercase character. (capitalized-comments)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#146) Operator '=' must be spaced. (space-infix-ops)
(#149) Operator '*' must be spaced. (space-infix-ops)
(#164) Comments should not begin with a lowercase character. (capitalized-comments)
(#176) Unexpected space before function parentheses. (space-before-function-paren)
(#179) Unexpected space before function parentheses. (space-before-function-paren)
(#182) Unexpected space before function parentheses. (space-before-function-paren)
(#185) Unexpected space before function parentheses. (space-before-function-paren)
(#188) Unexpected space before function parentheses. (space-before-function-paren)
(#188) 'speechtext' is defined but never used. (no-unused-vars)
(#189) Comments should not begin with a lowercase character. (capitalized-comments)
(#192) Comments should not begin with a lowercase character. (capitalized-comments)
(#192) Expected space or tab after '//' in comment. (spaced-comment)
(#193) Comments should not begin with a lowercase character. (capitalized-comments)
(#193) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/ttrecorder.js
(#1) A space is required after ','. (comma-spacing)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#26) Identifier 'audio_updated' is not in camel case. (camelcase)
(#35) Identifier 'stt_guided' is not in camel case. (camelcase)
(#38) Comments should not begin with a lowercase character. (capitalized-comments)
(#38) Expected space or tab after '//' in comment. (spaced-comment)
(#39) Unexpected space before function parentheses. (space-before-function-paren)
(#43) Missing space before opening brace. (space-before-blocks)
(#47) Operator '=' must be spaced. (space-infix-ops)
(#47) ["uniqueid"] is better written in dot notation. (dot-notation)
(#48) Operator '=' must be spaced. (space-infix-ops)
(#48) ["callback"] is better written in dot notation. (dot-notation)
(#49) Identifier 'stt_guided' is not in camel case. (camelcase)
(#49) ["stt_guided"] is better written in dot notation. (dot-notation)
(#49) ["stt_guided"] is better written in dot notation. (dot-notation)
(#50) ["shadow"] is better written in dot notation. (dot-notation)
(#55) Comments should not begin with a lowercase character. (capitalized-comments)
(#55) Expected space or tab after '//' in comment. (spaced-comment)
(#56) Identifier 'on_gotstream' is not in camel case. (camelcase)
(#56) Operator '=' must be spaced. (space-infix-ops)
(#56) Multiple spaces found before 'function'. (no-multi-spaces)
(#58) Comments should not begin with a lowercase character. (capitalized-comments)
(#58) Expected space or tab after '//' in comment. (spaced-comment)
(#59) Expected space(s) after "if". (keyword-spacing)
(#59) Operator '!==' must be spaced. (space-infix-ops)
(#59) Missing space before opening brace. (space-before-blocks)
(#63) Operator '=' must be spaced. (space-infix-ops)
(#71) A space is required after ','. (comma-spacing)
(#72) Comments should not begin with a lowercase character. (capitalized-comments)
(#79) Identifier 'on_error' is not in camel case. (camelcase)
(#83) A space is required after ','. (comma-spacing)
(#87) A space is required after ','. (comma-spacing)
(#90) Comments should not begin with a lowercase character. (capitalized-comments)
(#90) Expected space or tab after '//' in comment. (spaced-comment)
(#91) Expected space or tab after '//' in comment. (spaced-comment)
(#96) Identifier 'on_stopped' is not in camel case. (camelcase)
(#99) Comments should not begin with a lowercase character. (capitalized-comments)
(#99) Expected space or tab after '//' in comment. (spaced-comment)
(#100) Expected space(s) after "if". (keyword-spacing)
(#100) Operator '===' must be spaced. (space-infix-ops)
(#100) Missing space before opening brace. (space-before-blocks)
(#104) Comments should not begin with a lowercase character. (capitalized-comments)
(#104) Expected space or tab after '//' in comment. (spaced-comment)
(#114) Missing space before opening brace. (space-before-blocks)
(#116) A space is required after ','. (comma-spacing)
(#117) Expected space(s) after "if". (keyword-spacing)
(#117) Operator '===' must be spaced. (space-infix-ops)
(#117) Missing space before opening brace. (space-before-blocks)
(#120) A space is required after ','. (comma-spacing)
(#127) More than 2 blank lines not allowed. (no-multiple-empty-lines)
(#129) Expected space or tab after '//' in comment. (spaced-comment)
(#130) Expected space(s) after "if". (keyword-spacing)
(#130) Unexpected space after unary operator '!'. (space-unary-ops)
(#130) Missing space before opening brace. (space-before-blocks)
(#131) Expected space or tab after '//' in comment. (spaced-comment)
(#134) A space is required after ','. (comma-spacing)
(#134) A space is required after ','. (comma-spacing)
(#135) Operator '=' must be spaced. (space-infix-ops)
(#137) Comments should not begin with a lowercase character. (capitalized-comments)
(#137) Expected space or tab after '//' in comment. (spaced-comment)
(#138) Identifier 'on_error' is not in camel case. (camelcase)
(#139) Missing space before opening brace. (space-before-blocks)
(#140) Comments should not begin with a lowercase character. (capitalized-comments)
(#140) Expected space or tab after '//' in comment. (spaced-comment)
(#142) Missing space before opening brace. (space-before-blocks)
(#143) Comments should not begin with a lowercase character. (capitalized-comments)
(#143) Expected space or tab after '//' in comment. (spaced-comment)
(#145) Operator '=' must be spaced. (space-infix-ops)
(#145) Missing space before opening brace. (space-before-blocks)
(#147) A space is required after ','. (comma-spacing)
(#148) A space is required after ','. (comma-spacing)
(#151) Expected space or tab after '//' in comment. (spaced-comment)
(#152) Expected space(s) before "else". (keyword-spacing)
(#153) Comments should not begin with a lowercase character. (capitalized-comments)
(#153) Expected space or tab after '//' in comment. (spaced-comment)
(#155) Multiple spaces found before 'audioHelper'. (no-multi-spaces)
(#156) A space is required after ','. (comma-spacing)
(#156) A space is required after ','. (comma-spacing)
(#158) Identifier 'on_error' is not in camel case. (camelcase)
(#159) Identifier 'on_stopped' is not in camel case. (camelcase)
(#160) Identifier 'on_gotstream' is not in camel case. (camelcase)
(#162) Comments should not begin with a lowercase character. (capitalized-comments)
(#162) Expected space or tab after '//' in comment. (spaced-comment)
(#166) Identifier 'prepare_html' is not in camel case. (camelcase)
(#166) Missing space before opening brace. (space-before-blocks)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#169) Operator '=' must be spaced. (space-infix-ops)
(#170) Operator '=' must be spaced. (space-infix-ops)
(#171) Operator '=' must be spaced. (space-infix-ops)
(#172) Operator '=' must be spaced. (space-infix-ops)
(#173) Operator '=' must be spaced. (space-infix-ops)
(#174) Operator '=' must be spaced. (space-infix-ops)
(#177) Identifier 'silence_detected' is not in camel case. (camelcase)
(#177) Missing space before opening brace. (space-before-blocks)
(#178) Expected space(s) after "if". (keyword-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#183) Identifier 'update_audio' is not in camel case. (camelcase)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before opening brace. (space-before-blocks)
(#190) Expected space(s) before "else". (keyword-spacing)
(#190) Expected space(s) after "else". (keyword-spacing)
(#199) Identifier 'register_events' is not in camel case. (camelcase)
(#199) Missing space before opening brace. (space-before-blocks)
(#202) Missing space before opening brace. (space-before-blocks)
(#206) Missing space before opening brace. (space-before-blocks)
(#210) Identifier 'audio_updated' is not in camel case. (camelcase)
(#210) Operator '=' must be spaced. (space-infix-ops)
(#211) Comments should not begin with a lowercase character. (capitalized-comments)
(#211) Expected space or tab after '//' in comment. (spaced-comment)
(#218) Expected space(s) after "if". (keyword-spacing)
(#218) There should be no space before this paren. (space-in-parens)
(#220) Expected space(s) before "else". (keyword-spacing)
(#220) Expected space(s) after "else". (keyword-spacing)
(#224) Comments should not begin with a lowercase character. (capitalized-comments)
(#224) Expected space or tab after '//' in comment. (spaced-comment)
(#230) Identifier 'show_recorder_pointer' is not in camel case. (camelcase)
(#230) Missing space before opening brace. (space-before-blocks)
(#231) Expected space(s) after "if". (keyword-spacing)
(#233) Expected space(s) before "else". (keyword-spacing)
(#233) Expected space(s) after "else". (keyword-spacing)
(#240) Missing space before value for key 'gotRecognition'. (key-spacing)
(#240) Missing space before opening brace. (space-before-blocks)
(#242) Operator '=' must be spaced. (space-infix-ops)
(#243) Operator '=' must be spaced. (space-infix-ops)
(#245) Expected space or tab after '//' in comment. (spaced-comment)
(#250) Unnecessary escape character: \*. (no-useless-escape)
(#250) Unnecessary escape character: \.. (no-useless-escape)
(#250) Unnecessary escape character: \/. (no-useless-escape)
(#250) Unnecessary escape character: \[. (no-useless-escape)
(#250) Unnecessary escape character: \^. (no-useless-escape)
(#250) A space is required after ','. (comma-spacing)
(#255) Expected space(s) after "if". (keyword-spacing)
(#255) Missing space before opening brace. (space-before-blocks)
(#268) Operator '=' must be spaced. (space-infix-ops)
(#270) Expected space or tab after '//' in comment. (spaced-comment)
(#275) Expected space or tab after '//' in comment. (spaced-comment)
(#277) Expected space or tab after '//' in comment. (spaced-comment)
(#278) Expected space(s) after "if". (keyword-spacing)
(#278) Missing space before opening brace. (space-before-blocks)
(#280) A space is required after ','. (comma-spacing)
(#281) A space is required after ','. (comma-spacing)
(#284) Expected space or tab after '//' in comment. (spaced-comment)
(#285) Expected space(s) before "else". (keyword-spacing)
(#285) Expected space(s) after "else". (keyword-spacing)
(#286) A space is required after ','. (comma-spacing)
(#290) Comments should not begin with a lowercase character. (capitalized-comments)
(#290) Expected space or tab after '//' in comment. (spaced-comment)
(#292) 'message' declared on line 333 column 25 is used outside of binding context. (block-scoped-var)
(#292) Operator '=' must be spaced. (space-infix-ops)
(#293) 'message' declared on line 333 column 25 is used outside of binding context. (block-scoped-var)
(#293) Operator '=' must be spaced. (space-infix-ops)
(#294) 'message' declared on line 333 column 25 is used outside of binding context. (block-scoped-var)
(#296) Expected space or tab after '//' in comment. (spaced-comment)
(#299) Expected space or tab after '//' in comment. (spaced-comment)
(#300) Expected space(s) after "if". (keyword-spacing)
(#300) Missing space before opening brace. (space-before-blocks)
(#301) A space is required after ','. (comma-spacing)
(#308) A space is required after ','. (comma-spacing)
(#309) A space is required after ','. (comma-spacing)
(#315) Expected space or tab after '//' in comment. (spaced-comment)
(#316) Expected space(s) before "else". (keyword-spacing)
(#324) Missing space before value for key 'isRecognizing'. (key-spacing)
(#331) Comments should not begin with a lowercase character. (capitalized-comments)
(#331) Expected space or tab after '//' in comment. (spaced-comment)
(#333) 'message' is already defined. (no-redeclare)
(#333) 'message' declared on line 292 column 25 is used outside of binding context. (block-scoped-var)
(#333) Operator '=' must be spaced. (space-infix-ops)
(#334) 'message' declared on line 292 column 25 is used outside of binding context. (block-scoped-var)
(#334) Operator '=' must be spaced. (space-infix-ops)
(#335) 'message' declared on line 292 column 25 is used outside of binding context. (block-scoped-var)
(#342) Multiple spaces found before ''.wav''. (no-multi-spaces)
(#347) Expected space(s) after "if". (keyword-spacing)
(#349) Expected space(s) before "else". (keyword-spacing)
(#349) Expected space(s) after "else". (keyword-spacing)
(#352) Comments should not begin with a lowercase character. (capitalized-comments)
(#352) Expected space or tab after '//' in comment. (spaced-comment)
(#353) Expected space(s) after "if". (keyword-spacing)
(#353) Operator '!==' must be spaced. (space-infix-ops)
(#353) Missing space before opening brace. (space-before-blocks)
(#359) Operator '=' must be spaced. (space-infix-ops)
(#359) 'progressEvent' is defined but never used. (no-unused-vars)
(#359) Unexpected empty function. (no-empty-function)
(#360) 'oEvent' is defined but never used. (no-unused-vars)
(#370) Expected space(s) before "catch". (keyword-spacing)
(#370) Expected space(s) after "catch". (keyword-spacing)
(#370) Missing space before opening brace. (space-before-blocks)
(#376) Comments should not begin with a lowercase character. (capitalized-comments)
(#376) Expected space or tab after '//' in comment. (spaced-comment)
public/mod/readaloud/amd/src/ttwavencoder.js
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#12) Comments should not begin with a lowercase character. (capitalized-comments)
(#12) Expected space or tab after '//' in comment. (spaced-comment)
(#13) Unexpected space before function parentheses. (space-before-function-paren)
(#25) Comments should not begin with a lowercase character. (capitalized-comments)
(#25) Expected space or tab after '//' in comment. (spaced-comment)
(#26) Expected space(s) after "if". (keyword-spacing)
(#26) Operator '===' must be spaced. (space-infix-ops)
(#26) Missing space before opening brace. (space-before-blocks)
(#52) 'mimeType' is defined but never used. (no-unused-vars)
(#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)
(#55) Missing space before opening brace. (space-before-blocks)
(#75) There should be no space after '{'. (@babel/object-curly-spacing)
(#75) There should be no space before '}'. (@babel/object-curly-spacing)
(#77) Method 'finish' expected no return value. (consistent-return)
(#88) Comments should not begin with a lowercase character. (capitalized-comments)
(#88) Expected space or tab after '//' in comment. (spaced-comment)

CSS problems

(561 errors, 23 warnings)

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

public/mod/readaloud/styles.css
(#523) Invalid value for "background-repeat" (csstree/validator)
(#701) Expected empty line before at-rule (at-rule-empty-line-before)
(#702) Expected newline before "}" (block-closing-brace-newline-before)
(#702) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#702) Expected newline after "{" (block-opening-brace-newline-after)
(#702) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#9) Expected single space before "{" (block-opening-brace-space-before)
(#158) Expected single space before "{" (block-opening-brace-space-before)
(#627) Expected single space before "{" (block-opening-brace-space-before)
(#631) Expected single space before "{" (block-opening-brace-space-before)
(#720) Expected single space before "{" (block-opening-brace-space-before)
(#730) Expected single space before "{" (block-opening-brace-space-before)
(#1006) Expected single space before "{" (block-opening-brace-space-before)
(#182) Expected "#CCCCCC" to be "#cccccc" (color-hex-case)
(#264) Expected "#FBB040" to be "#fbb040" (color-hex-case)
(#694) Expected "#DDDBDD" to be "#dddbdd" (color-hex-case)
(#735) Expected "#FBB040" to be "#fbb040" (color-hex-case)
(#779) Expected "#FBB040" to be "#fbb040" (color-hex-case)
(#786) Expected "#2D225D" to be "#2d225d" (color-hex-case)
(#796) Expected "#FAFBFD" to be "#fafbfd" (color-hex-case)
(#797) Expected "#DCE0E3" to be "#dce0e3" (color-hex-case)
(#820) Expected "#FAFBFD" to be "#fafbfd" (color-hex-case)
(#821) Expected "#DCE0E3" to be "#dce0e3" (color-hex-case)
(#847) Expected "#FBB040" to be "#fbb040" (color-hex-case)
(#904) Expected "#DCDFF5" to be "#dcdff5" (color-hex-case)
(#931) Expected "#2D225D" to be "#2d225d" (color-hex-case)
(#962) Expected "#2D225D" to be "#2d225d" (color-hex-case)
(#969) Expected "#2D225D" to be "#2d225d" (color-hex-case)
(#182) Expected "#CCCCCC" to be "#CCC" (color-hex-length)
(#736) Expected "#000000" to be "#000" (color-hex-length)
(#524) Unexpected duplicate "background-repeat" (declaration-block-no-duplicate-properties)
(#670) Unexpected duplicate "color" (declaration-block-no-duplicate-properties)
(#530) Unexpected shorthand "margin" after "margin-bottom" (declaration-block-no-shorthand-property-overrides)
(#587) Unexpected shorthand "margin" after "margin-right" (declaration-block-no-shorthand-property-overrides)
(#702) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#836) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#550) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#628) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#632) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#702) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#696) Expected single space after "," in a single-line function (function-comma-space-after)
(#696) Expected single space after "," in a single-line function (function-comma-space-after)
(#696) Expected single space after "," in a single-line function (function-comma-space-after)
(#173) Unexpected unit (length-zero-no-unit)
(#365) Unexpected unit (length-zero-no-unit)
(#658) Unexpected unit (length-zero-no-unit)
(#658) Unexpected unit (length-zero-no-unit)
(#661) Unexpected unit (length-zero-no-unit)
(#661) Unexpected unit (length-zero-no-unit)
(#5) Expected single space after ">" (selector-combinator-space-after)
(#6) Expected single space after ">" (selector-combinator-space-after)
(#426) Expected single space after ">" (selector-combinator-space-after)
(#5) Expected single space before ">" (selector-combinator-space-before)
(#6) Expected single space before ">" (selector-combinator-space-before)
(#426) Expected single space before ">" (selector-combinator-space-before)
(#1016) Expected newline after "," (selector-list-comma-newline-after)
(#2) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#27) Expected indentation of 4 spaces (indentation)
(#28) Expected indentation of 4 spaces (indentation)
(#29) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 4 spaces (indentation)
(#39) Expected indentation of 4 spaces (indentation)
(#43) Expected indentation of 4 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#63) Expected indentation of 4 spaces (indentation)
(#67) Expected indentation of 4 spaces (indentation)
(#68) Expected indentation of 4 spaces (indentation)
(#69) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#71) Expected indentation of 4 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 4 spaces (indentation)
(#74) Expected indentation of 4 spaces (indentation)
(#78) Expected indentation of 4 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 4 spaces (indentation)
(#81) Expected indentation of 4 spaces (indentation)
(#82) Expected indentation of 4 spaces (indentation)
(#83) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#85) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#90) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#97) Expected indentation of 4 spaces (indentation)
(#98) Expected indentation of 4 spaces (indentation)
(#99) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#122) Expected indentation of 4 spaces (indentation)
(#123) Expected indentation of 4 spaces (indentation)
(#124) Expected indentation of 4 spaces (indentation)
(#125) Expected indentation of 4 spaces (indentation)
(#126) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 4 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 4 spaces (indentation)
(#134) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#136) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#141) Expected indentation of 4 spaces (indentation)
(#142) Expected indentation of 4 spaces (indentation)
(#143) Expected indentation of 4 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 4 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 4 spaces (indentation)
(#151) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#153) Expected indentation of 4 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#159) Expected indentation of 4 spaces (indentation)
(#163) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 4 spaces (indentation)
(#168) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 4 spaces (indentation)
(#173) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 4 spaces (indentation)
(#178) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 4 spaces (indentation)
(#183) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 4 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#195) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 4 spaces (indentation)
(#205) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#210) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 4 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#222) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#230) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 4 spaces (indentation)
(#238) Expected indentation of 4 spaces (indentation)
(#242) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 4 spaces (indentation)
(#247) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 4 spaces (indentation)
(#249) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#254) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#259) Expected indentation of 4 spaces (indentation)
(#260) Expected indentation of 4 spaces (indentation)
(#261) Expected indentation of 4 spaces (indentation)
(#264) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 4 spaces (indentation)
(#277) Expected indentation of 4 spaces (indentation)
(#278) Expected indentation of 4 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#280) Expected indentation of 4 spaces (indentation)
(#284) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 4 spaces (indentation)
(#286) Expected indentation of 4 spaces (indentation)
(#287) Expected indentation of 4 spaces (indentation)
(#291) Expected indentation of 4 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#293) Expected indentation of 4 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#295) Expected indentation of 4 spaces (indentation)
(#296) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#301) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#303) Expected indentation of 4 spaces (indentation)
(#307) Expected indentation of 4 spaces (indentation)
(#311) Expected indentation of 4 spaces (indentation)
(#318) Expected indentation of 4 spaces (indentation)
(#319) Expected indentation of 4 spaces (indentation)
(#320) Expected indentation of 4 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#328) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#331) Expected indentation of 4 spaces (indentation)
(#332) Expected indentation of 4 spaces (indentation)
(#333) Expected indentation of 4 spaces (indentation)
(#334) Expected indentation of 4 spaces (indentation)
(#338) Expected indentation of 4 spaces (indentation)
(#342) Expected indentation of 4 spaces (indentation)
(#343) Expected indentation of 4 spaces (indentation)
(#349) Expected indentation of 4 spaces (indentation)
(#350) Expected indentation of 4 spaces (indentation)
(#351) Expected indentation of 4 spaces (indentation)
(#352) Expected indentation of 4 spaces (indentation)
(#353) Expected indentation of 4 spaces (indentation)
(#357) Expected indentation of 4 spaces (indentation)
(#358) Expected indentation of 4 spaces (indentation)
(#359) Expected indentation of 4 spaces (indentation)
(#360) Expected indentation of 4 spaces (indentation)
(#361) Expected indentation of 4 spaces (indentation)
(#362) Expected indentation of 4 spaces (indentation)
(#363) Expected indentation of 4 spaces (indentation)
(#364) Expected indentation of 4 spaces (indentation)
(#365) Expected indentation of 4 spaces (indentation)
(#366) Expected indentation of 4 spaces (indentation)
(#367) Expected indentation of 4 spaces (indentation)
(#370) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 4 spaces (indentation)
(#372) Expected indentation of 4 spaces (indentation)
(#376) Expected indentation of 4 spaces (indentation)
(#377) Expected indentation of 4 spaces (indentation)
(#378) Expected indentation of 4 spaces (indentation)
(#379) Expected indentation of 4 spaces (indentation)
(#380) Expected indentation of 4 spaces (indentation)
(#381) Expected indentation of 4 spaces (indentation)
(#382) Expected indentation of 4 spaces (indentation)
(#383) Expected indentation of 4 spaces (indentation)
(#384) Expected indentation of 4 spaces (indentation)
(#385) Expected indentation of 4 spaces (indentation)
(#386) Expected indentation of 4 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 4 spaces (indentation)
(#389) Expected indentation of 4 spaces (indentation)
(#393) Expected indentation of 4 spaces (indentation)
(#394) Expected indentation of 4 spaces (indentation)
(#395) Expected indentation of 4 spaces (indentation)
(#396) Expected indentation of 4 spaces (indentation)
(#400) Expected indentation of 4 spaces (indentation)
(#406) Expected indentation of 4 spaces (indentation)
(#407) Expected indentation of 4 spaces (indentation)
(#411) Expected indentation of 4 spaces (indentation)
(#415) Expected indentation of 4 spaces (indentation)
(#419) Expected indentation of 4 spaces (indentation)
(#423) Expected indentation of 4 spaces (indentation)
(#427) Expected indentation of 4 spaces (indentation)
(#431) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 4 spaces (indentation)
(#433) Expected indentation of 4 spaces (indentation)
(#434) Expected indentation of 4 spaces (indentation)
(#435) Expected indentation of 4 spaces (indentation)
(#436) Expected indentation of 4 spaces (indentation)
(#437) Expected indentation of 4 spaces (indentation)
(#438) Expected indentation of 4 spaces (indentation)
(#439) Expected indentation of 4 spaces (indentation)
(#440) Expected indentation of 4 spaces (indentation)
(#441) Expected indentation of 4 spaces (indentation)
(#442) Expected indentation of 4 spaces (indentation)
(#443) Expected indentation of 4 spaces (indentation)
(#444) Expected indentation of 4 spaces (indentation)
(#450) Expected indentation of 4 spaces (indentation)
(#454) Expected indentation of 4 spaces (indentation)
(#455) Expected indentation of 4 spaces (indentation)
(#456) Expected indentation of 4 spaces (indentation)
(#457) Expected indentation of 4 spaces (indentation)
(#458) Expected indentation of 4 spaces (indentation)
(#459) Expected indentation of 4 spaces (indentation)
(#460) Expected indentation of 4 spaces (indentation)
(#461) Expected indentation of 4 spaces (indentation)
(#462) Expected indentation of 4 spaces (indentation)
(#463) Expected indentation of 4 spaces (indentation)
(#464) Expected indentation of 4 spaces (indentation)
(#465) Expected indentation of 4 spaces (indentation)
(#466) Expected indentation of 4 spaces (indentation)
(#467) Expected indentation of 4 spaces (indentation)
(#473) Expected indentation of 4 spaces (indentation)
(#477) Expected indentation of 4 spaces (indentation)
(#478) Expected indentation of 4 spaces (indentation)
(#482) Expected indentation of 4 spaces (indentation)
(#483) Expected indentation of 4 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#488) Expected indentation of 4 spaces (indentation)
(#489) Expected indentation of 4 spaces (indentation)
(#493) Expected indentation of 4 spaces (indentation)
(#497) Expected indentation of 4 spaces (indentation)
(#500) Expected indentation of 4 spaces (indentation)
(#504) Expected indentation of 4 spaces (indentation)
(#505) Expected indentation of 4 spaces (indentation)
(#506) Expected indentation of 4 spaces (indentation)
(#510) Expected indentation of 4 spaces (indentation)
(#511) Expected indentation of 4 spaces (indentation)
(#515) Expected indentation of 4 spaces (indentation)
(#519) Expected indentation of 4 spaces (indentation)
(#520) Expected indentation of 4 spaces (indentation)
(#521) Expected indentation of 4 spaces (indentation)
(#522) Expected indentation of 4 spaces (indentation)
(#523) Expected indentation of 4 spaces (indentation)
(#524) Expected indentation of 4 spaces (indentation)
(#525) Expected indentation of 4 spaces (indentation)
(#526) Expected indentation of 4 spaces (indentation)
(#527) Expected indentation of 4 spaces (indentation)
(#528) Expected indentation of 4 spaces (indentation)
(#529) Expected indentation of 4 spaces (indentation)
(#530) Expected indentation of 4 spaces (indentation)
(#534) Expected indentation of 4 spaces (indentation)
(#538) Expected indentation of 4 spaces (indentation)
(#542) Expected indentation of 4 spaces (indentation)
(#546) Expected indentation of 4 spaces (indentation)
(#550) Expected indentation of 4 spaces (indentation)
(#553) Expected indentation of 4 spaces (indentation)
(#554) Expected indentation of 4 spaces (indentation)
(#558) Expected indentation of 4 spaces (indentation)
(#562) Expected indentation of 4 spaces (indentation)
(#563) Expected indentation of 4 spaces (indentation)
(#564) Expected indentation of 4 spaces (indentation)
(#565) Expected indentation of 4 spaces (indentation)
(#566) Expected indentation of 4 spaces (indentation)
(#567) Expected indentation of 4 spaces (indentation)
(#568) Expected indentation of 4 spaces (indentation)
(#569) Expected indentation of 4 spaces (indentation)
(#570) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#575) Expected indentation of 4 spaces (indentation)
(#576) Expected indentation of 4 spaces (indentation)
(#577) Expected indentation of 4 spaces (indentation)
(#578) Expected indentation of 4 spaces (indentation)
(#579) Expected indentation of 4 spaces (indentation)
(#580) Expected indentation of 4 spaces (indentation)
(#584) Expected indentation of 4 spaces (indentation)
(#585) Expected indentation of 4 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#587) Expected indentation of 4 spaces (indentation)
(#588) Expected indentation of 4 spaces (indentation)
(#589) Expected indentation of 4 spaces (indentation)
(#593) Expected indentation of 4 spaces (indentation)
(#597) Expected indentation of 4 spaces (indentation)
(#601) Expected indentation of 4 spaces (indentation)
(#602) Expected indentation of 4 spaces (indentation)
(#603) Expected indentation of 4 spaces (indentation)
(#604) Expected indentation of 4 spaces (indentation)
(#605) Expected indentation of 4 spaces (indentation)
(#609) Expected indentation of 4 spaces (indentation)
(#610) Expected indentation of 4 spaces (indentation)
(#611) Expected indentation of 4 spaces (indentation)
(#612) Expected indentation of 4 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#617) Expected indentation of 4 spaces (indentation)
(#620) Expected indentation of 4 spaces (indentation)
(#624) Expected indentation of 4 spaces (indentation)
(#628) Expected indentation of 4 spaces (indentation)
(#632) Expected indentation of 4 spaces (indentation)
(#637) Expected indentation of 4 spaces (indentation)
(#638) Expected indentation of 4 spaces (indentation)
(#639) Expected indentation of 4 spaces (indentation)
(#640) Expected indentation of 4 spaces (indentation)
(#641) Expected indentation of 4 spaces (indentation)
(#645) Expected indentation of 4 spaces (indentation)
(#646) Expected indentation of 4 spaces (indentation)
(#647) Expected indentation of 4 spaces (indentation)
(#648) Expected indentation of 4 spaces (indentation)
(#649) Expected indentation of 4 spaces (indentation)
(#650) Expected indentation of 4 spaces (indentation)
(#651) Expected indentation of 4 spaces (indentation)
(#655) Expected indentation of 4 spaces (indentation)
(#656) Expected indentation of 4 spaces (indentation)
(#657) Expected indentation of 4 spaces (indentation)
(#658) Expected indentation of 4 spaces (indentation)
(#659) Expected indentation of 4 spaces (indentation)
(#660) Expected indentation of 4 spaces (indentation)
(#661) Expected indentation of 4 spaces (indentation)
(#662) Expected indentation of 4 spaces (indentation)
(#663) Expected indentation of 4 spaces (indentation)
(#664) Expected indentation of 4 spaces (indentation)
(#665) Expected indentation of 4 spaces (indentation)
(#666) Expected indentation of 4 spaces (indentation)
(#667) Expected indentation of 4 spaces (indentation)
(#668) Expected indentation of 4 spaces (indentation)
(#669) Expected indentation of 4 spaces (indentation)
(#670) Expected indentation of 4 spaces (indentation)
(#671) Expected indentation of 4 spaces (indentation)
(#672) Expected indentation of 4 spaces (indentation)
(#673) Expected indentation of 4 spaces (indentation)
(#674) Expected indentation of 4 spaces (indentation)
(#675) Expected indentation of 4 spaces (indentation)
(#676) Expected indentation of 4 spaces (indentation)
(#677) Expected indentation of 4 spaces (indentation)
(#681) Expected indentation of 4 spaces (indentation)
(#682) Expected indentation of 4 spaces (indentation)
(#686) Expected indentation of 4 spaces (indentation)
(#689) Expected indentation of 4 spaces (indentation)
(#690) Expected indentation of 4 spaces (indentation)
(#694) Expected indentation of 4 spaces (indentation)
(#695) Expected indentation of 4 spaces (indentation)
(#696) Expected indentation of 4 spaces (indentation)
(#697) Expected indentation of 4 spaces (indentation)
(#698) Expected indentation of 4 spaces (indentation)
(#702) Expected indentation of 4 spaces (indentation)
(#706) Expected indentation of 4 spaces (indentation)
(#710) Expected indentation of 4 spaces (indentation)
(#711) Expected indentation of 4 spaces (indentation)
(#715) Expected indentation of 4 spaces (indentation)
(#716) Expected indentation of 4 spaces (indentation)
(#717) Expected indentation of 4 spaces (indentation)
(#721) Expected indentation of 4 spaces (indentation)
(#722) Expected indentation of 4 spaces (indentation)
(#725) Expected indentation of 4 spaces (indentation)
(#726) Expected indentation of 4 spaces (indentation)
(#731) Expected indentation of 4 spaces (indentation)
(#732) Expected indentation of 4 spaces (indentation)
(#733) Expected indentation of 4 spaces (indentation)
(#734) Expected indentation of 4 spaces (indentation)
(#735) Expected indentation of 4 spaces (indentation)
(#736) Expected indentation of 4 spaces (indentation)
(#739) Expected indentation of 4 spaces (indentation)
(#740) Expected indentation of 4 spaces (indentation)
(#745) Expected indentation of 4 spaces (indentation)
(#746) Expected indentation of 4 spaces (indentation)
(#747) Expected indentation of 4 spaces (indentation)
(#748) Expected indentation of 4 spaces (indentation)
(#749) Expected indentation of 4 spaces (indentation)
(#750) Expected indentation of 4 spaces (indentation)
(#754) Expected indentation of 4 spaces (indentation)
(#758) Expected indentation of 4 spaces (indentation)
(#755) Expected indentation of 4 spaces (indentation)
(#756) Expected indentation of 8 spaces (indentation)
(#757) Expected indentation of 8 spaces (indentation)
(#762) Expected indentation of 4 spaces (indentation)
(#763) Expected indentation of 4 spaces (indentation)
(#764) Expected indentation of 4 spaces (indentation)
(#765) Expected indentation of 4 spaces (indentation)
(#766) Expected indentation of 4 spaces (indentation)
(#770) Expected indentation of 4 spaces (indentation)
(#771) Expected indentation of 4 spaces (indentation)
(#772) Expected indentation of 4 spaces (indentation)
(#773) Expected indentation of 4 spaces (indentation)
(#778) Expected indentation of 4 spaces (indentation)
(#779) Expected indentation of 4 spaces (indentation)
(#780) Expected indentation of 4 spaces (indentation)
(#781) Expected indentation of 4 spaces (indentation)
(#782) Expected indentation of 4 spaces (indentation)
(#783) Expected indentation of 4 spaces (indentation)
(#784) Expected indentation of 4 spaces (indentation)
(#785) Expected indentation of 4 spaces (indentation)
(#786) Expected indentation of 4 spaces (indentation)
(#787) Expected indentation of 4 spaces (indentation)
(#788) Expected indentation of 4 spaces (indentation)
(#789) Expected indentation of 4 spaces (indentation)
(#790) Expected indentation of 4 spaces (indentation)
(#791) Expected indentation of 4 spaces (indentation)
(#796) Expected indentation of 4 spaces (indentation)
(#797) Expected indentation of 4 spaces (indentation)
(#798) Expected indentation of 4 spaces (indentation)
(#799) Expected indentation of 4 spaces (indentation)
(#800) Expected indentation of 4 spaces (indentation)
(#801) Expected indentation of 4 spaces (indentation)
(#802) Expected indentation of 4 spaces (indentation)
(#803) Expected indentation of 4 spaces (indentation)
(#804) Expected indentation of 4 spaces (indentation)
(#808) Expected indentation of 4 spaces (indentation)
(#810) Expected indentation of 4 spaces (indentation)
(#809) Expected indentation of 8 spaces (indentation)
(#813) Expected indentation of 4 spaces (indentation)
(#814) Expected indentation of 4 spaces (indentation)
(#820) Expected indentation of 4 spaces (indentation)
(#821) Expected indentation of 4 spaces (indentation)
(#822) Expected indentation of 4 spaces (indentation)
(#823) Expected indentation of 4 spaces (indentation)
(#824) Expected indentation of 4 spaces (indentation)
(#825) Expected indentation of 4 spaces (indentation)
(#826) Expected indentation of 4 spaces (indentation)
(#827) Expected indentation of 4 spaces (indentation)
(#828) Expected indentation of 4 spaces (indentation)
(#832) Expected indentation of 4 spaces (indentation)
(#834) Expected indentation of 4 spaces (indentation)
(#833) Expected indentation of 8 spaces (indentation)
(#835) Expected indentation of 4 spaces (indentation)
(#837) Expected indentation of 4 spaces (indentation)
(#836) Expected indentation of 8 spaces (indentation)
(#838) Expected indentation of 4 spaces (indentation)
(#840) Expected indentation of 4 spaces (indentation)
(#839) Expected indentation of 8 spaces (indentation)
(#845) Expected indentation of 4 spaces (indentation)
(#846) Expected indentation of 4 spaces (indentation)
(#847) Expected indentation of 4 spaces (indentation)
(#848) Expected indentation of 4 spaces (indentation)
(#849) Expected indentation of 4 spaces (indentation)
(#850) Expected indentation of 4 spaces (indentation)
(#851) Expected indentation of 4 spaces (indentation)
(#852) Expected indentation of 4 spaces (indentation)
(#853) Expected indentation of 4 spaces (indentation)
(#854) Expected indentation of 4 spaces (indentation)
(#858) Expected indentation of 4 spaces (indentation)
(#862) Expected indentation of 4 spaces (indentation)
(#863) Expected indentation of 4 spaces (indentation)
(#864) Expected indentation of 4 spaces (indentation)
(#865) Expected indentation of 4 spaces (indentation)
(#869) Expected indentation of 4 spaces (indentation)
(#874) Expected indentation of 4 spaces (indentation)
(#870) Expected indentation of 8 spaces (indentation)
(#871) Expected indentation of 8 spaces (indentation)
(#872) Expected indentation of 8 spaces (indentation)
(#873) Expected indentation of 8 spaces (indentation)
(#879) Expected indentation of 4 spaces (indentation)
(#880) Expected indentation of 4 spaces (indentation)
(#881) Expected indentation of 4 spaces (indentation)
(#882) Expected indentation of 4 spaces (indentation)
(#883) Expected indentation of 4 spaces (indentation)
(#884) Expected indentation of 4 spaces (indentation)
(#885) Expected indentation of 4 spaces (indentation)
(#886) Expected indentation of 4 spaces (indentation)
(#887) Expected indentation of 4 spaces (indentation)
(#888) Expected indentation of 4 spaces (indentation)
(#889) Expected indentation of 4 spaces (indentation)
(#890) Expected indentation of 4 spaces (indentation)
(#894) Expected indentation of 4 spaces (indentation)
(#897) Expected indentation of 4 spaces (indentation)
(#895) Expected indentation of 4 spaces (indentation)
(#896) Expected indentation of 8 spaces (indentation)
(#904) Expected indentation of 4 spaces (indentation)
(#910) Expected indentation of 4 spaces (indentation)
(#911) Expected indentation of 4 spaces (indentation)
(#912) Expected indentation of 4 spaces (indentation)
(#913) Expected indentation of 4 spaces (indentation)
(#914) Expected indentation of 4 spaces (indentation)
(#915) Expected indentation of 4 spaces (indentation)
(#916) Expected indentation of 4 spaces (indentation)
(#917) Expected indentation of 4 spaces (indentation)
(#921) Expected indentation of 4 spaces (indentation)
(#925) Expected indentation of 4 spaces (indentation)
(#929) Expected indentation of 4 spaces (indentation)
(#930) Expected indentation of 4 spaces (indentation)
(#931) Expected indentation of 4 spaces (indentation)
(#935) Expected indentation of 4 spaces (indentation)
(#937) Expected indentation of 4 spaces (indentation)
(#936) Expected indentation of 8 spaces (indentation)
(#941) Expected indentation of 4 spaces (indentation)
(#942) Expected indentation of 4 spaces (indentation)
(#943) Expected indentation of 4 spaces (indentation)
(#944) Expected indentation of 4 spaces (indentation)
(#948) Expected indentation of 4 spaces (indentation)
(#950) Expected indentation of 4 spaces (indentation)
(#949) Expected indentation of 8 spaces (indentation)
(#954) Expected indentation of 4 spaces (indentation)
(#956) Expected indentation of 4 spaces (indentation)
(#955) Expected indentation of 8 spaces (indentation)
(#960) Expected indentation of 4 spaces (indentation)
(#961) Expected indentation of 4 spaces (indentation)
(#962) Expected indentation of 4 spaces (indentation)
(#963) Expected indentation of 4 spaces (indentation)
(#967) Expected indentation of 4 spaces (indentation)
(#968) Expected indentation of 4 spaces (indentation)
(#969) Expected indentation of 4 spaces (indentation)
(#970) Expected indentation of 4 spaces (indentation)
(#971) Expected indentation of 4 spaces (indentation)
(#976) Expected indentation of 4 spaces (indentation)
(#977) Expected indentation of 4 spaces (indentation)
(#978) Expected indentation of 4 spaces (indentation)
(#981) Expected indentation of 4 spaces (indentation)
(#982) Expected indentation of 4 spaces (indentation)
(#983) Expected indentation of 4 spaces (indentation)
(#987) Expected indentation of 4 spaces (indentation)
(#988) Expected indentation of 4 spaces (indentation)
(#992) Expected indentation of 4 spaces (indentation)
(#993) Expected indentation of 4 spaces (indentation)
(#994) Expected indentation of 4 spaces (indentation)
(#995) Expected indentation of 4 spaces (indentation)
(#996) Expected indentation of 4 spaces (indentation)
(#997) Expected indentation of 4 spaces (indentation)
(#998) Expected indentation of 4 spaces (indentation)
(#1002) Expected indentation of 4 spaces (indentation)
(#1003) Expected indentation of 4 spaces (indentation)
(#1007) Expected indentation of 4 spaces (indentation)
(#1010) Expected indentation of 4 spaces (indentation)
(#1013) Expected indentation of 4 spaces (indentation)
(#1017) Expected indentation of 4 spaces (indentation)
(#1018) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(91 errors, 0 warnings)

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

public/mod/readaloud/admintab.php
(#152) Found comment starting with three or more slashes
public/mod/readaloud/backup/moodle2/backup_readaloud_activity_task.class.php
(#19) Inline phpdocs tag {@link backup_readaloud_activity_task} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
public/mod/readaloud/backup/moodle2/backup_readaloud_stepslib.php
(#47) Found comment starting with three or more slashes
(#49) Found comment starting with three or more slashes
(#19) Inline phpdocs tag {@link backup_readaloud_activity_task} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
public/mod/readaloud/backup/moodle2/restore_readaloud_activity_task.class.php
(#86) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#88) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#104) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#106) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
public/mod/readaloud/backup/moodle2/restore_readaloud_stepslib.php
(#41) Found comment starting with three or more slashes
(#43) Found comment starting with three or more slashes
(#59) Found comment starting with three or more slashes
(#61) Found comment starting with three or more slashes
public/mod/readaloud/classes/event/attempt_submitted.php
(#52) Phpdocs for function attempt_submitted::create_from_attempt has incomplete parameters list
public/mod/readaloud/classes/form/alternatives.php
(#5) Found comment starting with three or more slashes
(#23) Found comment starting with three or more slashes
public/mod/readaloud/classes/form/guidedtranscriptionform.php
(#19) Found comment starting with three or more slashes
(#37) Found comment starting with three or more slashes
public/mod/readaloud/classes/local/rsquestion/baseform.php
(#5) Found comment starting with three or more slashes
(#23) Found comment starting with three or more slashes
(#168) Phpdocs for function baseform::add_textarearesponse has incomplete parameters list
(#187) Phpdocs for function baseform::add_textboxresponse has incomplete parameters list
(#206) Phpdocs for function baseform::add_correctanswer has incomplete parameters list
(#223) Phpdocs for function baseform::construction_override has incomplete parameters list
public/mod/readaloud/classes/mobile_auth.php
(#95) Phpdocs for function mobile_auth::has_valid_token has incomplete parameters list
public/mod/readaloud/classes/output/modelaudio_renderer.php
(#56) Phpdocs for function modelaudio_renderer::render_modelaudio_player_from_url has incomplete parameters list
(#66) Phpdocs for function modelaudio_renderer::show_recorder has incomplete parameters list
public/mod/readaloud/classes/output/renderer.php
(#19) Phpdocs for function renderer::header has incomplete parameters list
(#362) Phpdocs for function renderer::reattemptbutton has incomplete parameters list
(#375) Phpdocs for function renderer::jump_tomenubutton has incomplete parameters list
(#424) Phpdocs for function renderer::show_machineregradeallbutton has incomplete parameters list
(#438) Phpdocs for function renderer::show_pushcorpusdetails has incomplete parameters list
(#454) Phpdocs for function renderer::show_pushalltogradebook has incomplete parameters list
(#479) Phpdocs for function renderer::show_all_mistranscriptions has incomplete parameters list
(#617) Phpdocs for function renderer::show_currenterrorestimate has incomplete parameters list
(#634) Phpdocs for function renderer::show_admintab_heading has incomplete parameters list
(#648) Phpdocs for function renderer::show_instructions has incomplete parameters list
(#662) Phpdocs for function renderer::show_previewinstructions has incomplete parameters list
(#676) Phpdocs for function renderer::show_landrinstructions has incomplete parameters list
(#704) Phpdocs for function renderer::show_intro has incomplete parameters list
(#718) Phpdocs for function renderer::show_passage_postattempt has incomplete parameters list
(#745) Phpdocs for function renderer::show_passage has incomplete parameters list
(#758) Phpdocs for function renderer::show_progress has incomplete parameters list
(#779) Phpdocs for function renderer::show_feedback has incomplete parameters list
(#791) Phpdocs for function renderer::show_feedback_postattempt has incomplete parameters list
(#805) Phpdocs for function renderer::show_error has incomplete parameters list
(#818) Phpdocs for function renderer::show_recorder has incomplete parameters list
(#1027) Phpdocs for function renderer::show_problembox has incomplete parameters list
(#1227) Phpdocs for function renderer::fetch_passage_forprint has incomplete parameters list
public/mod/readaloud/classes/output/rsquestion_renderer.php
(#35) Phpdocs for function rsquestion_renderer::add_edit_page_links has incomplete parameters list
(#62) Phpdocs for function rsquestion_renderer::show_items_list has incomplete parameters list
public/mod/readaloud/classes/setupform.php
(#5) Found comment starting with three or more slashes
(#23) Found comment starting with three or more slashes
public/mod/readaloud/classes/utils.php
(#1265) Found comment starting with three or more slashes
(#1554) Found comment starting with three or more slashes
(#1573) Phpdocs for function utils::fetch_next_activity has incomplete parameters list
public/mod/readaloud/developer.php
(#63) Found comment starting with three or more slashes
public/mod/readaloud/grading.php
(#127) Found comment starting with three or more slashes
public/mod/readaloud/index.php
(#29) Found comment starting with three or more slashes
public/mod/readaloud/lib.php
(#37) Found comment starting with three or more slashes
(#39) Found comment starting with three or more slashes
(#196) Found comment starting with three or more slashes
(#902) Found comment starting with three or more slashes
(#904) Found comment starting with three or more slashes
(#949) Found comment starting with three or more slashes
(#951) Found comment starting with three or more slashes
(#1035) Found comment starting with three or more slashes
(#1037) Found comment starting with three or more slashes
(#90) Phpdocs for function readaloud_reset_course_form_definition has incomplete parameters list
(#140) Phpdocs for function readaloud_reset_gradebook has incomplete parameters list
(#516) Phpdocs for function readaloud_dotask has incomplete parameters list
(#564) Phpdocs for function readaloud_add_instance has incomplete parameters list
(#649) Phpdocs for function readaloud_update_instance has incomplete parameters list
(#794) Phpdocs for function readaloud_user_outline has incomplete parameters list
(#826) Phpdocs for function readaloud_print_recent_activity has incomplete parameters list
(#858) Phpdocs for function readaloud_print_recent_mod_activity has incomplete parameters list
(#914) Phpdocs for function readaloud_scale_used has incomplete parameters list
(#934) Phpdocs for function readaloud_scale_used_anywhere has incomplete parameters list
(#1044) Phpdocs for function readaloud_extend_navigation has incomplete parameters list
(#1059) Phpdocs for function readaloud_extend_settings_navigation has incomplete parameters list
(#843) Inline phpdocs tag {@link readaloud_print_recent_mod_activity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#957) Inline phpdocs tag {@link file_browser::get_file_info_context_module()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1059) Inline phpdocs tag {@link settings_navigation} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1060) Inline phpdocs tag {@link navigation_node} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
public/mod/readaloud/manageattempts.php
(#77) Found comment starting with three or more slashes
(#94) Found comment starting with three or more slashes
public/mod/readaloud/modelaudio.php
(#162) Found comment starting with three or more slashes
public/mod/readaloud/push.php
(#148) Found comment starting with three or more slashes
public/mod/readaloud/reports.php
(#85) Found comment starting with three or more slashes
public/mod/readaloud/rsquestion/managersquestions.php
(#93) Found comment starting with three or more slashes
public/mod/readaloud/tabs.php
(#32) Found comment starting with three or more slashes

Update savepoints problems

(1 errors, 1 warnings)

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

public/mod/readaloud/db/upgrade.php
Detected fewer 'if' blocks (35) than 'savepoint' calls (40). Repeated savepoints?
version 2021090300 has wrong savepoint call with version 2021093000

Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 31 warnings)

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

public/mod/readaloud/templates/audioplayer.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 3: Bad value “” for attribute “src” on element “audio”: Must be non-empty. (ont'> <audio id='_mod_readaloud_hiddenaudioplayer' src='' class="mod_readaloud_hiddenaudioplayer nomediaplugin nopoodll" crossorigin="anonymous"></audi)
(#1) HTML Validation info, line 16: Possible misuse of “aria-label”. (If you disagree with this warning, file an issue report or send e-mail to www-validator@w3.org.) (/div> <div class="mod_readaloud_audioplayer_time" aria-label="audio time">00:00<)
(#1) ESLint did not run
public/mod/readaloud/templates/bigbuttonmenu.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/fetchcbpage.mustache
(#1) Example context missing (@template section not found.)
(#1) ESLint did not run
public/mod/readaloud/templates/listenandrepeat.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 8: CSS: “height”: Too many values or values are not recognized. ( <div id="ttrec_container_" tabindex="0" class="mod_readaloud_ttrec_waveButtonContainer" style="display: none; height: px; margin-bottom:10px"> )
(#1) HTML Validation error, line 6: The value of the “for” attribute of the “label” element must be the ID of a non-hidden form control. (e="false"><label for="shadow">&nbsp;)
public/mod/readaloud/templates/managecreds.mustache
(#1) Example context missing (@template section not found.)
(#1) ESLint did not run
public/mod/readaloud/templates/manybuttonsmenu.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/mobile_contact_siteadmin.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/mobile_no_iframe_embedding.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Attribute “core-link” not allowed on element “a” at this point. (dding" in <a href="/admin/settings.php?section=httpsecurity" core-link>Site A)
public/mod/readaloud/templates/mobile_view_page.mustache
(#1) HTML Validation error, line 9: Bad value “100%” for attribute “width” on element “iframe”: Expected a digit but saw “%” instead. (te;"> <iframe width="100%" height="100%" src="http://example.com/mod/readaloud/view.php?id=3&user_id=2&secret=your_secret_token&embed=2" frameborder="0" allow="microphone; camera" allowfullscreen="allowfullscreen"> <)
(#1) HTML Validation error, line 9: Bad value “100%” for attribute “height” on element “iframe”: Expected a digit but saw “%” instead. (te;"> <iframe width="100%" height="100%" src="http://example.com/mod/readaloud/view.php?id=3&user_id=2&secret=your_secret_token&embed=2" frameborder="0" allow="microphone; camera" allowfullscreen="allowfullscreen"> <)
(#1) HTML Validation error, line 9: The “frameborder” attribute on the “iframe” element is obsolete. Use CSS instead. (te;"> <iframe width="100%" height="100%" src="http://example.com/mod/readaloud/view.php?id=3&user_id=2&secret=your_secret_token&embed=2" frameborder="0" allow="microphone; camera" allowfullscreen="allowfullscreen"> <)
public/mod/readaloud/templates/modalcontainer.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/modalcontent.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/multichoicetextcontent.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
public/mod/readaloud/templates/openclosedates.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/quiz.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/reportsmenu.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/smallreport.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/smallreportcards.mustache
(#1) Example context missing (@template section not found.)
(#1) Template produced no content
public/mod/readaloud/templates/smallreportheading.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/smallreportplayer.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/smallreportrating.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/smallreportstars.mustache
(#1) Example context missing (@template section not found.)
public/mod/readaloud/templates/textutils.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation info, line 17: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (ud))</div><br/> )
(#1) HTML Validation error, line 18: Stray end tag “input”. (daloud))"></input> )
(#1) HTML Validation info, line 25: Trailing slash on void elements has no effect and interacts badly with unquoted attribute values. (ud))</div><br/> )
(#1) ESLint did not run
public/mod/readaloud/templates/ttrecorder.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: CSS: “height”: Too many values or values are not recognized. (ad><body><div id="ttrec_container_" tabindex="0" class="mod_readaloud_ttrec_waveButtonContainer" style="display: none; height: px; margin-bottom:10px"> )

Gherkin .feature problems

(0 errors, 0 warnings)

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