Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(750 errors, 626 warnings)

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

mod/englishcentral/accountlookup.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) 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 "// make sure we are logged in and can see this form" but found "//make sure we are logged in and can see this form"
(#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 "// set up the page object" but found "//set up the page object"
(#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 "// get EC class" but found "//get EC class"
mod/englishcentral/backup/moodle2/backup_englishcentral_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Expected 1 space before "="; 0 found
mod/englishcentral/backup/moodle2/backup_englishcentral_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#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
(#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) 72 slashes comments are not allowed; use "// Comment." instead
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) 72 slashes comments are not allowed; use "// Comment." instead
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) 72 slashes comments are not allowed; use "// Comment." instead
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) 72 slashes comments are not allowed; use "// Comment." instead
(#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
(#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
(#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
(#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
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) 72 slashes comments are not allowed; use "// Comment." instead
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) 72 slashes comments are not allowed; use "// Comment." instead
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) 72 slashes comments are not allowed; use "// Comment." instead
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) 72 slashes comments are not allowed; use "// Comment." instead
(#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
(#112) Expected 1 space before "==="; 0 found
(#112) Expected 1 space after "==="; 0 found
(#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 there is no partner id in config, try to fetch it via CloudPoodll Token" but found "//if there is no partner id in config, try to fetch it via CloudPoodll Token"
(#116) Expected "if (...) {\n"; found "if(...){\n"
(#119) Expected "if (...) {\n"; found "if(...){\n"
(#121) Expected "if (...) {\n"; found "if(...){\n"
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) 72 slashes comments are not allowed; use "// Comment." instead
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) 72 slashes comments are not allowed; use "// Comment." instead
(#166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) 72 slashes comments are not allowed; use "// Comment." instead
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) 72 slashes comments are not allowed; use "// Comment." instead
(#172) 72 slashes comments are not allowed; use "// Comment." instead
(#174) 72 slashes comments are not allowed; use "// Comment." instead
(#187) Variable "excluded_fieldnames" must not contain underscores.
(#187) Expected 1 space before opening brace; found 3
(#190) Variable "excluded_fieldnames" must not contain underscores.
(#211) This comment is 70% valid code; is this commented out code?
(#211) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#219) Closing brace must be on a line by itself
(#220) Closing brace must be on a line by itself
mod/englishcentral/backup/moodle2/restore_englishcentral_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#26) 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
mod/englishcentral/backup/moodle2/restore_englishcentral_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#23) Whitespace found at end of line
(#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
(#40) 72 slashes comments are not allowed; use "// Comment." instead
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) 72 slashes comments are not allowed; use "// Comment." instead
(#48) Expected 1 space before "="; 0 found
(#50) 72 slashes comments are not allowed; use "// Comment." instead
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) 72 slashes comments are not allowed; use "// Comment." instead
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#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) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) 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
(#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
(#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
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Whitespace found at end of line
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#125) Expected 1 space before "==="; 0 found
(#125) Expected 1 space after "==="; 0 found
(#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
(#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 there is no partner id in config, try to fetch it via CloudPoodll Token" but found "//if there is no partner id in config, try to fetch it via CloudPoodll Token"
(#130) Expected "if (...) {\n"; found "if(...){\n"
(#133) Expected "if (...) {\n"; found "if(...){\n"
(#135) Expected "if (...) {\n"; found "if(...){\n"
(#149) Expected 1 space before "=="; 0 found
(#149) Expected 1 space after "=="; 0 found
(#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
(#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
(#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
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#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
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#199) Whitespace found at end of line
(#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
(#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
(#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
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#221) Whitespace found at end of line
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
mod/englishcentral/classes/activity.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#47) Visibility must be declared on method "__construct"
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) 80 slashes comments are not allowed; use "// Comment." instead
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) 80 slashes comments are not allowed; use "// Comment." instead
(#129) 80 slashes comments are not allowed; use "// Comment." instead
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) 80 slashes comments are not allowed; use "// Comment." instead
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) 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) This comment is 60% valid code; is this commented out code?
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) 80 slashes comments are not allowed; use "// Comment." instead
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) 80 slashes comments are not allowed; use "// Comment." instead
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) 80 slashes comments are not allowed; use "// Comment." instead
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) 80 slashes comments are not allowed; use "// Comment." instead
(#218) Expected 1 space before "=="; 0 found
(#218) Expected 1 space after "=="; 0 found
(#218) Expected 1 space before "=="; 0 found
(#218) Expected 1 space after "=="; 0 found
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) Empty IF statement detected
(#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
(#318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#325) Inline comments must start with a capital letter, digit or 3-dots sequence
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#335) Inline comments must start with a capital letter, digit or 3-dots sequence
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Inline comments must start with a capital letter, digit or 3-dots sequence
(#339) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Line indented incorrectly; expected at least 12 spaces, found 11
(#350) Line indented incorrectly; expected at least 12 spaces, found 11
(#353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#366) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#368) Inline comments must start with a capital letter, digit or 3-dots sequence
(#376) Inline comments must start with a capital letter, digit or 3-dots sequence
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#379) Inline comments must start with a capital letter, digit or 3-dots sequence
(#379) Inline comments must end in full-stops, exclamation marks, or question marks
(#386) Inline comments must start with a capital letter, digit or 3-dots sequence
(#386) Inline comments must end in full-stops, exclamation marks, or question marks
(#389) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
mod/englishcentral/classes/auth.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#45) Member variable "jwt_token" must not contain underscores.
(#46) Member variable "sdk_token" must not contain underscores.
(#47) 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
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Visibility must be declared on method "__construct"
(#123) Expected 1 space before "==="; 0 found
(#123) Expected 1 space after "==="; 0 found
(#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 end in full-stops, exclamation marks, or question marks
(#144) Expected 1 space before "==="; 0 found
(#144) Expected 1 space after "==="; 0 found
(#151) Empty ELSE statement detected
(#152) 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) This comment is 54% valid code; is this commented out code?
(#160) Expected 1 space before "==="; 0 found
(#160) Expected 1 space after "==="; 0 found
(#170) Variable "sdk_token" must not contain underscores.
(#171) Variable "sdk_token" must not contain underscores.
(#175) Expected 1 space before "==="; 0 found
(#175) Expected 1 space after "==="; 0 found
(#176) Variable "jwt_token" must not contain underscores.
(#187) Variable "jwt_token" must not contain underscores.
(#215) Expected 1 space before "==="; 0 found
(#215) Expected 1 space after "==="; 0 found
(#216) Variable "sdk_token" must not contain underscores.
(#218) Variable "sdk_token" must not contain underscores.
(#229) Variable "isTeacher" must be all lower-case
(#231) Variable "isTeacher" must be all lower-case
(#239) Variable "isTeacher" must be all lower-case
(#265) Variable "sdk_token" must not contain underscores.
(#266) Variable "sdk_token" must not contain underscores.
(#267) Variable "sdk_token" must not contain underscores.
(#274) Public method name "auth::doGet" must be in lower-case letters only
(#280) Public method name "auth::doPost" must be in lower-case letters only
(#286) Public method name "auth::doCurl" must be in lower-case letters only
(#286) Variable "json_decode" must not contain underscores.
(#289) This comment is 60% valid code; is this commented out code?
(#290) This comment is 60% valid code; is this commented out code?
(#290) Expected 1 space before comment text but found 23; use block comment if you need indentation
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) This comment is 60% valid code; is this commented out code?
(#291) Expected 1 space before comment text but found 23; use block comment if you need indentation
(#310) Variable "json_decode" must not contain underscores.
(#318) Expected 1 space before "=="; 0 found
(#318) Expected 1 space after "=="; 0 found
(#318) Expected 1 space before "=="; 0 found
(#318) Expected 1 space after "=="; 0 found
(#321) Expected 1 space before "=="; 0 found
(#321) Expected 1 space after "=="; 0 found
(#321) Expected 1 space before "=="; 0 found
(#321) Expected 1 space after "=="; 0 found
(#349) Inline comments must start with a capital letter, digit or 3-dots sequence
(#359) Whitespace found at end of line
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Whitespace found at end of line
(#379) Inline comments must start with a capital letter, digit or 3-dots sequence
(#379) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) Expected 1 space before "=="; 0 found
(#408) Expected 1 space after "=="; 0 found
(#408) Expected 1 space before "=="; 0 found
(#408) Expected 1 space after "=="; 0 found
(#420) Variable "sdk_token" must not contain underscores.
(#421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#423) Variable "sdk_token" must not contain underscores.
(#424) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Variable "sdk_token" must not contain underscores.
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#428) Variable "sdk_token" must not contain underscores.
(#430) Variable "sdk_token" must not contain underscores.
(#430) Expected 1 space before "==="; 0 found
(#430) Expected 1 space after "==="; 0 found
(#431) Inline comments must end in full-stops, exclamation marks, or question marks
(#432) Variable "sdk_token" must not contain underscores.
(#434) Inline comments must start with a capital letter, digit or 3-dots sequence
(#434) Inline comments must end in full-stops, exclamation marks, or question marks
(#435) Variable "sdk_token" must not contain underscores.
mod/englishcentral/classes/cloudpoodllauth.php
(#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) No space found before comment text; expected "// constants" but found "//constants"
(#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
(#45) 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"
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) 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"
(#58) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#59) 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"
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) No space found before comment text; expected "// this is our helper" but found "//this is our helper"
(#71) 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"
(#72) 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"
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) No space found before comment text; expected "// "refresh token" links" but found "//"refresh token" links"
(#77) 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"
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) No space found before comment text; expected "// refresh token" but found "//refresh token"
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) 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"
(#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 "// 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"
(#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 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"
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) 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."
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) 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."
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) No space found before comment text; expected "// Is app authorised" but found "//Is app authorised"
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) No space found before comment text; expected "// We need a Poodll token to get the EC creds" but found "//We need a Poodll token to get the EC creds"
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) 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"
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Expected "} else {\n"; found "}else{\n"
(#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 "// init our token object since we will need to fetch and process it" but found "//init our token object since we will need to fetch and process it"
(#147) Expected 1 space before "="; 0 found
(#147) Expected 1 space after "="; 0 found
(#149) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Variable "token_url" 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) This comment is 50% valid code; is this commented out code?
(#153) No space found before comment text; expected "// $token_url = "https://localhost/moodle/local/cpapi/poodlltoken.php";" but found "//$token_url = "https://localhost/moodle/local/cpapi/poodlltoken.php";"
(#159) Variable "token_response" must not contain underscores.
(#159) Variable "token_url" must not contain underscores.
(#160) Variable "token_response" must not contain underscores.
(#161) Variable "resp_object" must not contain underscores.
(#161) Variable "token_response" must not contain underscores.
(#162) Variable "resp_object" must not contain underscores.
(#162) Variable "resp_object" must not contain underscores.
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) 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"
(#164) Variable "resp_object" must not contain underscores.
(#165) Variable "resp_object" must not contain underscores.
(#165) Variable "resp_object" must not contain underscores.
(#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 "// we refresh one hour out, to prevent any overlap" but found "//we refresh one hour out, to prevent any overlap"
(#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 "// cache the token" but found "//cache the token"
(#174) Variable "resp_object" must not contain underscores.
(#180) Variable "resp_object" must not contain underscores.
(#181) Variable "resp_object" must not contain underscores.
(#183) Variable "resp_object" must not contain underscores.
(#184) Variable "resp_object" must not contain underscores.
(#186) Variable "resp_object" must not contain underscores.
(#187) Variable "resp_object" must not contain underscores.
(#189) Variable "resp_object" must not contain underscores.
(#190) Variable "resp_object" must not contain underscores.
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) No space found before comment text; expected "// its no good." but found "//its no good."
(#199) Empty IF statement detected
(#199) Variable "resp_object" must not contain underscores.
(#199) Variable "resp_object" must not contain underscores.
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) No space found before comment text; expected "// ERROR = $resp_object->error" but found "//ERROR = $resp_object->error"
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) No space found before comment text; expected "// its no good" but found "//its no good"
(#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 "// return whatever we ended up with" but found "//return whatever we ended up with"
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) No space found before comment text; expected "// check token and tokenobject(from cache)" but found "//check token and tokenobject(from cache)"
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) 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"
(#213) Expected 1 space before opening brace; found 0
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) No space found before comment text; expected "// check token authenticated" but found "//check token authenticated"
(#217) Expected "if (...) {\n"; found "if(...) {\n"
(#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 "// 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]"
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) 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]"
(#238) 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
(#250) Commas (,) must be followed by white space.
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) 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."
(#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
(#259) No space found before comment text; expected "// extract a custom property from the token" but found "//extract a custom property from the token"
(#260) Expected 1 space before opening brace; found 0
(#261) Expected "if (...) {\n"; found "if(...){\n"
(#264) Expected "if (...) {\n"; found "if(...){\n"
(#267) Expected "if (...) {\n"; found "if(...){\n"
(#269) Expected "} else {\n"; found "}else{\n"
mod/englishcentral/classes/jwt/BeforeValidException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/englishcentral/classes/jwt/ExpiredException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/englishcentral/classes/jwt/JWT.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#41) Member variable "supported_algs" must not contain underscores.
(#70) Variable "allowed_algs" must not contain underscores.
(#71) Opening brace should be on the same line as the declaration
(#94) Variable "supported_algs" must not contain underscores.
(#97) Variable "allowed_algs" must not contain underscores.
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Variable "keyId" must be all lower-case
(#158) Opening brace should be on the same line as the declaration
(#160) Variable "keyId" must be all lower-case
(#161) Variable "keyId" must be all lower-case
(#169) Variable "signing_input" must not contain underscores.
(#171) Variable "signing_input" must not contain underscores.
(#190) Opening brace should be on the same line as the declaration
(#191) Variable "supported_algs" must not contain underscores.
(#194) Variable "supported_algs" must not contain underscores.
(#223) Opening brace should be on the same line as the declaration
(#224) Variable "supported_algs" must not contain underscores.
(#228) Variable "supported_algs" must not contain underscores.
(#234) Usage of ELSEIF not allowed; use ELSE IF instead
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Public method name "JWT::jsonDecode" must be in lower-case letters only
(#269) Opening brace should be on the same line as the declaration
(#271) Inline doc block comments are not allowed; use "// Comment." instead
(#277) Inline doc block comments are not allowed; use "// Comment." instead
(#281) Variable "max_int_length" must not contain underscores.
(#282) Variable "json_without_bigints" must not contain underscores.
(#282) Variable "max_int_length" must not contain underscores.
(#283) Variable "json_without_bigints" must not contain underscores.
(#288) Usage of ELSEIF not allowed; use ELSE IF instead
(#303) Public method name "JWT::jsonEncode" must be in lower-case letters only
(#304) Opening brace should be on the same line as the declaration
(#308) Usage of ELSEIF not allowed; use ELSE IF instead
(#321) Public method name "JWT::urlsafeB64Decode" must be in lower-case letters only
(#322) Opening brace should be on the same line as the declaration
(#338) Public method name "JWT::urlsafeB64Encode" must be in lower-case letters only
(#339) Opening brace should be on the same line as the declaration
(#350) Private method name "JWT::handleJsonError" must be in lower-case letters only
(#351) Opening brace should be on the same line as the declaration
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) No space found before comment text; expected "// PHP >= 5.3.3" but found "//PHP >= 5.3.3"
(#373) Private method name "JWT::safeStrlen" must be in lower-case letters only
(#374) Opening brace should be on the same line as the declaration
mod/englishcentral/classes/jwt/SignatureInvalidException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/englishcentral/classes/lookupform.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) 75 slashes comments are not allowed; use "// Comment." instead
(#4) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#7) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#12) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#17) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#20) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) 75 slashes comments are not allowed; use "// Comment." instead
(#34) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#91) No space found before comment text; expected "// add the action buttons" but found "//add the action buttons"
(#95) Possible useless method overriding detected
mod/englishcentral/classes/privacy/provider.php
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) 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"
(#40) Closing brace must be on a line by itself
(#42) Duplicate interface name "mod_englishcentral\privacy\the_user_provider" found; first defined in /var/lib/jenkins/git_repositories/prechecker/mod/englishcentral/classes/privacy/provider.php on line 40
(#42) Closing brace must be on a line by itself
(#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
(#56) No space found before comment text; expected "// user provider 3.4 and above" but found "//user provider 3.4 and above"
(#95) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#123) Space found before semicolon; expected "];" but found "] ;"
(#218) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#221) Expected 1 space after "="; 0 found
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#332) Functions must not contain multiple empty lines in a row; found 2 empty lines
mod/englishcentral/db/access.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#62) Whitespace found at end of line
(#84) Whitespace found at end of line
mod/englishcentral/db/install.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/englishcentral/db/log.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
mod/englishcentral/db/uninstall.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/englishcentral/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) 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
(#82) 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
(#102) 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
(#121) 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
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) 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
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#236) 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
(#271) 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
(#290) 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
(#296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) Inline comments must start with a capital letter, digit or 3-dots sequence
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#308) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) Empty IF statement detected
(#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
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) Expected 1 space before "=="; 0 found
(#328) Expected 1 space after "=="; 0 found
(#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
(#369) Inline comments must start with a capital letter, digit or 3-dots sequence
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#379) 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
(#385) Inline comments must end in full-stops, exclamation marks, or question marks
(#393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Inline comments must start with a capital letter, digit or 3-dots sequence
(#396) Inline comments must end in full-stops, exclamation marks, or question marks
(#399) Inline comments must start with a capital letter, digit or 3-dots sequence
(#399) Inline comments must end in full-stops, exclamation marks, or question marks
(#404) Inline comments must start with a capital letter, digit or 3-dots sequence
(#404) Inline comments must end in full-stops, exclamation marks, or question marks
(#412) "require_once" must be immediately followed by an open parenthesis
(#414) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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 start with a capital letter, digit or 3-dots sequence
(#423) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) Variable "i_min" must not contain underscores.
(#429) Variable "i_min" must not contain underscores.
(#432) Variable "i_max" must not contain underscores.
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#442) Inline comments must end in full-stops, exclamation marks, or question marks
(#443) Variable "i_min" must not contain underscores.
(#444) Inline comments must start with a capital letter, digit or 3-dots sequence
(#444) Inline comments must end in full-stops, exclamation marks, or question marks
(#448) Inline comments must start with a capital letter, digit or 3-dots sequence
(#448) Inline comments must end in full-stops, exclamation marks, or question marks
(#451) Variable "i_max" must not contain underscores.
(#454) Inline comments must start with a capital letter, digit or 3-dots sequence
(#454) Inline comments must end in full-stops, exclamation marks, or question marks
(#455) Variable "i_min" must not contain underscores.
(#463) Inline comments must start with a capital letter, digit or 3-dots sequence
(#463) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#476) Inline comments must start with a capital letter, digit or 3-dots sequence
(#476) Inline comments must end in full-stops, exclamation marks, or question marks
(#479) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#480) Expected 1 space before comment text but found 15; use block comment if you need indentation
(#481) Expected 1 space before comment text but found 14; use block comment if you need indentation
(#482) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#483) Inline comments must end in full-stops, exclamation marks, or question marks
(#483) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#489) Inline comments must start with a capital letter, digit or 3-dots sequence
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#498) Expected 1 space before "==="; 0 found
(#498) Expected 1 space after "==="; 0 found
(#504) Inline comments must start with a capital letter, digit or 3-dots sequence
(#504) Inline comments must end in full-stops, exclamation marks, or question marks
(#507) Inline comments must start with a capital letter, digit or 3-dots sequence
(#507) Inline comments must end in full-stops, exclamation marks, or question marks
(#511) Expected 1 space before "=="; 0 found
(#511) Expected 1 space after "=="; 0 found
(#512) Expected 1 space before "=="; 0 found
(#512) Expected 1 space after "=="; 0 found
(#521) Expected 1 space before "=="; 0 found
(#521) Expected 1 space after "=="; 0 found
(#526) Inline comments must start with a capital letter, digit or 3-dots sequence
(#533) Inline comments must start with a capital letter, digit or 3-dots sequence
(#534) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) Spaces must be used to indent lines; tabs are not allowed
(#546) Tab found within whitespace
(#546) Inline comments must start with a capital letter, digit or 3-dots sequence
(#546) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) Line indented incorrectly; expected at least 8 spaces, found 5
(#547) Spaces must be used to indent lines; tabs are not allowed
(#547) Tab found within whitespace
(#547) Line indented incorrectly; expected at least 8 spaces, found 5
(#548) Spaces must be used to indent lines; tabs are not allowed
(#548) Tab found within whitespace
(#548) Line indented incorrectly; expected at least 8 spaces, found 5
(#550) Inline comments must start with a capital letter, digit or 3-dots sequence
(#553) Inline comments must end in full-stops, exclamation marks, or question marks
(#558) Whitespace found at end of line
(#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
(#579) Inline comments must start with a capital letter, digit or 3-dots sequence
(#579) Inline comments must end in full-stops, exclamation marks, or question marks
(#620) Variable "table_exists" must not contain underscores.
(#626) Variable "table_exists" 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
(#644) Inline comments must start with a capital letter, digit or 3-dots sequence
(#644) Inline comments must end in full-stops, exclamation marks, or question marks
(#647) Expected 1 space before "=="; 0 found
(#647) Expected 1 space after "=="; 0 found
(#659) Inline comments must start with a capital letter, digit or 3-dots sequence
(#660) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#682) Expected 1 space before "=="; 0 found
(#682) Expected 1 space after "=="; 0 found
(#688) Expected 1 space before "=="; 0 found
(#688) Expected 1 space after "=="; 0 found
mod/englishcentral/index.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#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
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
mod/englishcentral/lang/en/englishcentral.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#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
(#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
(#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
(#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
(#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) Expected 1 space after "="; 0 found
(#187) Expected 1 space after "="; 0 found
(#188) Expected 1 space after "="; 0 found
(#190) Expected 1 space after "="; 0 found
(#191) Expected 1 space after "="; 0 found
(#192) Expected 1 space after "="; 0 found
(#195) Expected 1 space after "="; 0 found
(#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 "// tabs" but found "//tabs"
(#198) Expected 1 space after "="; 0 found
(#199) Expected 1 space after "="; 0 found
(#212) Expected 1 space after "="; 0 found
(#213) Expected 1 space after "="; 0 found
(#214) Expected 1 space after "="; 0 found
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) No space found before comment text; expected "// reports" but found "//reports"
(#217) Expected 1 space after "="; 0 found
(#219) Expected 1 space after "="; 0 found
(#220) Expected 1 space after "="; 0 found
(#224) Expected 1 space after "="; 0 found
(#225) Expected 1 space after "="; 0 found
(#227) Expected 1 space after "="; 0 found
(#228) Expected 1 space after "="; 0 found
(#229) Expected 1 space after "="; 0 found
(#230) Expected 1 space after "="; 0 found
(#231) Expected 1 space after "="; 0 found
(#232) Expected 1 space after "="; 0 found
(#233) Expected 1 space after "="; 0 found
(#234) Expected 1 space after "="; 0 found
(#235) Expected 1 space after "="; 0 found
(#236) Expected 1 space after "="; 0 found
(#237) Expected 1 space after "="; 0 found
(#238) Expected 1 space after "="; 0 found
(#239) Expected 1 space after "="; 0 found
(#240) Expected 1 space after "="; 0 found
(#241) Expected 1 space after "="; 0 found
(#242) Expected 1 space after "="; 0 found
(#243) Expected 1 space after "="; 0 found
(#244) Expected 1 space after "="; 0 found
(#245) Expected 1 space after "="; 0 found
(#246) Expected 1 space after "="; 0 found
(#247) Expected 1 space after "="; 0 found
(#248) Expected 1 space after "="; 0 found
(#249) Expected 1 space after "="; 0 found
(#250) Expected 1 space after "="; 0 found
(#251) Expected 1 space after "="; 0 found
(#252) Expected 1 space after "="; 0 found
(#253) Expected 1 space after "="; 0 found
(#254) Expected 1 space after "="; 0 found
(#255) Expected 1 space after "="; 0 found
(#256) Expected 1 space after "="; 0 found
(#257) Expected 1 space after "="; 0 found
(#258) Expected 1 space after "="; 0 found
(#259) Expected 1 space after "="; 0 found
(#264) Expected 1 space after "="; 0 found
(#265) Expected 1 space after "="; 0 found
(#266) Expected 1 space after "="; 0 found
(#267) Expected 1 space after "="; 0 found
(#268) Expected 1 space after "="; 0 found
(#269) Expected 1 space after "="; 0 found
(#270) Expected 1 space after "="; 0 found
(#271) Expected 1 space after "="; 0 found
(#272) Expected 1 space after "="; 0 found
(#273) Expected 1 space after "="; 0 found
(#274) Expected 1 space after "="; 0 found
(#275) Expected 1 space after "="; 0 found
(#276) Expected 1 space after "="; 0 found
(#277) Expected 1 space after "="; 0 found
(#278) Expected 1 space after "="; 0 found
(#279) Expected 1 space after "="; 0 found
(#280) Expected 1 space after "="; 0 found
(#281) Expected 1 space after "="; 0 found
(#282) Expected 1 space after "="; 0 found
(#283) Expected 1 space after "="; 0 found
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) No space found before comment text; expected "// privacy api strings" but found "//privacy api strings"
(#286) Expected 1 space before "="; 0 found
(#286) Expected 1 space after "="; 0 found
(#287) Expected 1 space before "="; 0 found
(#287) Expected 1 space after "="; 0 found
(#288) Expected 1 space before "="; 0 found
(#288) Expected 1 space after "="; 0 found
(#289) Expected 1 space before "="; 0 found
(#289) Expected 1 space after "="; 0 found
(#290) Expected 1 space before "="; 0 found
(#290) Expected 1 space after "="; 0 found
(#291) Expected 1 space before "="; 0 found
(#291) Expected 1 space after "="; 0 found
(#292) Expected 1 space before "="; 0 found
(#292) Expected 1 space after "="; 0 found
(#293) Expected 1 space before "="; 0 found
(#293) Expected 1 space after "="; 0 found
(#294) Expected 1 space before "="; 0 found
(#294) Expected 1 space after "="; 0 found
(#295) Expected 1 space before "="; 0 found
(#295) Expected 1 space after "="; 0 found
(#296) Expected 1 space before "="; 0 found
(#296) Expected 1 space after "="; 0 found
(#297) Expected 1 space before "="; 0 found
(#297) Expected 1 space after "="; 0 found
(#298) Expected 1 space before "="; 0 found
(#298) Expected 1 space after "="; 0 found
(#299) Expected 1 space before "="; 0 found
(#299) Expected 1 space after "="; 0 found
(#300) Expected 1 space before "="; 0 found
(#300) Expected 1 space after "="; 0 found
(#301) Expected 1 space before "="; 0 found
(#301) Expected 1 space after "="; 0 found
(#302) Expected 1 space before "="; 0 found
(#302) Expected 1 space after "="; 0 found
(#303) Expected 1 space before "="; 0 found
(#303) Expected 1 space after "="; 0 found
(#304) Expected 1 space before "="; 0 found
(#304) Expected 1 space after "="; 0 found
(#305) Expected 1 space before "="; 0 found
(#305) Expected 1 space after "="; 0 found
(#306) Expected 1 space before "="; 0 found
(#306) Expected 1 space after "="; 0 found
(#307) Expected 1 space before "="; 0 found
(#307) Expected 1 space after "="; 0 found
(#308) Expected 1 space before "="; 0 found
(#308) Expected 1 space after "="; 0 found
(#309) Expected 1 space before "="; 0 found
(#309) Expected 1 space after "="; 0 found
(#310) Expected 1 space before "="; 0 found
(#310) Expected 1 space after "="; 0 found
(#311) Expected 1 space before "="; 0 found
(#311) Expected 1 space after "="; 0 found
(#319) Inline comments must start with a capital letter, digit or 3-dots sequence
(#319) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) No space found before comment text; expected "// cloud poodll auth related strings" but found "//cloud poodll auth related strings"
(#331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) No space found before comment text; expected "// these errors are displayed on activity page" but found "//these errors are displayed on activity page"
mod/englishcentral/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) 78 slashes comments are not allowed; use "// Comment." instead
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) 78 slashes comments are not allowed; use "// Comment." instead
(#53) Closing brace must be on a line by itself
(#54) Closing brace must be on a line by itself
(#55) Closing brace must be on a line by itself
(#56) Closing brace must be on a line by itself
(#57) Closing brace must be on a line by itself
(#58) Closing brace must be on a line by itself
(#59) Closing brace must be on a line by itself
(#60) Closing brace must be on a line by itself
(#61) Closing brace must be on a line by itself
(#62) Closing brace must be on a line by itself
(#63) Closing brace must be on a line by itself
(#67) 78 slashes comments are not allowed; use "// Comment." instead
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) 78 slashes comments are not allowed; use "// Comment." instead
(#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
(#113) Variable "update_grades" must not contain underscores.
(#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
(#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
(#127) Variable "update_grades" must not contain underscores.
(#132) Variable "update_grades" must not contain underscores.
(#164) 78 slashes comments are not allowed; use "// Comment." instead
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) 78 slashes comments are not allowed; use "// Comment." instead
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) Expected 1 space before "==="; 2 found
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 "// 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"
(#232) Inline comments must start with a capital letter, digit or 3-dots sequence
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) 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"
(#261) Empty IF statement detected
(#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
(#328) Commas (,) must be followed by white space.
(#355) Commas (,) must be followed by white space.
(#386) Inline comments must start with a capital letter, digit or 3-dots sequence
(#386) Inline comments must end in full-stops, exclamation marks, or question marks
(#391) Line exceeds 132 characters; contains 135 characters
(#394) Inline comments must start with a capital letter, digit or 3-dots sequence
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) 3 slashes comments are not allowed; use "// Comment." instead
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#440) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#492) 78 slashes comments are not allowed; use "// Comment." instead
(#494) Inline comments must end in full-stops, exclamation marks, or question marks
(#494) 78 slashes comments are not allowed; use "// Comment." instead
(#510) Inline doc block comments are not allowed; use "// Comment." instead
(#529) Inline doc block comments are not allowed; use "// Comment." instead
(#537) 78 slashes comments are not allowed; use "// Comment." instead
(#539) Inline comments must end in full-stops, exclamation marks, or question marks
(#539) 78 slashes comments are not allowed; use "// Comment." instead
(#603) 78 slashes comments are not allowed; use "// Comment." instead
(#605) Inline comments must end in full-stops, exclamation marks, or question marks
(#605) 78 slashes comments are not allowed; use "// Comment." instead
(#645) Inline comments must start with a capital letter, digit or 3-dots sequence
(#645) Inline comments must end in full-stops, exclamation marks, or question marks
(#648) Inline comments must start with a capital letter, digit or 3-dots sequence
(#648) Inline comments must end in full-stops, exclamation marks, or question marks
(#652) Inline comments must start with a capital letter, digit or 3-dots sequence
(#652) Inline comments must end in full-stops, exclamation marks, or question marks
(#660) Variable "grade_item" must not contain underscores.
(#661) Variable "grade_item" must not contain underscores.
(#667) Variable "grade_item" must not contain underscores.
(#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
(#676) Inline comments must start with a capital letter, digit or 3-dots sequence
(#677) Inline comments must end in full-stops, exclamation marks, or question marks
(#678) Expected 1 space before "=="; 0 found
(#678) Expected 1 space after "=="; 0 found
(#689) Inline comments must start with a capital letter, digit or 3-dots sequence
(#689) Inline comments must end in full-stops, exclamation marks, or question marks
(#695) Inline comments must start with a capital letter, digit or 3-dots sequence
(#698) Spaces must be used to indent lines; tabs are not allowed
(#698) Tab found within whitespace
(#698) Line indented incorrectly; expected at least 24 spaces, found 6
(#699) Spaces must be used to indent lines; tabs are not allowed
(#699) Tab found within whitespace
(#699) Line indented incorrectly; expected at least 24 spaces, found 6
(#700) Spaces must be used to indent lines; tabs are not allowed
(#700) Tab found within whitespace
(#700) Line indented incorrectly; expected at least 24 spaces, found 6
(#701) Spaces must be used to indent lines; tabs are not allowed
(#701) Tab found within whitespace
(#701) Line indented incorrectly; expected at least 24 spaces, found 6
(#704) Inline comments must start with a capital letter, digit or 3-dots sequence
(#709) Inline comments must start with a capital letter, digit or 3-dots sequence
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#710) Expected 1 space before "=="; 0 found
(#710) Expected 1 space after "=="; 0 found
(#710) Expected 1 space before "=="; 0 found
(#710) Expected 1 space after "=="; 0 found
(#713) Expected 1 space before "=="; 0 found
(#713) Expected 1 space after "=="; 0 found
mod/englishcentral/mod_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#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 "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Expected 1 space before "=>"; 0 found
(#67) Expected 1 space after "=>"; 0 found
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) No space found before comment text; expected "// -----------------------------------------------------------------------------" but 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) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#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 "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#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 "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#162) Variable "adv_name" must not contain underscores.
(#163) Variable "adv_name" must not contain underscores.
(#164) Variable "adv_name" must not contain underscores.
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#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
(#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
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
mod/englishcentral/refreshtoken.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/englishcentral/renderer.php
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#78) Expected 1 space before "=>"; 0 found
(#78) Expected 1 space after "=>"; 0 found
(#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
(#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
(#167) Expected 1 space before "=="; 0 found
(#167) Expected 1 space after "=="; 0 found
(#190) Line exceeds 132 characters; contains 134 characters
(#193) Line exceeds 132 characters; contains 138 characters
(#196) Expected 1 space before "=="; 0 found
(#196) Expected 1 space after "=="; 0 found
(#197) Line exceeds 132 characters; contains 139 characters
(#198) Line exceeds 132 characters; contains 138 characters
(#209) Expected 1 space before "=="; 0 found
(#209) Expected 1 space after "=="; 0 found
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Expected 1 space before ":"; 0 found
(#233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) 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
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
(#374) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) Expected 1 space before "=="; 0 found
(#387) Expected 1 space after "=="; 0 found
(#406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#411) Inline comments must start with a capital letter, digit or 3-dots sequence
(#411) Inline comments must end in full-stops, exclamation marks, or question marks
(#414) Inline comments must start with a capital letter, digit or 3-dots sequence
(#414) Inline comments must end in full-stops, exclamation marks, or question marks
(#420) Inline comments must start with a capital letter, digit or 3-dots sequence
(#420) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Inline comments must start with a capital letter, digit or 3-dots sequence
(#423) Inline comments must end in full-stops, exclamation marks, or question marks
(#432) Closing brace must be on a line by itself
(#433) Closing brace must be on a line by itself
(#461) Inline comments must start with a capital letter, digit or 3-dots sequence
(#461) Inline comments must end in full-stops, exclamation marks, or question marks
(#462) Variable "connection_available" must not contain underscores.
(#465) Inline comments must start with a capital letter, digit or 3-dots sequence
(#465) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#476) Inline comments must start with a capital letter, digit or 3-dots sequence
(#476) Inline comments must end in full-stops, exclamation marks, or question marks
(#480) Inline comments must start with a capital letter, digit or 3-dots sequence
(#480) Inline comments must end in full-stops, exclamation marks, or question marks
(#492) Variable "connection_available" must not contain underscores.
(#498) Spaces must be used to indent lines; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected 8 spaces, found 2
(#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) This comment is 55% valid code; is this commented out code?
(#500) No space found before comment text; expected "// $output .= $this->show_addvideo_icon();" but found "//$output .= $this->show_addvideo_icon();"
(#501) Closing brace indented incorrectly; expected 2 spaces, found 8
(#503) Variable "connection_available" must not contain underscores.
(#503) Expected 1 space before "=="; 0 found
(#503) Expected 1 space after "=="; 0 found
(#515) Closing brace must be on a line by itself
(#516) Closing brace must be on a line by itself
(#517) Closing brace must be on a line by itself
(#521) Inline comments must start with a capital letter, digit or 3-dots sequence
(#521) Inline comments must end in full-stops, exclamation marks, or question marks
(#522) Expected 1 space before "=="; 0 found
(#522) Expected 1 space after "=="; 0 found
(#550) Inline comments must start with a capital letter, digit or 3-dots sequence
(#550) Inline comments must end in full-stops, exclamation marks, or question marks
(#550) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#557) Inline comments must start with a capital letter, digit or 3-dots sequence
(#557) Inline comments must end in full-stops, exclamation marks, or question marks
(#563) Inline comments must start with a capital letter, digit or 3-dots sequence
(#563) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#577) Inline comments must start with a capital letter, digit or 3-dots sequence
(#577) Inline comments must end in full-stops, exclamation marks, or question marks
(#583) Inline comments must start with a capital letter, digit or 3-dots sequence
(#584) Inline comments must end in full-stops, exclamation marks, or question marks
(#596) Variable "image_url" must not contain underscores.
(#596) Inline comments must end in full-stops, exclamation marks, or question marks
(#598) Variable "image_url" must not contain underscores.
(#598) Inline comments must end in full-stops, exclamation marks, or question marks
(#600) Variable "image_url" must not contain underscores.
(#600) Variable "image_url" must not contain underscores.
(#601) Variable "image_url" must not contain underscores.
(#614) Spaces must be used to indent lines; tabs are not allowed
(#614) Tab found within whitespace
(#614) Inline comments must start with a capital letter, digit or 3-dots sequence
(#614) Inline comments must end in full-stops, exclamation marks, or question marks
(#614) Line indented incorrectly; expected at least 8 spaces, found 2
(#615) Spaces must be used to indent lines; tabs are not allowed
(#615) Tab found within whitespace
(#615) Line indented incorrectly; expected 8 spaces, found 2
(#616) Spaces must be used to indent lines; tabs are not allowed
(#616) Tab found within whitespace
(#616) Line indented incorrectly; expected at least 12 spaces, found 3
(#617) Spaces must be used to indent lines; tabs are not allowed
(#617) Tab found within whitespace
(#617) Line indented incorrectly; expected at least 12 spaces, found 3
(#618) Spaces must be used to indent lines; tabs are not allowed
(#618) Tab found within whitespace
(#618) Line indented incorrectly; expected 8 spaces, found 2
(#619) Spaces must be used to indent lines; tabs are not allowed
(#619) Tab found within whitespace
(#619) Line indented incorrectly; expected at least 12 spaces, found 3
(#620) Spaces must be used to indent lines; tabs are not allowed
(#620) Tab found within whitespace
(#620) Line indented incorrectly; expected at least 12 spaces, found 3
(#621) Spaces must be used to indent lines; tabs are not allowed
(#621) Tab found within whitespace
(#621) Line indented incorrectly; expected 8 spaces, found 2
(#623) Inline comments must start with a capital letter, digit or 3-dots sequence
(#623) Inline comments must end in full-stops, exclamation marks, or question marks
(#637) Spaces must be used to indent lines; tabs are not allowed
(#637) Tab found within whitespace
(#637) Line indented incorrectly; expected 8 spaces, found 2
(#638) Spaces must be used to indent lines; tabs are not allowed
(#638) Tab found within whitespace
(#638) Line indented incorrectly; expected at least 12 spaces, found 3
(#639) Spaces must be used to indent lines; tabs are not allowed
(#639) Tab found within whitespace
(#639) Line indented incorrectly; expected at least 12 spaces, found 3
(#640) Closing brace indented incorrectly; expected 2 spaces, found 8
(#648) Expected 1 space before "=="; 0 found
(#648) Expected 1 space after "=="; 0 found
(#648) Expected 1 space before "=="; 0 found
(#648) Expected 1 space after "=="; 0 found
(#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
(#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
(#691) Inline comments must start with a capital letter, digit or 3-dots sequence
(#691) Inline comments must end in full-stops, exclamation marks, or question marks
(#691) This comment is 67% valid code; is this commented out code?
(#716) Expected 1 space before "=="; 0 found
(#716) Expected 1 space after "=="; 0 found
(#724) Expected 1 space before "=="; 0 found
(#724) Expected 1 space after "=="; 0 found
(#738) Spaces must be used to indent lines; tabs are not allowed
(#738) Tab found within whitespace
(#738) Line indented incorrectly; expected 8 spaces, found 2
(#739) Spaces must be used to indent lines; tabs are not allowed
(#739) Tab found within whitespace
(#739) Line indented incorrectly; expected at least 12 spaces, found 3
(#740) Spaces must be used to indent lines; tabs are not allowed
(#740) Tab found within whitespace
(#740) Line indented incorrectly; expected 8 spaces, found 2
(#749) Expected 1 space before "=="; 0 found
(#749) Expected 1 space after "=="; 0 found
(#752) Expected 1 space before "=="; 0 found
(#752) Expected 1 space after "=="; 0 found
(#786) Closing brace must be on a line by itself
(#787) Closing brace must be on a line by itself
(#788) Closing brace must be on a line by itself
(#813) Inline comments must start with a capital letter, digit or 3-dots sequence
(#813) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#824) Expected 1 space before "=="; 0 found
(#824) Expected 1 space after "=="; 0 found
(#829) Expected 1 space before "=="; 0 found
(#829) Expected 1 space after "=="; 0 found
(#837) Expected 1 space before "=="; 0 found
(#837) Expected 1 space after "=="; 0 found
(#842) Expected 1 space before "=="; 0 found
(#842) Expected 1 space after "=="; 0 found
(#843) Expected 1 space before "=="; 0 found
(#843) Expected 1 space after "=="; 0 found
(#843) Expected 1 space before "=="; 0 found
(#843) Expected 1 space after "=="; 0 found
(#850) Inline comments must start with a capital letter, digit or 3-dots sequence
(#850) Inline comments must end in full-stops, exclamation marks, or question marks
(#856) global $OUTPUT cannot be used in renderers. Use $this->output.
(#858) Expected 1 space before "=="; 0 found
(#858) Expected 1 space after "=="; 0 found
(#861) Inline comments must start with a capital letter, digit or 3-dots sequence
(#861) Inline comments must end in full-stops, exclamation marks, or question marks
(#865) Expected 1 space before "=="; 0 found
(#865) Expected 1 space after "=="; 0 found
(#869) Expected 1 space before "=="; 0 found
(#869) Expected 1 space after "=="; 0 found
(#873) Expected 1 space before "=="; 0 found
(#873) Expected 1 space after "=="; 0 found
(#874) Expected 1 space before "=="; 0 found
(#874) Expected 1 space after "=="; 0 found
(#890) Expected 1 space before "=="; 0 found
(#890) Expected 1 space after "=="; 0 found
(#900) global $OUTPUT cannot be used in renderers. Use $this->output.
(#910) Spaces must be used to indent lines; tabs are not allowed
(#910) Tab found within whitespace
(#910) Line indented incorrectly; expected 8 spaces, found 2
(#912) Inline comments must start with a capital letter, digit or 3-dots sequence
(#912) Inline comments must end in full-stops, exclamation marks, or question marks
(#916) Inline comments must start with a capital letter, digit or 3-dots sequence
(#917) Inline comments must end in full-stops, exclamation marks, or question marks
(#917) This comment is 50% valid code; is this commented out code?
(#920) Inline comments must start with a capital letter, digit or 3-dots sequence
(#921) This comment is 60% valid code; is this commented out code?
(#921) No space found before comment text; expected "// $output .= $this->show_search_topics('topics', $size);" but found "//$output .= $this->show_search_topics('topics', $size);"
(#922) This comment is 59% valid code; is this commented out code?
(#922) No space found before comment text; expected "// $output .= $this->show_search_duration('duration');" but found "//$output .= $this->show_search_duration('duration');"
(#923) Inline comments must end in full-stops, exclamation marks, or question marks
(#923) This comment is 60% valid code; is this commented out code?
(#923) No space found before comment text; expected "// $output .= $this->show_search_copyright('copyright', $size);" but found "//$output .= $this->show_search_copyright('copyright', $size);"
(#926) Inline comments must start with a capital letter, digit or 3-dots sequence
(#926) Inline comments must end in full-stops, exclamation marks, or question marks
(#930) Inline comments must start with a capital letter, digit or 3-dots sequence
(#930) Inline comments must end in full-stops, exclamation marks, or question marks
(#933) Inline comments must start with a capital letter, digit or 3-dots sequence
(#933) Inline comments must end in full-stops, exclamation marks, or question marks
(#936) Inline comments must start with a capital letter, digit or 3-dots sequence
(#936) Inline comments must end in full-stops, exclamation marks, or question marks
(#938) Closing brace indented incorrectly; expected 2 spaces, found 8
(#974) Expected 1 space before "="; 0 found
(#974) Expected 1 space after "="; 0 found
(#974) Expected 1 space before "<="; 0 found
(#974) Expected 1 space after "<="; 0 found
(#995) Expected 1 space before "="; 0 found
(#995) Expected 1 space after "="; 0 found
(#995) Expected 1 space before "<="; 0 found
(#995) Expected 1 space after "<="; 0 found
mod/englishcentral/report.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) 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
(#40) Usage of ELSEIF not allowed; use ELSE IF instead
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) 3 slashes comments are not allowed; use "// Comment." instead
mod/englishcentral/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#49) This comment is 50% valid code; is this commented out code?
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) This comment is 60% valid code; is this commented out code?
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) This comment is 64% valid code; is this commented out code?
(#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) This comment is 64% valid code; is this commented out code?
(#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) This comment is 64% valid code; is this commented out code?
(#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) This comment is 64% valid code; is this commented out code?
(#83) Expected 1 space before "==="; 0 found
(#83) Expected 1 space after "==="; 0 found
mod/englishcentral/support.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#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
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) 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
(#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
mod/englishcentral/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
mod/englishcentral/view.ajax.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#26) Inline doc block comments are not allowed; use "// Comment." instead
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) 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
(#34) 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
(#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
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Expected 1 space before "=="; 0 found
(#54) Expected 1 space after "=="; 0 found
(#54) Expected 1 space before "=="; 0 found
(#54) Expected 1 space after "=="; 0 found
(#54) Expected 1 space before "=="; 0 found
(#54) Expected 1 space after "=="; 0 found
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 4 spaces, found 1
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected at least 4 spaces, found 1
(#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
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Empty IF statement detected
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#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
(#139) 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
(#148) Expected 1 space before "=="; 0 found
(#148) Expected 1 space after "=="; 0 found
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Commas (,) must be followed by white space.
mod/englishcentral/view.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) 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
(#39) Usage of ELSEIF not allowed; use ELSE IF instead
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) No space found before comment text; expected "// if we got this far, we can consider the activity "viewed"" but found "//if we got this far, we can consider the activity "viewed""
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) 3 slashes comments are not allowed; use "// Comment." instead
(#81) 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
(#104) This comment is 75% valid code; is this commented out code?
(#104) No space found before comment text; expected "// echo $renderer->show_dates_available();" but found "//echo $renderer->show_dates_available();"
(#107) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(0 errors, 194 warnings)

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

mod/englishcentral/amd/src/form.js
(#35) Missing space before opening brace. (space-before-blocks)
(#40) Multiple spaces found before '// 1 min per w...'. (no-multi-spaces)
(#41) Multiple spaces found before '// 1 min per l...'. (no-multi-spaces)
mod/englishcentral/amd/src/html.js
(#34) Comments should not begin with a lowercase character (capitalized-comments)
(#127) ["selected"] is better written in dot notation. (dot-notation)
mod/englishcentral/amd/src/report.js
(#30) Comments should not begin with a lowercase character (capitalized-comments)
(#33) Comments should not begin with a lowercase character (capitalized-comments)
(#36) Comments should not begin with a lowercase character (capitalized-comments)
(#38) Multiple spaces found before '"component"'. (no-multi-spaces)
(#39) Multiple spaces found before '"component"'. (no-multi-spaces)
(#40) Multiple spaces found before '"component"'. (no-multi-spaces)
(#41) Multiple spaces found before '"component"'. (no-multi-spaces)
(#52) Missing space before opening brace. (space-before-blocks)
mod/englishcentral/amd/src/view.js
(#30) Comments should not begin with a lowercase character (capitalized-comments)
(#33) Comments should not begin with a lowercase character (capitalized-comments)
(#34) Multiple spaces found before '='. (no-multi-spaces)
(#36) Multiple spaces found before '='. (no-multi-spaces)
(#38) Comments should not begin with a lowercase character (capitalized-comments)
(#44) Comments should not begin with a lowercase character (capitalized-comments)
(#47) Comments should not begin with a lowercase character (capitalized-comments)
(#49) Multiple spaces found before '"component"'. (no-multi-spaces)
(#50) Multiple spaces found before '"component"'. (no-multi-spaces)
(#51) Multiple spaces found before '"component"'. (no-multi-spaces)
(#53) Multiple spaces found before '"component"'. (no-multi-spaces)
(#54) Multiple spaces found before '"component"'. (no-multi-spaces)
(#55) Multiple spaces found before '"component"'. (no-multi-spaces)
(#56) Multiple spaces found before '"component"'. (no-multi-spaces)
(#57) Multiple spaces found before '"component"'. (no-multi-spaces)
(#58) Multiple spaces found before '"component"'. (no-multi-spaces)
(#59) Multiple spaces found before '"component"'. (no-multi-spaces)
(#60) Multiple spaces found before '"component"'. (no-multi-spaces)
(#61) Multiple spaces found before '"component"'. (no-multi-spaces)
(#62) Multiple spaces found before '"component"'. (no-multi-spaces)
(#63) Multiple spaces found before '"component"'. (no-multi-spaces)
(#64) Multiple spaces found before '"component"'. (no-multi-spaces)
(#65) Multiple spaces found before '"component"'. (no-multi-spaces)
(#66) Multiple spaces found before '"component"'. (no-multi-spaces)
(#67) Multiple spaces found before '"component"'. (no-multi-spaces)
(#68) Multiple spaces found before '"component"'. (no-multi-spaces)
(#101) Comments should not begin with a lowercase character (capitalized-comments)
(#106) Extra space after key 'id'. (key-spacing)
(#108) Extra space after key 'sesskey'. (key-spacing)
(#110) Missing space before opening brace. (space-before-blocks)
(#118) Comments should not begin with a lowercase character (capitalized-comments)
(#120) Missing space before opening brace. (space-before-blocks)
(#121) Comments should not begin with a lowercase character (capitalized-comments)
(#122) Infix operators must be spaced. (space-infix-ops)
(#123) Comments should not begin with a lowercase character (capitalized-comments)
(#126) Comments should not begin with a lowercase character (capitalized-comments)
(#129) Infix operators must be spaced. (space-infix-ops)
(#152) Comments should not begin with a lowercase character (capitalized-comments)
(#174) Comments should not begin with a lowercase character (capitalized-comments)
(#182) Comments should not begin with a lowercase character (capitalized-comments)
(#183) Expected space or tab after '//' in comment. (spaced-comment)
(#184) Expected space or tab after '//' in comment. (spaced-comment)
(#188) Unexpected confirm. (no-alert)
(#206) Comments should not begin with a lowercase character (capitalized-comments)
(#215) Comments should not begin with a lowercase character (capitalized-comments)
(#216) Missing space before opening brace. (space-before-blocks)
(#218) Comments should not begin with a lowercase character (capitalized-comments)
(#222) Unnecessary escape character: \s. (no-useless-escape)
(#222) Unnecessary escape character: \s. (no-useless-escape)
(#225) Requires a space after '{'. (block-spacing)
(#225) Statement inside of curly braces should be on next line. (brace-style)
(#225) Requires a space before '}'. (block-spacing)
(#225) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#236) Comments should not begin with a lowercase character (capitalized-comments)
(#237) Missing space before opening brace. (space-before-blocks)
(#238) Infix operators must be spaced. (space-infix-ops)
(#247) Identifier 'play_video' is not in camel case. (camelcase)
(#249) Comments should not begin with a lowercase character (capitalized-comments)
(#251) Missing space before opening brace. (space-before-blocks)
(#253) Comments should not begin with a lowercase character (capitalized-comments)
(#256) Comments should not begin with a lowercase character (capitalized-comments)
(#264) Expected to return a value at the end of function. (consistent-return)
(#291) Comments should not begin with a lowercase character (capitalized-comments)
(#310) Expected to return a value at the end of function. (consistent-return)
(#310) Missing space before opening brace. (space-before-blocks)
(#337) Expected space or tab after '//' in comment. (spaced-comment)
(#338) Missing space before opening brace. (space-before-blocks)
(#349) Comments should not begin with a lowercase character (capitalized-comments)
(#380) Infix operators must be spaced. (space-infix-ops)
(#382) Comments should not begin with a lowercase character (capitalized-comments)
(#390) Infix operators must be spaced. (space-infix-ops)
(#402) Comments should not begin with a lowercase character (capitalized-comments)
(#406) Comments should not begin with a lowercase character (capitalized-comments)
(#417) Comments should not begin with a lowercase character (capitalized-comments)
(#422) Identifier 'clear_player_and_searchresults' is not in camel case. (camelcase)
(#427) Identifier 'fetch_videos' is not in camel case. (camelcase)
(#453) Identifier 'search_videos' is not in camel case. (camelcase)
(#481) Identifier 'set_search_params' is not in camel case. (camelcase)
(#500) Identifier 'format_results' is not in camel case. (camelcase)
(#500) Expected to return a value at the end of function. (consistent-return)
(#503) Comments should not begin with a lowercase character (capitalized-comments)
(#508) Comments should not begin with a lowercase character (capitalized-comments)
(#511) Comments should not begin with a lowercase character (capitalized-comments)
(#514) Comments should not begin with a lowercase character (capitalized-comments)
(#516) 'i' used outside of binding context. (block-scoped-var)
(#516) 'i' used outside of binding context. (block-scoped-var)
(#516) 'i' used outside of binding context. (block-scoped-var)
(#517) Comments should not begin with a lowercase character (capitalized-comments)
(#518) 'id' used outside of binding context. (block-scoped-var)
(#518) 'i' used outside of binding context. (block-scoped-var)
(#519) 'id' used outside of binding context. (block-scoped-var)
(#520) 'i' used outside of binding context. (block-scoped-var)
(#524) Comments should not begin with a lowercase character (capitalized-comments)
(#527) Comments should not begin with a lowercase character (capitalized-comments)
(#530) Comments should not begin with a lowercase character (capitalized-comments)
(#535) Comments should not begin with a lowercase character (capitalized-comments)
(#536) 'i' is already defined. (no-redeclare)
(#536) 'i' used outside of binding context. (block-scoped-var)
(#536) 'i' used outside of binding context. (block-scoped-var)
(#536) 'i' used outside of binding context. (block-scoped-var)
(#537) 'i' used outside of binding context. (block-scoped-var)
(#546) 'id' is already defined. (no-redeclare)
(#546) 'id' used outside of binding context. (block-scoped-var)
(#547) 'id' used outside of binding context. (block-scoped-var)
(#548) 'id' used outside of binding context. (block-scoped-var)
(#551) 'id' used outside of binding context. (block-scoped-var)
(#554) 'id' used outside of binding context. (block-scoped-var)
(#560) Comments should not begin with a lowercase character (capitalized-comments)
(#561) Missing space before opening brace. (space-before-blocks)
(#567) Identifier 'get_videoids' is not in camel case. (camelcase)
(#575) Identifier 'get_videoid' is not in camel case. (camelcase)
(#580) Identifier 'get_videoid_from_url' is not in camel case. (camelcase)
(#581) Comments should not begin with a lowercase character (capitalized-comments)
(#585) Identifier 'get_videoid_from_id' is not in camel case. (camelcase)
(#586) Comments should not begin with a lowercase character (capitalized-comments)
(#590) Identifier 'open_window' is not in camel case. (camelcase)
(#611) Identifier 'p_min' is not in camel case. (camelcase)
(#612) Identifier 'p_max' is not in camel case. (camelcase)
(#614) Identifier 'p_min' is not in camel case. (camelcase)
(#616) Identifier 'p_min' is not in camel case. (camelcase)
(#620) Infix operators must be spaced. (space-infix-ops)
(#620) Identifier 'p_min' is not in camel case. (camelcase)
(#620) Infix operators must be spaced. (space-infix-ops)
(#620) Identifier 'p_max' is not in camel case. (camelcase)
(#622) Infix operators must be spaced. (space-infix-ops)
(#625) Infix operators must be spaced. (space-infix-ops)
(#627) Identifier 'p_max' is not in camel case. (camelcase)
(#628) Identifier 'p_max' is not in camel case. (camelcase)
(#642) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#642) Infix operators must be spaced. (space-infix-ops)
(#645) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#645) Infix operators must be spaced. (space-infix-ops)
(#653) Identifier 'add_video' is not in camel case. (camelcase)
(#674) Comments should not begin with a lowercase character (capitalized-comments)
(#683) Expected space or tab after '//' in comment. (spaced-comment)
(#684) Expected space or tab after '//' in comment. (spaced-comment)
(#685) Expected space or tab after '//' in comment. (spaced-comment)
(#686) Expected space or tab after '//' in comment. (spaced-comment)
(#687) Expected space or tab after '//' in comment. (spaced-comment)
(#688) Expected space or tab after '//' in comment. (spaced-comment)
(#689) Expected space or tab after '//' in comment. (spaced-comment)
(#690) Expected space or tab after '//' in comment. (spaced-comment)
(#691) Expected space or tab after '//' in comment. (spaced-comment)
(#692) Expected space or tab after '//' in comment. (spaced-comment)
(#693) Expected space or tab after '//' in comment. (spaced-comment)
(#694) Expected space or tab after '//' in comment. (spaced-comment)
(#695) Expected space or tab after '//' in comment. (spaced-comment)
(#696) Expected space or tab after '//' in comment. (spaced-comment)
(#697) Expected space or tab after '//' in comment. (spaced-comment)
(#698) Expected space or tab after '//' in comment. (spaced-comment)
(#699) Expected space or tab after '//' in comment. (spaced-comment)
(#700) Expected space or tab after '//' in comment. (spaced-comment)
(#701) Expected space or tab after '//' in comment. (spaced-comment)
(#702) Expected space or tab after '//' in comment. (spaced-comment)
(#704) Identifier 'format_result' is not in camel case. (camelcase)
(#710) Multiple spaces found before 'break'. (no-multi-spaces)
(#712) Multiple spaces found before 'break'. (no-multi-spaces)
(#724) Identifier 'format_add' is not in camel case. (camelcase)
(#736) Identifier 'format_thumb' is not in camel case. (camelcase)
(#756) Identifier 'format_info' is not in camel case. (camelcase)
(#778) Identifier 'format_details' is not in camel case. (camelcase)
(#780) Comments should not begin with a lowercase character (capitalized-comments)
(#780) Expected space or tab after '//' in comment. (spaced-comment)
(#789) Identifier 'format_copyright' is not in camel case. (camelcase)
(#796) Identifier 'format_goalstopics' is not in camel case. (camelcase)
(#799) 'i' used outside of binding context. (block-scoped-var)
(#799) 'i' used outside of binding context. (block-scoped-var)
(#799) 'i' used outside of binding context. (block-scoped-var)
(#800) 'i' used outside of binding context. (block-scoped-var)
(#804) 'i' is already defined. (no-redeclare)
(#804) 'i' used outside of binding context. (block-scoped-var)
(#804) 'i' used outside of binding context. (block-scoped-var)
(#804) 'i' used outside of binding context. (block-scoped-var)
(#805) 'i' used outside of binding context. (block-scoped-var)
(#818) Identifier 'format_description' is not in camel case. (camelcase)
(#825) Identifier 'format_transcript' is not in camel case. (camelcase)
(#834) Identifier 'format_detail' is not in camel case. (camelcase)
(#846) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#848) Unexpected space after unary operator '!'. (space-unary-ops)
(#849) Multiple spaces found before 'return'. (no-multi-spaces)
(#849) Comments should not begin with a lowercase character (capitalized-comments)

CSS problems

(425 errors, 29 warnings)

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

mod/englishcentral/styles.css
(#421) Invalid value for `vertical-align` (csstree/validator)
(#153) Expected newline before "}" (block-closing-brace-newline-before)
(#154) Expected newline before "}" (block-closing-brace-newline-before)
(#155) Expected newline before "}" (block-closing-brace-newline-before)
(#156) Expected newline before "}" (block-closing-brace-newline-before)
(#158) Expected newline before "}" (block-closing-brace-newline-before)
(#159) Expected newline before "}" (block-closing-brace-newline-before)
(#160) Expected newline before "}" (block-closing-brace-newline-before)
(#161) Expected newline before "}" (block-closing-brace-newline-before)
(#173) Expected newline before "}" (block-closing-brace-newline-before)
(#174) Expected newline before "}" (block-closing-brace-newline-before)
(#175) Expected newline before "}" (block-closing-brace-newline-before)
(#176) Expected newline before "}" (block-closing-brace-newline-before)
(#178) Expected newline before "}" (block-closing-brace-newline-before)
(#179) Expected newline before "}" (block-closing-brace-newline-before)
(#180) Expected newline before "}" (block-closing-brace-newline-before)
(#181) Expected newline before "}" (block-closing-brace-newline-before)
(#195) Expected newline before "}" (block-closing-brace-newline-before)
(#196) Expected newline before "}" (block-closing-brace-newline-before)
(#197) Expected newline before "}" (block-closing-brace-newline-before)
(#198) Expected newline before "}" (block-closing-brace-newline-before)
(#206) Expected newline before "}" (block-closing-brace-newline-before)
(#207) Expected newline before "}" (block-closing-brace-newline-before)
(#226) Expected newline before "}" (block-closing-brace-newline-before)
(#227) Expected newline before "}" (block-closing-brace-newline-before)
(#514) Unexpected empty block (block-no-empty)
(#153) Expected newline after "{" (block-opening-brace-newline-after)
(#154) Expected newline after "{" (block-opening-brace-newline-after)
(#155) Expected newline after "{" (block-opening-brace-newline-after)
(#156) Expected newline after "{" (block-opening-brace-newline-after)
(#158) Expected newline after "{" (block-opening-brace-newline-after)
(#159) Expected newline after "{" (block-opening-brace-newline-after)
(#160) Expected newline after "{" (block-opening-brace-newline-after)
(#161) Expected newline after "{" (block-opening-brace-newline-after)
(#173) Expected newline after "{" (block-opening-brace-newline-after)
(#174) Expected newline after "{" (block-opening-brace-newline-after)
(#175) Expected newline after "{" (block-opening-brace-newline-after)
(#176) Expected newline after "{" (block-opening-brace-newline-after)
(#178) Expected newline after "{" (block-opening-brace-newline-after)
(#179) Expected newline after "{" (block-opening-brace-newline-after)
(#180) Expected newline after "{" (block-opening-brace-newline-after)
(#181) Expected newline after "{" (block-opening-brace-newline-after)
(#195) Expected newline after "{" (block-opening-brace-newline-after)
(#196) Expected newline after "{" (block-opening-brace-newline-after)
(#197) Expected newline after "{" (block-opening-brace-newline-after)
(#198) Expected newline after "{" (block-opening-brace-newline-after)
(#206) Expected newline after "{" (block-opening-brace-newline-after)
(#207) Expected newline after "{" (block-opening-brace-newline-after)
(#226) Expected newline after "{" (block-opening-brace-newline-after)
(#227) Expected newline after "{" (block-opening-brace-newline-after)
(#350) Expected single space before "{" (block-opening-brace-space-before)
(#644) Expected "#FFF" to be "#fff" (color-hex-case)
(#153) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#158) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#173) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#178) Expected "#aaaaaa" to be "#aaa" (color-hex-length)
(#684) Expected "#000000" to be "#000" (color-hex-length)
(#685) Expected "#000000" to be "#000" (color-hex-length)
(#73) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#246) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#351) Expected newline after ":" with a multi-line declaration (declaration-colon-newline-after)
(#16) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#21) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#26) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#31) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#37) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#38) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#39) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#40) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#45) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#50) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#52) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#53) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#54) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#58) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#59) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#60) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#64) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#70) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#71) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#75) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#76) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#77) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#78) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#83) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#84) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#85) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#89) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#90) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#91) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#95) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#96) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#97) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#102) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#103) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#104) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#108) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#109) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#110) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#114) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#118) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#124) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#125) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#129) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#130) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#131) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#132) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#133) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#164) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#165) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#166) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#167) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#169) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#184) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#186) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#187) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#188) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#191) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#192) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#204) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#211) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#214) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#217) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#220) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#221) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#231) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#232) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#233) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#234) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#235) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#236) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#237) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#241) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#242) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#251) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#252) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#253) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#254) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#255) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#256) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#257) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#258) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#259) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#260) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#264) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#270) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#274) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#275) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#279) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#280) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#284) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#285) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#286) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#287) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#288) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#292) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#296) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#297) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#298) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#303) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#307) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#311) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#312) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#316) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#320) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#322) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#323) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#324) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#325) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#326) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#327) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#328) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#329) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#330) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#331) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#353) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#357) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#358) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#362) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#363) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#367) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#373) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#374) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#375) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#376) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#381) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#382) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#383) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#384) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#388) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#392) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#396) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#397) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#398) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#409) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#410) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#411) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#412) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#414) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#418) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#419) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#420) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#425) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#426) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#430) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#436) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#437) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#438) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#439) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#445) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#446) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#447) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#448) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#454) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#455) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#456) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#457) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#458) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#459) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#481) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#482) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#483) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#484) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#488) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#489) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#490) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#494) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#495) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#496) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#501) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#505) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#506) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#507) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#519) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#520) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#534) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#535) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#536) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#537) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#538) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#542) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#543) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#550) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#551) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#552) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#553) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#554) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#561) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#562) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#563) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#573) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#574) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#575) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#576) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#577) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#578) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#579) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#580) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#581) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#582) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#583) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#584) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#585) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#589) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#590) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#593) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#594) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#597) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#598) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#602) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#603) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#604) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#605) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#606) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#607) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#608) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#610) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#614) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#615) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#616) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#617) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#618) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#619) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#620) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#624) 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)
(#629) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#630) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#631) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#635) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#636) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#641) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#642) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#643) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#644) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#646) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#647) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#648) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#649) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#650) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#651) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#655) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#656) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#657) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#662) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#663) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#664) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#665) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#666) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#675) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#680) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#685) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#703) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#704) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#705) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#706) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#709) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#712) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#713) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#714) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#717) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#724) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#725) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#731) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#734) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#735) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#738) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#745) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#748) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#749) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#755) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#758) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#759) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#767) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#781) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#782) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#786) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#790) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#791) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#797) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#798) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#799) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#800) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#801) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#802) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#803) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#808) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#809) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#810) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#811) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#815) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#816) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#817) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#818) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#822) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#823) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#827) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#828) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#832) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#836) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#837) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#838) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#844) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#845) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#846) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#848) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#849) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#850) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#851) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#855) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#856) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#859) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#860) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#863) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#864) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#868) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#871) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#874) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#879) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#880) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#881) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#882) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#883) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#887) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#888) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#889) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#895) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#899) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#905) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#910) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#911) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#915) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#916) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#917) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#918) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#919) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#923) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#924) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#925) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#519) Unexpected whitespace before ":" (declaration-colon-space-before)
(#670) Unexpected !important (declaration-no-important)
(#73) Expected single space after "," in a single-line function (function-comma-space-after)
(#73) Expected single space after "," in a single-line function (function-comma-space-after)
(#73) Expected single space after "," in a single-line function (function-comma-space-after)
(#74) Expected single space after "," in a single-line function (function-comma-space-after)
(#74) Expected single space after "," in a single-line function (function-comma-space-after)
(#74) Expected single space after "," in a single-line function (function-comma-space-after)
(#246) Expected single space after "," in a single-line function (function-comma-space-after)
(#246) Expected single space after "," in a single-line function (function-comma-space-after)
(#246) Expected single space after "," in a single-line function (function-comma-space-after)
(#247) Expected single space after "," in a single-line function (function-comma-space-after)
(#247) Expected single space after "," in a single-line function (function-comma-space-after)
(#247) Expected single space after "," in a single-line function (function-comma-space-after)
(#351) Expected single space after "," in a single-line function (function-comma-space-after)
(#351) Expected single space after "," in a single-line function (function-comma-space-after)
(#351) Expected single space after "," in a single-line function (function-comma-space-after)
(#352) Expected single space after "," in a single-line function (function-comma-space-after)
(#352) Expected single space after "," in a single-line function (function-comma-space-after)
(#352) Expected single space after "," in a single-line function (function-comma-space-after)
(#74) Expected indentation of 8 spaces (indentation)
(#247) Expected indentation of 8 spaces (indentation)
(#352) Expected indentation of 8 spaces (indentation)
(#524) Expected indentation of 4 spaces (indentation)
(#573) 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)
(#589) Expected indentation of 4 spaces (indentation)
(#593) Expected indentation of 4 spaces (indentation)
(#597) Expected indentation of 4 spaces (indentation)
(#64) Unexpected unit (length-zero-no-unit)
(#89) Unexpected unit (length-zero-no-unit)
(#97) Unexpected unit (length-zero-no-unit)
(#103) Unexpected unit (length-zero-no-unit)
(#104) Unexpected unit (length-zero-no-unit)
(#124) Unexpected unit (length-zero-no-unit)
(#232) Unexpected unit (length-zero-no-unit)
(#235) Unexpected unit (length-zero-no-unit)
(#280) Unexpected unit (length-zero-no-unit)
(#312) Unexpected unit (length-zero-no-unit)
(#481) Unexpected unit (length-zero-no-unit)
(#481) Unexpected unit (length-zero-no-unit)
(#490) Unexpected unit (length-zero-no-unit)
(#496) Unexpected unit (length-zero-no-unit)
(#781) Unexpected unit (length-zero-no-unit)
(#799) Unexpected unit (length-zero-no-unit)
(#800) Unexpected unit (length-zero-no-unit)
(#809) Unexpected unit (length-zero-no-unit)
(#810) Unexpected unit (length-zero-no-unit)
(#845) Unexpected unit (length-zero-no-unit)
(#881) Unexpected unit (length-zero-no-unit)
(#883) Unexpected unit (length-zero-no-unit)

PHPDocs style problems

(224 errors, 35 warnings)

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

mod/englishcentral/accountlookup.php
(#21) Package mod_englishcentral; is not valid
(#2) Empty line found after PHP open tag
mod/englishcentral/backup/moodle2/backup_englishcentral_activity_task.class.php
(#2) Empty line found after PHP open tag
(#19) Inline phpdocs tag {@link backup_englishcentral_activity_task} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
mod/englishcentral/backup/moodle2/backup_englishcentral_stepslib.php
(#2) Empty line found after PHP open tag
(#49) Found comment starting with three or more slashes
(#51) Found comment starting with three or more slashes
(#62) Found comment starting with three or more slashes
(#64) Found comment starting with three or more slashes
(#84) Found comment starting with three or more slashes
(#86) Found comment starting with three or more slashes
(#102) Found comment starting with three or more slashes
(#104) Found comment starting with three or more slashes
(#156) Found comment starting with three or more slashes
(#158) Found comment starting with three or more slashes
(#166) Found comment starting with three or more slashes
(#168) Found comment starting with three or more slashes
(#172) Found comment starting with three or more slashes
(#174) Found comment starting with three or more slashes
(#193) Phpdocs for function backup_englishcentral_activity_structure_step::get_accountids_userids has incomplete parameters list
(#19) Inline phpdocs tag {@link backup_englishcentral_activity_task} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
mod/englishcentral/backup/moodle2/restore_englishcentral_activity_task.class.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class restore_englishcentral_activity_task
(#71) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#73) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#85) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#87) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
mod/englishcentral/backup/moodle2/restore_englishcentral_stepslib.php
(#2) Empty line found after PHP open tag
(#33) Function restore_englishcentral_activity_structure_step::define_structure is not documented
(#69) Function restore_englishcentral_activity_structure_step::process_englishcentral is not documented
(#96) Function restore_englishcentral_activity_structure_step::process_englishcentral_videos is not documented
(#117) Function restore_englishcentral_activity_structure_step::process_englishcentral_accountids is not documented
(#179) Function restore_englishcentral_activity_structure_step::process_englishcentral_attempts is not documented
(#200) Function restore_englishcentral_activity_structure_step::process_englishcentral_phonemes is not documented
(#222) Function restore_englishcentral_activity_structure_step::after_execute is not documented
(#40) Found comment starting with three or more slashes
(#42) Found comment starting with three or more slashes
(#50) Found comment starting with three or more slashes
(#52) Found comment starting with three or more slashes
(#18) No one-line description found in phpdocs for file
mod/englishcentral/classes/activity.php
(#2) Empty line found after PHP open tag
(#121) Function activity::not_available is not documented
(#125) Function activity::not_viewable is not documented
(#133) Function activity::get_report_url is not documented
(#137) Function activity::get_view_url is not documented
(#141) Function activity::get_viewajax_url is not documented
(#145) Function activity::get_videoinfo_url is not documented
(#171) Function activity::url is not documented
(#187) Function activity::get_string is not documented
(#195) Function activity::get_videoids is not documented
(#200) Function activity::get_accountid is not documented
(#205) Function activity::get_accountids is not documented
(#215) Function activity::get_userids is not documented
(#248) Function activity::get_groupmode is not documented
(#258) Function activity::get_progress is not documented
(#278) Function activity::update_progress is not documented
(#417) Function activity::get_attempts_fields is not documented
(#427) Function activity::get_attempts is not documented
(#117) Found comment starting with three or more slashes
(#119) Found comment starting with three or more slashes
(#129) Found comment starting with three or more slashes
(#131) Found comment starting with three or more slashes
(#183) Found comment starting with three or more slashes
(#185) Found comment starting with three or more slashes
(#191) Found comment starting with three or more slashes
(#193) Found comment starting with three or more slashes
(#33) No one-line description found in phpdocs for class activity
(#44) Phpdocs for function activity::__construct has incomplete parameters list
(#108) Phpdocs for function activity::create has incomplete parameters list
mod/englishcentral/classes/auth.php
(#38) Package englishcentral is not valid
(#2) Empty line found after PHP open tag
(#121) Function auth::get_uniqueid is not documented
(#142) Function auth::get_accountid is not documented
(#159) Function auth::get_jwt_token is not documented
(#170) Function auth::set_sdk_token is not documented
(#174) Function auth::get_sdk_token is not documented
(#196) Function auth::get_sdk_version is not documented
(#200) Function auth::get_sdk_mode is not documented
(#208) Function auth::get_header is not documented
(#214) Function auth::get_authorization is not documented
(#227) Function auth::create_accountid is not documented
(#246) Function auth::fetch_accountid is not documented
(#256) Function auth::fetch_dialog_list is not documented
(#265) Function auth::fetch_dialog_progress is not documented
(#274) Function auth::doGet is not documented
(#280) Function auth::doPost is not documented
(#286) Function auth::doCurl is not documented
(#317) Function auth::is_json is not documented
(#327) Function auth::return_value is not documented
(#335) Function auth::get_user_language is not documented
(#346) Function auth::get_site_language is not documented
(#368) Function auth::get_fetch_url is not documented
(#372) Function auth::get_search_url is not documented
(#376) Function auth::get_url is not documented
(#382) Function auth::missing_poodllapi_config is not documented
(#395) Function auth::invalid_poodllapi_config is not documented
(#402) Function auth::missing_config is not documented
(#419) Function auth::invalid_config is not documented
(#44) Variable auth::$ec is not documented
(#45) Variable auth::$jwt_token is not documented
(#46) Variable auth::$sdk_token is not documented
(#47) Variable auth::$authorization is not documented
(#49) Variable auth::$uniqueid is not documented
(#50) Variable auth::$accountid is not documented
(#52) Constant auth::ACCEPT_V1 is not documented
(#53) Constant auth::ACCEPT_V2 is not documented
(#54) Constant auth::ACCEPT_V3 is not documented
(#55) Constant auth::ACCEPT_V4 is not documented
(#57) Constant auth::ACTIVITYTYPE_WATCHING is not documented
(#58) Constant auth::ACTIVITYTYPE_LEARNING is not documented
(#59) Constant auth::ACTIVITYTYPE_SPEAKING is not documented
(#61) Constant auth::SDK_MODE_PRODUCTION is not documented
(#62) Constant auth::SDK_MODE_DEVELOPMENT is not documented
(#33) No one-line description found in phpdocs for class auth
(#64) Phpdocs for function auth::__construct has incomplete parameters list
mod/englishcentral/classes/cloudpoodllauth.php
(#46) Function cloudpoodllauth::is_json is not documented
(#61) Function cloudpoodllauth::curl_fetch is not documented
(#74) Function cloudpoodllauth::fetch_token_for_display is not documented
(#131) Function cloudpoodllauth::fetch_token is not documented
(#213) Function cloudpoodllauth::fetch_token_error is not documented
(#260) Function cloudpoodllauth::fetch_token_customproperty is not documented
(#39) Constant cloudpoodllauth::M_COMPONENT is not documented
(#40) Constant cloudpoodllauth::M_MODNAME is not documented
(#41) Constant cloudpoodllauth::M_URL is not documented
(#42) Constant cloudpoodllauth::M_CLASS is not documented
(#43) Constant cloudpoodllauth::M_PLUGINSETTINGS is not documented
mod/englishcentral/classes/event/report_viewed.php
(#114) Function report_viewed::get_other_mapping is not documented
mod/englishcentral/classes/jwt/BeforeValidException.php
(#4) Package is not specified for class BeforeValidException. It is also not specified in file-level phpdocs
(#2) File-level phpdocs block is not found
(#4) Class BeforeValidException is not documented
mod/englishcentral/classes/jwt/ExpiredException.php
(#4) Package is not specified for class ExpiredException. It is also not specified in file-level phpdocs
(#2) File-level phpdocs block is not found
(#4) Class ExpiredException is not documented
mod/englishcentral/classes/jwt/JWT.php
(#17) Package Authentication_JWT is not valid
(#16) Category Authentication is not valid
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#41) Variable JWT::$supported_algs is not documented
(#10) No one-line description found in phpdocs for class JWT
(#369) Phpdocs for function JWT::safeStrlen has incomplete parameters list
(#26) Phpdocs for variable JWT::$leeway does not contain @var or incorrect
(#33) Phpdocs for variable JWT::$timestamp does not contain @var or incorrect
mod/englishcentral/classes/jwt/SignatureInvalidException.php
(#4) Package is not specified for class SignatureInvalidException. It is also not specified in file-level phpdocs
(#2) File-level phpdocs block is not found
(#4) Class SignatureInvalidException is not documented
mod/englishcentral/classes/lookupform.php
(#2) Empty line found after PHP open tag
(#95) Function lookupform::definition_after_data is not documented
(#3) Found comment starting with three or more slashes
(#21) Found comment starting with three or more slashes
(#99) Phpdocs for function lookupform::construction_override has incomplete parameters list
(#39) Not recommended phpdocs tag @abstract used
mod/englishcentral/db/access.php
(#2) Empty line found after PHP open tag
mod/englishcentral/db/install.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
mod/englishcentral/db/log.php
(#2) Empty line found after PHP open tag
mod/englishcentral/db/uninstall.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
mod/englishcentral/db/upgrade.php
(#2) Empty line found after PHP open tag
(#617) Function xmldb_englishcentral_replace_table is not documented
(#640) Function xmldb_englishcentral_create_table is not documented
mod/englishcentral/index.php
(#2) Empty line found after PHP open tag
(#29) Found comment starting with three or more slashes
mod/englishcentral/lang/en/englishcentral.php
(#2) Empty line found after PHP open tag
mod/englishcentral/lib.php
(#2) Empty line found after PHP open tag
(#40) Found comment starting with three or more slashes
(#42) Found comment starting with three or more slashes
(#67) Found comment starting with three or more slashes
(#69) Found comment starting with three or more slashes
(#164) Found comment starting with three or more slashes
(#166) Found comment starting with three or more slashes
(#394) Found comment starting with three or more slashes
(#492) Found comment starting with three or more slashes
(#494) Found comment starting with three or more slashes
(#537) Found comment starting with three or more slashes
(#539) Found comment starting with three or more slashes
(#603) Found comment starting with three or more slashes
(#605) Found comment starting with three or more slashes
(#79) Phpdocs for function englishcentral_add_instance has incomplete parameters list
(#94) Phpdocs for function englishcentral_update_instance has incomplete parameters list
(#105) Phpdocs for function englishcentral_process_formdata has incomplete parameters list
(#277) Phpdocs for function englishcentral_get_user_grades has incomplete parameters list
(#324) Phpdocs for function englishcentral_reset_course_form_definition has incomplete parameters list
(#345) Phpdocs for function englishcentral_reset_gradebook has incomplete parameters list
(#403) Phpdocs for function englishcentral_user_outline has incomplete parameters list
(#432) Phpdocs for function englishcentral_print_recent_activity has incomplete parameters list
(#462) Phpdocs for function englishcentral_print_recent_mod_activity has incomplete parameters list
(#504) Phpdocs for function englishcentral_scale_used has incomplete parameters list
(#523) Phpdocs for function englishcentral_scale_used_anywhere has incomplete parameters list
(#612) Phpdocs for function englishcentral_extend_navigation has incomplete parameters list
(#275) Not recommended phpdocs tag @global used
(#275) Not recommended phpdocs tag @global used
(#343) Not recommended phpdocs tag @global used
(#343) Not recommended phpdocs tag @global used
(#366) Not recommended phpdocs tag @global used
(#366) Not recommended phpdocs tag @global used
(#485) Not recommended phpdocs tag @example used
(#510) Not recommended phpdocs tag @example used
(#529) Not recommended phpdocs tag @example used
(#448) Inline phpdocs tag {@link englishcentral_print_recent_mod_activity()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#545) Inline phpdocs tag {@link file_browser::get_file_info_context_module()} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#626) Inline phpdocs tag {@link settings_navigation} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
(#627) Inline phpdocs tag {@link navigation_node} with incorrect contents found. It must match {@link valid URL} or {@see valid FQSEN}
mod/englishcentral/mod_form.php
(#2) Empty line found after PHP open tag
(#148) Phpdocs for function mod_englishcentral_mod_form::set_type_default_advanced has incomplete parameters list
(#172) Phpdocs for function mod_englishcentral_mod_form::get_originalvalue has incomplete parameters list
mod/englishcentral/refreshtoken.php
(#2) Empty line found after PHP open tag
mod/englishcentral/renderer.php
(#18) File-level phpdocs block is not found
(#272) Function mod_englishcentral_renderer::show_notavailable is not documented
(#280) Function mod_englishcentral_renderer::show_notviewable is not documented
(#288) Function mod_englishcentral_renderer::course_continue_button is not documented
(#384) Function mod_englishcentral_renderer::show_titlechart_type is not documented
(#395) Function mod_englishcentral_renderer::show_titlechart is not documented
(#403) Function mod_englishcentral_renderer::show_chart is not documented
(#430) Function mod_englishcentral_renderer::get_chart_transform is not documented
(#442) Function mod_englishcentral_renderer::get_chart_class is not documented
(#511) Function mod_englishcentral_renderer::show_video is not documented
(#570) Function mod_englishcentral_renderer::show_video_status is not documented
(#585) Function mod_englishcentral_renderer::show_addvideo_icon is not documented
(#589) Function mod_englishcentral_renderer::show_removevideo_icon is not documented
(#593) Function mod_englishcentral_renderer::show_videos_icon is not documented
(#607) Function mod_englishcentral_renderer::show_progress_report is not documented
(#745) Function mod_englishcentral_renderer::uasort_percent is not documented
(#757) Function mod_englishcentral_renderer::show_progress_report_item is not documented
(#764) Function mod_englishcentral_renderer::show_progress_report_user is not documented
(#771) Function mod_englishcentral_renderer::show_progress_report_bars is not documented
(#779) Function mod_englishcentral_renderer::show_progress_report_bar is not documented
(#855) Function mod_englishcentral_renderer::get_sort_icon is not documented
(#942) Function mod_englishcentral_renderer::show_search_term is not documented
(#956) Function mod_englishcentral_renderer::show_search_topics is not documented
(#969) Function mod_englishcentral_renderer::show_search_level is not documented
(#990) Function mod_englishcentral_renderer::show_search_duration is not documented
(#1011) Function mod_englishcentral_renderer::show_search_copyright is not documented
(#1022) Function mod_englishcentral_renderer::show_search_button is not documented
(#30) Variable mod_englishcentral_renderer::$ec is not documented
(#31) Variable mod_englishcentral_renderer::$auth is not documented
(#33) Variable mod_englishcentral_renderer::$sort is not documented
(#34) Variable mod_englishcentral_renderer::$order is not documented
(#36) Constant mod_englishcentral_renderer::SIGNUP_NONE is not documented
(#37) Constant mod_englishcentral_renderer::SIGNUP_STANDARD is not documented
(#38) Constant mod_englishcentral_renderer::SIGNUP_CORPORATE is not documented
(#39) Constant mod_englishcentral_renderer::SIGNUP_SOLUTIONS is not documented
(#40) Constant mod_englishcentral_renderer::SIGNUP_POODLL is not documented
(#45) Phpdocs for function mod_englishcentral_renderer::attach_activity_and_auth has incomplete parameters list
(#99) Phpdocs for function mod_englishcentral_renderer::show_missingconfig has incomplete parameters list
(#113) Phpdocs for function mod_englishcentral_renderer::show_invalidconfig has incomplete parameters list
(#246) Phpdocs for function mod_englishcentral_renderer::show_box_text has incomplete parameters list
(#307) Phpdocs for function mod_englishcentral_renderer::show_dates has incomplete parameters list
mod/englishcentral/report.php
(#2) Empty line found after PHP open tag
(#61) Found comment starting with three or more slashes
mod/englishcentral/settings.php
(#21) Package mod is not valid
(#2) Empty line found after PHP open tag
mod/englishcentral/support.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
mod/englishcentral/version.php
(#2) Empty line found after PHP open tag
mod/englishcentral/view.ajax.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
mod/englishcentral/view.php
(#2) Empty line found after PHP open tag
(#64) Found comment starting with three or more slashes

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

Problems running grunt
Task "stylelint:css" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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