Prechecker results: error


PHP lint problems

(2 errors, 0 warnings)

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

report/trainingsessions/coursesummary_selector_form.php
(#2) PHP Parse error: syntax error, unexpected '<' in /report/trainingsessions/coursesummary_selector_form.php on line 2
report/trainingsessions/grouprawreport_batch.php
(#31) PHP Parse error: syntax error, unexpected '*' in /report/trainingsessions/grouprawreport_batch.php on line 31

PHP coding style problems

(1339 errors, 1078 warnings)

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

report/trainingsessions/__other/HTML/QuickForm/elementgrid.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#14) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#14) "require_once" must be immediately followed by an open parenthesis
(#25) Inline doc block comments are not allowed; use "// Comment." instead
(#30) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#30) Scope modifier not specified for member variable "$_rows"
(#32) Inline doc block comments are not allowed; use "// Comment." instead
(#37) Member variable "_columnNames" must be all lower-case
(#37) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#37) Scope modifier not specified for member variable "$_columnNames"
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#44) Member variable "_columnWidth" must be all lower-case
(#44) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#44) Scope modifier not specified for member variable "$_columnWidth"
(#46) Inline doc block comments are not allowed; use "// Comment." instead
(#51) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#51) Scope modifier not specified for member variable "$_width"
(#53) Inline doc block comments are not allowed; use "// Comment." instead
(#58) Member variable "_columnAligns" must be all lower-case
(#58) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#58) Scope modifier not specified for member variable "$_columnAligns"
(#60) Inline doc block comments are not allowed; use "// Comment." instead
(#65) Member variable "_columnClasses" must be all lower-case
(#65) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#65) Scope modifier not specified for member variable "$_columnClasses"
(#67) Inline doc block comments are not allowed; use "// Comment." instead
(#72) Member variable "_rowNames" must be all lower-case
(#72) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#72) Scope modifier not specified for member variable "$_rowNames"
(#74) Inline doc block comments are not allowed; use "// Comment." instead
(#79) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#79) Scope modifier not specified for member variable "$_name"
(#81) Inline doc block comments are not allowed; use "// Comment." instead
(#86) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#86) Scope modifier not specified for member variable "$_form"
(#88) Inline doc block comments are not allowed; use "// Comment." instead
(#93) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#93) Scope modifier not specified for member variable "$_options"
(#101) method name "HTML_QuickForm_ElementGrid::HTML_QuickForm_ElementGrid" must be in lower-case letters only
(#101) PHP4 style constructors are not allowed; use "__construct()" instead
(#101) Visibility must be declared on method "HTML_QuickForm_ElementGrid"
(#101) This comment is 43% valid code; is this commented out code?
(#104) Opening brace should be on the same line as the declaration
(#105) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#107) This comment is 86% valid code; is this commented out code?
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) No space found before comment text; expected "// $this->setRows($rows);" but found "//$this->setRows($rows);"
(#108) This comment is 86% valid code; is this commented out code?
(#108) No space found before comment text; expected "// $this->setColumnNames($columnNames);" but found "//$this->setColumnNames($columnNames);"
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) This comment is 86% valid code; is this commented out code?
(#109) No space found before comment text; expected "// $this->setRowNames($rowNames);" but found "//$this->setRowNames($rowNames);"
(#120) method name "HTML_QuickForm_ElementGrid::setName" must be in lower-case letters only
(#120) Visibility must be declared on method "setName"
(#121) Opening brace should be on the same line as the declaration
(#130) method name "HTML_QuickForm_ElementGrid::getName" must be in lower-case letters only
(#130) Visibility must be declared on method "getName"
(#131) Opening brace should be on the same line as the declaration
(#140) method name "HTML_QuickForm_ElementGrid::setWidth" must be in lower-case letters only
(#140) Visibility must be declared on method "setWidth"
(#141) Opening brace should be on the same line as the declaration
(#150) method name "HTML_QuickForm_ElementGrid::setColumnNames" must be in lower-case letters only
(#150) Visibility must be declared on method "setColumnNames"
(#150) Variable "columnNames" must be all lower-case
(#151) Opening brace should be on the same line as the declaration
(#152) Variable "columnNames" must be all lower-case
(#160) method name "HTML_QuickForm_ElementGrid::addColumnName" must be in lower-case letters only
(#160) Visibility must be declared on method "addColumnName"
(#160) Variable "columnName" must be all lower-case
(#161) Opening brace should be on the same line as the declaration
(#162) Variable "columnName" must be all lower-case
(#170) method name "HTML_QuickForm_ElementGrid::setColumnWidths" must be in lower-case letters only
(#170) Visibility must be declared on method "setColumnWidths"
(#170) Variable "columnWidths" must be all lower-case
(#171) Opening brace should be on the same line as the declaration
(#172) Variable "columnWidths" must be all lower-case
(#180) method name "HTML_QuickForm_ElementGrid::setColumnAligns" must be in lower-case letters only
(#180) Visibility must be declared on method "setColumnAligns"
(#180) Variable "columnaAligns" must be all lower-case
(#181) Opening brace should be on the same line as the declaration
(#182) Variable "columnAligns" must be all lower-case
(#190) method name "HTML_QuickForm_ElementGrid::setColumnClasses" must be in lower-case letters only
(#190) Visibility must be declared on method "setColumnClasses"
(#190) Variable "columnClasses" must be all lower-case
(#191) Opening brace should be on the same line as the declaration
(#192) Variable "columnClasses" must be all lower-case
(#200) method name "HTML_QuickForm_ElementGrid::setRowNames" must be in lower-case letters only
(#200) Visibility must be declared on method "setRowNames"
(#200) Variable "rowNames" must be all lower-case
(#201) Opening brace should be on the same line as the declaration
(#202) Variable "rowNames" must be all lower-case
(#210) method name "HTML_QuickForm_ElementGrid::setRows" must be in lower-case letters only
(#210) Visibility must be declared on method "setRows"
(#211) Opening brace should be on the same line as the declaration
(#223) method name "HTML_QuickForm_ElementGrid::addRow" must be in lower-case letters only
(#223) Visibility must be declared on method "addRow"
(#223) Variable "rowName" must be all lower-case
(#224) Opening brace should be on the same line as the declaration
(#225) The use of function sizeof() is forbidden; use count() instead
(#228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) No space found before comment text; expected "// if updateValue has been called make sure to update the values of each added element" but found "//if updateValue has been called make sure to update the values of each added element"
(#237) Variable "rowName" must be all lower-case
(#238) Variable "rowName" must be all lower-case
(#247) method name "HTML_QuickForm_ElementGrid::addRowName" must be in lower-case letters only
(#247) Visibility must be declared on method "addRowName"
(#247) Variable "rowName" must be all lower-case
(#248) Opening brace should be on the same line as the declaration
(#249) Variable "rowName" must be all lower-case
(#259) method name "HTML_QuickForm_ElementGrid::getElements" must be in lower-case letters only
(#259) Visibility must be declared on method "getElements"
(#260) Opening brace should be on the same line as the declaration
(#262) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#263) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#273) Visibility must be declared on method "freeze"
(#274) Opening brace should be on the same line as the declaration
(#291) method name "HTML_QuickForm_ElementGrid::toHtml" must be in lower-case letters only
(#291) Visibility must be declared on method "toHtml"
(#292) Opening brace should be on the same line as the declaration
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) This comment is 75% valid code; is this commented out code?
(#330) method name "HTML_QuickForm_ElementGrid::onQuickFormEvent" must be in lower-case letters only
(#330) Visibility must be declared on method "onQuickFormEvent"
(#331) Opening brace should be on the same line as the declaration
(#333) Line indented incorrectly; expected 12 spaces, found 8
(#334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) Line indented incorrectly; expected at least 16 spaces, found 12
(#334) No space found before comment text; expected "// store form for use in addRow" but found "//store form for use in addRow"
(#335) Line indented incorrectly; expected at least 16 spaces, found 12
(#337) Line indented incorrectly; expected 16 spaces, found 12
(#338) Line indented incorrectly; expected 20 spaces, found 16
(#339) Line indented incorrectly; expected at least 24 spaces, found 20
(#340) Line indented incorrectly; expected 20 spaces, found 16
(#341) Line indented incorrectly; expected 16 spaces, found 12
(#344) Line indented incorrectly; expected 12 spaces, found 8
(#345) Line indented incorrectly; expected at least 16 spaces, found 12
(#359) method name "HTML_QuickForm_ElementGrid::exportValue" must be in lower-case letters only
(#359) Visibility must be declared on method "exportValue"
(#359) Variable "submitValues" must be all lower-case
(#360) Opening brace should be on the same line as the declaration
(#362) Variable "submitValues" must be all lower-case
(#369) Variable "submitValues" must be all lower-case
(#393) method name "HTML_QuickForm_ElementGrid::getValue" must be in lower-case letters only
(#393) Visibility must be declared on method "getValue"
(#394) Opening brace should be on the same line as the declaration
(#405) "require_once" must be immediately followed by an open parenthesis
report/trainingsessions/__other/elementgrid.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#34) Line indented incorrectly; expected at least 4 spaces, found 0
(#46) Inline doc block comments are not allowed; use "// Comment." instead
(#47) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#47) Scope modifier not specified for member variable "$_helpbutton"
(#47) Expected 1 space before "="; 0 found
(#47) Expected 1 space after "="; 0 found
(#48) Whitespace found at end of line
(#57) method name "MoodleQuickForm_elementgrid::MoodleQuickForm_elementgrid" must be in lower-case letters only
(#57) PHP4 style constructors are not allowed; use "__construct()" instead
(#57) Visibility must be declared on method "MoodleQuickForm_elementgrid"
(#57) Variable "elementName" must be all lower-case
(#58) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#58) Variable "elementName" must be all lower-case
(#60) Whitespace found at end of line
(#66) method name "MoodleQuickForm_elementgrid::getHelpButton" must be in lower-case letters only
(#66) Visibility must be declared on method "getHelpButton"
(#66) Expected 1 space after closing parenthesis; found 0
(#69) Whitespace found at end of line
(#75) method name "MoodleQuickForm_elementgrid::getElementTemplateType" must be in lower-case letters only
(#75) Visibility must be declared on method "getElementTemplateType"
(#75) Expected 1 space after closing parenthesis; found 0
(#76) Expected "if (...) {\n"; found "if (...){\n"
(#82) Whitespace found at end of line
(#89) method name "MoodleQuickForm_elementgrid::toHtml" must be in lower-case letters only
(#89) Visibility must be declared on method "toHtml"
(#89) Expected 1 space after closing parenthesis; found 0
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) This comment is 75% valid code; is this commented out code?
(#107) Whitespace found at end of line
(#124) Whitespace found at end of line
(#125) Expected "if (...) {\n"; found "if (...){\n"
(#128) Line exceeds 132 characters; contains 157 characters
report/trainingsessions/allcoursesreport.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#30) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Space found before semicolon; expected ");" but found ") ;"
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Empty IF statement detected
(#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
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#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
(#127) Line exceeds 132 characters; contains 143 characters
(#144) Line exceeds 132 characters; contains 147 characters
(#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) This comment is 60% valid code; is this commented out code?
(#157) This comment is 45% valid code; is this commented out code?
(#157) 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
(#158) This comment is 60% valid code; is this commented out code?
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Variable "xls_formats" must not contain underscores.
(#171) Variable "xls_formats" must not contain underscores.
(#172) Variable "xls_formats" must not contain underscores.
(#175) Variable "xls_formats" must not contain underscores.
(#177) Variable "xls_formats" must not contain underscores.
(#178) Variable "xls_formats" must not contain underscores.
(#179) Variable "xls_formats" must not contain underscores.
report/trainingsessions/batchs/groupcsvreport_batch.php
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#22) Whitespace found at end of line
(#32) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#38) Space found before semicolon; expected ");" but found ") ;"
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Space found before semicolon; expected ");" but found ") ;"
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Usage of ELSEIF not allowed; use ELSE IF instead
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) This comment is 54% valid code; is this commented out code?
(#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
report/trainingsessions/batchs/grouppdfreport_batch.php
(#18) Whitespace found at end of line
(#22) Whitespace found at end of line
(#32) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#38) Space found before semicolon; expected ");" but found ") ;"
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Space found before semicolon; expected ");" but found ") ;"
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Usage of ELSEIF not allowed; use ELSE IF instead
(#53) Usage of ELSEIF not allowed; use ELSE IF instead
(#56) Usage of ELSEIF not allowed; use ELSE IF instead
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) This comment is 54% valid code; is this commented out code?
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
report/trainingsessions/batchs/groupxlsreport_batch.php
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#22) Whitespace found at end of line
(#32) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#38) Space found before semicolon; expected ");" but found ") ;"
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Space found before semicolon; expected ");" but found ") ;"
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Usage of ELSEIF not allowed; use ELSE IF instead
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#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
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) This comment is 54% valid code; is this commented out code?
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
report/trainingsessions/cli/extract_csv_report.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#36) This comment is 48% valid code; is this commented out code?
(#36) 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
(#40) 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
(#42) "include_once" must be immediately followed by an open parenthesis
(#42) File is being unconditionally included; use "require_once" instead
(#43) "require_once" must be immediately followed by an open parenthesis
(#45) "include_once" must be immediately followed by an open parenthesis
(#45) File is being unconditionally included; use "require_once" instead
(#77) Expected 1 space after "="; newline found
(#78) Line indented incorrectly; expected at least 4 spaces, found 0
(#78) Whitespace found at end of line within string
(#79) Whitespace found at end of line within string
(#80) Whitespace found at end of line within string
(#81) Whitespace found at end of line within string
(#82) Whitespace found at end of line within string
(#83) Whitespace found at end of line within string
(#84) Whitespace found at end of line within string
(#85) Whitespace found at end of line within string
(#86) Whitespace found at end of line within string
(#87) Whitespace found at end of line within string
(#88) Whitespace found at end of line within string
(#89) Whitespace found at end of line within string
(#90) Whitespace found at end of line within string
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) No space found before comment text; expected "// TODO: localize - to be translated later when everything is finished" but found "//TODO: localize - to be translated later when everything is finished"
(#120) Space found before semicolon; expected "];" but found "] ;"
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#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
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Whitespace found at end of line
(#172) Variable "FILE" must be all lower-case
(#173) Variable "FILE" must be all lower-case
(#174) Variable "FILE" must be all lower-case
report/trainingsessions/cli/extract_csv_report_flat.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#36) This comment is 48% valid code; is this commented out code?
(#36) 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
(#40) 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
(#42) "include_once" must be immediately followed by an open parenthesis
(#42) File is being unconditionally included; use "require_once" instead
(#43) "require_once" must be immediately followed by an open parenthesis
(#45) "include_once" must be immediately followed by an open parenthesis
(#45) File is being unconditionally included; use "require_once" instead
(#77) Expected 1 space after "="; newline found
(#78) Line indented incorrectly; expected at least 4 spaces, found 0
(#78) Whitespace found at end of line within string
(#79) Whitespace found at end of line within string
(#80) Whitespace found at end of line within string
(#81) Whitespace found at end of line within string
(#82) Whitespace found at end of line within string
(#83) Whitespace found at end of line within string
(#84) Whitespace found at end of line within string
(#85) Whitespace found at end of line within string
(#86) Whitespace found at end of line within string
(#87) Whitespace found at end of line within string
(#88) Whitespace found at end of line within string
(#89) Whitespace found at end of line within string
(#90) Whitespace found at end of line within string
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) No space found before comment text; expected "// TODO: localize - to be translated later when everything is finished" but found "//TODO: localize - to be translated later when everything is finished"
(#120) Space found before semicolon; expected "];" but found "] ;"
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#150) Variable "FILE" must be all lower-case
(#153) Variable "FILE" must be all lower-case
(#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
(#164) Whitespace found at end of line
(#166) Whitespace found at end of line
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Whitespace found at end of line
(#171) Variable "FILE" must be all lower-case
(#173) Variable "FILE" must be all lower-case
report/trainingsessions/courseraw.task_receiver.php
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) No space found before comment text; expected "// removes trailing slash if given" but found "//removes trailing slash if given"
(#89) Line exceeds 132 characters; contains 161 characters
report/trainingsessions/courserawreport.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#29) Inline doc block comments are not allowed; use "// Comment." instead
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Space found before semicolon; expected ");" but found ") ;"
(#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
(#47) 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
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#57) Commas (,) must be followed by white space.
(#59) Expected 1 space after "="; 2 found
(#59) 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
(#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
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#74) Expected 1 space after "="; 2 found
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#146) Whitespace found at end of line
(#147) Whitespace found at end of line
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Whitespace found at end of line
(#169) Line exceeds maximum limit of 180 characters; contains 184 characters
(#170) Line exceeds maximum limit of 180 characters; contains 200 characters
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Whitespace found at end of line
(#192) Line exceeds 132 characters; contains 158 characters
(#193) Line exceeds 132 characters; contains 145 characters
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Expected "foreach (...) {\n"; found "foreach(...) {\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
(#245) Line exceeds maximum limit of 180 characters; contains 181 characters
(#270) Line exceeds maximum limit of 180 characters; contains 206 characters
(#274) Line exceeds maximum limit of 180 characters; contains 206 characters
(#288) Line exceeds maximum limit of 180 characters; contains 187 characters
(#293) Variable "ICONS" must be all lower-case
(#294) Variable "ICONS" must be all lower-case
(#294) Line exceeds maximum limit of 180 characters; contains 197 characters
(#296) Line exceeds 132 characters; contains 144 characters
(#297) Line exceeds 132 characters; contains 135 characters
(#301) Line exceeds maximum limit of 180 characters; contains 224 characters
(#306) Line exceeds maximum limit of 180 characters; contains 230 characters
(#313) Line exceeds 132 characters; contains 137 characters
(#316) Line exceeds 132 characters; contains 134 characters
(#322) Line exceeds maximum limit of 180 characters; contains 219 characters
report/trainingsessions/coursereport.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#29) Inline doc block comments are not allowed; use "// Comment." instead
(#39) Space found before semicolon; expected ");" but found ") ;"
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Empty IF statement detected
(#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
(#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) Expected "if (...) {\n"; found "if (...){ // maybe we get it from parameters\n"
(#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
(#67) 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
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Whitespace found at end of line
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#178) Line exceeds 132 characters; contains 159 characters
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Whitespace found at end of line
(#183) Inline control structures are not allowed
(#203) 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
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) This comment is 60% valid code; is this commented out code?
(#211) Line exceeds 132 characters; contains 151 characters
(#215) Line exceeds 132 characters; contains 151 characters
(#219) Line exceeds 132 characters; contains 151 characters
(#224) Usage of ELSEIF not allowed; use ELSE IF instead
(#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
(#229) 3 slashes comments are not allowed; use "// Comment." instead
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) Variable "xls_formats" must not contain underscores.
(#250) Whitespace found at end of line
(#252) Variable "xls_formats" must not contain underscores.
(#253) Whitespace found at end of line
(#257) Whitespace found at end of line
(#258) Inline control structures are not allowed
(#259) Whitespace found at end of line
(#260) Variable "xls_formats" must not contain underscores.
(#265) Variable "xls_formats" must not contain underscores.
(#266) Whitespace found at end of line
(#267) Variable "xls_formats" must not contain underscores.
(#268) Variable "xls_formats" must not contain underscores.
(#269) Variable "xls_formats" must not contain underscores.
report/trainingsessions/coursesummary_selector_form.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Expected 1 space before "<"; 0 found
(#2) Expected 1 space after "<"; 0 found
(#2) Line 2 of the opening comment must start "//".
(#2) Expected 1 space before "?"; 0 found
(#2) Expected 1 space after "?"; 0 found
(#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".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#4) Line 6 of the opening comment must start "// (at your option) any later version.".
(#6) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#7) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#8) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#9) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#11) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#12) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Inline doc block comments are not allowed; use "// Comment." instead
(#35) Line indented incorrectly; expected 0 spaces, found 4
(#36) Whitespace found at end of line
(#38) Whitespace found at end of line
(#58) Whitespace found at end of line
(#61) Whitespace found at end of line
(#70) Line indented incorrectly; expected 0 spaces, found 4
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 6
(#83) Line indented incorrectly; expected 8 spaces, found 12
(#83) Expected "if (...) {\n"; found "if (...){\n"
(#85) Line indented incorrectly; expected 8 spaces, found 12
(#87) Line indented incorrectly; expected 8 spaces, found 12
(#89) Line indented incorrectly; expected 8 spaces, found 12
(#89) Expected "if (...) {\n"; found "if (...){\n"
(#90) Expected 1 space before "="; 0 found
(#90) Expected 1 space after "="; 0 found
(#91) Line indented incorrectly; expected 8 spaces, found 12
(#92) Line indented incorrectly; expected 8 spaces, found 12
(#92) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#94) Line indented incorrectly; expected 8 spaces, found 12
report/trainingsessions/coursesummaryreport.php
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Empty IF statement detected
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Expected "if (...) {\n"; found "if (...){\n"
(#61) 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
(#65) Usage of ELSEIF not allowed; use ELSE IF instead
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Usage of ELSEIF not allowed; use ELSE IF instead
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#120) Expected 1 space before "="; 0 found
(#120) Expected 1 space after "="; 0 found
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Whitespace found at end of line
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line exceeds 132 characters; contains 180 characters
(#143) This comment is 70% valid code; is this commented out code?
(#143) No space found before comment text; expected "// $thisuser['activitytime'] = training_reports_format_time($aggregate['activities']->elapsed, $output);" but found "//$thisuser['activitytime'] = training_reports_format_time($aggregate['activities']->elapsed, $output);"
(#144) Line exceeds 132 characters; contains 144 characters
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) This comment is 75% valid code; is this commented out code?
(#144) No space found before comment text; expected "// $thisuser['equlearningtime'] = training_reports_format_time($aggregate['activities']->elapsed+@$aggregate['course'][0]->elapsed, $output);" but found "//$thisuser['equlearningtime'] = training_reports_format_time($aggregate['activities']->elapsed+@$aggregate['course'][0]->elapsed, $output);"
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Usage of ELSEIF not allowed; use ELSE IF instead
(#202) Expected 1 space before "?"; 0 found
(#202) Expected 1 space before ":"; 0 found
(#204) Usage of ELSEIF not allowed; use ELSE IF instead
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Line exceeds 132 characters; contains 154 characters
(#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
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Variable "xls_formats" must not contain underscores.
(#255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Variable "xls_formats" must not contain underscores.
(#262) Variable "xls_formats" must not contain underscores.
(#275) Variable "xls_formats" must not contain underscores.
(#277) Variable "xls_formats" must not contain underscores.
(#279) Expected "} else {\n"; found "}else{\n"
(#281) Variable "xls_formats" must not contain underscores.
report/trainingsessions/cron.php
(#27) Expected 1 space(s) before asterisk; 0 found
(#28) Expected 1 space(s) before asterisk; 0 found
(#29) Expected 1 space(s) before asterisk; 0 found
(#30) Expected 1 space(s) before asterisk; 0 found
(#31) Expected 1 space(s) before asterisk; 0 found
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) 3 slashes comments are not allowed; use "// Comment." instead
(#89) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) No space found before comment text; expected "// add the handles" but found "//add the handles"
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) No space found before comment text; expected "// execute the handles" but found "//execute the handles"
(#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
(#123) Usage of ELSEIF not allowed; use ELSE IF instead
(#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 "// close the handles" but found "//close the handles"
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
report/trainingsessions/cronlib.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#37) Expected 1 space(s) before asterisk; 0 found
(#38) Expected 1 space(s) before asterisk; 0 found
(#39) Expected 1 space(s) before asterisk; 0 found
(#40) Expected 1 space(s) before asterisk; 0 found
(#41) Expected 1 space(s) before asterisk; 0 found
(#64) Line indented incorrectly; expected at least 24 spaces, found 20
(#65) Line indented incorrectly; expected at least 24 spaces, found 20
(#68) Line indented incorrectly; expected 20 spaces, found 16
(#69) Line indented incorrectly; expected at least 24 spaces, found 20
(#70) Line indented incorrectly; expected at least 24 spaces, found 20
(#73) Line indented incorrectly; expected 20 spaces, found 16
(#74) Line indented incorrectly; expected at least 24 spaces, found 20
(#75) Line indented incorrectly; expected at least 24 spaces, found 20
(#78) Line indented incorrectly; expected 20 spaces, found 16
(#79) Line indented incorrectly; expected at least 24 spaces, found 20
(#80) Line indented incorrectly; expected at least 24 spaces, found 20
(#83) Line indented incorrectly; expected 20 spaces, found 16
(#84) Line indented incorrectly; expected at least 24 spaces, found 20
(#85) Line indented incorrectly; expected at least 24 spaces, found 20
(#90) Line indented incorrectly; expected at least 24 spaces, found 20
(#91) Line indented incorrectly; expected at least 24 spaces, found 20
(#94) Line indented incorrectly; expected 20 spaces, found 16
(#95) Line indented incorrectly; expected at least 24 spaces, found 20
(#96) Line indented incorrectly; expected at least 24 spaces, found 20
(#99) Line indented incorrectly; expected 20 spaces, found 16
(#100) Line indented incorrectly; expected at least 24 spaces, found 20
(#101) Line indented incorrectly; expected at least 24 spaces, found 20
(#104) Line indented incorrectly; expected 20 spaces, found 16
(#105) Line indented incorrectly; expected at least 24 spaces, found 20
(#106) Line indented incorrectly; expected at least 24 spaces, found 20
(#107) Line indented incorrectly; expected 16 spaces, found 12
(#107) Closing brace indented incorrectly; expected 16 spaces, found 12
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Line indented incorrectly; expected 16 spaces, found 12
(#121) Closing brace indented incorrectly; expected 16 spaces, found 12
(#126) Line exceeds 132 characters; contains 133 characters
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) No space found before comment text; expected "// add the handles" but found "//add the handles"
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) No space found before comment text; expected "// execute the handles" but found "//execute the handles"
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Usage of ELSEIF not allowed; use ELSE IF instead
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) No space found before comment text; expected "// close the handles" but found "//close the handles"
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
report/trainingsessions/csvrenderers.php
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#109) Line exceeds 132 characters; contains 143 characters
(#129) Whitespace found at end of line
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#158) Whitespace found at end of line
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) This comment is 67% valid code; is this commented out code?
(#182) Line exceeds 132 characters; contains 135 characters
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#371) Whitespace found at end of line
report/trainingsessions/db/access.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
report/trainingsessions/db/services.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
report/trainingsessions/db/tasks.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
report/trainingsessions/db/upgrade.php
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#42) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Line indented incorrectly; expected at least 8 spaces, found 4
(#52) 3 slashes comments are not allowed; use "// Comment." instead
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line indented incorrectly; expected at least 8 spaces, found 4
(#55) 3 slashes comments are not allowed; use "// Comment." instead
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Line indented incorrectly; expected at least 8 spaces, found 4
(#62) 3 slashes comments are not allowed; use "// Comment." instead
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Line indented incorrectly; expected at least 12 spaces, found 8
(#66) 3 slashes comments are not allowed; use "// Comment." instead
report/trainingsessions/externallib.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Whitespace found at end of line
(#31) Visibility must be declared on method "fetch_report"
(#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
(#32) Whitespace found at end of line
(#38) Space found before semicolon; expected "return;" but found "return ;"
(#44) Space found before semicolon; expected "return;" but found "return ;"
(#47) Line exceeds 132 characters; contains 147 characters
(#50) Space found before semicolon; expected "return;" but found "return ;"
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Empty SWITCH statement detected
(#128) Line exceeds 132 characters; contains 136 characters
(#130) Line exceeds 132 characters; contains 135 characters
report/trainingsessions/filearea.php
(#71) Line exceeds 132 characters; contains 144 characters
report/trainingsessions/files_form.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
report/trainingsessions/gradesettings_form.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$linkablemodules"
(#58) Line exceeds maximum limit of 180 characters; contains 184 characters
(#64) Line exceeds maximum limit of 180 characters; contains 207 characters
(#78) Visibility must be declared on method "definition_after_data"
(#84) 3 slashes comments are not allowed; use "// Comment." instead
(#85) 3 slashes comments are not allowed; use "// Comment." instead
(#94) Line indented incorrectly; expected at least 8 spaces, found 4
(#94) 3 slashes comments are not allowed; use "// Comment." instead
(#95) Line indented incorrectly; expected at least 8 spaces, found 4
(#95) 3 slashes comments are not allowed; use "// Comment." instead
(#116) Line exceeds maximum limit of 180 characters; contains 214 characters
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Line exceeds maximum limit of 180 characters; contains 222 characters
report/trainingsessions/gradessettings.php
(#18) Whitespace found at end of line
(#19) Whitespace found at end of line
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#77) Line exceeds 132 characters; contains 167 characters
(#82) Line exceeds 132 characters; contains 161 characters
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
report/trainingsessions/grouprawreport_batch.php
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#22) Whitespace found at end of line
(#31) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#31) Expected 1 space before "*"; newline found
(#31) Expected 1 space after "*"; 0 found
(#31) Expected 1 space before "/"; 0 found
(#31) Expected 1 space after "/"; newline found
(#33) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#39) Space found before semicolon; expected ");" but found ") ;"
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) 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
(#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
(#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
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) This comment is 54% valid code; is this commented out code?
(#94) Expected "if (...) {\n"; found "if (...){\n"
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#132) Expected 1 space after "="; 2 found
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Variable "XLS" must be all lower-case
(#138) Variable "XLS" must be all lower-case
(#139) Variable "XLS" must be all lower-case
report/trainingsessions/grouprawreport_batch_task.php
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#22) Whitespace found at end of line
(#29) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#34) Space found before semicolon; expected ");" but found ") ;"
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Space found before semicolon; expected ");" but found ") ;"
(#36) Space found before semicolon; expected ");" but found ") ;"
(#37) Space found before semicolon; expected ");" but found ") ;"
(#38) Space found before semicolon; expected ");" but found ") ;"
(#39) Space found before semicolon; expected ");" but found ") ;"
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#83) Whitespace found at end of line
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Variable "xls_formats" must not contain underscores.
(#119) Variable "xls_formats" must not contain underscores.
(#125) Variable "xls_formats" must not contain underscores.
(#131) Variable "xls_formats" must not contain underscores.
(#133) Variable "xls_formats" must not contain underscores.
(#134) Variable "xls_formats" must not contain underscores.
(#135) Variable "xls_formats" must not contain underscores.
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) This comment is 60% valid code; is this commented out code?
report/trainingsessions/groupxlsreport_batch.php
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#22) Whitespace found at end of line
(#31) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#37) Space found before semicolon; expected ");" but found ") ;"
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Space found before semicolon; expected ");" but found ") ;"
(#39) Space found before semicolon; expected ");" but found ") ;"
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#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
(#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
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) This comment is 54% valid code; is this commented out code?
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Whitespace found at end of line
(#147) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#154) Expected 1 space after "="; 2 found
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Line exceeds 132 characters; contains 157 characters
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Line exceeds 132 characters; contains 178 characters
report/trainingsessions/groupxlsreportperuser_batch_task.php
(#18) Whitespace found at end of line
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#32) Space found before semicolon; expected ");" but found ") ;"
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Space found before semicolon; expected ");" but found ") ;"
(#34) Space found before semicolon; expected ");" but found ") ;"
(#35) Space found before semicolon; expected ");" but found ") ;"
(#36) Space found before semicolon; expected ");" but found ") ;"
(#37) Space found before semicolon; expected ");" but found ") ;"
(#38) Space found before semicolon; expected ");" but found ") ;"
(#39) Space found before semicolon; expected ");" but found ") ;"
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) 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
(#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
(#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
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#82) Commas (,) must be followed by white space.
(#98) Line exceeds maximum limit of 180 characters; contains 182 characters
(#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
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Variable "xls_formats" must not contain underscores.
(#128) Variable "xls_formats" must not contain underscores.
(#134) Variable "xls_formats" must not contain underscores.
(#140) Variable "xls_formats" must not contain underscores.
(#140) Whitespace found at end of line
(#142) Variable "xls_formats" must not contain underscores.
(#143) Variable "xls_formats" must not contain underscores.
(#144) Variable "xls_formats" must not contain underscores.
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) This comment is 60% valid code; is this commented out code?
report/trainingsessions/groupxlsreportsummary_batch_task.php
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#22) Whitespace found at end of line
(#24) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#27) "require_once" must be immediately followed by an open parenthesis
(#28) "require_once" must be immediately followed by an open parenthesis
(#29) "require_once" must be immediately followed by an open parenthesis
(#31) "require_once" must be immediately followed by an open parenthesis
(#33) Space found before semicolon; expected ");" but found ") ;"
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Space found before semicolon; expected ");" but found ") ;"
(#35) Space found before semicolon; expected ");" but found ") ;"
(#36) Space found before semicolon; expected ");" but found ") ;"
(#37) Space found before semicolon; expected ");" but found ") ;"
(#38) Space found before semicolon; expected ");" but found ") ;"
(#39) Space found before semicolon; expected ");" but found ") ;"
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Line exceeds maximum limit of 180 characters; contains 199 characters
(#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
(#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) 3 slashes comments are not allowed; use "// Comment." instead
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Variable "xls_formats" must not contain underscores.
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) This comment is 43% valid code; is this commented out code?
(#143) Variable "xls_formats" must not contain underscores.
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) This comment is 67% valid code; is this commented out code?
(#153) Inline comments must start with a capital letter, digit or 3-dots sequence
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) This comment is 67% valid code; is this commented out code?
(#166) Line exceeds 132 characters; contains 141 characters
(#174) Variable "xls_formats" must not contain underscores.
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) This comment is 60% valid code; is this commented out code?
report/trainingsessions/htmlrenderers.php
(#18) Expected 1 space(s) before asterisk; 0 found
(#19) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space(s) before asterisk; 0 found
(#21) Expected 1 space(s) before asterisk; 0 found
(#22) Expected 1 space(s) before asterisk; 0 found
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#37) Expected 1 space after "=>"; 2 found
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) This comment is 60% valid code; is this commented out code?
(#61) Whitespace found at end of line
(#67) Whitespace found at end of line
(#69) Inline control structures are not allowed
(#72) Line exceeds maximum limit of 180 characters; contains 226 characters
(#102) Expected 1 space after closing parenthesis; found 0
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Whitespace found at end of line
(#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
(#165) Whitespace found at end of line
(#184) Whitespace found at end of line
(#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
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Line exceeds 132 characters; contains 143 characters
(#233) Whitespace found at end of line
(#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
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) This comment is 48% valid code; is this commented out code?
(#286) Line exceeds 132 characters; contains 180 characters
(#287) Line exceeds maximum limit of 180 characters; contains 185 characters
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) Expected "if (...) {\n"; found "if (...){\n"
(#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
(#318) Whitespace found at end of line
(#319) Expected "if (...) {\n"; found "if (...){\n"
(#321) Whitespace found at end of line
(#353) Line exceeds 132 characters; contains 141 characters
(#373) Inline comments must start with a capital letter, digit or 3-dots sequence
(#373) Inline comments must end in full-stops, exclamation marks, or question marks
(#390) Line exceeds 132 characters; contains 164 characters
(#408) Line exceeds 132 characters; contains 146 characters
(#437) Space found before second semicolon of FOR loop
(#437) Space found before semicolon; expected "$pagesize;" but found "$pagesize ;"
(#468) Line exceeds 132 characters; contains 174 characters
(#469) Line exceeds 132 characters; contains 179 characters
report/trainingsessions/index.php
(#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
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Whitespace found at end of line
(#37) Space found before semicolon; expected "$view;" but found "$view ;"
(#38) Space found before semicolon; expected "$output;" but found "$output ;"
(#60) Commas (,) must be followed by white space.
(#69) Inline control structures are not allowed
report/trainingsessions/lang/de/report_trainingsessions.php
(#108) Whitespace found at end of line within string
(#110) Whitespace found at end of line within string
report/trainingsessions/lang/en/report_trainingsessions.php
(#259) Whitespace found at end of line within string
(#261) Whitespace found at end of line within string
report/trainingsessions/lang/fr/report_trainingsessions.php
(#252) Whitespace found at end of line within string
report/trainingsessions/lib.php
(#39) Line exceeds 132 characters; contains 157 characters
(#80) Expected 1 space(s) before asterisk; 0 found
(#81) Expected 1 space(s) before asterisk; 0 found
(#82) Expected 1 space(s) before asterisk; 0 found
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) This comment is 60% valid code; is this commented out code?
(#100) Line exceeds 132 characters; contains 141 characters
(#106) Expected 1 space before "*"; 0 found
(#106) Expected 1 space after "*"; 0 found
report/trainingsessions/locallib.php
(#55) "include_once" must be immediately followed by an open parenthesis
(#56) "include_once" must be immediately followed by an open parenthesis
(#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
(#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
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Line exceeds 132 characters; contains 158 characters
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) No space found before comment text; expected "// shall we try to capture any title in there ?" but found "//shall we try to capture any title in there ?"
(#98) Space found before semicolon; expected "section;" but found "section ;"
(#100) Space found before semicolon; expected ");" but found ") ;"
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) This comment is 65% valid code; is this commented out code?
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Variable "VISITED_PAGES" must be all lower-case
(#150) Variable "VISITED_PAGES" must not contain underscores.
(#152) Variable "VISITED_PAGES" must be all lower-case
(#152) Variable "VISITED_PAGES" must not contain underscores.
(#153) Variable "VISITED_PAGES" must be all lower-case
(#153) Variable "VISITED_PAGES" must not contain underscores.
(#156) Variable "VISITED_PAGES" must be all lower-case
(#156) Variable "VISITED_PAGES" must not contain underscores.
(#159) Variable "VISITED_PAGES" must be all lower-case
(#159) Variable "VISITED_PAGES" must not contain underscores.
(#186) Line exceeds 132 characters; contains 133 characters
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) This comment is 75% valid code; is this commented out code?
(#195) Whitespace found at end of line
(#219) Line exceeds 132 characters; contains 151 characters
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#255) Variable "VISITED_PAGES" must be all lower-case
(#255) Variable "VISITED_PAGES" must not contain underscores.
(#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
(#266) Variable "VISITED_PAGES" must be all lower-case
(#266) Variable "VISITED_PAGES" must not contain underscores.
(#275) Variable "VISITED_PAGES" must be all lower-case
(#275) Variable "VISITED_PAGES" must not contain underscores.
(#310) Inline control structures are not allowed
(#311) Inline control structures are not allowed
(#313) Usage of ELSEIF not allowed; use ELSE IF instead
(#319) Inline control structures are not allowed
(#320) Inline control structures are not allowed
(#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
(#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
(#340) Whitespace found at end of line
(#349) Variable "xls_formats" must not contain underscores.
(#350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#350) Inline comments must end in full-stops, exclamation marks, or question marks
(#351) Variable "xls_formats" must not contain underscores.
(#352) Variable "xls_formats" must not contain underscores.
(#353) Variable "xls_formats" must not contain underscores.
(#354) Variable "xls_formats" must not contain underscores.
(#355) Variable "xls_formats" must not contain underscores.
(#356) Variable "xls_formats" must not contain underscores.
(#357) Variable "xls_formats" must not contain underscores.
(#359) Inline comments must start with a capital letter, digit or 3-dots sequence
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Variable "xls_formats" must not contain underscores.
(#361) Variable "xls_formats" must not contain underscores.
(#362) Variable "xls_formats" must not contain underscores.
(#364) Variable "xls_formats" must not contain underscores.
(#365) Variable "xls_formats" must not contain underscores.
(#366) Variable "xls_formats" must not contain underscores.
(#368) Variable "xls_formats" must not contain underscores.
(#369) Variable "xls_formats" must not contain underscores.
(#370) Variable "xls_formats" must not contain underscores.
(#371) Variable "xls_formats" must not contain underscores.
(#372) Variable "xls_formats" must not contain underscores.
(#373) Variable "xls_formats" must not contain underscores.
(#374) Variable "xls_formats" must not contain underscores.
(#376) Variable "xls_formats" must not contain underscores.
(#377) Variable "xls_formats" must not contain underscores.
(#378) Variable "xls_formats" must not contain underscores.
(#379) Variable "xls_formats" must not contain underscores.
(#380) Variable "xls_formats" must not contain underscores.
(#381) Variable "xls_formats" must not contain underscores.
(#382) Variable "xls_formats" must not contain underscores.
(#383) Variable "xls_formats" must not contain underscores.
(#384) Whitespace found at end of line
(#385) Variable "xls_formats" must not contain underscores.
(#396) Variable "xls_formats" must not contain underscores.
(#410) Line exceeds 132 characters; contains 145 characters
(#418) Commas (,) must be followed by white space.
(#418) Commas (,) must be followed by white space.
(#419) Commas (,) must be followed by white space.
(#419) Commas (,) must be followed by white space.
(#420) Commas (,) must be followed by white space.
(#420) Commas (,) must be followed by white space.
(#421) Commas (,) must be followed by white space.
(#421) Commas (,) must be followed by white space.
(#422) Usage of ELSEIF not allowed; use ELSE IF instead
(#423) Commas (,) must be followed by white space.
(#423) Commas (,) must be followed by white space.
(#424) Commas (,) must be followed by white space.
(#424) Commas (,) must be followed by white space.
(#425) Commas (,) must be followed by white space.
(#425) Commas (,) must be followed by white space.
(#426) Commas (,) must be followed by white space.
(#426) Commas (,) must be followed by white space.
(#428) Commas (,) must be followed by white space.
(#428) Commas (,) must be followed by white space.
(#429) Commas (,) must be followed by white space.
(#429) Commas (,) must be followed by white space.
(#430) Commas (,) must be followed by white space.
(#430) Commas (,) must be followed by white space.
(#431) Commas (,) must be followed by white space.
(#431) Commas (,) must be followed by white space.
(#433) Commas (,) must be followed by white space.
(#433) Commas (,) must be followed by white space.
(#434) Commas (,) must be followed by white space.
(#434) Commas (,) must be followed by white space.
(#435) Commas (,) must be followed by white space.
(#435) Commas (,) must be followed by white space.
(#436) Commas (,) must be followed by white space.
(#436) Commas (,) must be followed by white space.
(#437) Commas (,) must be followed by white space.
(#437) Commas (,) must be followed by white space.
(#438) Commas (,) must be followed by white space.
(#438) Commas (,) must be followed by white space.
(#439) Commas (,) must be followed by white space.
(#439) Commas (,) must be followed by white space.
(#440) Commas (,) must be followed by white space.
(#440) Commas (,) must be followed by white space.
(#441) Commas (,) must be followed by white space.
(#441) Commas (,) must be followed by white space.
(#442) Commas (,) must be followed by white space.
(#442) Commas (,) must be followed by white space.
(#445) Variable "xls_formats" must not contain underscores.
(#446) Variable "xls_formats" must not contain underscores.
(#447) Variable "xls_formats" must not contain underscores.
(#448) Variable "xls_formats" must not contain underscores.
(#450) Variable "xls_formats" must not contain underscores.
(#453) Variable "xls_formats" must not contain underscores.
(#454) Variable "xls_formats" must not contain underscores.
(#455) Variable "xls_formats" must not contain underscores.
(#462) Whitespace found at end of line
(#485) Inline comments must start with a capital letter, digit or 3-dots sequence
(#485) Inline comments must end in full-stops, exclamation marks, or question marks
(#489) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#496) Inline comments must start with a capital letter, digit or 3-dots sequence
(#496) Inline comments must end in full-stops, exclamation marks, or question marks
(#498) Inline comments must start with a capital letter, digit or 3-dots sequence
(#498) Inline comments must end in full-stops, exclamation marks, or question marks
(#501) Inline comments must start with a capital letter, digit or 3-dots sequence
(#501) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#517) Inline comments must start with a capital letter, digit or 3-dots sequence
(#517) Inline comments must end in full-stops, exclamation marks, or question marks
(#530) Inline comments must start with a capital letter, digit or 3-dots sequence
(#530) Inline comments must end in full-stops, exclamation marks, or question marks
(#532) Space found before semicolon; expected "'';" but found "'' ;"
(#532) Inline comments must start with a capital letter, digit or 3-dots sequence
(#532) Inline comments must end in full-stops, exclamation marks, or question marks
(#534) 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
(#536) Space found before semicolon; expected "'';" but found "'' ;"
(#536) Inline comments must start with a capital letter, digit or 3-dots sequence
(#536) Inline comments must end in full-stops, exclamation marks, or question marks
(#538) Inline comments must start with a capital letter, digit or 3-dots sequence
(#538) Inline comments must end in full-stops, exclamation marks, or question marks
(#540) Space found before semicolon; expected "'';" but found "'' ;"
(#540) Inline comments must start with a capital letter, digit or 3-dots sequence
(#540) Inline comments must end in full-stops, exclamation marks, or question marks
(#543) Inline comments must end in full-stops, exclamation marks, or question marks
(#545) 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
(#548) Inline comments must start with a capital letter, digit or 3-dots sequence
(#549) Inline comments must end in full-stops, exclamation marks, or question marks
(#551) Inline comments must start with a capital letter, digit or 3-dots sequence
(#552) Inline comments must end in full-stops, exclamation marks, or question marks
(#554) Inline comments must start with a capital letter, digit or 3-dots sequence
(#555) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#560) This comment is 50% valid code; is this commented out code?
(#560) Inline comments must start with a capital letter, digit or 3-dots sequence
(#561) This comment is 54% valid code; is this commented out code?
(#562) Inline comments must end in full-stops, exclamation marks, or question marks
(#562) This comment is 56% valid code; is this commented out code?
(#583) Whitespace found at end of line within string
(#587) Whitespace found at end of line within string
(#603) Line exceeds 132 characters; contains 148 characters
(#614) This comment is 53% valid code; is this commented out code?
(#624) Inline comments must start with a capital letter, digit or 3-dots sequence
(#624) Inline comments must end in full-stops, exclamation marks, or question marks
(#624) This comment is 65% valid code; is this commented out code?
(#626) Inline comments must start with a capital letter, digit or 3-dots sequence
(#626) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) This comment is 50% valid code; is this commented out code?
(#646) Inline comments must start with a capital letter, digit or 3-dots sequence
(#646) Inline comments must end in full-stops, exclamation marks, or question marks
(#648) Line exceeds 132 characters; contains 147 characters
(#688) Inline comments must start with a capital letter, digit or 3-dots sequence
(#688) Inline comments must end in full-stops, exclamation marks, or question marks
(#846) Line exceeds 132 characters; contains 145 characters
(#880) Inline comments must start with a capital letter, digit or 3-dots sequence
(#880) Inline comments must end in full-stops, exclamation marks, or question marks
(#886) Inline comments must start with a capital letter, digit or 3-dots sequence
(#886) Inline comments must end in full-stops, exclamation marks, or question marks
(#887) Expected 1 space after "="; 2 found
(#892) Inline comments must start with a capital letter, digit or 3-dots sequence
(#893) Line exceeds 132 characters; contains 157 characters
(#895) Inline comments must start with a capital letter, digit or 3-dots sequence
(#899) Whitespace found at end of line
(#900) Line exceeds 132 characters; contains 178 characters
(#910) Line exceeds 132 characters; contains 147 characters
(#944) Inline comments must start with a capital letter, digit or 3-dots sequence
(#944) Inline comments must end in full-stops, exclamation marks, or question marks
(#950) Inline comments must start with a capital letter, digit or 3-dots sequence
(#950) Inline comments must end in full-stops, exclamation marks, or question marks
(#951) Expected 1 space after "="; 2 found
(#956) Inline comments must start with a capital letter, digit or 3-dots sequence
(#957) Line exceeds 132 characters; contains 157 characters
(#959) Inline comments must start with a capital letter, digit or 3-dots sequence
(#963) Whitespace found at end of line
(#964) Line exceeds 132 characters; contains 178 characters
(#976) Inline comments must end in full-stops, exclamation marks, or question marks
(#988) Usage of ELSEIF not allowed; use ELSE IF instead
(#1012) Line exceeds 132 characters; contains 147 characters
(#1025) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1025) Inline comments must end in full-stops, exclamation marks, or question marks
(#1031) Inline comments must end in full-stops, exclamation marks, or question marks
report/trainingsessions/renderer.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Visibility must be declared on method "tabs"
(#33) Line exceeds 132 characters; contains 148 characters
(#36) Line exceeds 132 characters; contains 164 characters
(#40) Line exceeds 132 characters; contains 156 characters
(#56) Line exceeds 132 characters; contains 164 characters
(#58) Whitespace found at end of line
(#59) Line exceeds 132 characters; contains 152 characters
(#68) Visibility must be declared on method "user_session_reports_buttons"
(#77) Variable "MON" must be all lower-case
(#85) Inline control structures are not allowed
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Variable "MON" must be all lower-case
(#138) Visibility must be declared on method "placeholder"
(#142) Visibility must be declared on method "single_button"
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Inline comments must start with a capital letter, digit or 3-dots sequence
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Visibility must be declared on method "next_month"
report/trainingsessions/renderers/htmlrenderers.php
(#28) Expected 1 space(s) before asterisk; 0 found
(#29) Expected 1 space(s) before asterisk; 0 found
(#30) Expected 1 space(s) before asterisk; 0 found
(#31) Expected 1 space(s) before asterisk; 0 found
(#32) Expected 1 space(s) before asterisk; 0 found
(#48) Expected 1 space after "=>"; 2 found
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#55) This comment is 60% valid code; is this commented out code?
(#86) Line exceeds maximum limit of 180 characters; contains 226 characters
(#116) Expected 1 space after closing parenthesis; found 0
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Whitespace found at end of line
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Line exceeds 132 characters; contains 150 characters
(#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
(#291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#295) Inline comments must start with a capital letter, digit or 3-dots sequence
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#300) Inline comments must start with a capital letter, digit or 3-dots sequence
(#300) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#350) Inline comments must end in full-stops, exclamation marks, or question marks
(#363) Inline comments must start with a capital letter, digit or 3-dots sequence
(#363) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) Expected "if (...) {\n"; found "if (...){\n"
(#408) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#426) Line exceeds 132 characters; contains 141 characters
(#440) Line exceeds 132 characters; contains 145 characters
(#459) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#468) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#482) Inline comments must end in full-stops, exclamation marks, or question marks
(#486) Whitespace found at end of line
(#493) Inline control structures are not allowed
(#494) Inline control structures are not allowed
(#500) Whitespace found at end of line
(#501) Inline comments must end in full-stops, exclamation marks, or question marks
(#508) Whitespace found at end of line
(#515) Inline control structures are not allowed
(#516) Inline control structures are not allowed
(#526) Line exceeds 132 characters; contains 150 characters
(#534) Line exceeds 132 characters; contains 168 characters
(#538) Whitespace found at end of line
(#539) Whitespace found at end of line
(#543) Line exceeds 132 characters; contains 158 characters
(#547) Whitespace found at end of line
(#549) Line exceeds 132 characters; contains 160 characters
(#598) Space found before second semicolon of FOR loop
(#598) Space found before semicolon; expected "$pagesize;" but found "$pagesize ;"
(#629) Line exceeds 132 characters; contains 174 characters
(#630) Line exceeds 132 characters; contains 179 characters
report/trainingsessions/renderers/jsonrenderers.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
report/trainingsessions/renderers/pdfrenderers.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#4) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#6) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#7) Line 6 of the opening comment must start "// (at your option) any later version.".
(#9) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#10) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#11) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#12) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#19) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#23) Inline doc block comments are not allowed; use "// Comment." instead
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#51) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#55) Line exceeds 132 characters; contains 138 characters
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Line exceeds 132 characters; contains 134 characters
(#92) Line exceeds 132 characters; contains 141 characters
(#119) Line exceeds 132 characters; contains 133 characters
(#156) Line exceeds 132 characters; contains 133 characters
(#160) Space found before first semicolon of FOR loop
(#160) Space found before second semicolon of FOR loop
(#160) Space found before semicolon; expected "0;" but found "0 ;"
(#160) Space found before semicolon; expected "$count;" but found "$count ;"
(#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) This comment is 67% valid code; is this commented out code?
(#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
(#229) This comment is 67% valid code; is this commented out code?
(#240) Inline comments must start with a capital letter, digit or 3-dots sequence
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) This comment is 67% valid code; is this commented out code?
(#242) This comment is 67% valid code; is this commented out code?
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) Usage of ELSEIF not allowed; use ELSE IF instead
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) This comment is 60% valid code; is this commented out code?
(#264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#264) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) This comment is 67% valid code; is this commented out code?
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) This comment is 62% valid code; is this commented out code?
(#284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) This comment is 67% valid code; is this commented out code?
(#310) Line exceeds 132 characters; contains 133 characters
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#317) This comment is 67% valid code; is this commented out code?
(#322) 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
(#330) This comment is 67% valid code; is this commented out code?
(#333) Usage of ELSEIF not allowed; use ELSE IF instead
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#335) This comment is 60% valid code; is this commented out code?
(#340) Line exceeds 132 characters; contains 135 characters
(#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
(#353) This comment is 62% valid code; is this commented out code?
(#368) Inline comments must start with a capital letter, digit or 3-dots sequence
(#368) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) This comment is 62% valid code; is this commented out code?
(#390) Commas (,) must be followed by white space.
(#390) Commas (,) must be followed by white space.
(#390) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#391) Commas (,) must be followed by white space.
(#419) Inline comments must start with a capital letter, digit or 3-dots sequence
(#419) Inline comments must end in full-stops, exclamation marks, or question marks
(#419) This comment is 61% valid code; is this commented out code?
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) This comment is 61% valid code; is this commented out code?
(#437) Inline comments must start with a capital letter, digit or 3-dots sequence
(#437) Inline comments must end in full-stops, exclamation marks, or question marks
(#437) This comment is 61% valid code; is this commented out code?
(#468) Inline comments must start with a capital letter, digit or 3-dots sequence
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
(#468) This comment is 61% valid code; is this commented out code?
(#502) Inline comments must end in full-stops, exclamation marks, or question marks
(#515) Inline comments must start with a capital letter, digit or 3-dots sequence
(#515) Inline comments must end in full-stops, exclamation marks, or question marks
(#541) Inline comments must start with a capital letter, digit or 3-dots sequence
(#541) Inline comments must end in full-stops, exclamation marks, or question marks
(#554) Line exceeds 132 characters; contains 134 characters
(#565) Commas (,) must be followed by white space.
(#565) Commas (,) must be followed by white space.
(#578) Inline comments must start with a capital letter, digit or 3-dots sequence
(#578) Inline comments must end in full-stops, exclamation marks, or question marks
(#596) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#599) Inline comments must end in full-stops, exclamation marks, or question marks
(#604) Inline comments must end in full-stops, exclamation marks, or question marks
(#610) Whitespace found at end of line
(#617) Inline control structures are not allowed
(#618) Inline control structures are not allowed
(#624) Whitespace found at end of line
(#625) Inline comments must end in full-stops, exclamation marks, or question marks
(#632) Whitespace found at end of line
(#637) Inline control structures are not allowed
(#638) Inline control structures are not allowed
(#652) Whitespace found at end of line
(#667) Line exceeds maximum limit of 180 characters; contains 190 characters
(#680) Whitespace found at end of line
(#681) Whitespace found at end of line
(#682) Whitespace found at end of line
(#684) Line exceeds 132 characters; contains 134 characters
(#688) Line exceeds 132 characters; contains 136 characters
(#713) Inline comments must start with a capital letter, digit or 3-dots sequence
(#713) Inline comments must end in full-stops, exclamation marks, or question marks
(#744) Inline comments must start with a capital letter, digit or 3-dots sequence
(#744) Inline comments must end in full-stops, exclamation marks, or question marks
(#750) Inline comments must end in full-stops, exclamation marks, or question marks
(#756) Whitespace found at end of line
(#763) Whitespace found at end of line
(#770) Whitespace found at end of line
(#793) Inline comments must start with a capital letter, digit or 3-dots sequence
(#793) Inline comments must end in full-stops, exclamation marks, or question marks
(#808) Line exceeds 132 characters; contains 147 characters
(#811) Whitespace found at end of line
(#841) Inline comments must start with a capital letter, digit or 3-dots sequence
(#841) Inline comments must end in full-stops, exclamation marks, or question marks
(#844) Inline comments must start with a capital letter, digit or 3-dots sequence
(#848) Inline comments must start with a capital letter, digit or 3-dots sequence
(#852) Whitespace found at end of line
(#897) Line exceeds 132 characters; contains 142 characters
(#904) Line exceeds 132 characters; contains 142 characters
(#928) Inline comments must start with a capital letter, digit or 3-dots sequence
(#928) Inline comments must end in full-stops, exclamation marks, or question marks
(#928) This comment is 67% valid code; is this commented out code?
(#935) Inline comments must end in full-stops, exclamation marks, or question marks
(#962) Inline comments must start with a capital letter, digit or 3-dots sequence
(#968) Inline comments must start with a capital letter, digit or 3-dots sequence
(#968) Inline comments must end in full-stops, exclamation marks, or question marks
(#971) Inline comments must start with a capital letter, digit or 3-dots sequence
(#977) Whitespace found at end of line
(#1001) Inline comments must end in full-stops, exclamation marks, or question marks
(#1123) Whitespace found at end of line
(#1128) Variable "COURSES" must be all lower-case
(#1129) Variable "COURSEIDS" must be all lower-case
(#1139) Variable "COURSEIDS" must be all lower-case
(#1143) Variable "COURSES" must be all lower-case
(#1144) Variable "COURSEIDS" must be all lower-case
(#1155) Variable "COURSES" must be all lower-case
(#1156) Variable "COURSES" must be all lower-case
(#1157) Variable "COURSES" must be all lower-case
(#1186) Commas (,) must be followed by white space.
(#1186) Commas (,) must be followed by white space.
(#1186) Commas (,) must be followed by white space.
(#1207) Whitespace found at end of line
report/trainingsessions/renderers/xlsrenderers.php
(#30) Variable "xls_formats" must not contain underscores.
(#40) Variable "xls_formats" must not contain underscores.
(#41) Variable "xls_formats" must not contain underscores.
(#44) Variable "xls_formats" must not contain underscores.
(#47) Variable "xls_formats" must not contain underscores.
(#50) Variable "xls_formats" must not contain underscores.
(#53) Variable "xls_formats" must not contain underscores.
(#56) Variable "xls_formats" must not contain underscores.
(#59) Variable "xls_formats" must not contain underscores.
(#59) Whitespace found at end of line
(#62) Variable "xls_formats" must not contain underscores.
(#65) Variable "xls_formats" must not contain underscores.
(#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
(#72) Variable "xls_formats" must not contain underscores.
(#89) Variable "xls_formats" must not contain underscores.
(#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
(#108) Variable "xls_formats" must not contain underscores.
(#109) Line exceeds 132 characters; contains 159 characters
(#111) Variable "xls_formats" must not contain underscores.
(#112) Variable "xls_formats" must not contain underscores.
(#116) Variable "xls_formats" must not contain underscores.
(#127) Variable "xls_formats" must not contain underscores.
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Variable "xls_formats" must not contain underscores.
(#154) Whitespace found at end of line
(#157) Variable "xls_formats" must not contain underscores.
(#157) Variable "xls_formats" must not contain underscores.
(#157) Variable "xls_formats" must not contain underscores.
(#157) Space found before semicolon; expected "];" but found "] ;"
(#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
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) This comment is 67% valid code; is this commented out code?
(#176) Variable "xls_formats" must not contain underscores.
(#176) Line exceeds 132 characters; contains 142 characters
(#182) Variable "xls_formats" must not contain underscores.
(#182) Line exceeds 132 characters; contains 177 characters
(#183) Variable "xls_formats" must not contain underscores.
(#185) Variable "xls_formats" must not contain underscores.
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Variable "xls_formats" must not contain underscores.
(#193) Line exceeds 132 characters; contains 138 characters
(#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
(#204) Variable "xls_formats" must not contain underscores.
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Variable "xls_formats" must not contain underscores.
(#221) Variable "xls_formats" must not contain underscores.
(#257) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#272) Whitespace found at end of line
(#285) Variable "xls_formats" must not contain underscores.
(#287) Variable "xls_formats" must not contain underscores.
(#287) Line exceeds 132 characters; contains 134 characters
(#289) Variable "xls_formats" must not contain underscores.
(#290) Variable "xls_formats" must not contain underscores.
(#292) Whitespace found at end of line
(#306) Variable "xls_formats" must not contain underscores.
(#321) Line exceeds 132 characters; contains 134 characters
(#336) Inline comments must start with a capital letter, digit or 3-dots sequence
(#336) Inline comments must end in full-stops, exclamation marks, or question marks
(#336) This comment is 60% valid code; is this commented out code?
(#347) Whitespace found at end of line
(#352) Whitespace found at end of line
(#354) Variable "xls_formats" must not contain underscores.
(#356) Variable "xls_formats" must not contain underscores.
(#357) Variable "xls_formats" must not contain underscores.
(#357) Line exceeds 132 characters; contains 139 characters
(#360) Variable "xls_formats" must not contain underscores.
(#361) Variable "xls_formats" must not contain underscores.
(#370) Variable "xls_formats" must not contain underscores.
(#372) Variable "xls_formats" must not contain underscores.
(#373) Variable "xls_formats" must not contain underscores.
(#374) Variable "xls_formats" must not contain underscores.
(#380) Variable "xls_formats" must not contain underscores.
(#381) Variable "xls_formats" must not contain underscores.
(#381) Line exceeds 132 characters; contains 135 characters
(#383) Variable "xls_formats" must not contain underscores.
(#387) Variable "xls_formats" must not contain underscores.
(#388) Variable "xls_formats" must not contain underscores.
(#388) Line exceeds 132 characters; contains 134 characters
(#405) Variable "xls_formats" must not contain underscores.
(#407) Space found before first semicolon of FOR loop
(#407) Space found before second semicolon of FOR loop
(#407) Space found before semicolon; expected "0;" but found "0 ;"
(#407) Space found before semicolon; expected ");" but found ") ;"
(#409) Variable "xls_formats" must not contain underscores.
(#417) Expected 1 space after "="; 2 found
(#419) Variable "xls_formats" must not contain underscores.
(#421) Variable "xls_formats" must not contain underscores.
report/trainingsessions/selector_form.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#34) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#34) Scope modifier not specified for member variable "$courseid"
(#35) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#35) Scope modifier not specified for member variable "$mode"
(#64) Whitespace found at end of line
(#67) Whitespace found at end of line
(#88) Inline control structures are not allowed
(#92) Expected "foreach (...) {\n"; found "foreach (...){ // is the user in my groups ?\n"
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline control structures are not allowed
(#95) Inline control structures are not allowed
(#124) Line exceeds maximum limit of 180 characters; contains 181 characters
(#124) Space found before semicolon; expected ");" but found ") ;"
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
report/trainingsessions/settings.php
(#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
(#31) Line exceeds maximum limit of 180 characters; contains 220 characters
(#33) Line exceeds 132 characters; contains 136 characters
(#36) Line exceeds 132 characters; contains 157 characters
(#39) Line exceeds 132 characters; contains 148 characters
(#42) Line exceeds 132 characters; contains 154 characters
(#45) Line exceeds 132 characters; contains 156 characters
(#50) Line exceeds 132 characters; contains 152 characters
(#53) Line exceeds 132 characters; contains 152 characters
(#123) Line exceeds 132 characters; contains 138 characters
(#129) Line exceeds 132 characters; contains 140 characters
(#135) Line exceeds 132 characters; contains 168 characters
(#138) Line exceeds 132 characters; contains 144 characters
(#143) Line exceeds maximum limit of 180 characters; contains 184 characters
(#146) Line exceeds 132 characters; contains 139 characters
(#147) Line exceeds 132 characters; contains 166 characters
report/trainingsessions/task_form.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#27) "require_once" must be immediately followed by an open parenthesis
(#31) Visibility must be declared on method "definition"
(#69) Line exceeds 132 characters; contains 140 characters
(#71) Line exceeds maximum limit of 180 characters; contains 191 characters
(#82) Line exceeds 132 characters; contains 166 characters
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Line exceeds maximum limit of 180 characters; contains 304 characters
(#130) Visibility must be declared on method "validation"
report/trainingsessions/tasks/groupcsvreportsummary_batch_task.php
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#22) Whitespace found at end of line
(#30) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#35) Space found before semicolon; expected ");" but found ") ;"
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Space found before semicolon; expected ");" but found ") ;"
(#37) Space found before semicolon; expected ");" but found ") ;"
(#38) Space found before semicolon; expected ");" but found ") ;"
(#39) Space found before semicolon; expected ");" but found ") ;"
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#46) Space found before semicolon; expected ");" but found ") ;"
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) 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
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) 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
(#83) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#84) Whitespace found at end of line
(#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
(#125) 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) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/groupjsonreportsessions_batch_task.php
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#29) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#34) Space found before semicolon; expected ");" but found ") ;"
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Space found before semicolon; expected ");" but found ") ;"
(#36) Space found before semicolon; expected ");" but found ") ;"
(#37) Space found before semicolon; expected ");" but found ") ;"
(#38) Space found before semicolon; expected ");" but found ") ;"
(#39) Space found before semicolon; expected ");" but found ") ;"
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) 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
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#81) Whitespace found at end of line
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/grouppdfreportperuser_batch_task.php
(#26) Whitespace found at end of line
(#33) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#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) This comment is 60% valid code; is this commented out code?
(#39) Space found before semicolon; expected ");" but found ") ;"
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#46) Space found before semicolon; expected ");" but found ") ;"
(#47) Space found before semicolon; expected ");" but found ") ;"
(#48) Space found before semicolon; expected ");" but found ") ;"
(#49) Space found before semicolon; expected ");" but found ") ;"
(#50) Space found before semicolon; expected ");" but found ") ;"
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#106) Line exceeds 132 characters; contains 175 characters
(#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
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Whitespace found at end of line
(#134) Line exceeds 132 characters; contains 153 characters
(#146) Commas (,) must be followed by white space.
(#146) Commas (,) must be followed by white space.
(#146) Commas (,) must be followed by white space.
(#146) Commas (,) must be followed by white space.
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Whitespace found at end of line
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) This comment is 75% valid code; is this commented out code?
(#161) Whitespace found at end of line
(#164) Whitespace found at end of line
(#167) Whitespace found at end of line
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) This comment is 60% valid code; is this commented out code?
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/grouppdfreportsessions_batch_task.php
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#29) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#35) Space found before semicolon; expected ");" but found ") ;"
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Space found before semicolon; expected ");" but found ") ;"
(#37) Space found before semicolon; expected ");" but found ") ;"
(#38) Space found before semicolon; expected ");" but found ") ;"
(#39) Space found before semicolon; expected ");" but found ") ;"
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#46) Space found before semicolon; expected ");" but found ") ;"
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#85) Commas (,) must be followed by white space.
(#85) Commas (,) must be followed by white space.
(#85) Commas (,) must be followed by white space.
(#86) Whitespace found at end of line
(#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
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) This comment is 75% valid code; is this commented out code?
(#128) Whitespace found at end of line
(#131) Whitespace found at end of line
(#142) 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
(#153) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/grouppdfreportsummary_batch_task.php
(#18) Whitespace found at end of line
(#20) Whitespace found at end of line
(#22) Whitespace found at end of line
(#30) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#35) Space found before semicolon; expected ");" but found ") ;"
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Space found before semicolon; expected ");" but found ") ;"
(#37) Space found before semicolon; expected ");" but found ") ;"
(#38) Space found before semicolon; expected ");" but found ") ;"
(#39) Space found before semicolon; expected ");" but found ") ;"
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#46) Space found before semicolon; expected ");" but found ") ;"
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) 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) 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
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Commas (,) must be followed by white space.
(#86) Commas (,) must be followed by white space.
(#86) Commas (,) must be followed by white space.
(#87) Whitespace found at end of line
(#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
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) This comment is 75% valid code; is this commented out code?
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#138) Commas (,) must be followed by white space.
(#148) 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
(#158) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/groupxlsreportperuser_batch_task.php
(#26) Whitespace found at end of line
(#33) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#40) Space found before semicolon; expected ");" but found ") ;"
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#46) Space found before semicolon; expected ");" but found ") ;"
(#47) Space found before semicolon; expected ");" but found ") ;"
(#48) Space found before semicolon; expected ");" but found ") ;"
(#49) Space found before semicolon; expected ");" but found ") ;"
(#50) Space found before semicolon; expected ");" but found ") ;"
(#51) Space found before semicolon; expected ");" but found ") ;"
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#107) Line exceeds maximum limit of 180 characters; contains 182 characters
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Variable "xls_formats" must not contain underscores.
(#137) Variable "xls_formats" must not contain underscores.
(#143) Variable "xls_formats" must not contain underscores.
(#150) Variable "xls_formats" must not contain underscores.
(#152) Variable "xls_formats" must not contain underscores.
(#153) Variable "xls_formats" must not contain underscores.
(#154) Variable "xls_formats" must not contain underscores.
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/groupxlsreportsummary_batch_task.php
(#26) Whitespace found at end of line
(#28) Whitespace found at end of line
(#30) Whitespace found at end of line
(#32) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#35) "require_once" must be immediately followed by an open parenthesis
(#36) "require_once" must be immediately followed by an open parenthesis
(#37) "require_once" must be immediately followed by an open parenthesis
(#39) "require_once" must be immediately followed by an open parenthesis
(#41) Space found before semicolon; expected ");" but found ") ;"
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#46) Space found before semicolon; expected ");" but found ") ;"
(#47) Space found before semicolon; expected ");" but found ") ;"
(#48) Space found before semicolon; expected ");" but found ") ;"
(#49) Space found before semicolon; expected ");" but found ") ;"
(#50) Space found before semicolon; expected ");" but found ") ;"
(#51) Space found before semicolon; expected ");" but found ") ;"
(#52) Space found before semicolon; expected ");" but found ") ;"
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Commas (,) must be followed by white space.
(#89) Commas (,) must be followed by white space.
(#89) Commas (,) must be followed by white space.
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Line exceeds maximum limit of 180 characters; contains 199 characters
(#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
(#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) 3 slashes comments are not allowed; use "// Comment." instead
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Variable "xls_formats" must not contain underscores.
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) This comment is 43% valid code; is this commented out code?
(#151) Variable "xls_formats" must not contain underscores.
(#178) Variable "xls_formats" must not contain underscores.
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/usercsvreportsessions_batch_task.php
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) This comment is 60% valid code; is this commented out code?
(#32) Space found before semicolon; expected ");" but found ") ;"
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Space found before semicolon; expected ");" but found ") ;"
(#34) Space found before semicolon; expected ");" but found ") ;"
(#35) Space found before semicolon; expected ");" but found ") ;"
(#36) Space found before semicolon; expected ");" but found ") ;"
(#37) Space found before semicolon; expected ");" but found ") ;"
(#38) Space found before semicolon; expected ");" but found ") ;"
(#39) Space found before semicolon; expected ");" but found ") ;"
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must 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
(#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
(#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
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) This comment is 60% valid code; is this commented out code?
(#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) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/userjsonreportsessions_batch_task.php
(#33) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#40) Space found before semicolon; expected ");" but found ") ;"
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#46) Space found before semicolon; expected ");" but found ") ;"
(#47) Space found before semicolon; expected ");" but found ") ;"
(#48) Space found before semicolon; expected ");" but found ") ;"
(#49) Space found before semicolon; expected ");" but found ") ;"
(#50) Space found before semicolon; expected ");" but found ") ;"
(#51) Space found before semicolon; expected ");" but found ") ;"
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) This comment is 67% valid code; is this commented out code?
(#65) Empty ELSE statement detected
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) This comment is 60% valid code; is this commented out code?
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#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
(#92) Commas (,) must be followed by white space.
(#92) Commas (,) must be followed by white space.
(#92) Commas (,) must be followed by white space.
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/userpdfreportallcourses_batch_task.php
(#32) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#40) Space found before semicolon; expected ");" but found ") ;"
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#46) Space found before semicolon; expected ");" but found ") ;"
(#47) Space found before semicolon; expected ");" but found ") ;"
(#48) Space found before semicolon; expected ");" but found ") ;"
(#49) Space found before semicolon; expected ");" but found ") ;"
(#50) Space found before semicolon; expected ");" but found ") ;"
(#51) Space found before semicolon; expected ");" but found ") ;"
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#108) Line exceeds 132 characters; contains 155 characters
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Commas (,) must be followed by white space.
(#117) Commas (,) must be followed by white space.
(#117) Commas (,) must be followed by white space.
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) This comment is 75% valid code; is this commented out code?
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Commas (,) must be followed by white space.
(#158) Commas (,) must be followed by white space.
(#167) Commas (,) must be followed by white space.
(#167) Commas (,) must be followed by white space.
(#167) Commas (,) must be followed by white space.
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Inline comments must start with a capital letter, digit or 3-dots sequence
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/userpdfreportperuser_batch_task.php
(#26) Whitespace found at end of line
(#32) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#39) Space found before semicolon; expected ");" but found ") ;"
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Space found before semicolon; expected ");" but found ") ;"
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#46) Space found before semicolon; expected ");" but found ") ;"
(#47) Space found before semicolon; expected ");" but found ") ;"
(#48) Space found before semicolon; expected ");" but found ") ;"
(#49) Space found before semicolon; expected ");" but found ") ;"
(#50) Space found before semicolon; expected ");" but found ") ;"
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Commas (,) must be followed by white space.
(#113) Commas (,) must be followed by white space.
(#113) Commas (,) must be followed by white space.
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Whitespace found at end of line
(#129) Line exceeds 132 characters; contains 161 characters
(#157) Commas (,) must be followed by white space.
(#157) Commas (,) must be followed by white space.
(#157) Commas (,) must be followed by white space.
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) This comment is 75% valid code; is this commented out code?
(#219) 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) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/userpdfreportsessions_batch_task.php
(#33) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#40) Space found before semicolon; expected ");" but found ") ;"
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#46) Space found before semicolon; expected ");" but found ") ;"
(#47) Space found before semicolon; expected ");" but found ") ;"
(#48) Space found before semicolon; expected ");" but found ") ;"
(#49) Space found before semicolon; expected ");" but found ") ;"
(#50) Space found before semicolon; expected ");" but found ") ;"
(#51) Space found before semicolon; expected ");" but found ") ;"
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Commas (,) must be followed by white space.
(#89) Commas (,) must be followed by white space.
(#89) Commas (,) must be followed by white space.
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) This comment is 75% valid code; is this commented out code?
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/userxlsreportperuser_batch_task.php
(#26) Whitespace found at end of line
(#33) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#40) Space found before semicolon; expected ");" but found ") ;"
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Space found before semicolon; expected ");" but found ") ;"
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#46) Space found before semicolon; expected ");" but found ") ;"
(#47) Space found before semicolon; expected ");" but found ") ;"
(#48) Space found before semicolon; expected ");" but found ") ;"
(#49) Space found before semicolon; expected ");" but found ") ;"
(#50) Space found before semicolon; expected ");" but found ") ;"
(#51) Space found before semicolon; expected ");" but found ") ;"
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#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
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Variable "xls_formats" must not contain underscores.
(#117) Variable "xls_formats" must not contain underscores.
(#123) Variable "xls_formats" must not contain underscores.
(#130) Variable "xls_formats" must not contain underscores.
(#132) Variable "xls_formats" must not contain underscores.
(#133) Variable "xls_formats" must not contain underscores.
(#134) Variable "xls_formats" must not contain underscores.
(#138) Inline comments must start with a capital letter, digit or 3-dots sequence
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) This comment is 60% valid code; is this commented out code?
report/trainingsessions/tasks/userxlsreportsessions_batch_task.php
(#33) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#41) Space found before semicolon; expected ");" but found ") ;"
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Space found before semicolon; expected ");" but found ") ;"
(#43) Space found before semicolon; expected ");" but found ") ;"
(#44) Space found before semicolon; expected ");" but found ") ;"
(#45) Space found before semicolon; expected ");" but found ") ;"
(#46) Space found before semicolon; expected ");" but found ") ;"
(#47) Space found before semicolon; expected ");" but found ") ;"
(#48) Space found before semicolon; expected ");" but found ") ;"
(#49) Space found before semicolon; expected ");" but found ") ;"
(#50) Space found before semicolon; expected ");" but found ") ;"
(#51) Space found before semicolon; expected ");" but found ") ;"
(#52) Space found before semicolon; expected ");" but found ") ;"
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Commas (,) must be followed by white space.
(#93) Commas (,) must be followed by white space.
(#93) Commas (,) must be followed by white space.
(#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
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Variable "xls_formats" must not contain underscores.
(#121) Variable "xls_formats" must not contain underscores.
(#123) Variable "xls_formats" must not contain underscores.
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) This comment is 60% valid code; is this commented out code?
report/trainingsessions/userreport.php
(#19) Inline doc block comments are not allowed; use "// Comment." instead
(#29) Inline doc block comments are not allowed; use "// Comment." instead
(#42) Empty IF statement detected
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Line exceeds 132 characters; contains 153 characters
(#154) Line exceeds 132 characters; contains 147 characters
(#159) Line exceeds 132 characters; contains 160 characters
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) This comment is 45% valid code; is this commented out code?
(#176) "require_once" must be immediately followed by an open parenthesis
(#189) Variable "xls_formats" must not contain underscores.
(#191) Variable "xls_formats" must not contain underscores.
(#192) Variable "xls_formats" must not contain underscores.
(#200) Variable "xls_formats" must not contain underscores.
(#202) Variable "xls_formats" must not contain underscores.
(#203) Variable "xls_formats" must not contain underscores.
(#204) Variable "xls_formats" must not contain underscores.
report/trainingsessions/version.php
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
report/trainingsessions/xlsrenderers.php
(#26) Inline control structures are not allowed
(#28) Variable "xls_formats" must not contain underscores.
(#36) Variable "xls_formats" must not contain underscores.
(#37) Variable "xls_formats" must not contain underscores.
(#40) Variable "xls_formats" must not contain underscores.
(#43) Variable "xls_formats" must not contain underscores.
(#46) Variable "xls_formats" must not contain underscores.
(#49) Variable "xls_formats" must not contain underscores.
(#52) Variable "xls_formats" must not contain underscores.
(#55) Variable "xls_formats" must not contain underscores.
(#55) Whitespace found at end of line
(#58) Variable "xls_formats" must not contain underscores.
(#61) Variable "xls_formats" must not contain underscores.
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Variable "xls_formats" must not contain underscores.
(#85) Variable "xls_formats" must not contain underscores.
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Variable "xls_formats" must not contain underscores.
(#105) Line exceeds 132 characters; contains 162 characters
(#107) Variable "xls_formats" must not contain underscores.
(#108) Variable "xls_formats" must not contain underscores.
(#110) Variable "xls_formats" must not contain underscores.
(#120) Variable "xls_formats" must not contain underscores.
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#142) Variable "xls_formats" must not contain underscores.
(#145) Whitespace found at end of line
(#148) Variable "xls_formats" must not contain underscores.
(#148) Variable "xls_formats" must not contain underscores.
(#148) Variable "xls_formats" must not contain underscores.
(#148) Space found before semicolon; expected "];" but found "] ;"
(#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
(#166) This comment is 67% valid code; is this commented out code?
(#167) Variable "xls_formats" must not contain underscores.
(#167) Line exceeds 132 characters; contains 135 characters
(#173) Variable "xls_formats" must not contain underscores.
(#173) Line exceeds 132 characters; contains 170 characters
(#174) Variable "xls_formats" must not contain underscores.
(#175) Variable "xls_formats" must not contain underscores.
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Variable "xls_formats" must not contain underscores.
(#200) Variable "xls_formats" must not contain underscores.
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) Variable "xls_formats" must not contain underscores.
(#214) Variable "xls_formats" must not contain underscores.
(#216) Variable "xls_formats" must not contain underscores.
(#216) Whitespace found at end of line
(#217) Variable "xls_formats" must not contain underscores.
(#217) Whitespace found at end of line
(#232) Variable "xls_formats" must not contain underscores.
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) This comment is 60% valid code; is this commented out code?
(#262) Whitespace found at end of line
(#267) Whitespace found at end of line
(#269) Variable "xls_formats" must not contain underscores.
(#271) Variable "xls_formats" must not contain underscores.
(#272) Variable "xls_formats" must not contain underscores.
(#274) Variable "xls_formats" must not contain underscores.
(#275) Variable "xls_formats" must not contain underscores.
(#283) Variable "xls_formats" must not contain underscores.
(#285) Variable "xls_formats" must not contain underscores.
(#286) Variable "xls_formats" must not contain underscores.
(#287) Variable "xls_formats" must not contain underscores.
(#293) Variable "xls_formats" must not contain underscores.
(#294) Variable "xls_formats" must not contain underscores.
(#295) Variable "xls_formats" must not contain underscores.
(#298) Variable "xls_formats" must not contain underscores.
(#299) Variable "xls_formats" must not contain underscores.
(#299) Line exceeds 132 characters; contains 134 characters
(#316) Variable "xls_formats" must not contain underscores.
(#318) Space found before first semicolon of FOR loop
(#318) Space found before second semicolon of FOR loop
(#318) Space found before semicolon; expected "0;" but found "0 ;"
(#318) Space found before semicolon; expected ");" but found ") ;"
(#320) Variable "xls_formats" must not contain underscores.
(#328) Expected 1 space after "="; 2 found
(#330) Variable "xls_formats" must not contain underscores.
(#332) Variable "xls_formats" must not contain underscores.

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 5 warnings)

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

report/trainingsessions/reports.css
(#5) Unknown property 'spacing'.
report/trainingsessions/styles.css
(#5) Unknown property 'spacing'.
(#87) margin can't be used with display: inline.
(#92) margin can't be used with display: table-cell.
(#101) Use of !important

PHPDocs style problems

(343 errors, 49 warnings)

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

report/trainingsessions/__other/HTML/QuickForm/elementgrid.php
(#16) No one-line description found in phpdocs for class HTML_QuickForm_ElementGrid
(#98) Phpdocs for function HTML_QuickForm_ElementGrid::HTML_QuickForm_ElementGrid has incomplete parameters list
(#118) Phpdocs for function HTML_QuickForm_ElementGrid::setName has incomplete parameters list
(#138) Phpdocs for function HTML_QuickForm_ElementGrid::setWidth has incomplete parameters list
(#148) Phpdocs for function HTML_QuickForm_ElementGrid::setColumnNames has incomplete parameters list
(#158) Phpdocs for function HTML_QuickForm_ElementGrid::addColumnName has incomplete parameters list
(#168) Phpdocs for function HTML_QuickForm_ElementGrid::setColumnWidths has incomplete parameters list
(#178) Phpdocs for function HTML_QuickForm_ElementGrid::setColumnAligns has incomplete parameters list
(#188) Phpdocs for function HTML_QuickForm_ElementGrid::setColumnClasses has incomplete parameters list
(#198) Phpdocs for function HTML_QuickForm_ElementGrid::setRowNames has incomplete parameters list
(#208) Phpdocs for function HTML_QuickForm_ElementGrid::setRows has incomplete parameters list
(#220) Phpdocs for function HTML_QuickForm_ElementGrid::addRow has incomplete parameters list
(#245) Phpdocs for function HTML_QuickForm_ElementGrid::addRowName has incomplete parameters list
(#324) Phpdocs for function HTML_QuickForm_ElementGrid::onQuickFormEvent has incomplete parameters list
(#354) Phpdocs for function HTML_QuickForm_ElementGrid::exportValue has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#16) Class HTML_QuickForm_ElementGrid does not have @copyright tag
(#16) Class HTML_QuickForm_ElementGrid does not have @license tag
(#11) Not recommended phpdocs tag @version used
(#256) Not recommended phpdocs tag @access used
(#288) Not recommended phpdocs tag @access used
(#327) Not recommended phpdocs tag @access used
(#356) Not recommended phpdocs tag @access used
(#390) Not recommended phpdocs tag @access used
(#8) Package HTML_QuickForm_ElementGrid is not valid
(#7) Category HTML is not valid
report/trainingsessions/__other/elementgrid.php
(#52) Phpdocs for function MoodleQuickForm_elementgrid::MoodleQuickForm_elementgrid has incomplete parameters list
(#86) Not recommended phpdocs tag @access used
(#22) Package core_form is not valid
(#39) Package core_form is not valid
report/trainingsessions/allcoursesreport.php
(#17) File-level phpdocs block is not found
(#25) Not recommended phpdocs tag @version used
(#24) Category report is not valid
report/trainingsessions/batchs/groupcsvreport_batch.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#29) Not recommended phpdocs tag @version used
(#27) Category report is not valid
report/trainingsessions/batchs/grouppdfreport_batch.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#29) Not recommended phpdocs tag @version used
(#27) Category report is not valid
report/trainingsessions/batchs/groupxlsreport_batch.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#29) Not recommended phpdocs tag @version used
(#27) Category report is not valid
report/trainingsessions/classes/task/batchreports_task.php
(#31) Class batchreports_task is not documented
(#23) Category report is not valid
report/trainingsessions/cli/extract_csv_report.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#19) Category report is not valid
report/trainingsessions/cli/extract_csv_report_flat.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#19) Category report is not valid
report/trainingsessions/courseraw.task_receiver.php
(#17) File-level phpdocs block does not have @copyright tag
(#22) Not recommended phpdocs tag @version used
(#21) Category report is not valid
report/trainingsessions/courserawreport.php
(#17) File-level phpdocs block is not found
(#24) Not recommended phpdocs tag @version used
(#23) Category report is not valid
report/trainingsessions/coursereport.php
(#17) File-level phpdocs block is not found
(#229) Found comment starting with three or more slashes
(#24) Not recommended phpdocs tag @version used
(#23) Category report is not valid
report/trainingsessions/coursesummary_selector_form.php
(#2) File-level phpdocs block is not found
(#33) Class CourseSummarySelectorForm is not documented
(#35) Function CourseSummarySelectorForm::definition is not documented
(#25) Not recommended phpdocs tag @version used
(#33) Package is not specified for class CourseSummarySelectorForm. It is also not specified in file-level phpdocs
(#24) Category report is not valid
report/trainingsessions/coursesummaryreport.php
(#17) File-level phpdocs block does not have @copyright tag
(#22) Not recommended phpdocs tag @version used
report/trainingsessions/cron.php
(#68) Found comment starting with three or more slashes
(#17) File-level phpdocs block does not have @copyright tag
(#21) Not recommended phpdocs tag @version used
report/trainingsessions/cronlib.php
(#17) File-level phpdocs block is not found
(#31) Function debug_trace is not documented
(#24) Not recommended phpdocs tag @version used
(#31) Package is not specified for function debug_trace. It is also not specified in file-level phpdocs
(#36) Package is not specified for function report_trainingsessions_cron. It is also not specified in file-level phpdocs
(#23) Category report is not valid
report/trainingsessions/csvrenderers.php
(#17) File-level phpdocs block is not found
(#203) Function report_trainingsessions_print_session_header is not documented
(#29) Phpdocs for function report_trainingsessions_print_header_csv has incomplete parameters list
(#126) Phpdocs for function report_trainingsessions_print_csv has incomplete parameters list
(#214) Phpdocs for function report_trainingsessions_print_usersessions has incomplete parameters list
(#253) Phpdocs for function report_trainingsessions_print_allcourses_csv has incomplete parameters list
(#342) Phpdocs for function report_trainingsessions_print_courses_line_header has incomplete parameters list
(#369) Phpdocs for function report_trainingsessions_print_courses_line has incomplete parameters list
(#25) Not recommended phpdocs tag @version used
(#29) Package is not specified for function report_trainingsessions_print_header_csv. It is also not specified in file-level phpdocs
(#124) Package is not specified for function report_trainingsessions_print_csv. It is also not specified in file-level phpdocs
(#203) Package is not specified for function report_trainingsessions_print_session_header. It is also not specified in file-level phpdocs
(#212) Package is not specified for function report_trainingsessions_print_usersessions. It is also not specified in file-level phpdocs
(#251) Package is not specified for function report_trainingsessions_print_allcourses_csv. It is also not specified in file-level phpdocs
(#340) Package is not specified for function report_trainingsessions_print_courses_line_header. It is also not specified in file-level phpdocs
(#366) Package is not specified for function report_trainingsessions_print_courses_line. It is also not specified in file-level phpdocs
(#23) Category report is not valid
report/trainingsessions/db/access.php
(#17) File-level phpdocs block is not found
(#23) Category report is not valid
report/trainingsessions/db/services.php
(#17) File-level phpdocs block is not found
report/trainingsessions/db/tasks.php
(#17) File-level phpdocs block is not found
report/trainingsessions/db/upgrade.php
(#17) File-level phpdocs block is not found
(#38) Function xmldb_report_trainingsessions_upgrade is not documented
(#52) Found comment starting with three or more slashes
(#55) Found comment starting with three or more slashes
(#62) Found comment starting with three or more slashes
(#66) Found comment starting with three or more slashes
(#38) Package is not specified for function xmldb_report_trainingsessions_upgrade. It is also not specified in file-level phpdocs
report/trainingsessions/externallib.php
(#16) File-level phpdocs block is not found
(#29) Class report_trainingsessions_external is not documented
(#31) Function report_trainingsessions_external::fetch_report is not documented
(#136) Function report_trainingsessions_external::fetch_report_parameters is not documented
(#168) Function report_trainingsessions_external::fetch_report_returns is not documented
(#21) Not recommended phpdocs tag @version used
(#29) Package is not specified for class report_trainingsessions_external. It is also not specified in file-level phpdocs
(#20) Category report is not valid
report/trainingsessions/filearea.php
(#21) Category report is not valid
report/trainingsessions/files_form.php
(#17) File-level phpdocs block is not found
(#30) Class trainingsessions_files_form does not have @copyright tag
(#30) Class trainingsessions_files_form does not have @license tag
(#30) Package is not specified for class trainingsessions_files_form. It is also not specified in file-level phpdocs
(#23) Category report is not valid
report/trainingsessions/gradesettings_form.php
(#17) File-level phpdocs block is not found
(#32) Class TrainingsessionsGradeSettingsForm is not documented
(#36) Function TrainingsessionsGradeSettingsForm::definition is not documented
(#34) Variable TrainingsessionsGradeSettingsForm::$linkablemodules is not documented
(#84) Found comment starting with three or more slashes
(#85) Found comment starting with three or more slashes
(#94) Found comment starting with three or more slashes
(#95) Found comment starting with three or more slashes
(#24) Not recommended phpdocs tag @version used
(#32) Package is not specified for class TrainingsessionsGradeSettingsForm. It is also not specified in file-level phpdocs
(#23) Category report is not valid
report/trainingsessions/gradessettings.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#26) Not recommended phpdocs tag @version used
report/trainingsessions/grouprawreport_batch.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#28) Not recommended phpdocs tag @version used
report/trainingsessions/grouprawreport_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#26) Not recommended phpdocs tag @version used
report/trainingsessions/groupxlsreport_batch.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#28) Not recommended phpdocs tag @version used
report/trainingsessions/groupxlsreportperuser_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
report/trainingsessions/groupxlsreportsummary_batch_task.php
(#103) Found comment starting with three or more slashes
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
report/trainingsessions/htmlrenderers.php
(#17) File-level phpdocs block is not found
(#400) Function trainingsessions_print_total_site_html is not documented
(#416) Function reports_print_pager is not documented
(#448) Function trainingsessions_print_completionbar is not documented
(#20) Phpdocs for function trainingsessions_print_allcourses_html has incomplete parameters list
(#99) Phpdocs for function trainingsessions_print_html has incomplete parameters list
(#217) Phpdocs for function trainingsessions_print_header_html has incomplete parameters list
(#346) Phpdocs for function trainingsessions_print_session_list has incomplete parameters list
(#17) Package is not specified for function trainingsessions_print_allcourses_html. It is also not specified in file-level phpdocs
(#96) Package is not specified for function trainingsessions_print_html. It is also not specified in file-level phpdocs
(#217) Package is not specified for function trainingsessions_print_header_html. It is also not specified in file-level phpdocs
(#346) Package is not specified for function trainingsessions_print_session_list. It is also not specified in file-level phpdocs
(#400) Package is not specified for function trainingsessions_print_total_site_html. It is also not specified in file-level phpdocs
(#416) Package is not specified for function reports_print_pager. It is also not specified in file-level phpdocs
(#448) Package is not specified for function trainingsessions_print_completionbar. It is also not specified in file-level phpdocs
report/trainingsessions/index.php
(#17) File-level phpdocs block does not have @copyright tag
(#22) Not recommended phpdocs tag @version used
(#21) Category report is not valid
report/trainingsessions/lang/de/report_trainingsessions.php
(#17) File-level phpdocs block does not have @copyright tag
(#20) Package report is not valid
report/trainingsessions/lang/en/report_trainingsessions.php
(#17) File-level phpdocs block does not have @copyright tag
report/trainingsessions/lang/fr/report_trainingsessions.php
(#17) File-level phpdocs block does not have @copyright tag
(#20) Package report is not valid
report/trainingsessions/lib.php
(#17) File-level phpdocs block is not found
(#43) Function report_trainingsessions_page_type_list is not documented
(#79) Phpdocs for function report_trainingsessions_pluginfile has incomplete parameters list
(#56) Invalid phpdocs tag @private used
(#28) Package is not specified for function report_trainingsessions_extend_navigation_course. It is also not specified in file-level phpdocs
(#43) Package is not specified for function report_trainingsessions_page_type_list. It is also not specified in file-level phpdocs
(#53) Package is not specified for function report_trainingsessions_can_access_user_report. It is also not specified in file-level phpdocs
(#79) Package is not specified for function report_trainingsessions_pluginfile. It is also not specified in file-level phpdocs
(#109) Package is not specified for function report_trainingsessions_supports_logstore. It is also not specified in file-level phpdocs
(#23) Category report is not valid
report/trainingsessions/locallib.php
(#17) File-level phpdocs block is not found
(#600) Function report_trainingsessions_get_graded_modules is not documented
(#780) Function report_trainingsessions_back_office_get_ticket is not documented
(#819) Function report_trainingsessions_count_sessions_in_course is not documented
(#846) Function report_trainingsessions_process_user_file is not documented
(#910) Function report_trainingsessions_process_group_file is not documented
(#974) Function report_trainingsessions_compute_groups is not documented
(#298) Phpdocs for function report_trainingsessions_format_time has incomplete parameters list
(#390) Phpdocs for function report_trainingsessions_init_worksheet has incomplete parameters list
(#463) Phpdocs for function report_trainingsessions_print_globalheader_raw has incomplete parameters list
(#571) Phpdocs for function report_trainingsessions_get_course_users has incomplete parameters list
(#606) Phpdocs for function report_trainingsessions_get_linkable_modules has incomplete parameters list
(#633) Phpdocs for function report_trainingsessions_add_graded_columns has incomplete parameters list
(#677) Phpdocs for function report_trainingsessions_add_graded_data has incomplete parameters list
(#767) Phpdocs for function report_trainingsessions_filter_unwanted_users has incomplete parameters list
(#789) Phpdocs for function report_trainingsessions_back_office_access has incomplete parameters list
(#25) Not recommended phpdocs tag @version used
(#34) Package is not specified for function report_trainingsessions_get_course_structure. It is also not specified in file-level phpdocs
(#141) Package is not specified for function page_get_structure_from_page. It is also not specified in file-level phpdocs
(#246) Package is not specified for function page_get_structure_in_content. It is also not specified in file-level phpdocs
(#298) Package is not specified for function report_trainingsessions_format_time. It is also not specified in file-level phpdocs
(#335) Package is not specified for function report_trainingsessions_xls_formats. It is also not specified in file-level phpdocs
(#388) Package is not specified for function report_trainingsessions_init_worksheet. It is also not specified in file-level phpdocs
(#461) Package is not specified for function report_trainingsessions_print_globalheader_raw. It is also not specified in file-level phpdocs
(#571) Package is not specified for function report_trainingsessions_get_course_users. It is also not specified in file-level phpdocs
(#600) Package is not specified for function report_trainingsessions_get_graded_modules. It is also not specified in file-level phpdocs
(#606) Package is not specified for function report_trainingsessions_get_linkable_modules. It is also not specified in file-level phpdocs
(#631) Package is not specified for function report_trainingsessions_add_graded_columns. It is also not specified in file-level phpdocs
(#675) Package is not specified for function report_trainingsessions_add_graded_data. It is also not specified in file-level phpdocs
(#702) Package is not specified for function report_trainingsessions_get_course_grade. It is also not specified in file-level phpdocs
(#731) Package is not specified for function report_trainingsessions_get_module_grade. It is also not specified in file-level phpdocs
(#764) Package is not specified for function report_trainingsessions_filter_unwanted_users. It is also not specified in file-level phpdocs
(#780) Package is not specified for function report_trainingsessions_back_office_get_ticket. It is also not specified in file-level phpdocs
(#789) Package is not specified for function report_trainingsessions_back_office_access. It is also not specified in file-level phpdocs
(#819) Package is not specified for function report_trainingsessions_count_sessions_in_course. It is also not specified in file-level phpdocs
(#846) Package is not specified for function report_trainingsessions_process_user_file. It is also not specified in file-level phpdocs
(#910) Package is not specified for function report_trainingsessions_process_group_file. It is also not specified in file-level phpdocs
(#974) Package is not specified for function report_trainingsessions_compute_groups. It is also not specified in file-level phpdocs
(#1006) Package is not specified for function report_trainingsessions_splice_session. It is also not specified in file-level phpdocs
(#1044) Package is not specified for function report_trainingsessions_get_batch_formats. It is also not specified in file-level phpdocs
(#23) Category report is not valid
report/trainingsessions/renderer.php
(#26) Class report_trainingsessions_renderer is not documented
(#28) Function report_trainingsessions_renderer::tabs is not documented
(#68) Function report_trainingsessions_renderer::user_session_reports_buttons is not documented
(#138) Function report_trainingsessions_renderer::placeholder is not documented
(#142) Function report_trainingsessions_renderer::single_button is not documented
(#193) Function report_trainingsessions_renderer::next_month is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#21) Not recommended phpdocs tag @version used
report/trainingsessions/renderers/htmlrenderers.php
(#17) File-level phpdocs block is not found
(#559) Function report_trainingsessions_print_total_site_html is not documented
(#577) Function reports_print_pager is not documented
(#609) Function report_trainingsessions_print_completionbar is not documented
(#30) Phpdocs for function report_trainingsessions_print_allcourses_html has incomplete parameters list
(#113) Phpdocs for function report_trainingsessions_print_html has incomplete parameters list
(#253) Phpdocs for function report_trainingsessions_print_header_html has incomplete parameters list
(#399) Phpdocs for function report_trainingsessions_print_session_list has incomplete parameters list
(#22) Not recommended phpdocs tag @version used
(#27) Package is not specified for function report_trainingsessions_print_allcourses_html. It is also not specified in file-level phpdocs
(#110) Package is not specified for function report_trainingsessions_print_html. It is also not specified in file-level phpdocs
(#253) Package is not specified for function report_trainingsessions_print_header_html. It is also not specified in file-level phpdocs
(#399) Package is not specified for function report_trainingsessions_print_session_list. It is also not specified in file-level phpdocs
(#559) Package is not specified for function report_trainingsessions_print_total_site_html. It is also not specified in file-level phpdocs
(#577) Package is not specified for function reports_print_pager. It is also not specified in file-level phpdocs
(#609) Package is not specified for function report_trainingsessions_print_completionbar. It is also not specified in file-level phpdocs
(#21) Category report is not valid
report/trainingsessions/renderers/jsonrenderers.php
(#16) File-level phpdocs block is not found
(#27) Function report_trainingsessions_get_usersessions is not documented
(#27) Package is not specified for function report_trainingsessions_get_usersessions. It is also not specified in file-level phpdocs
(#22) Category report is not valid
report/trainingsessions/renderers/pdfrenderers.php
(#16) File-level phpdocs block is not found
(#486) Function report_trainingsessions_print_usersessions is not documented
(#696) Function report_trainingsessions_print_userinfo is not documented
(#1024) Function report_trainingsessions_print_signboxes is not documented
(#1189) Function report_trainingsessions_print_courseline_head is not documented
(#1205) There is no description in phpdocs for function report_trainingsessions_print_courseline
(#39) Phpdocs for function report_trainingsessions_check_page_break has incomplete parameters list
(#83) Phpdocs for function report_trainingsessions_print_text has incomplete parameters list
(#188) Phpdocs for function report_trainingsessions_print_studentline has incomplete parameters list
(#397) Phpdocs for function report_trainingsessions_draw_box has incomplete parameters list
(#410) Phpdocs for function report_trainingsessions_print_header has incomplete parameters list
(#459) Phpdocs for function report_trainingsessions_print_footer has incomplete parameters list
(#817) Phpdocs for function report_trainingsessions_print_course_structure has incomplete parameters list
(#949) Phpdocs for function report_trainingsessions_calculate_course_structure has incomplete parameters list
(#1093) Phpdocs for function report_trainingsessions_print_courses_line_header has incomplete parameters list
(#1121) Phpdocs for function report_trainingsessions_print_courses_line has incomplete parameters list
(#1172) Phpdocs for function report_trainingsessions_get_object_coords has incomplete parameters list
(#1206) Phpdocs for function report_trainingsessions_print_courseline has incomplete parameters list
(#36) Package is not specified for function report_trainingsessions_check_page_break. It is also not specified in file-level phpdocs
(#80) Package is not specified for function report_trainingsessions_print_text. It is also not specified in file-level phpdocs
(#106) Package is not specified for function report_trainingsessions_print_overheadline. It is also not specified in file-level phpdocs
(#141) Package is not specified for function report_trainingsessions_print_headline. It is also not specified in file-level phpdocs
(#185) Package is not specified for function report_trainingsessions_print_studentline. It is also not specified in file-level phpdocs
(#210) Package is not specified for function report_trainingsessions_print_dataline. It is also not specified in file-level phpdocs
(#296) Package is not specified for function report_trainingsessions_print_sumline. It is also not specified in file-level phpdocs
(#380) Package is not specified for function report_trainingsessions_draw_frame. It is also not specified in file-level phpdocs
(#394) Package is not specified for function report_trainingsessions_draw_box. It is also not specified in file-level phpdocs
(#407) Package is not specified for function report_trainingsessions_print_header. It is also not specified in file-level phpdocs
(#456) Package is not specified for function report_trainingsessions_print_footer. It is also not specified in file-level phpdocs
(#486) Package is not specified for function report_trainingsessions_print_usersessions. It is also not specified in file-level phpdocs
(#696) Package is not specified for function report_trainingsessions_print_userinfo. It is also not specified in file-level phpdocs
(#813) Package is not specified for function report_trainingsessions_print_course_structure. It is also not specified in file-level phpdocs
(#947) Package is not specified for function report_trainingsessions_calculate_course_structure. It is also not specified in file-level phpdocs
(#1024) Package is not specified for function report_trainingsessions_print_signboxes. It is also not specified in file-level phpdocs
(#1090) Package is not specified for function report_trainingsessions_print_courses_line_header. It is also not specified in file-level phpdocs
(#1118) Package is not specified for function report_trainingsessions_print_courses_line. It is also not specified in file-level phpdocs
(#1172) Package is not specified for function report_trainingsessions_get_object_coords. It is also not specified in file-level phpdocs
(#1189) Package is not specified for function report_trainingsessions_print_courseline_head. It is also not specified in file-level phpdocs
(#1205) Package is not specified for function report_trainingsessions_print_courseline. It is also not specified in file-level phpdocs
(#27) Category report is not valid
report/trainingsessions/renderers/xlsrenderers.php
(#17) File-level phpdocs block is not found
(#30) Function report_trainingsessions_print_header_xls is not documented
(#204) Function report_trainingsessions_print_usersessions is not documented
(#123) Phpdocs for function report_trainingsessions_print_xls has incomplete parameters list
(#215) Phpdocs for function report_trainingsessions_print_sessions_xls has incomplete parameters list
(#303) Phpdocs for function report_trainingsessions_print_allcourses_xls has incomplete parameters list
(#26) Not recommended phpdocs tag @version used
(#30) Package is not specified for function report_trainingsessions_print_header_xls. It is also not specified in file-level phpdocs
(#123) Package is not specified for function report_trainingsessions_print_xls. It is also not specified in file-level phpdocs
(#204) Package is not specified for function report_trainingsessions_print_usersessions. It is also not specified in file-level phpdocs
(#213) Package is not specified for function report_trainingsessions_print_sessions_xls. It is also not specified in file-level phpdocs
(#300) Package is not specified for function report_trainingsessions_print_allcourses_xls. It is also not specified in file-level phpdocs
(#397) Package is not specified for function report_trainingsessions_print_rawline_xls. It is also not specified in file-level phpdocs
(#24) Category report is not valid
report/trainingsessions/selector_form.php
(#17) File-level phpdocs block is not found
(#32) Class SelectorForm is not documented
(#37) Function SelectorForm::__construct is not documented
(#43) Function SelectorForm::definition is not documented
(#34) Variable SelectorForm::$courseid is not documented
(#35) Variable SelectorForm::$mode is not documented
(#24) Not recommended phpdocs tag @version used
(#32) Package is not specified for class SelectorForm. It is also not specified in file-level phpdocs
(#23) Category report is not valid
report/trainingsessions/settings.php
(#20) Package report is not valid
report/trainingsessions/task_form.php
(#17) File-level phpdocs block is not found
(#29) Class Task_Form is not documented
(#31) Function Task_Form::definition is not documented
(#130) Function Task_Form::validation is not documented
(#22) Not recommended phpdocs tag @version used
(#29) Package is not specified for class Task_Form. It is also not specified in file-level phpdocs
(#21) Category report is not valid
report/trainingsessions/tasks/groupcsvreportsummary_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#27) Not recommended phpdocs tag @version used
(#25) Category report is not valid
report/trainingsessions/tasks/groupjsonreportsessions_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#26) Not recommended phpdocs tag @version used
report/trainingsessions/tasks/grouppdfreportperuser_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#19) Category report is not valid
report/trainingsessions/tasks/grouppdfreportsessions_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#26) Not recommended phpdocs tag @version used
report/trainingsessions/tasks/grouppdfreportsummary_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#27) Not recommended phpdocs tag @version used
(#25) Category report is not valid
report/trainingsessions/tasks/groupxlsreportperuser_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#19) Category report is not valid
report/trainingsessions/tasks/groupxlsreportsummary_batch_task.php
(#111) Found comment starting with three or more slashes
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#19) Category report is not valid
report/trainingsessions/tasks/usercsvreportsessions_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
report/trainingsessions/tasks/userjsonreportsessions_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#19) Category report is not valid
report/trainingsessions/tasks/userpdfreportallcourses_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#19) Category report is not valid
report/trainingsessions/tasks/userpdfreportperuser_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#19) Category report is not valid
report/trainingsessions/tasks/userpdfreportsessions_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#19) Category report is not valid
report/trainingsessions/tasks/userxlsreportperuser_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#19) Category report is not valid
report/trainingsessions/tasks/userxlsreportsessions_batch_task.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#20) Not recommended phpdocs tag @version used
(#19) Category report is not valid
report/trainingsessions/userreport.php
(#17) File-level phpdocs block is not found
(#24) Not recommended phpdocs tag @version used
(#23) Category report is not valid
report/trainingsessions/xlsrenderers.php
(#28) Function trainingsessions_print_header_xls is not documented
(#17) No one-line description found in phpdocs for file
(#116) Phpdocs for function trainingsessions_print_xls has incomplete parameters list
(#195) Phpdocs for function trainingsessions_print_sessions_xls has incomplete parameters list
(#229) Phpdocs for function trainingsessions_print_allcourses_xls has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#23) Not recommended phpdocs tag @version used

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


Mustache template problems

(0 errors, 0 warnings)

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